diff --git a/lib/Alchemy/Phrasea/Controller/Prod/Push.php b/lib/Alchemy/Phrasea/Controller/Prod/Push.php index 5cd9c0b497..52c937be1e 100644 --- a/lib/Alchemy/Phrasea/Controller/Prod/Push.php +++ b/lib/Alchemy/Phrasea/Controller/Prod/Push.php @@ -183,10 +183,12 @@ class Push implements ControllerProviderInterface $appbox = \appbox::get_instance($app['Core']); - $push_name = $request->get( - 'name' - , sprintf(_('Push from %s'), $user->get_display_name()) - ); + $push_name = $request->get('name'); + + if (trim($push_name) === '') + { + $push_name = sprintf(_('Push from %s'), $user->get_display_name()); + } $push_description = $request->get('push_description'); @@ -322,10 +324,12 @@ class Push implements ControllerProviderInterface $repository = $em->getRepository('\Entities\Basket'); - $validation_name = $request->get( - 'name' - , sprintf(_('Validation from %s'), $user->get_display_name()) - ); + $validation_name = $request->get('name'); + + if (trim($validation_name) === '') + { + $validation_name = sprintf(_('Validation from %s'), $user->get_display_name()); + } $validation_description = $request->get('validation_description'); diff --git a/lib/Doctrine/Repositories/BasketRepository.php b/lib/Doctrine/Repositories/BasketRepository.php index 5f8746376b..0ff9227019 100644 --- a/lib/Doctrine/Repositories/BasketRepository.php +++ b/lib/Doctrine/Repositories/BasketRepository.php @@ -286,7 +286,7 @@ class BasketRepository extends EntityRepository $params['description'] = '%' . $query . '%'; } - $dql .= ' ORDER BY e.ord ASC'; + $dql .= ' ORDER BY b.id DESC, e.ord ASC'; $query = $this->_em->createQuery($dql); $query->setParameters($params); diff --git a/locale/ar_SA/LC_MESSAGES/phraseanet.mo b/locale/ar_SA/LC_MESSAGES/phraseanet.mo index 050c537c32..3e814bdd05 100644 Binary files a/locale/ar_SA/LC_MESSAGES/phraseanet.mo and b/locale/ar_SA/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/ar_SA/LC_MESSAGES/phraseanet.po b/locale/ar_SA/LC_MESSAGES/phraseanet.po index f0c4a7e206..a5ca3d64b5 100644 --- a/locale/ar_SA/LC_MESSAGES/phraseanet.po +++ b/locale/ar_SA/LC_MESSAGES/phraseanet.po @@ -2,16 +2,16 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-06 12:59+0100\n" -"PO-Revision-Date: 2012-02-06 13:05+0100\n" +"POT-Creation-Date: 2012-02-28 21:01+0100\n" +"PO-Revision-Date: 2012-02-28 21:02+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n == 2 ? 1 : 2;\n" -"X-Launchpad-Export-Date: 2012-02-06 11:00+0000\n" -"X-Generator: Launchpad (build 14747)\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" "Language: \n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" @@ -27,76 +27,70 @@ msgstr "" "X-Poedit-SearchPath-6: lib/Doctrine\n" "X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" msgstr "" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "" @@ -205,14 +199,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "طلباتك بخصوص المجموعات التالية تخضع للموافقة من مشرف" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "سيتم اشعارك عن طريق البريد الإلكتروني بعد معالجة طلباتك" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "تأكيد بريدك الإلكتروني" @@ -220,28 +214,28 @@ msgstr "تأكيد بريدك الإلكتروني" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "مرحبا ، لقد تلقينا طلبك لتغيير البريد الإلكتروني. للتأكيد ، يرجى اتباع الوصلة أدناه. إذا كنت تتلقى هذا البريد دون الحاجة لتطبيقها ، نشكركم على حذفه وتجاهله." -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "شكرا لتأكيد البريد الإلكتروني الخاص بك" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "يمكنك الآن الاتصال باستخدام العنوان التالي " -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "عليك الانتظار تأكيد مشرف؛ طلباتك على المجموعات التالية لا تزال في الانتظار: " -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "للتحقق من صحة التسجيل في قاعدة البيانات ، رجاءا تأكيد البريد الإلكتروني الخاص بك عن طريق اتباع الرابط أدناه." -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "" -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "PhraseanetVI رسالة آلية لإدارة الإرسال التلقائيا للبريد الإلكتروني, ارتبط ب" @@ -264,35 +258,35 @@ msgstr "" msgid "Mauvais mode colorimetrique : %s" msgstr "" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "إنتاج" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "زبون" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "إدارة" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "تقرير" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "قاموس" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "قارن" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "تصديق" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "إرسال" @@ -331,76 +325,73 @@ msgstr "بحث" msgid "client::recherche: dans les categories" msgstr "في التصنيفات" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "" -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "موافق" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 msgid "Cette valeur ne peut être vide" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "" @@ -434,15 +425,11 @@ msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 msgid "Ce champ est obligatoire" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "" @@ -454,7 +441,6 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 msgid "Le record n'a pas de fichier physique" msgstr "" @@ -464,7 +450,6 @@ msgid "La taille maximale d'une video est de %d minutes." msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "" @@ -473,15 +458,16 @@ msgstr "" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 +#: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "" @@ -561,25 +547,25 @@ msgstr "" msgid "Service youtube introuvable." msgstr "" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "%s شروط الاستخدام العامة لقاعدة البيانات" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "للاستمرار، يجب عليك أن تقبل الشروط العامة للاستخدام" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "قبول" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "رفض" @@ -678,34 +664,50 @@ msgid "admin::register: un utilisateur s'est inscrit" msgstr "" #: lib/classes/eventsmanager/notify/autoregister.class.php:235 +#: lib/classes/eventsmanager/notify/order.class.php:221 +#: lib/classes/eventsmanager/notify/register.class.php:240 msgid "admin::compte-utilisateur nom" msgstr "اسم" #: lib/classes/eventsmanager/notify/autoregister.class.php:237 +#: lib/classes/eventsmanager/notify/order.class.php:223 +#: lib/classes/eventsmanager/notify/register.class.php:242 msgid "admin::compte-utilisateur prenom" msgstr "اللقب" #: lib/classes/eventsmanager/notify/autoregister.class.php:239 +#: lib/classes/eventsmanager/notify/order.class.php:225 +#: lib/classes/eventsmanager/notify/register.class.php:244 msgid "admin::compte-utilisateur email" msgstr "البريد الإلكتروني" #: lib/classes/eventsmanager/notify/autoregister.class.php:241 +#: lib/classes/eventsmanager/notify/order.class.php:227 +#: lib/classes/eventsmanager/notify/register.class.php:246 msgid "admin::compte-utilisateur adresse" msgstr "عنوان" #: lib/classes/eventsmanager/notify/autoregister.class.php:245 +#: lib/classes/eventsmanager/notify/order.class.php:231 +#: lib/classes/eventsmanager/notify/register.class.php:250 msgid "admin::compte-utilisateur telephone" msgstr "الهاتف" #: lib/classes/eventsmanager/notify/autoregister.class.php:247 +#: lib/classes/eventsmanager/notify/order.class.php:233 +#: lib/classes/eventsmanager/notify/register.class.php:252 msgid "admin::compte-utilisateur fax" msgstr "فاكس" #: lib/classes/eventsmanager/notify/autoregister.class.php:249 +#: lib/classes/eventsmanager/notify/order.class.php:235 +#: lib/classes/eventsmanager/notify/register.class.php:254 msgid "admin::compte-utilisateur poste" msgstr "المهنة" #: lib/classes/eventsmanager/notify/autoregister.class.php:250 +#: lib/classes/eventsmanager/notify/order.class.php:236 +#: lib/classes/eventsmanager/notify/register.class.php:255 msgid "admin::compte-utilisateur societe" msgstr "الشركة" @@ -822,7 +824,6 @@ msgstr "انقر فوق الرابط التالي للعرض و المقارنة #: lib/classes/eventsmanager/notify/push.class.php:191 #: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "تحذير، هذا الرابط فريد من نوعه ومحتوياته سرية، لا تكشف عنه" @@ -859,15 +860,11 @@ msgstr "Phraseanet ادارة طلبات المستخدمين من مواجهة" #: lib/classes/eventsmanager/notify/validate.class.php:33 #: lib/classes/eventsmanager/notify/validate.class.php:177 #: lib/classes/eventsmanager/notify/validationdone.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:191 msgid "Validation" msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:148 #: lib/classes/eventsmanager/notify/validate.class.php:152 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:164 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:168 msgid "Une selection" msgstr "" @@ -885,7 +882,6 @@ msgid "push::mail:: Demande de validation de documents" msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:203 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:223 #, php-format msgid "Le lien suivant vous propose de valider une selection faite par %s" msgstr "%s انقر فوق الارتباط التالي ، الملاحظات طرحها" @@ -1137,43 +1133,43 @@ msgstr "" msgid "report:: non-renseigne" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "" @@ -1222,6 +1218,10 @@ msgstr "" msgid "report:: telechargements" msgstr "تنزيلات" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "" @@ -1266,7 +1266,15 @@ msgstr "" msgid "report:: Information sur le navigateur %s" msgstr "" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "بدون عنوان" @@ -1292,22 +1300,22 @@ msgstr "ريبورتاج " msgid "preview:: resultat numero %s " msgstr "" -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "دخول مباشر" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "الصفحة الرئيسية" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "Cooliris مشاهد" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "وصل خارجي" @@ -1369,7 +1377,7 @@ msgstr "صياغة غير صحيحة، تحتاج الى مزيد من الحر msgid "Sphinx server is offline" msgstr "" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "إعدادات يدوية" @@ -1840,371 +1848,351 @@ msgstr "ملفات تخزين الملفات المحمية من الوصول ا msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "نقطة تثبيت المصغرات المنشورة بالوصول المباشر" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "" -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "Enable xsendfile for apache" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "PHP CLI مسار ملف تشغيل" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "php.ini تحديد المسار إلى ملف" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "convert مسار ملف تشغيل" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "composite مسار ملف تشغيل" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "exiftools مسار ملف تشغيل" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "FFmpeg مسار ملف تشغيل" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "(pdf) الحد الأقصى لعدد الصفحات المطلوب استخلاصها لملفات" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "ماذا تريد ان تفعل بالملفات؟" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "إعادة ترتيب الملفات" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "البريد الإلكتروني للمشرف" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "إظهار أسماء قواعد البيانات و أسماء المجموعات" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "تمكين اختيار اسم الملف عند التحميل" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "الخيار الافتراضي لأسماء الملفات عند التحميل" -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "عرض الإعدادات" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "الحد الأدنى لعدد الرسائل مع اقتطاع عند البحث" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "اللغة الافتراضية" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "نوع الوثائق المطلوبة افتراضيا عند فتح موقع" -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "تفعيل أداة القاموس" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "تفعيل نظام الريبورتجات" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "" -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "تفعيل نظام مصغرات الوثائق البديلة" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "البريد الإلكتروني الإفتراضي للمرسل" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "FTP اتاحة امكانية تصدير أو عدمها ب" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "تمكين المستخدمين من الإستصدار اذا لا = الادارة فقط" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "ترتيب العرض في تبويب البحث الاول من اليسار" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "موضع التبويب في البحث المتقدم" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "موضع تبويب الواجهات" -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "رقم التبويب المشغل" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "خيارات عرض الواجهات" -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "تمكين عرض الصور المصغرة في نافذة عرض التفاصيل عند تمرير الفأرة" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "تمكين العرض عند تمرير الفأرة على الصور المصغرة في السلال" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "إدارة المجموعات" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "إظهار الحجم الكلي للسلة أي مجموع أحجام الوثائق في السلة" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "عرض تبويب المقترحات تلقائيا من القاموس إن وجد" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "توجيه لامستخدمين الضيوف الذين يرغبون في التنزيل الى المصادقة" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "إخفاء قائمة المجموعات للمستخدم في استمارة التسجيل الذي سيتم على كافة المجموعات المؤهلة" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "تمكين القبول الذاتي للمستخدمين الذين لديهم تصديق على جميع مراحل التسجيل" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "مدة الصلاحية بالأيام للوصلات المولدة الخاصة بعملية التحقق من الصحة ، 0 لفترة غير محدودة" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "" @@ -2218,18 +2206,24 @@ msgid "le service sera de nouveau disponible dans quelques minutes" msgstr "" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:28 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:128 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:233 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:360 msgid "report:: 3 - Type de report" msgstr "" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:35 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:374 msgid "report:: toutes les questions" msgstr "" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:42 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:381 msgid "report:: Les questions les plus posees" msgstr "الأسئلة الأكثر شيوعا" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:56 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:395 msgid "report:: activite du site" msgstr "نشاط الموقع" @@ -2383,7 +2377,6 @@ msgid "login:: Mon compte" msgstr "حسابي" #: tmp/cache_twig/08/5a/dbbbe587162391037b233de045b2.php:313 -#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:197 msgid "phraseanet:: aide" msgstr "مساعدة" @@ -2463,6 +2456,7 @@ msgstr "" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "" @@ -2704,6 +2698,7 @@ msgid "Creer une playlist" msgstr "" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "" @@ -2917,6 +2912,54 @@ msgstr "" msgid "validation::envoyer mon rapport" msgstr "" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "" @@ -2946,7 +2989,7 @@ msgid "Job" msgstr "" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:174 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" msgstr "" @@ -2992,42 +3035,62 @@ msgstr "" msgid "En cours d'envoi" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 msgid "Activite" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -msgid "%length% peoples" -msgstr "" - #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "" @@ -3036,11 +3099,13 @@ msgstr "" msgid "lightbox::recaptitulatif" msgstr "" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "" @@ -3112,6 +3177,7 @@ msgid "action : ajouter au panier" msgstr "أضف سلةً" #: tmp/cache_twig/33/4d/8e964832ba08789a3b4d0d8e9eff.php:92 +#: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:27 msgid "action : print" msgstr "الطباعة" @@ -3216,217 +3282,213 @@ msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouve msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" +msgid "Prerequisite and Configuration" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "بخصوص تأمين كلمة المرور" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "كلمات المرور يجب أن تكون مختلفة بصورة واضحة عن تسجيل الدخول وتحتوي على ما لا يقل عن نوعين اثنين من بين الأحرف التالية :" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "خاصة" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "أحرف كبيرة" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "أحرف صغيرة" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "رقمية" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "عنوان" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "منفذ" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 msgid "Database" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 msgid "boutton::tester" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "" @@ -3435,47 +3497,34 @@ msgid "validation:: editer ma note" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 msgid "action : editer" msgstr "حرِّر" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 msgid "action : status" msgstr "خصائص" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 msgid "action : collection" msgstr "نقل" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 msgid "action : push" msgstr "دفع" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 msgid "action : bridge" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 msgid "action : publier" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 msgid "action : outils" msgstr "أدوات" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 msgid "action : supprimer" msgstr "حذف" @@ -3631,473 +3680,427 @@ msgstr "" msgid "phraseanet:: panier" msgstr "سلة" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "مقترحات" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "قاموس" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "الجميع" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "صفر" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "جميع المجالات" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "من" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "إلى" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "قاموس" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "مرشح" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "قبول المرشح" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "تبديل بالكلمة" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:832 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1090 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 msgid "boutton::rechercher" msgstr "بحث" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "حذف الكلمة؟" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "قبول الكلمة؟" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "تبديل بالكلمة؟" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "سلة جديدة" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "تصنيف حسب التاريخ" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "تصنيف حسب الإسم" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "وثائق" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "ريبورتاجات" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "الجميع" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "صفر" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "جميع المجالات" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "من" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "إلى" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "الكل" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "لاشئ" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "صور" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "فيديوات" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "صوتيات" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "حول اختصارات لوحة المفاتيح" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "اختصارات النافذة الرئيسية " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "ctrl-a اختيار الكل " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "ctrl-p طباعة المختارات " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "ctrl-e تحرير المختارات " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "سهم لليسار : الصفحة السابقة " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "السهم الأيمن : الصفحة التالية " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "السهم الأعلى : التمرير إلى أعلى " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "السهم الأسفل : التمرير الى الأسفل " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "الاختصار الى نافذة التحرير " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "tab/shift-tab للانتقال الى مختلف المجالات " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "الاختصار الى نافذة العرض التفصيلي " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "السهم الأيمن : الوثيقة التالية " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "سهم لليسار : الوثيقة السابقة " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "بداية عرض الشرائح " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "echap يمكنك إغلاق معظم نوافذ بالضغط على مفتاح الهروب " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "لا تظهر هذه المساعدة من جديد" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "مصغرات" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "قائمة" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "منتقي الواجهات" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "النتائج بالصفحة " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "حجم الصور " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "اختيار" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "وصف" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "سابق" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "شعبية" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "إحصائيات المعاينة" @@ -4279,20 +4282,32 @@ msgstr "" msgid "Ajouter a" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 @@ -4368,17 +4383,17 @@ msgid "panier:: description" msgstr "وصف" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "" @@ -4386,7 +4401,7 @@ msgstr "" msgid "Received from %user_name%" msgstr "" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "" @@ -4451,19 +4466,23 @@ msgstr "" msgid "Creer un utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "" @@ -4558,7 +4577,27 @@ msgid "Refresh" msgstr "" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" +msgid "(%length%)" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" msgstr "" #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 @@ -4593,107 +4632,111 @@ msgstr "" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "إضافة" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "" @@ -4807,32 +4850,36 @@ msgstr "" msgid "Which playlist you want to put you %number% elements into ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" +msgid "Se connecter" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" +msgid "Problèmes de connexion ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 @@ -4904,67 +4951,74 @@ msgstr "" msgid "Vous avez recu un nouveau panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" -msgstr "لقد ارسلت سلة من أجل المصادقة" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:309 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "استصدار" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "تحرير" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "اعادة تسمية" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "موافق" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:194 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "لقد ارسلت سلة من أجل المصادقة" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "اعادة تسمية" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 msgid "Archive" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:335 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "إطلاق من منطقة السلة" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:561 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:652 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "مصدر السلة" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:660 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "الاحسن تقييما" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:668 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "أقل تقييما" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:717 -msgid "L'utilisateur desapprouve ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 +msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:723 -msgid "L'utilisateur n'a pas encore donne son avis sur ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" msgstr "" #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 @@ -4975,69 +5029,98 @@ msgstr "" msgid "%nb_records% records" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 +msgid "Contributor" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 +msgid "See others" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 msgid "HD Download" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 +msgid "List Manager" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" msgstr "" "دفع يمكن من إرسال مجموعة من الصور للمتلقي \n" "المستفيدون سيتلقون بريدا مع وجود صلة تطلق صندوق عرض الصور والوثائق وطلب التعليق و/أو التحميل.\n" "المصادقة متوفرة على شكل سلة للمستخدمين المسجلين" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 +msgid "Push::une validation est une demande d'appreciation a d'autres personnes" msgstr "" +"انقر لإرسال طلب للحصول على تعليقات على مجموعة مختارة من الوثائق للمستفيدين.\n" +"المستفيدون سيتلقون بريدا مع وجود صلة تطلق صندوق عرض الصور والوثائق وطلب التعليق و/أو التحميل.\n" +"المصادقة متوفرة على شكل سلة للمستخدمين المسجلين" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 msgid "Send" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 msgid "Save this list" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 -msgid "List Manager" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 msgid "Select all" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 msgid "Deselect all" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 msgid "Back to Push" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 +msgid "Back to Feedback" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 msgid "Welcome to the ListManager !" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 msgid "Start by creating one by using the \"add\" button on the left !" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 msgid "Select a list on the left and edit it !" msgstr "" @@ -5045,46 +5128,27 @@ msgstr "" msgid "Do you want to send your report ?" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 -msgid "Contributor" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 -msgid "See others" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 -msgid "Push::une validation est une demande d'appreciation a d'autres personnes" -msgstr "" -"انقر لإرسال طلب للحصول على تعليقات على مجموعة مختارة من الوثائق للمستفيدين.\n" -"المستفيدون سيتلقون بريدا مع وجود صلة تطلق صندوق عرض الصور والوثائق وطلب التعليق و/أو التحميل.\n" -"المصادقة متوفرة على شكل سلة للمستخدمين المسجلين" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 -msgid "Back to Feedback" -msgstr "" - #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "" @@ -5275,127 +5339,127 @@ msgstr[1] "" msgid "Edition de 1 element" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "إستبدال" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "الحافظة" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "بحث / استبدال" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "نماذج" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:335 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 msgid "phraseanet::chargement" msgstr "جاري التحميل" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "استبدال في الحقل" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "استبدال في كل الحقول" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "ايجاد" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "استبدال ب" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "خيارات" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "عبارة اعتيادية" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "استبدال الجميع" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "لا يهم احترام نوعية الاحرف" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "حقل تام" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "موجودة في الحقل" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "احترم حجم الحروف" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "جاري الفهرسة" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "تأكيد أو إلغاء التغييرات" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "العنوان" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "لا يمكن تحرير وثائق قادمة من قواعد بيانات مختلفة في وقت واحد" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "سلة لا تحتوي على أي وثيقة" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "تعيين كصورة رئيسية" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "وضع " -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "" @@ -5411,51 +5475,51 @@ msgstr "" msgid "report::Edition des meta-donnees" msgstr "نشر البيانات الوصفية" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "تعديل الضعية" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "إزالة الوثيقة" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "إضافة الوثيقة" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "عملية غير معروفة على الوثيقة" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "" @@ -5471,23 +5535,23 @@ msgstr "" msgid "Les parametres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 msgid "Les paramétres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "" @@ -5776,82 +5840,90 @@ msgstr "" msgid "boutton::enregistrer" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "" @@ -6061,15 +6133,15 @@ msgstr "" msgid "Back to basket list" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "" @@ -6093,13 +6165,31 @@ msgstr "" msgid "Aucune" msgstr "" -#: www/admin/adminFeedback.php:297 -#: www/admin/database.php:212 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "لا كنيات" -#: www/admin/adminFeedback.php:387 -#: www/admin/database.php:255 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "تفريغ قاعدة البيانات قبل الحذف" @@ -6144,119 +6234,119 @@ msgstr "خطأ في إرسال الملف" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "تأكيد تفريغ نشر هذه المجموعة" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "تأكيد تفكيك هذه المجموعة" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "تأكيد نشر هذه المجموعة" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "تأكيد توقيف نشر هذه المجموعة" -#: www/admin/collection.php:391 -#: www/admin/database.php:430 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "مجموعة" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "مجموعة بعيدة id" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "حالة المجموعة" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "تفعيل المجموعة" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "تعطيل مجموعة" -#: www/admin/collection.php:413 -#: www/admin/database.php:398 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "تفاصيل" -#: www/admin/collection.php:423 -#: www/admin/database.php:420 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "إخفاء التفاصيل" -#: www/admin/collection.php:439 -#: www/admin/database.php:435 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "شيئ" -#: www/admin/collection.php:443 -#: www/admin/database.php:437 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "عدد" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 -#: www/admin/database.php:438 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 #: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "حجم" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "Phraseanet عرض الخيارات للوثائق المشتركة خارج" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "افتراضي" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "ملف وشم الصورة" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "Stamp" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "إعادة تسمية" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "الاسم " -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "تفريغ" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "الشعار المصغر الحالي" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 -#: www/admin/database.php:724 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "لا ملف" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "صورة العرض " @@ -6290,7 +6380,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "كنية" @@ -6298,190 +6388,190 @@ msgstr "كنية" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "تأكيد تفريغ كامل لقاعدة البيانات" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "log تأكيد حذف جميع تسجلات ال" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "تأكيد وقف نشر قاعدة البيانات" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "عدد التسجيلات" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "الكلمات الفريدة على قاعدة البيانات " -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "الكلمات المفهرسة على قاعدة البيانات" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "الفاظ القاموس المفهرسة" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "تسجيلات يتيمة" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "مجموع" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "وثائق مفهرسة بالنص الكامل" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "وثائق مفهرسة بالقاموس" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "يمكن فهرسة البيانات" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "إعادة فهرسة البيانات العملية قد تستغرق عدة ساعات حسب عدد الوثائق" -#: www/admin/database.php:588 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "احداث مجموعة" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "" -#: www/admin/database.php:621 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "تطبيق الحقوق و المستخدمين من الجموعة " -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "logs حذف جميع تسجلات ال" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "وقف نشر قاعدة البيانات" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "تفريغ قاعدة البيانات" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "حذف قاعدة البيانات" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "شعار الطباعة" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "حذف شعار" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "إرسال شعار (jpeg 35px حد أقصى للإرتفاع)" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "" -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "" -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "إصدارك الاحدث " -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "إصلاح الجدول" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "إنشاء قاعدة بيانات جديدة" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "عفوا ! لقد حدث خطأ ما" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "اسم المضيف" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "المستخدم" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "منفذ" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "اسم قاعدة البيانات" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "XML نماذج البنية" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "انشاء" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "ركب قاعدة بيانات" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "تركيب قاعدة البيانات من مضيف بعيد" -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "تركيب" @@ -6521,87 +6611,91 @@ msgstr "مجموعة" msgid "admin:: appliquer le modele " msgstr "تطبيق النموذج " -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "مجموعة لم تنشأ يجب إعطاء اسم للمجموعة" -#: www/admin/sessionwhois.php:58 +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" +msgstr "" + +#: www/admin/sessionwhois.php:59 msgid "admin::monitor: utilisateur" msgstr "المستعمل" -#: www/admin/sessionwhois.php:59 +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "وحدة" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "قواعد بيانات الموصولة " -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "غير معروف" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "مستخدمون فريدون " -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "الترتيبك الخاص" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "" @@ -6716,29 +6810,29 @@ msgstr "عرض رموز الوضع فوق المصغرات لجميع المست msgid "admin::status: confirmer la suppression du status ?" msgstr "تأكيد حذف الوضع" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "بنية" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "غير صالح لا يمكن تطبيق التغييراتxml" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "حذار, الإنتقال إلى الواجهة الرسومية قذ يؤدي إلى خسارة تغيرات اكسمل إذا لم تسجل التغييرات. الاستمرار على أي حال؟" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "قيم مقترحة -- التفضيليات المجموعة" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "حقول" @@ -6747,235 +6841,214 @@ msgstr "حقول" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "غير صالح ، استعادة الإصدار السابق؟ XML" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "حذف المهمة" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "مجدول المهام" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "مهمة جديدة" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "وضع" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "Process_id المهمة" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "جاري التقدم" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "تقرير حسب الأسئلة قواعد البيانات" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "اجابة %d" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "سلاتي" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "سلات متلقات" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "وثيقة %d" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "وثيقة %d" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "اطلاق المقارن" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "%s سلة مرسلة من" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "لديك سلال جديدة لم تقم بزيارتها" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "%d %b %Y à %Hh%s" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "%d-%m-%Y" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "آخر المنشورات" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "غير مقروءة" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "آخر تحديث" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "بحث" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "بحث متقدم" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "مواضيع" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "و" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "أو" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "إلا" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "البحث" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "جميع قواعد البيانات" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "عرض الإعدادات" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "مجموعات" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "انقر هنا لتعطيل جميع المرشحات لجميع قواعد البيانات" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "سابق" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "تعطيل كافة المرشحات" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "تصفية" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "حسب التاريخ" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "حسب الحالة" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "حسب المجال" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "كل المجالات" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 msgid "phraseanet:: Telechargement de documents" msgstr "" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "" -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 msgid "telechargement::Le fichier contient les elements suivants" msgstr "" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 msgid "phrseanet:: base" msgstr "" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 msgid "document:: nom" msgstr "" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 msgid "phrseanet:: sous definition" msgstr "" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 msgid "poids" msgstr "" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "" @@ -7011,467 +7084,443 @@ msgstr "" msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "سيتم تعطيل التطبيق لأعمال الصيانة ، شكرا لقطع لاتصال في أسرع وقت ممكن" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "" + +#: www/login/account.php:184 +msgid "non" +msgstr "" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 +#: www/login/index.php:112 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "تم تحديث كلمة السر" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "تغييرات مؤكدة" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "خطأ عند حفظ التغييرات" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "طلباتك قد أخذت بعين الاعتبار" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 -#: www/login/reset-email.php:44 -#: www/login/reset-email.php:55 -#: www/login/reset-email.php:78 -#: www/login/reset-email.php:89 -#: www/login/reset-email.php:158 -#: www/login/reset-email.php:207 +#: www/login/account.php:456 +#: www/login/forgotpwd.php:100 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "تغيير كلمة السر" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "تغيير بريدي الإلكتروني" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "ftp تفعيل" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "بادئة أسماء الملفات" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "معطيات مرسلة آليا" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "أصلي" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "صورة مصغرة" -#: www/login/forgotpwd.php:71 -#: www/login/register.php:102 +#: www/login/forgotpwd.php:73 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "يحتوي على أحرف سيئة" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "كلمة السر الجديدة" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "تأكيد كلمة السر" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "العودة إلى الصفحة الرئيسية" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "للحصول على أفضل أداء ، نوصي باستخدام واحدة من متصفحات الوب التالية" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "لم يتم العثور على الحساب" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "العنوان غير صالح" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "اللحظة تم إرسال بريد إلكتروني إليك" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "أدخل بريدك الإلكتروني" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "خطأ في محاولة التعريف" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "أخطاء كثيرة في محاولة التعريف شكرا لملأ كلمة التحقيق للتأكد من أنك لست روبوت" -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "من المستحيل الدخول، لم يتم تأكيد البريد الإلكتروني الخاص بك." -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "أرسل لي من جديد رسالة للتأكيد" -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "ليس لديك حق الوصول إلى أية قاعدة بيانات منشورة حاليا" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "تم تأكيد عنوان البريد الإلكتروني هذا" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "تم إرسال طلب تأكيد عن طريق البريد الالكتروني" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "تم تأكيد عنوانك البريد الإلكتروني" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "الحصول على كلمة تحقيق أخرى" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "نسخ الكلمات أدناه" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "البريد الإلكتروني يبدو غير صحيح" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "عنوان البريد الإلكتروني مسجل بالفعل" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "مستخدم بهذا الاسم يوجد من قبل" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" msgstr "" -#: www/login/register.php:298 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "" -#: www/login/register.php:375 -#: www/login/register.php:392 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "تم تحيث البريد الإلكتروني" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "العودة إلى الرئيسية" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "فشل موزع البريد الاكتروني" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "عناوين البريد الإلكتروني لا تتوافق" -#: www/login/reset-email.php:152 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "كلمة سر خاطئة" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "تأكيد عبر البريد الالكتروني قد أرسل لك. يرجى اتباع التعليمات للمرسلة" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "رجوع إلى حسابي" -#: www/login/reset-email.php:230 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "عفوا! لقد حدث خطأ ما!" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "البريد الإلكتروني الجديد" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "تأكيد البريد الإلكتروني" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "مشرف::حساب المستخدم: لماذا طلب مني كلمة السر لتغيير عنوان بريدي الإلكتروني؟" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "بريدك الإلكتروني سيتستخدم في حالة فقدان كلمة السر بحيث يمكن إعادتها، فمن المهم أن تكون الشخص الوحيد القادر على تغييرها ." -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "كلمة السر القديمة" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "نتيجة %d" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "اجابة %d" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "وثيقة مختارة %s" - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "خطأ : الوثيقة البديلة غير صالحة" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "تبديل الوثيقة" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "وثيقة معدلة %d" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "لا يمكن إضافة هذه الوثيقة" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "وضع" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "النوع" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "%d تحرير الأوضاع للتجميعات وعددها" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "%d تحرير الأوضاع للوثائق وعددها" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "إعادة إلى 0 الحالات غير المسمات" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "خفض جميع الاوضاع" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "لا وضع مختار على قاعدة البيانات" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "غير أيضا وضعية الوثائق المرتبطة بهذه الريبورتاجات" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "%d تحرير مستحيل لأوضاع الوثائق التي عددها" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "ليس لديك إذن لتغيير حالة الوثائق المختارة" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "طبق على جميع الوثائق" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "أعد بناء" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "صورة" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "عوض أصلي" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "إستبدال المصغرات" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "ميتاداتا" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "تنبيه، بعض الوثائق لها صور جودة منخفضة بديلة" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "فرض إعادة البناء على التسجيلات ذات المصغرات المعوضة" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "إعادة بناء صور الجودة المنخفضة" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "لا تنشئ صور الجودة المنخفضة" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "أنشئ كل المصغرات" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "هذا الإجراء يتعلق فقط بالجودة المنخفضة للتسجيلات من النوع صورة" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "°اتجاه عقارب الساعة 90" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "°عكس عقارب الساعة 90" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "إعادة إنشاء صور الجودة المنخفضة بعد الاستبدال" -#: www/prod/prodFeedBack.php:82 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "سيمكنك اشتراكك من الاطلاع على المنشورات RSS" - -#: www/prod/prodFeedBack.php:83 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "لا تشاركه احدا، فهو سري" - -#: www/prod/prodFeedBack.php:85 -msgid "publications::votre rss personnel" -msgstr "الخاصة بك rss" - -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "" @@ -7637,277 +7686,275 @@ msgstr "" msgid "report::societe" msgstr "" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "قبول" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "removed_src" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "تحديث" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "removed_tgt" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "قبول اللفظ ك" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "كلفظ خصوصي" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "%s كمرادف ل" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "قبول الفرع ك" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "%s في هذا المكان من القاموس، لايمكن قبول مرشح من المجال" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 msgid "thesaurus:: export au format texte" msgstr "نص" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "إصدار " -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "مثال" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "المرادفات على نفس السطر" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "سطر لكل مرادفة" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "اظهار أرقام الأسطر " -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "إدراج اللغة" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "إدراج عدد النتائج" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "واجهات" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "واجهات" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "%s تم إنشاء الملف يوم" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "ملفا منشأ %s" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "خطأ أثناء حفظ الملف" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "صدّر" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "إصدار لكل اللغات" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "عرض في اللغة الحالية" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "تصنيف" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "بحث" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "قاموس*: بحث" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "نص كامل" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "السؤال الكامل (مع المشغل)" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "عرض" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "فروع غلوقة" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "فروع مفتوحة" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "توسيع الكل-غلوق" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "توسيع الكل-ثابت" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "إغلاق جميع" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "توربد" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "ألصق هنا قائمة الكلمات التي تريد إدخالها" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "اللغة الافتراضية" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "إزالة روابط مجالات الفروع" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "إعادة فهرسة بعد التوريد" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "عدل القاموس" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "إختيار" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "اللغة المحورية" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "لاتملك حق الوصول إلى أية قاعدة بيانات" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "ربط فرع القاموس بالمجال" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "%s ربط فرع القاموس بالمجال" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "ربط الفرع" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "هذا المجال قد تم تغيره ؛ الفرع القديم هو %s " -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "فرع جديد" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "هذا المجال ليس مربوطا بالقاموس. الالفاظ المفهرسة و المرشحة سيتم حذفه" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "هذا المجال يجب أن يربط بالقاموس. إعادة فهرسة قاعدة البيانات ضرورية" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "الرابط القاموس يجب تغييره، من الضروري إعادة فهرسة قاعدة بيانات" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "إعادة فهرسة ضرورية" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "لا حاجة لإعادة الفهرسة" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "%s حذف رابط المجال" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "%s حذف فرع الكلمات المرشحة للمجال" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "تسجيل اللائحة المعدلة من الكلمات المرشحة" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "إزالة الفهارس نحو القاموس للمجال" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "إعادة فهرسة كل التسجيلات" @@ -7915,262 +7962,262 @@ msgstr "إعادة فهرسة كل التسجيلات" msgid "thesaurus:: corbeille" msgstr "سلة المهملات" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "مصطلح جديد" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "لفظ" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "مرادف جديد" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "مرادف" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "السياق" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "مرادف جديد محدد" -#: www/thesaurus2/newterm.php:72 +#: www/thesaurus2/newterm.php:74 #, php-format msgid "thesaurus:: le terme %s" msgstr "%s المصطلح" -#: www/thesaurus2/newterm.php:74 +#: www/thesaurus2/newterm.php:76 #, php-format msgid "thesaurus:: avec contexte %s" msgstr "%s مع المضمون" -#: www/thesaurus2/newterm.php:76 +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "بدون سياق" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "هو مرشح من المجال المقبول: " -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "هو مرشح من المجالات المقبولة: " -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "حدد مصدرا للقبول" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "مرشح من المجالات لكن لا يقبل كلفظ مرشح في هذا الموضع من القاموس" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "غير موجود بين الألفاظ المرشحة" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "حذار" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "إضافة مصطلح دون إعادة الفهرسة" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "إضافة المصطلح و إعادة الفهرسة" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "خصائص" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "حذف" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "إستبدال" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "نتيجة %s" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "مرادفات" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "عدد النتائج" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "هويات" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "%s تأكيد حذف المصطلح" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "الكلمة" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "تساوي " -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "تبدأ ب" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "تحوي" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "تنتهي ب" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "خصائص" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "رفض" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "أجز" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "حذف الألفاظ المرشحة التي تعط جواب" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "إستبدال" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "بحث" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "استصدار" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "إعادة قراءة الألفاظ المرشحة" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "توريد" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "مصطلح جديد" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "مرادف جديد" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "استصدار واجهات" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "إربط بالمجال" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "مخزون" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "عرض المصطلحات المرفوضة" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "قاموس" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "حذف هذا الفرع؟ الكلمات المعنية ترشح للفهرسة في المرة القادمة" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "" "هذا الفرع يقدم أجوبة.\n" "حذف على أي حال؟ الكلمات المعنية تصبح مرشحة للفهرسة" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "كل الألفاظ تعطي نتائج" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "هناك الفاظ من هذا الفرع لا تعط أي نتائج. تريد إزالتها؟" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "إزالة جميع المفردات المرشحة، واحالة كافة الملفات الى اعادة الفهرسة" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "انقل الكلمات الى المخزون" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "ليس لديك حق مساهم" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "ملفا محولا %d" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "ملفا محولا %d" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "%d اختر الملفات التي تريد اضافتها لا تتعدى هنا الحجم بالميغا" @@ -8243,37 +8290,37 @@ msgstr "" msgid "Supprimer precedentes propositions a la substitution" msgstr "" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "" -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 msgid "Erreur lors de l'enregistrement des donnees" msgstr "" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 msgid "Erreur lors de la mise a jour des donnes " msgstr "" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 msgid "Envoie avec succes" msgstr "" @@ -8297,20 +8344,25 @@ msgstr "" msgid "Basket has been updated" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 msgid "Basket has been archived" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 msgid "Basket has been unarchived" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:176 #, php-format msgid "%d records added" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 #, php-format msgid "%d records moved" msgstr "" @@ -8347,6 +8399,21 @@ msgstr "" msgid "Action Forbidden : You are not the publisher" msgstr "" +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 +msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." +msgstr "سيمكنك اشتراكك من الاطلاع على المنشورات RSS" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 +msgid "publications::Ne le partagez pas, il est strictement confidentiel" +msgstr "لا تشاركه احدا، فهو سري" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 +msgid "publications::votre rss personnel" +msgstr "الخاصة بك rss" + #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." msgstr "تحذير: قائمة قواعد البيانات التي تم اختيارها للبحث تم تغييرها" @@ -8453,7 +8520,7 @@ msgid "panier:: vous ne pouvez pas supprimer un panier public" msgstr "لا يمكنك حذف سلة عمومية" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 @@ -8501,97 +8568,146 @@ msgid "Message" msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 msgid "No users selected" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 msgid "Unable to send the documents" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 #, php-format msgid "Push from %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 msgid "No receivers specified" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 msgid "No elements to push" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 #, php-format msgid "Unknown user %d" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 #, php-format msgid "%1$d records have been sent to %2$d users" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 #, php-format msgid "Validation from %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 msgid "No participants specified" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 msgid "No elements to validate" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 #, php-format msgid "Missing mandatory participant parameter %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 #, php-format msgid "%1$d records have been sent for validation to %2$d users" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 msgid "First name is required" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 msgid "Last name is required" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 msgid "Email is required" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 msgid "Email is invalid" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 msgid "User already exists" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 msgid "User successfully created" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 msgid "Error while creating user" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "نتيجة %d" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "اجابة %d" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "وثيقة مختارة %s" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 msgid "Story created" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 msgid "Record removed from story" msgstr "" +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" +msgstr "" + #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 #, php-format msgid "Unable to create list %s" @@ -8611,79 +8727,79 @@ msgstr "" msgid "Unable to update list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 msgid "List has been updated" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 #, php-format msgid "List has been deleted" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 #, php-format msgid "Unable to delete list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 msgid "Entry removed from list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 msgid "Unable to remove entry from list " msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 #, php-format msgid "%d Users added to list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 #, php-format msgid "%d User added to list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 msgid "Unable to add usr to list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 msgid "List shared to user" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 msgid "Unable to share the list with the usr" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 msgid "Owner removed from list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 msgid "Unable to remove usr from list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 #, php-format msgid "%d Story attached to the WorkZone" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 #, php-format msgid "%d Stories attached to the WorkZone" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 #, php-format msgid "%1$d Story attached to the WorkZone, %2$d already attached" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 #, php-format msgid "%1$d Stories attached to the WorkZone, %2$d already attached" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 msgid "Story detached from the WorkZone" msgstr "" @@ -8699,38 +8815,28 @@ msgstr "" msgid "Databox is unreachable" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 #, php-format msgid "an error occured : %s" msgstr "" -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 msgid "phraseanet::technique::datetime-edit-format" msgstr "YYYY/MM/DD HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 msgid "phraseanet::technique::date-edit-format" msgstr "YYYY/MM/DD" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 msgid "phraseanet::technique::date-edit-explain" msgstr "aaaa//mm//jj" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 msgid "phraseanet::technique::time-edit-format" msgstr "HH:MM:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 msgid "phraseanet::technique::time-edit-explain" msgstr "hh:mm:ss" @@ -8766,19 +8872,15 @@ msgstr "" msgid "Processus de validation recu de %s" msgstr "" -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 msgid "Element is not found" msgstr "" -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 +#: lib/Doctrine/Repositories/BasketRepository.php:169 msgid "Basket is not found" msgstr "" -#: lib/Doctrine/Repositories/BasketRepository.php:108 +#: lib/Doctrine/Repositories/BasketRepository.php:191 msgid "You have not access to this basket" msgstr "" @@ -8799,3 +8901,11 @@ msgstr "" msgid "You have not access to this list" msgstr "" +#~ msgid "phraseanet::technique::datetime" +#~ msgstr "%d %b %Y à %Hh%s" + +#~ msgid "phraseanet::technique::date" +#~ msgstr "%d-%m-%Y" + +#~ msgid "publications:: publication non lue" +#~ msgstr "غير مقروءة" diff --git a/locale/de_DE/LC_MESSAGES/phraseanet.mo b/locale/de_DE/LC_MESSAGES/phraseanet.mo index 83fdb7540f..8632adfaba 100644 Binary files a/locale/de_DE/LC_MESSAGES/phraseanet.mo and b/locale/de_DE/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/de_DE/LC_MESSAGES/phraseanet.po b/locale/de_DE/LC_MESSAGES/phraseanet.po index d3cf210507..ea2eb385ac 100644 --- a/locale/de_DE/LC_MESSAGES/phraseanet.po +++ b/locale/de_DE/LC_MESSAGES/phraseanet.po @@ -2,17 +2,17 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-06 12:59+0100\n" -"PO-Revision-Date: 2012-02-06 13:05+0100\n" +"POT-Creation-Date: 2012-02-28 21:02+0100\n" +"PO-Revision-Date: 2012-02-28 21:03+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-06 11:01+0000\n" -"X-Generator: Launchpad (build 14747)\n" -"Language: de_DE\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" +"Language: \n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" "X-Poedit-KeywordsList: _e;__\n" @@ -27,76 +27,70 @@ msgstr "" "X-Poedit-SearchPath-6: lib/Doctrine\n" "X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "Cache wird gespüllt" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" msgstr "Neue Tabellen erstellen" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "Verzeichnisse werden reinigt" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "Dateien werden kopiert" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "Appbox wird aktualisiert" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "%s wird aktualisiert" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "Nach der Aktualisierung" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "falsche Datenbankname" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "Unmöglich, in %s Datei zu schreiben" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "Die Datenbank besteht schon und Sie haben keine Rechte darauf oder Sie haben keinen Zugriff, diese Datenbank zu erstellen" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "Tabelle %s werden aktualisiert" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "Fehler beim Versuch ; Fehler : %s" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "Tabelle %s werden erstellt" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "Patches zu %s werden angewendet" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "Patches werden gesucht" @@ -205,14 +199,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "Ihre Zugriffanfragen auf die folgenden Kollektionen müssen erst von einem Administrator akzeptiert werden" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "Sie werden eine Nachricht bekommen, wenn Ihre Anfrage behandelt sind" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "E-Mail Adresse Bestätigung" @@ -220,28 +214,28 @@ msgstr "E-Mail Adresse Bestätigung" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "Guten Tag, Ihre Anfrage, um Ihre Email Adresse zu verändern, wurde bei uns eingegangen. Um diese Anfrage zu bestätigen, bitte folgen Sie folgendem Link. Wenn Sie dieses Mail gegen Ihnen Willen bekommen, bitte zerstören Sie diese Nachricht." -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "Wir danken Ihnen, um Ihre E-Mail Adresse bestätigt zu haben" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "Sie dürfen jetzt Ihnen mit dem folgenden Link einloggen " -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "Ihre Zugriffanfragen auf die folgende Kollektionen müssen von einem Administrator akzeptiert werden : Sie sind noch schwebend : " -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "Um Ihre Anmeldung zu der Datenbank zu bestätigen, bitte bestätigen Sie Ihre E-Mail Adresse mit dem folgenden Link" -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "Wenn der Link nicht klickbar ist, bitte kopieren und fügen Sie ihn in die Adresszeile Ihres Browsers ein." -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "Phraseanet IV Automatische Meldung - Bitte besuchen Sie dieses Link, um automatisierte Meldungen zu verwalten" @@ -264,35 +258,35 @@ msgstr "Grösse zu klein: %dpx" msgid "Mauvais mode colorimetrique : %s" msgstr "schlechter kolorimetrische Modus : %s" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "Prod" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "Client" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "Admin" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "Report" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "Thesaurus" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "Upload" @@ -331,76 +325,73 @@ msgstr "suchen" msgid "client::recherche: dans les categories" msgstr "In den Kategorien" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "mod_auth_token wurde gut konfiguriert" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "mod_auth_token wurde schlecht konfiguriert" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "Vorsicht, mod Aktivierung Test wurde erfolgreich, aber Lauftest wurde noch nicht ausgeführt " -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "Vorsicht, bitte überprüfen Sie die Konfiguration xsendfile, die zurzeit in Setup Phrasea Modul aktiviert ist" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "Vorsicht, bitte überprüfen Sie die Konfiguration h264_streaming, die zurzeit in Setup aktiviert ist" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "Test E-Mail Überprüfungen" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "Validieren" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "memcached Server Addresse" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "Server aktiviert auf %s" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "Der memcached Server antwortet nicht, Sie sollten den Cache deaktivieren" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "Kein memcached Server verbunden" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "Schlechte Konfiguration: für die Variante %1$s, gegebene Konfiguration : %2$s ; erwartete : %3$s" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "Suchmaschinestatus" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "Sphinx Konfiguration" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "test" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 msgid "Cette valeur ne peut être vide" msgstr "Dieser Wert kann nicht leer sein" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "URL nicht gültig" @@ -434,15 +425,11 @@ msgstr "OK" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 msgid "Ce champ est obligatoire" msgstr "Dieses Feld ist ein Pflichtfeld" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "Dieses Feld ist zu lang, max. %s Zeichen" @@ -454,7 +441,6 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "Dieses Feld ist zu kurz, min. %s Zeichen" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 msgid "Le record n'a pas de fichier physique" msgstr "Der Datensatz hat keine physikalische Datei" @@ -464,7 +450,6 @@ msgid "La taille maximale d'une video est de %d minutes." msgstr "Das maximale Gewicht für eine Video ist %d Minuten." #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "Maximales Gewicht für eine Datei ist %s" @@ -473,15 +458,16 @@ msgstr "Maximales Gewicht für eine Datei ist %s" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "Dieses Produkt verwendet das Flickr API, ist jedoch nicht von Flickr zugelassen oder lizenziert." -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 +#: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "Upload ist fehlgeschlagen" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "Bilder" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "Fotosets" @@ -561,25 +547,25 @@ msgstr "Aktuelle Operationen können nicht ausgeführt werden, weil die Website msgid "Service youtube introuvable." msgstr "YouTube Service nicht gefunden" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "URL in einem neuen Fenster öffnen" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "ANB (Allgemeinen Nutzungsbedingungen) für die %s Datenbank" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "Um fortzusetzen, müssen Sie die ANB akzeptieren" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "annehmen" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "ablehnen" @@ -678,34 +664,50 @@ msgid "admin::register: un utilisateur s'est inscrit" msgstr "Ein Benutzer hat sich angemeldet" #: lib/classes/eventsmanager/notify/autoregister.class.php:235 +#: lib/classes/eventsmanager/notify/order.class.php:221 +#: lib/classes/eventsmanager/notify/register.class.php:240 msgid "admin::compte-utilisateur nom" msgstr "Name" #: lib/classes/eventsmanager/notify/autoregister.class.php:237 +#: lib/classes/eventsmanager/notify/order.class.php:223 +#: lib/classes/eventsmanager/notify/register.class.php:242 msgid "admin::compte-utilisateur prenom" msgstr "Vorname" #: lib/classes/eventsmanager/notify/autoregister.class.php:239 +#: lib/classes/eventsmanager/notify/order.class.php:225 +#: lib/classes/eventsmanager/notify/register.class.php:244 msgid "admin::compte-utilisateur email" msgstr "E-Mail" #: lib/classes/eventsmanager/notify/autoregister.class.php:241 +#: lib/classes/eventsmanager/notify/order.class.php:227 +#: lib/classes/eventsmanager/notify/register.class.php:246 msgid "admin::compte-utilisateur adresse" msgstr "Adresse" #: lib/classes/eventsmanager/notify/autoregister.class.php:245 +#: lib/classes/eventsmanager/notify/order.class.php:231 +#: lib/classes/eventsmanager/notify/register.class.php:250 msgid "admin::compte-utilisateur telephone" msgstr "Telefon" #: lib/classes/eventsmanager/notify/autoregister.class.php:247 +#: lib/classes/eventsmanager/notify/order.class.php:233 +#: lib/classes/eventsmanager/notify/register.class.php:252 msgid "admin::compte-utilisateur fax" msgstr "Fax" #: lib/classes/eventsmanager/notify/autoregister.class.php:249 +#: lib/classes/eventsmanager/notify/order.class.php:235 +#: lib/classes/eventsmanager/notify/register.class.php:254 msgid "admin::compte-utilisateur poste" msgstr "Beruf" #: lib/classes/eventsmanager/notify/autoregister.class.php:250 +#: lib/classes/eventsmanager/notify/order.class.php:236 +#: lib/classes/eventsmanager/notify/register.class.php:255 msgid "admin::compte-utilisateur societe" msgstr "Unternehmensname" @@ -822,7 +824,6 @@ msgstr "Sie dürfen sich nun mit dem folgenden Link einloggen, um Ihr Sammelkorb #: lib/classes/eventsmanager/notify/push.class.php:191 #: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "Vorsicht : Dieses Link ist einzig und geheim, bitte nicht enthüllen" @@ -859,15 +860,11 @@ msgstr "Benutzer Anfragen in Phraseanet Admin bewältigen" #: lib/classes/eventsmanager/notify/validate.class.php:33 #: lib/classes/eventsmanager/notify/validate.class.php:177 #: lib/classes/eventsmanager/notify/validationdone.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:191 msgid "Validation" msgstr "Validierung" #: lib/classes/eventsmanager/notify/validate.class.php:148 #: lib/classes/eventsmanager/notify/validate.class.php:152 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:164 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:168 msgid "Une selection" msgstr "eine Auswahl ohne Titel" @@ -885,7 +882,6 @@ msgid "push::mail:: Demande de validation de documents" msgstr "Dokumente Validierungsabfrage" #: lib/classes/eventsmanager/notify/validate.class.php:203 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:223 #, php-format msgid "Le lien suivant vous propose de valider une selection faite par %s" msgstr "Das folgende Link schlägt Ihnen vor, Ihre Validierung auf die Dokumente, die von %s geschickt wurden, zu geben" @@ -1137,43 +1133,43 @@ msgstr "Dezember" msgid "report:: non-renseigne" msgstr "nicht ausgefüllt" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "***ÜBERPRÜFEN SIE DIE BINÄRE KONFIGURATION***" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "*** FILESYSTEM KONFIGURATION ***" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "***ÜBERPRÜFEN SIE DIE CACHE OPCODE***" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "***ÜBERPRÜFEN SIE DIE CACHE SERVER***" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "***ÜBERPRÜFEN SIE DIE PHP KONFIGURATION***" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "***ÜBERPRÜFEN SIE DIE PHP ERWEITERUNGEN***" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "***ÜBERPRÜFEN SIE PHRASEA***" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "***ÜBERPRÜFEN SIE DIE SYSTEMSSPRACHUMGEBUNGEN***" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "Automatisch erstellen" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "Fortsetzen?" @@ -1222,6 +1218,10 @@ msgstr "Verbindungen" msgid "report:: telechargements" msgstr "Herunterladen" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "Webbrowser" @@ -1266,7 +1266,15 @@ msgstr "Information über Aufnahme %d" msgid "report:: Information sur le navigateur %s" msgstr "Information über Webbrowser %s" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "unbetitelt" @@ -1292,22 +1300,22 @@ msgstr "Berichte " msgid "preview:: resultat numero %s " msgstr "Ergebnis Nummer %s " -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "Direkt Zugriff" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "Hautpseite" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "Cooliris Viewer" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "externer Link" @@ -1369,7 +1377,7 @@ msgstr "falsche Formulierung, braucht mehrere Zeichen " msgid "Sphinx server is offline" msgstr "Sphinx Server ist offline" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "manuelle Einstellungen" @@ -1840,371 +1848,351 @@ msgstr "Datenspeicher für Speicherung der geschützten Dateien" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "Web Miniaturansichten Ordner Alias" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "Cache Servers" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "ein Cache Server benutzen" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "Kein(e)" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "Cache Server Host" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "Cache Server Schnittstelle" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "Sphinx Server" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "Sphinx benutzen" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "Sphinx Server Adresse" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "Sphinx Server Schnittstelle" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "Sphinx RT Server Adresse" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "Sphinx RT Server Schnittstelle" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "externe ausführbare Dateien" -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "xsendfile für Apache erlauben" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "Zugang Pfad für X-Accel-Redirect (nur Nginx)" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "Einhängpunkt für X-Accel-Redirect (nur Nginx)" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "Aktivierung der Stream h264 durch mod_token - vorsicht, benötigt die Module apache mod_h264_streaming und mod_auth_token" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "Aufsetzpunkt der geschützen Datei durch auth_token" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "Pfad zur geschützen Datei durch auth_token" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "Passphrase der mod_auth_token (definitiert in der apache Konfigurationsdatei)" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "Pfad zu PHP CLI (Common Line Interface)" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "Pfad zu gezielt php.ini (freiwillig)" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "Pfad zum ImageMajick Bestandteil (konvertieren)" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "Pfad zum Composite Bestandteil" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "Pfad zum Exiftool Bestandteil" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "Pfad zur SWF extract ausführbare Datei" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "Pfad zur PDF 2 SWF ausführbare Datei" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "Pfad zur SWF render ausführbare Datei" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "Pfad zum Unoconv Bestandteil" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "Pfad zum FFmpeg Bestandteil" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "Pfad zur MP4Box ausführbare Datei" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "Pfad zur Mplayer ausführbare Datei" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "Pfad für ausführbares Programm pdftotext (xpdf)" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "Begrenzung der Text-Seitenanzahl, um PDF Dateien zu ziehen" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "Arbeit Repositories" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "Dateibesitzer (Apache Server Konto-Name)" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "Benutzer Gruppe (Name der Gruppe der Apache Server Ausführung)" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "Haupteinstellung" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "E-Mail des Administrators" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "Datenbanken und Kollektionen anzeigen" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "Benutzer erlauben, die herunterladene Dateiname zu verändern" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "standardmässige exportierte Dateien werden genannt mit" -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "Facebook und Twitter Teilung aktivieren" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "Hauptseite" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "Hauptseite Sammekorb(ë) Anzeigeeinrichtungen" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "Suchmaschine" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "Für die Benutzer Suche, minimale Anzahl von Zeichen vor einem Trunkierungsoperator (1, standardmässiges)" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "standardmässige Abfrage" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "Suche Voreinstellungen sind" -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "Report" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "Anonymer Report (versteckt die Informationen über alle Benutzer)" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "zusätzliche Module" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "Phraseanet IV Thesaurus erlauben" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "Bericht Mode erlauben" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "Dokument Ersetzung " -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "Dokumente Miniaturansichten erlauben" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "E Mail Senden" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "standardmässige E-mail Adresse des Senders" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "Nutzung von SMTP Server" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "eine Authentifizierung benutzen" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "Host" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "Schnittstelle" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "eine SSL Verbindung benutzen" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "Benutzer" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "Passwort" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "FTP Exporte" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "FTP Exportfunktionen aktivieren" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "FTP Export funktionen für die Benutzer aktivieren (\"false\": nur die Administrator Benutzer dürfen die FTP benutzen)" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "Kunde Konfiguration" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "Anzeige Ordnung der \"Suche\" Reiter (1= erste von links)" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "Anzeige Ordnung der \"erweiterte Suche\" Reiter (2= zweite von links)" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "Anzeige Ordnung der \"Themen\" Reiter" -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "markierter Reiter auswählen" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "Anzeigeoption der Themen auswählen" -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "Rollover Anzeige auf Miniaturansichten im Detailansicht Fenster erlauben" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "Rollover Anzeige auf Miniaturansichten in Sammelkörbe erlauben" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "Ansichtsoptionen der Kollektionen in Phraseanet Client" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "Gesamtgewicht eines Sammelkorbes anzeigen (Gesamtgewicht der Dokumente eines Sammelkorbes)" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "Anzeige des Reiters der \"Vorschläge\" erlauben, wenn Thesaurus aktiviert ist" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "Gastbenutzer, die herunterladen möchten, nach der Anmeldung umleiten" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "Anmeldung Konfiguration" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "Kollektionsliste von Anmeldeformular verstecken - Benutzer Anmeldung wird für alle Kollektionen, die für die Anmeldung erlaubt sind, gesendet" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "Auto-Registrierung aktivieren, wenn der Benutzer mit seiner Anmeldung fertig ist" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "Push Konfiguration" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "Anzahl von Tagen vor der Validierung für Senden der Erinnerungs-Email" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "Laufzeit (in Tage) der generierten Verknüpfungen in Push Validierung Prozess (0= kein Ablaufdatum)" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "Indexierung von Roboten" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "Titel der Installation" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "indexierte Meta-Keywords für die Suchmaschinen" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "Beschreibung der Installation" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "Google Analytics ID (UA-XXXXXXX-X)" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "Die Website ermöglichen, von Suchmaschinen wie Google indexiert zu werden." -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "Google Chrome Frame Banner anzeigen" @@ -2218,18 +2206,24 @@ msgid "le service sera de nouveau disponible dans quelques minutes" msgstr "Die Dienstleistung wird in einige Minuten wieder verfügbar sein." #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:28 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:128 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:233 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:360 msgid "report:: 3 - Type de report" msgstr "3 - Bericht Typ" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:35 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:374 msgid "report:: toutes les questions" msgstr "häufigsten Suchabfragen" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:42 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:381 msgid "report:: Les questions les plus posees" msgstr "häufigsten gestellten Fragen" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:56 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:395 msgid "report:: activite du site" msgstr "Tätigkeit der Webseite" @@ -2383,7 +2377,6 @@ msgid "login:: Mon compte" msgstr "Mein Benutzerkonto" #: tmp/cache_twig/08/5a/dbbbe587162391037b233de045b2.php:313 -#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:197 msgid "phraseanet:: aide" msgstr "Hilfe" @@ -2463,6 +2456,7 @@ msgstr "Dieses Feld wird wie das DublinCore %element_name% Element beschrieben" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "Beschreibung" @@ -2704,6 +2698,7 @@ msgid "Creer une playlist" msgstr "eine neue Playlist erstellen" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "Titel" @@ -2917,6 +2912,54 @@ msgstr "Nachdem Sie die Veröffentlichung gelöscht haben, werden die veröffent msgid "validation::envoyer mon rapport" msgstr "Mein Bericht senden" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "Beschreibung" @@ -2946,7 +2989,7 @@ msgid "Job" msgstr "Beruf" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:174 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" msgstr "Unternehmen" @@ -2992,42 +3035,62 @@ msgstr "schwebend" msgid "En cours d'envoi" msgstr "wird gesendet" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "Name der Liste" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "Legen sie die Teilung Zugriffe fest" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "Löschen" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "%length% Leute" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 msgid "Activite" msgstr "Aktivität" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "Alle" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" msgstr "Schablone" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" msgstr "Land" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" msgstr "Funktion" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -msgid "%length% peoples" -msgstr "%length% Leute" - #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "Validierung" @@ -3036,11 +3099,13 @@ msgstr "Validierung" msgid "lightbox::recaptitulatif" msgstr "Übersicht" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "Ja" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "Nein" @@ -3112,6 +3177,7 @@ msgid "action : ajouter au panier" msgstr "Zum Sammelkorb hinzufügen" #: tmp/cache_twig/33/4d/8e964832ba08789a3b4d0d8e9eff.php:92 +#: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:27 msgid "action : print" msgstr "drucken" @@ -3216,217 +3282,213 @@ msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouve msgstr "Bevor Sie fortsetzen können, bitte beachten Sie den folgenden Hinweis. Sie können forsetzen, ohne diese Probleme zu korrigieren." #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" -msgstr "Voraussetzungen" +msgid "Prerequisite and Configuration" +msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "Web Server Konfiguration" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "externe ausführbare Programme" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "Pflichtfeld" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "Phraseanet kann mehrere Binärprogramme erfordern" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "Einige sind benötigt, wie den Indizierer, Exiftool oder ImageMagick. Einige sind fakultativ, wie FFmpeg (benutzt, um Videodateien anzusehen)." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "Keine Sorge: Sie können die Konfiguration später verändern." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "Erstellung von Ihrem Benutzerkonto" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "Ihre Email Adresse" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "Ihr Passwort" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "Passwort Bestätigung" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "über die Sicherheit den Passwörtern" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "Passwörter müssen eindeutig von Benutzernamen sein und mindestens zwei Zeichen enthalten, unter diesen :" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "Sonderzeichen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "Grossbuchstaben" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "Kleinbuchstaben" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "Digitale" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "Ihre Email wird für Ihre Anmeldung benötigt" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "Bitte achten Sie, dass sie immer noch gültig ist und dass Sie einen Zugriff darauf haben" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "Konfiguration der ApplicationBox Konto-Datenbank" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "MySQL Datenbank Verbindungsparameter" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "Adresse" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "Datenbank Benutzer" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "Schnittstelle" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 msgid "Database" msgstr "Datenbank" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 msgid "boutton::tester" msgstr "Prüfen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "Sollten Sie noch mehrere Parameter benötigen, %debut_lien%mehr Optionen anzeigen%fin_lien%" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "ApplicationBox ist eine MySQL Datenbank" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "Es speichert Benutzer Daten, Rechte und Referenzen zu DataBoxes, wo Datensätze gespeichert werden." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "Phraseanet empfehlt dringend die Benutzung von %link_start%MariaDB%link_end%, um MySQL zu ersetzen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "Konfiguration von den Ablageordnern" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "Ablageordner der Dateien" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "Ablageordner der Miniaturansichten" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "Mount-Punkt der Miniaturansichten (siehe Hilfe unten)" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "Sie müssen in Ihrem Web Server eine Befestigung in Richtung des Miniaturansichten Ablageordners erklären" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "Apache Beispiel" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "Nginx Beispiel" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "Ihre Media und Unterauflösungen (Voransichten, Miniaturandsichten..) werden in diese Verzeichnisse gespeichert." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "Miniaturansichtenverzeichnis wird befestigt, um durch HTTP erreichbar zu werden, aber andere Dateien nicht." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "Wenn Sie vorhaben, grossen Dateien zu speichern, bitte vergewissern Sie, dass sie in diese Verzeichnisse einpassen werden." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "Konfiguration der DataBox SpeicherDatenbank" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "Databox nicht nun erstellen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "Daten-Templates" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "Erstellung von Aufgaben" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "Phraseanet hat eine Aufgabe Suchmaschine für das Lesen/Schreiben der Metadaten und andere Arbeitsgänge" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "Aufgabe erstellen für das Schreiben der Metadaten" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "Aufgabe erstellen für die Unterauflösungen Erstellungen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "Indexierung Aufgabe erstellen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "Phraseanet DataBoxes sind MySQL Datenbanken, die von Phraseanet ApplicationBox abgefragt werden können." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "Databoxes speichern Datensätze, Metadaten und ihre Klassifizierungen" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "Installation" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "Installation wird durchgeführt" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "Installation wird derzeit bearbeitet, bitte warten Sie..." @@ -3435,47 +3497,34 @@ msgid "validation:: editer ma note" msgstr "mein Kommentar verändern" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 msgid "action : editer" msgstr "bearbeiten" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 msgid "action : status" msgstr "Eigenschaften" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 msgid "action : collection" msgstr "verschieben" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 msgid "action : push" msgstr "Push" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 msgid "action : bridge" msgstr "Bridge" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 msgid "action : publier" msgstr "Veröffentlichen" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 msgid "action : outils" msgstr "Werkzeuge" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 msgid "action : supprimer" msgstr "löschen" @@ -3631,473 +3680,427 @@ msgstr "Ladend" msgid "phraseanet:: panier" msgstr "Sammelkorb" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "Suche" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "Vorschläge" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "Thesaurus" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "Zurücksetzen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "Alle Wörter" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "Mit genauer Ausdruck" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "Mindestens ein Wort" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "Keines dieser Wörter" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "Alle" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "Keine" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "Sortieren nach " - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "Relevanz" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "hinzugefügtes Datum" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "zufällig" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "absteigend" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "aufsteigend" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "nach Theme suchen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "Die Begriffe befinden sich in Feld(er):" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "Alle Felder" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "Zustand der Dokumente zu suchen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "im Feld \"Datum\" suchen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "von" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "zu" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "Thesaurus" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "mögliche Begriffe" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "mögliche Begriffe annehmen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "ersetzen durch den Begriff" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:832 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1090 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 msgid "boutton::rechercher" msgstr "suchen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "Verladung" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "Begriff löschen?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "Begriff annehmen?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "Begriff ersetzen?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "Neuer" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "Sammelkörbe durchsuchen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" msgstr "Neuer Bericht" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "nach Datum sortieren" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "alphabetische Sortierung" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "Einstellungen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "Dokumente" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "Berichte" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "Bildschirmtyp" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "Bild" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "Video" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "Audio" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "Dokument" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "Flash" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "Alle" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "Keine" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "Zurücksetzen" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "Sortieren nach " + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "Relevanz" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "hinzugefügtes Datum" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "zufällig" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "absteigend" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "aufsteigend" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "nach Theme suchen" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "Die Begriffe befinden sich in Feld(er):" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "Alle Felder" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "Zustand der Dokumente zu suchen" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "im Feld \"Datum\" suchen" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "von" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "zu" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "Datenbanken" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "History" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "Themen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" msgstr "Auswählen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "alles" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "nichts" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "Bilder" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "Videos" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "Audios" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" msgstr "Wählen Sie eine Handlung aus" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "Feedback" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "Über Abkürzungen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "Hauptfenster Abkürzungen " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "ctrl-a : alles auswählen " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "ctrl-p : drucken " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "ctrl-e : Auswahl bearbeiten " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "Linkspfeil: vorherige Seite " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "Rechtspfeil: nächste Seite " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "Pfeil oben: vertikal scrollen " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "Abwärtspfeil: vertikal scrollen " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "Sammelkörbe und Funktionen Abkürzungen " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "Fenster Abkürzungen bearbeiten " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "tab/shift-tab : Feld ändern " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "Fenster Abkürzungen, Detailansicht " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "Rechtspfeil: nächstes Dokument " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "Abwärtspfeil: letztes Dokument " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "Dia-Schau starten " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "esc : Sie können die meiste Teile der Overlay Fenster schliessen " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "diese Hilfe nicht mehr anzeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "Anzeige" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "Konfiguration" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "Anzeigemodus" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "Miniaturansichten" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "Liste" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "Thema" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "Thema Selektor" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "Miniaturansichten" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "Bildredakteur (Beschreibung mit Rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "Grafiker (Voransicht mit Rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "Technische Informationen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "zeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "in Beschreibung zeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "verstecken" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "Dokumenttyp" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "eine Ikone anzeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "Suchergebnisse nach Seite " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "Miniaturansichtengrösse " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "Farbauswahl" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "wählen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "beim Start anzeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "meine letzte Suchabfrage" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "eine persönliche Frage" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" msgstr "die Hilfe" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "Beschreibung" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "Historie" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "Beliebtheit" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "Vorstellung der Voransichten des Sammelkorbes" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "die Zustände anzeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "das beschriftliche Blatt anzeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "den Titel anzeigen" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "wieder ordnen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "automatisch wider ordnen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "wählen" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "umkehren" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "Ansicht Statistiken" @@ -4279,21 +4282,33 @@ msgstr "Keine Übereinstimmung gefunden" msgid "Ajouter a" msgstr "Hinzufügen zu" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "Fehler" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "Erfolg" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" -msgstr "Fehler : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" +msgstr "Hallo %username%" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" -msgstr "erlischt in %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" +msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 msgid "Rights" @@ -4368,17 +4383,17 @@ msgid "panier:: description" msgstr "Beschreibung" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "Keine Ergebnisse" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "1 Ergebnis" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "%Total% Ergebnisse" @@ -4386,7 +4401,7 @@ msgstr "%Total% Ergebnisse" msgid "Received from %user_name%" msgstr "Von %user_name% bekommen" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "Für die Bestätigung zu %list_participants% gesendet" @@ -4451,19 +4466,23 @@ msgstr "eine Vorlage erstellen" msgid "Creer un utilisateur" msgstr "einen Benutzer erstellen" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "einen neuen benutzer hinzufügen" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "Email Adresse der neuen Benutzer" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "eine Vorlage erstellen" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "Name der neue Vorlage" @@ -4558,8 +4577,28 @@ msgid "Refresh" msgstr "Aktualisieren" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" -msgstr "Löschen" +msgid "(%length%)" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "automatisch wider ordnen" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "wählen" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "wieder ordnen" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" +msgstr "umkehren" #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 msgid "Playlist" @@ -4593,107 +4632,111 @@ msgstr "1 - Zeit" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "Das benötigte API Connector wurde falsch konfiguriert. Bitte kontaktieren Sie einen Administrator." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "Sind Sie sicher, diese Metadaten zu löschen? Nachdem wird sie endgültig verloren werden" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "Vorsicht, zwei Felder können nicht das gleiche Dublin Core Element darstellen." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "Die letzte Zuordnung wurde deaktiviert" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "Achtung!" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "hinzufügen" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "Name" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "DublinCore Element Set" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "Multivalue" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "indizierbar" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "Vokabeln Typ" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "Vokabeln beschränkt" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "schreibgeschützt" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" msgstr "Typ" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "Trennzeichen" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "Thesaurus Verzweigung" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "zeigt in Report" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "als Titel anzeigen" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "Vorsicht, die ausgewählte beschreibende Quelle ist nicht mehrwertig. Sie müssten diesen Kasten deaktivieren." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "Vorsicht, die ausgewählte beschreibende Quelle ist mehrwertig. Sie müssten diesen Kasten aktivieren." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "Vorsicht, die ausgewählte beschreibende Quelle ist nicht schreibgeschützt. Sie müssten diesen Kasten deaktivieren." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "Vorsicht, die ausgewählte beschreibende Quelle ist schreibgeschützt. Sie müssten diesen Kasten aktivieren." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "Alle" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "Kein(e)" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "französisch" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "deutsch" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "englisch" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "arabisch" @@ -4807,33 +4850,37 @@ msgstr "Zurück zur Startseite" msgid "Which playlist you want to put you %number% elements into ?" msgstr "Welche Playlist möchten Sie für Ihre %number% Elemente benutzen?" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" -msgstr "Schlechte Benutzername / Passwort" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "Guten Tag, bitte melden Sie sich auf %home_title% an." - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" -msgstr "Hallo %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" -msgstr "%application_name% will einen Zugriff auf Ihre Daten auf %home_title%" +msgid "Se connecter" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" -msgstr "Genehmigen Sie die Anwendung, es zu tun?" +msgid "Problèmes de connexion ?" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" -msgstr "Ja" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" -msgstr "Nein" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" +msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 msgid "Apparait aussi dans ces reportages" @@ -4904,69 +4951,76 @@ msgstr "Sie sind nicht der Besitzer von diesem Feed" msgid "Vous avez recu un nouveau panier" msgstr "Sie haben einen neuen Sammelkorb bekommen" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" -msgstr "Sie haben eine Dokument Validierung angefordert" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" +msgstr "" #: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" -msgstr "Sammelkorb von %pusher% bekommen" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:309 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "exportieren" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "bearbeiten" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "umbenennen" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "validieren" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:194 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "Sie haben eine Dokument Validierung angefordert" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "Sammelkorb von %pusher% bekommen" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "umbenennen" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 msgid "Archive" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:335 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "entfernen" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:561 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "löschen" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:652 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "Sammelkorb Reihenfolge" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:660 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "gut bewertet" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:668 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "weniger bewertet" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "Benutzer genehmigt dieses Dokument" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:717 -msgid "L'utilisateur desapprouve ce document" -msgstr "Benutzer lehnt dieses Dokument ab" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:723 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "Benutzer hat seine Meinung nocht nicht gegeben" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" +msgstr "Benutzer lehnt dieses Dokument ab" + #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 msgid "validation:: note" msgstr "Kommentare" @@ -4975,66 +5029,92 @@ msgstr "Kommentare" msgid "%nb_records% records" msgstr "%nb_records% Datensätze" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 +msgid "Contributor" +msgstr "Benutzer" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 +msgid "See others" +msgstr "Andere sehen" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 msgid "HD Download" msgstr "HD Download" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 -msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" -msgstr "Ein Push ermöglicht, einen Stapel Bildern an Emfängern zu senden. Sie werden eine E-Mail mit einem Link bekommen, das Phraseanet Lightbox starten wird. Es wird erlauben, die Dokumente anzuchauen und/oder herunterzuladen. Für die angemeldete Benutzer ist Push auch verfügbar als einen \"bekommen\" Sammelkorb" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" -msgstr "Benutzer hinzufügen" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 -msgid "Send" -msgstr "Senden" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 -msgid "Save this list" -msgstr "Diese Liste speichern" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 msgid "List Manager" msgstr "Liste Manager" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "Benutzer hinzufügen" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 +msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" +msgstr "Ein Push ermöglicht, einen Stapel Bildern an Emfängern zu senden. Sie werden eine E-Mail mit einem Link bekommen, das Phraseanet Lightbox starten wird. Es wird erlauben, die Dokumente anzuchauen und/oder herunterzuladen. Für die angemeldete Benutzer ist Push auch verfügbar als einen \"bekommen\" Sammelkorb" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 +msgid "Push::une validation est une demande d'appreciation a d'autres personnes" +msgstr "\"Validieren\" erlaubt, eine Meinungsanfrage auf Dokumente an Empfängern zu senden. Sie werden eine E-Mail bekommen, die einen Link beinhaltet, das Phraseanet Lightbox startet. Sie werden dann einen Zugriff auf die Dokumente haben, um Ihre Meinung zu geben und/oder um sie herunterzuladen. Für die Benutzer, die schon eingeloggt sind, ist die \"Validierung\" auch verfügbar als Sammelkorb." + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 +msgid "Send" +msgstr "Senden" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 +msgid "Save this list" +msgstr "Diese Liste speichern" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 msgid "Select all" msgstr "Alle auswählen" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 msgid "Deselect all" msgstr "Alle abwählen" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 msgid "Back to Push" msgstr "Zurück zum Push" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 +msgid "Back to Feedback" +msgstr "Zurück zum Feedback" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 msgid "Welcome to the ListManager !" msgstr "Herzlich Willkommen bei der Liste Manager !" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 msgid "Start by creating one by using the \"add\" button on the left !" msgstr "Beginnen Sie mit der Erstellung: Klicken sie auf \"Hinzufügen\" links !" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 msgid "Select a list on the left and edit it !" msgstr "Wählen Sie eine Liste links aus und bearbeiten Sie sie!" @@ -5042,43 +5122,27 @@ msgstr "Wählen Sie eine Liste links aus und bearbeiten Sie sie!" msgid "Do you want to send your report ?" msgstr "Möchten Sie, Ihren Bericht zu senden ?" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 -msgid "Contributor" -msgstr "Benutzer" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 -msgid "See others" -msgstr "Andere sehen" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 -msgid "Push::une validation est une demande d'appreciation a d'autres personnes" -msgstr "\"Validieren\" erlaubt, eine Meinungsanfrage auf Dokumente an Empfängern zu senden. Sie werden eine E-Mail bekommen, die einen Link beinhaltet, das Phraseanet Lightbox startet. Sie werden dann einen Zugriff auf die Dokumente haben, um Ihre Meinung zu geben und/oder um sie herunterzuladen. Für die Benutzer, die schon eingeloggt sind, ist die \"Validierung\" auch verfügbar als Sammelkorb." - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 -msgid "Back to Feedback" -msgstr "Zurück zum Feedback" - #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "häufigsten Suchabfragen in %home_title%" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "Webseite" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "Anwendungstyp" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "Webanwendung" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "Desktopanwendung" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "Callback URL" @@ -5269,127 +5333,127 @@ msgstr[1] "%value% Likes" msgid "Edition de 1 element" msgstr "Bearbeitung von 1 Element" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "Keine editierbare Status" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "die Status von einigen Dokumenten werden nicht erreichbar (fehlende Rechte)" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "ersetzen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "Zwischenablage" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "suchen / ersetzen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "Vorlage" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:335 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 msgid "phraseanet::chargement" msgstr "ladend" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "In dem Feld ersetzen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "In allen Feldern ersetzen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "Suchen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "ersetzen durch" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "Optionen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "regulärer Ausdruck" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "Hilfe zu reguläre Ausdrücken" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "alles ersetzen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "Gross- und Kleinschreibung nicht unterschieden" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "vollständiges Feld" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "im Feld gehalten" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "Gross- und Kleinschreibung unterschieden" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "Indexierung in Vorbereitung" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "Änderungen bestätigen oder abbrechen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "Titel" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "Bearbeitung nicht möglich" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "Es ist unmöglich, Dokumente, die verschiedenen Bilddatenbanken entstammen, gleichzeitig zu bearbeiten" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "Keine Dokumente dürfen bearbeitet werden, weil Sie keine Rechte darauf haben" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "%not_actionable% Dokumente dürfen nicht bearbeitet werden, weil Sie keine Rechte darauf haben" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "Keine Bearbeitung möglich, Sie haben keinen Zugriff darauf" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "Einige Felder müssen ausgefüllt werden, um diese Bearbeitung zu bestätigen" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "Als Hauptbild einrichten" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "Status " -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "Dieses Feld wird als einen Dublin Core Element beschrieben" @@ -5405,51 +5469,51 @@ msgstr "Validierung Abfrage zu %n_user% Benutzer ab ApplicationBox %appbox%" msgid "report::Edition des meta-donnees" msgstr "Metadaten Bearbeitung" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" -msgstr "Kollektion veränderung zu : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" +msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "Status Bearbeitung" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "Format Drucken : %format%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "Ersatz von %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "Veröffentlichung von %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "Herunterladen von %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "durch Email zu %dest% von %content% senden" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "durch ftp zu %dest% von %content%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "Dokument löschen" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "Dokument hinzufügen" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "unbekannte Handlung auf das Dokument" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "von %user_infos%" @@ -5465,23 +5529,23 @@ msgstr "OAuth Einstellungen" msgid "Les parametres oauth de votre application." msgstr "Die oauth Parameter Ihrer Applikation" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "Ihr Zugriff Token" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 msgid "Les paramétres oauth de votre application." msgstr "Ihre Anwendung OAuth Parameter" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "Token" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "das Token wurde nicht noch erstellt" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "erstellen" @@ -5770,82 +5834,90 @@ msgstr "Kommentare" msgid "boutton::enregistrer" msgstr "speichern" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "Benutzername" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "Vorname / Nachname" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" msgstr "Email" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "Letzte Schablone" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" msgstr "Erstellungsdatum" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "Neuer subdef erstellen" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "subdef löschen?" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "Diese subdef wird endgültig gelöscht werden und kann nicht wiederhergestellt werden. Sind Sie sicher?" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "Subdef Name" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "Zugriff Klasse" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "Voransicht" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "Alle" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "Herunterladbar" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "Klasse" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "Baseurl" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "Meta schreiben" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "Media Typ" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "Ja" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "Nein" @@ -6055,15 +6127,15 @@ msgstr "Tags" msgid "Back to basket list" msgstr "Zurück zur Sammelkörbe Liste" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "Keine Datensätze" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "1 Datensatz" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "%ElementsCount% Datensätze" @@ -6087,13 +6159,31 @@ msgstr "Zustand" msgid "Aucune" msgstr "Kein" -#: www/admin/adminFeedback.php:297 -#: www/admin/database.php:212 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "Kein Alias" -#: www/admin/adminFeedback.php:387 -#: www/admin/database.php:255 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "Datenbank leeren, bevor sie gelöscht wird" @@ -6138,119 +6228,119 @@ msgstr "Ein Fehler erschien, als Ihr Datei gesendet wurde" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "Sind Sie sicher, dass Sie die Kollektion leeren möchten?" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "Zerlegung dieser Kollektion bestätigen" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "Veröffentlichung dieser Kollektion bestätigen?" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "Ende der Kollektionveröffentlichung bestätigen" -#: www/admin/collection.php:391 -#: www/admin/database.php:430 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "Kollektion" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "entfernte ID Kollektion" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "Kollektion Status" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "Kollektion aktivieren" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "Kollektion deaktivieren" -#: www/admin/collection.php:413 -#: www/admin/database.php:398 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "Einzelheiten" -#: www/admin/collection.php:423 -#: www/admin/database.php:420 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "Einzelheiten verstecken" -#: www/admin/collection.php:439 -#: www/admin/database.php:435 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "Objekt" -#: www/admin/collection.php:443 -#: www/admin/database.php:437 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "Anzahl" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 -#: www/admin/database.php:438 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 #: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "Gewicht" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "Bestellungen Manager" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "ein Manager für die Bestellungen hinzufügen" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "Vorstellung den Elementen beim externen Veröffentlichungen" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "standardmässig" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "Wasserzeichen Datei" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "Stempel" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "umbenennen" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "Name : " -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "leeren" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "Löschen der Kollektion bestätigen?" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "aktuelles Mini Logo" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 -#: www/admin/database.php:724 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "Keine Datei" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "Kollektion Bildvorstellung " @@ -6284,7 +6374,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "Bestätigen Sie die Wieder Indizierung der Datenbank?" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "Alias" @@ -6292,190 +6382,190 @@ msgstr "Alias" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "Ganze Leerung der Datenbank bestätigen?" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "Löschen der Datenbank bestätigen" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "das Löschen aller Logdateien bestätigen?" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "Ende der Datenbankveröffentlichung bestätigen?" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "Anzahl von Datensätze auf die Datenbank" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "einzelne Wörter : " -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "indexierte Wörter :" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "indexierte Thesaurus-Begriffe:" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "Waise Datensätze" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "Gesamtzahl" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "Volltext indexierte Dokumente" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "Thesaurus indexierte Dokumente" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "Indexierung in dieser Datenbank möglich" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "Jetzt die Datenbank neu indexieren (es könnte Stunden dauern, wenn Sie viele Dokumente haben)" -#: www/admin/database.php:588 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "eine Kollektion erstellen" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "eine Kollektion erstellen" -#: www/admin/database.php:621 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "Benutzer und Rechte von der Kollektion anwenden : " -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "erstellen" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "eine Kollektion aktivieren" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "Alle Logdateien löschen" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "Veröffentlichung stoppen" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "Datenbank leeren" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "Datenbank löschen" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "Logo für das PDF-Drucken" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "Logo löschen" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "Ein Logo senden (Höhe ist 35 px max., JPEG)" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "Vorschläge für die Veränderungen der Tabellen" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "Vergessen Sie nicht, den Task Manager neu zu starten" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "Task Manager beenden, bevor Sie die Update starten" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "Datenbank kann nicht Sonderzeichen beinhalten" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "Verbindung ist OK aber die Datenbank existiert nicht oder kann nicht zugegriffen werden." -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "Version" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "Ihre Anwendung erfordert eine Aktualiserung zu: " -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "Ihre Version ist aktuell " -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "Tabellen wiederherstellen" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "eine neue Datenbank erstellen" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "eine neue Datenbank auf andere Server erstellen" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "Host Name" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "Benutzer" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "Passwort" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "Datenbank Name" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "XML Struktur Vorlage" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "suchen" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "eine Datenbank erstellen" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "Datenbank von entferntem Host erstellen" -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "erstellen" @@ -6515,87 +6605,91 @@ msgstr "Kollektion" msgid "admin:: appliquer le modele " msgstr "Vorlage anwenden " -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "Kollektion wurde nicht erstellt: sie müssen eine Name eingeben" -#: www/admin/sessionwhois.php:58 +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" +msgstr "" + +#: www/admin/sessionwhois.php:59 msgid "admin::monitor: utilisateur" msgstr "Benutzer" -#: www/admin/sessionwhois.php:59 +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "Module" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "Verbindungsdatum" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "Letzter Zugriff" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "eingeloggte Datenbanken " -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "anhaltende Session" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "unbekannt" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "Gesamtzahl der einzelnen Benutzer " -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "Kein memcached Server verbunden" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "Anwendung Administratoren" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "ein Administrator hinzufügen" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "die Rechte von Administratoren zurücksetzen" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "Zurücksetzen" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "Allgemeine Einstellungen" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "Ihre Konfiguration" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "Filesystem Konfiguration" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "ausführbare" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "PHP Erweiterungen" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "Cache Server" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "Phrasea Modul" @@ -6710,29 +6804,29 @@ msgstr "angezeigte Bildzeichen" msgid "admin::status: confirmer la suppression du status ?" msgstr "das Löschen des Status bestätigen ?" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "Struktur" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "XML ungültig, die Änderungen werden nicht angewendet sein" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "Vorsicht, Umstellung auf grafischen Ansicht beinhaltet XML Veränderungenverlust, wenn Sie die Änderungen nicht bevor anwenden.Wollen Sie trotzdem fortsetzen?" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "Vorschlagswerte" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "Vorschlagswerte - Kollektion Einstellungen" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "Felder" @@ -6741,235 +6835,214 @@ msgstr "Felder" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "ungültiges XML, frühere Version wiederherstellen?" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "Aufgabe löschen?" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "schliessen" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "erneuern" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "Aufgaben-Scheduler" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "Letzte Aktualisierung am %s" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "Neue Aufgabe" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "Status" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "Prozess id" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "im Gange" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "TaskManager Einstellungen" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "Dieses URL ermöglicht Ihnen, der Scheduler als ein Manager wie Cron zu benutzen" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "Suchabfragen Bericht" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "%d Ergebnis(se)" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "Die Suche ergab keine Treffer" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "Meine Sammelkörbe" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "Sammelkörben bekommen" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "%d Dokument(e)" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "%d Dokument(e)" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "im Lightbox öffnen" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "Sammelkorb von %s übertragen" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "neu(e)r Sammelkorb(ë) bekommen" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "%b, %d %Y %l:%s %p" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "%d- %m- %Y" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "Letzte Veröffentlichungen" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "ungelesen" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "Letzte Aktualisierung" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "Suche" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "erweiterte Suche" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "Themen" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "und" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "oder" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "ohne" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "Suchen" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "Alle Datenbanken" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "Anzeige-Einstellungen" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "Kollektionen" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "Hier klicken, um alle Filter allen Datenbanken zu deaktivieren" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "Historie" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "Hier klicken, um alle Filter dieser Datenbank zu deaktivieren" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "filtern" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "nach Datum" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "Nach Status" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "nach Feld" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "Alle Felder" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 msgid "phraseanet:: Telechargement de documents" msgstr "Herunterladen Vorlauf" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "Bitte warten, Ihre Dateien werden versammelt, dieser Betrieb kann einige Minuten dauern" -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "Ihre Dokumente sind nun fertig. Wenn Herunterladen nicht beginnt, bitte %s klicken Sie hier %s" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 msgid "telechargement::Le fichier contient les elements suivants" msgstr "ZIP Datei enthält die folgende Dokumente" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 msgid "phrseanet:: base" msgstr "Datenbank" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 msgid "document:: nom" msgstr "Dokumentname" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 msgid "phrseanet:: sous definition" msgstr "Dokumenttyp" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 msgid "poids" msgstr "Gewicht" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "Ihr Link ist beschädigt" @@ -7005,467 +7078,443 @@ msgstr "Ein interner Fehler erschien. Die Verbindung mit dem server wurde unterb msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "Wenn dieses Problem wieder erscheint, bitte kontaktieren Sie den Systemadministrator" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "Fehler beim Senden zu E-Mail Addressen %s" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "die Anwendung wird wegen Überarbeitung heruntergefahren; Vielen Dank für Ihr Verständnis" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "Sind Sie sicher, diese Applikation zu löschen?" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "Ja" + +#: www/login/account.php:184 +msgid "non" +msgstr "Nein" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "Fehler beim Hochladen" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "Informationen" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "Zugriff" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "Sessions" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "Entwickler" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 +#: www/login/index.php:112 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "erfolgreiche Passwort Aktualisierung" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "Veränderungen wurden bestätigt" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "Ein Fehler erschien, als Ihr Datei gesendet wurde" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "Wir haben Ihre Anfragen gespeichert" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 -#: www/login/reset-email.php:44 -#: www/login/reset-email.php:55 -#: www/login/reset-email.php:78 -#: www/login/reset-email.php:89 -#: www/login/reset-email.php:158 -#: www/login/reset-email.php:207 +#: www/login/account.php:456 +#: www/login/forgotpwd.php:100 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "mein Passwort ändern" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "meine E-Mail Adresse verändern" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "FTP-Funktion aktivieren" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "Ordner Namens-Prefix" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "Dateien werden automatisch per FTP geschickt" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "Original" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "Miniaturansicht" -#: www/login/forgotpwd.php:71 -#: www/login/register.php:102 +#: www/login/forgotpwd.php:73 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "beinhaltet ungültige Zeichen" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "Um die Sicherheit der Anwendung zu verbessern, bitte updaten Sie Ihr Passwort" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "Diese Aufgabe kann nicht automatisiert werden, so müssen Sie es tun" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "Neues Passwort" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "Passwort bestätigen" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "Zurück zur Startseite" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "Zur optimalen Anzeige empfehlen wir Ihnen die folgende Browser zu benutzen" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "Konto nicht gefunden" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "Dies ist kein gültiger URL" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "Wir haben Ihnen ein E-Mail gesendet" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "Bitte geben Sie Ihre E-Mail Adresse ein" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "Authentifizierungsfehler" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "Zuviele Authentifizierungsfehler. Bitte geben Sie die Captcha ein." -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "Zugriff unerreichbar, Sie haben Ihre E-Mail Adresse noch nicht bestätigt" -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "Bitte senden Sie mir wieder eine E-Mail Bestätigung" -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "Sie haben jetzt keinen Zugriff auf die veröffentlichten Datenbanken" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "Fehler: Keine verfügbare Verbindung - Bitte kontaktieren Sie Systemadministrator" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "Wartungsmodus, wir entschuldigen uns für die Unannehmlichkeiten und bedanken Ihnen für Ihr Verständnis" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "Diese E-mail Adresse wurde schon bestätigt" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "E-Mail Bestätigungsanfrage gesendet" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "Ihre E-Mail Adresse ist nun bestätigt" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "Eine andere Captcha-Code bekommen" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "Bitte kopieren Sie die Wörter im Feld darunter" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "Startseite" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "E-Mail scheint ungültig" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "Einen Benutzer mit dieser E-Mail Adresse existiert bereits in unserer Datenbank" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "Diese Benutzername existiert bereits in unserer Datenbank" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" -msgstr "ungültiges Login (8 Zeichen ohne Akzente oder Zwischenräume)" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" +msgstr "" -#: www/login/register.php:298 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "Passwort ist einfach" -#: www/login/register.php:375 -#: www/login/register.php:392 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "8 Zeichen minimum" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "Passwortstärke" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "Über die Sicherheit von den Passwörtern" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "Die E-Mail wurde aktualisiert" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "Zurück zur Startseite" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "Fehler beim Updaten" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "Mailserver-Ausfall" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "Die E-Mail sind nicht paarig" -#: www/login/reset-email.php:152 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "falsches Passwort" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "Wir haben Ihnen eine Email Bestätigung geschickt. Bitte folgen Sie die Anweisungen, um fortzusetzen." -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "Zurück nach Benutzerkonto" -#: www/login/reset-email.php:230 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "Hoppla! Leider ist ein Fehler aufgetreten!" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "Neue E-Mail Adresse" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "E-mail Adresse bestätigen" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "Warum brauche ich mein Passwort, um mein E-mail Adresse zu verändern?" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "Ihr E-Mail Adresse wird benutzt sein, falls Sie Ihr Passwort vergessen haben und zurücksetzen, es ist ganz wichtig, dass Sie die einzige Person, die dieses Passwort ändern dürfen." -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "altes Passwort" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "%d Ergebnisse gegeben aus %d gefunden" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "%d Ergebnis(se)" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "%d Ergebnisse" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "%s ausgewählte Dokumente" - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "ungültiges Dateiformat" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "Dokument wurde erfolgreich ersetzt" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "%d veränderte(s) Dokument(e)" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "Es ist unmöglich, dieses Dokument hinzufügen" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "Status" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "Typ" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "Status Bearbeitung für %d Bericht(e)" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "Status Bearbeitung für %d Dokument(e)" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "die unbenennte Status auf Null zurücksetzen" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "die Status auf Null zurücksetzen" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "Kein Status wurde hier festgelegt" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "Auch der Dokumentestatus zur Berichte verknüpft verändern" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "Status Bearbeitung unmöglich für diese(s) %d Dokument(e)" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "Ihre Zugriffrechte sind ungenügend, um die markierte Dokumente Status zu verändern" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "bei allen Dokumenten anwenden" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "Unterauflösungen neu erstellen" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "Unterauflösung drehen" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "HD Dokument Ersetzung" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "Unterauflösungen ersetzen" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "Metadaten" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "Vorsicht : Einige Dokumente haben ersetzte Unterauflösungen" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "Datensätze umbauen, die ersetzte Miniaturansichten haben" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "Unterauflösungen umbauen" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "Keine Unterauflösung wieder erstellen" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "Alle Unterauflösungen wieder erstellen" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "Diese Handlung wirkt nur auf die Bilder" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "90° im Uhrzeigersinn drehen" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "90° entgegen dem Uhrzeigersinn drehen" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "ursprüngliche Dateiname nach Ersetzung aktualisieren" -#: www/prod/prodFeedBack.php:82 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "Hier finden Sie bitte Ihr eigenes RSS Feed, Sie werden dann dank dem RSS über die Veröffentlichungen gut unterrichtet sein" - -#: www/prod/prodFeedBack.php:83 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "Bitte tauchen Sie es nicht, es ist streng vertraulich" - -#: www/prod/prodFeedBack.php:85 -msgid "publications::votre rss personnel" -msgstr "Ihr eigenes RSS" - -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "Datensätze wurden richtig bestellt" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "Fehler bei der Bestellung der Dokumente" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "Die Dokumente können nicht mit dem FTP gesendet werden" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "Export wurde in Warteschlange gespeichert" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "erfolgreiche Verbindung mit FTP Server" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "Fehler bei der Verbindung mit FTP : %s" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "keine URL verfügbar" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "kein Embed Code verfügbar" @@ -7631,277 +7680,275 @@ msgstr "Land" msgid "report::societe" msgstr "Unternehmen" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "annehmen" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "removed_src" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "aktualiseren" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "removed tgt" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "Begriff akzeptieren als :" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "als bestimmter Begriff" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "als Synonym von %s" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "Verzweigung akzeptieren als :" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "Hier im Thesaurus kann ein Begriff des Feldes %s nicht angenommen werden" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 msgid "thesaurus:: export au format texte" msgstr "Text" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "Export " -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "Beispiel" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "Synonyme(n) auf die selbe Zeile" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "Eine Zeile nach Synonym" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "Zeilen nummern " -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "die Sprache beinhalten" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "Anzahl der Ergebnisse beinhalten" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "Themen" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "Themen" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "Datei erzeugt : %s" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "%s Datei(en) erzeugt" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "Fehler beim Dateidatensatz" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "exportieren" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "für alle Sprachen exportieren" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "für die aktuelle Sprache anzeigen" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "Sortierung" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "Suche" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "Thesaurus:*\"Anfrage\"" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "volltext" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "vollständige Anfrage (mit Operators)" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "Anzeigeoptionen" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "aktuelle Ansicht wiedergeben (verschliessene Verzweigungen)" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "aktuelle Ansicht wiedergeben (geöffnete Verzweigungen)" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "Alle aufklappen (verschliessbar)" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "Alle aufklappen (statisch)" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "Alle zuklappen (mit Browsen)" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "over-indent at line %s" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "bad encoding at line %s" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "bad character at line %s" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "Importieren" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "Hier die Liste der Begriffe zu importieren einfügen" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "standardmässige Sprache" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "tabellierte ASCII Datei" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "die Verbindung(en) zwischen den Felder(n) und Verzweigung(en) löschen" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "wieder indexieren nach dem Import" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "Thesaurus bearbeiten" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "wählen" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "Sprachdatei auswählen" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "Sie haben keinen Zugriff auf die Datenbanken" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "die Verzweigung mit dem Feld %s verbinden" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "die Verzweigung mit dem Feld %s verbinden" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "die Verzweigung verbinden?" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "Dieses Feld wurde geändert; alte Verzweigung: %s " -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "Neue Verzweigung" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "Dieses Feld wird nicht mehr zum Thesaurus verknüpft. Die mögliche und indexierte Begriffe werden gelöscht" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "Dieses Feld muss zum Thesaurus verknüpft werden. Wieder Indexierung der Datenbank erforderlich" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "Das Link mit dem Thesaurus soll verändert werden, die Wieder Indexierung ist erforderlich" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "wieder Indexierung erforderlich" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "Keine Wieder Indexierung" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "Löschen der Verbindung des Feldes %s" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "Löschen der Verzweigung der möglichen Begriffe für das Feld %s" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "Datensatz der veränderte Liste von möglichen Begriffen" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "Löschen der Indexierte nach dem Thesaurus für das Feld" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "Alle Datensätze wieder indexieren" @@ -7909,260 +7956,260 @@ msgstr "Alle Datensätze wieder indexieren" msgid "thesaurus:: corbeille" msgstr "Stock" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "Neuer Begriff" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "Begriff" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "Neuer Synonym" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "Synonym" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "Kontext" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "Neuer bestimmte Begriff" -#: www/thesaurus2/newterm.php:72 +#: www/thesaurus2/newterm.php:74 #, php-format msgid "thesaurus:: le terme %s" msgstr "Begriff %s" -#: www/thesaurus2/newterm.php:74 +#: www/thesaurus2/newterm.php:76 #, php-format msgid "thesaurus:: avec contexte %s" msgstr "mit Kontext %s" -#: www/thesaurus2/newterm.php:76 +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "ohne Kontext" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "ist schon ein möglicher Begriff und stammt aus dem zulässigen Feld : " -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "ist schon ein möglicher Begriff und stammt aus zulässigen Feldern : " -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "Ursprung zu akzeptieren markieren" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "ist ein möglicher Begriff aus Felder Ursprung aber kann nicht in diesem Ort des Thesaurus akzeptiert werden" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "ist fehlend bei den möglichen Begriffen" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "Vorsicht :" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "Begriff hinzufügen, ohne ihn zu wieder indexieren" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "Begriff hinzufügen und wieder indexieren" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "Eigenschaften" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "löschen" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "ersetzen" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "%s zurückgegebene Ergebnisse" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "Synonyme" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "Ergebnisse" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "Benutzernamen" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "das Löschen des Begriffes \"%s\" bestätigen" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "Begriff" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "gleich " -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "beginnt mit" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "beinhaltet" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "endet mit" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "Eigenschaften" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "ablehnen" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "annehmen" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "die mögliche Begriffe löschen, die ergebnislos sind?" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "ersetzen" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "suchen" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "exportieren" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "die mögliche Begriffe wieder lesen" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "Importieren" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "Neuer Begriff" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "Neuer Synonym" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "exportieren als Themen" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "mit dem Feld verbinden" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "mögliche Begriffe" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "abgelehnte Begriffe anzeigen" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "Thesaurus" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "diese Verzweigung löschen? (die betroffenende Begriffe werden als mögliche Begriffe beim nächsten Indexierung erscheinen)" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "Ergebnisse werden von dieser Verzweigung zurückgesendet? Möchten Sie trotzdem löschen? (die betroffenende Begriffe werden als mögliche Begriffe beim nächsten Indexierung erscheinen)" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "Alle Begriffe verweisen auf Ergebnisse" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "Begriffe dieser Verzweigung zeigen keine Ergebnisse. Möchten Sie diese Begriffe löschen?" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "alle mögliche Begriffe löschen und alle Zettel in Thesaurus Wieder Indexierung setzen?" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "Begriffe zum Stock verschieben" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "Sie haben keine Berechtigung zum Herunterladen" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "eine Aktion auswählen" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "Keine Datensätze ausgewählt" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "Transfer in Bearbeitung, bitte warten Sie die Ende" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "die Warteschlange ist nicht leer, möchten Sie diese Bestandteile löschen?" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "%d Dateien hochgeladen" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "%d Datei hochgeladen" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "Einige hochgeladene Bestandteile wurden in Quarantäne gelegt" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "Dateien, die zu herunterladen sind, auswählen (max: %d MB)" @@ -8235,37 +8282,37 @@ msgstr "blockierte Dokumente löschen" msgid "Supprimer precedentes propositions a la substitution" msgstr "vorausgegangenen Vorschläge für Ersatz löschen" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "Interner Serverfehler" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "Fehler bei Archiverung" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "Dokument zur Quarantine hinzugefügt" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "hochgeladene Datei, anhängig..." -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "hochgeladene Datei !" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 msgid "Erreur lors de l'enregistrement des donnees" msgstr "Fehler bei Speicherung der Daten" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 msgid "Erreur lors de la mise a jour des donnes " msgstr "Fehler während Datenaktualisierung " -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 msgid "Envoie avec succes" msgstr "erfolgreich versendet" @@ -8289,20 +8336,25 @@ msgstr "Datensatz wurde aus dem Sammelkorb gelöscht" msgid "Basket has been updated" msgstr "Sammelkorb wurde aktualisiert" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 msgid "Basket has been archived" msgstr "Sammelkorb wurde archiviert" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 msgid "Basket has been unarchived" msgstr "Sammelkorb wurde nicht mehr archiviert" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:176 #, php-format msgid "%d records added" msgstr "%d Datensätze hinzugefügt" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 #, php-format msgid "%d records moved" msgstr "%d Datensätze verschoben" @@ -8339,6 +8391,21 @@ msgstr "Eintritt für Eingabe nicht gefunden" msgid "Action Forbidden : You are not the publisher" msgstr "Handlung verboten: Sie sind nicht der Veröffentlicher" +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 +msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." +msgstr "Hier finden Sie bitte Ihr eigenes RSS Feed, Sie werden dann dank dem RSS über die Veröffentlichungen gut unterrichtet sein" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 +msgid "publications::Ne le partagez pas, il est strictement confidentiel" +msgstr "Bitte tauchen Sie es nicht, es ist streng vertraulich" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 +msgid "publications::votre rss personnel" +msgstr "Ihr eigenes RSS" + #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." msgstr "Vorsicht : die ausgewählte Datenbanken Liste für die Suche wurde verändert" @@ -8445,8 +8512,8 @@ msgid "panier:: vous ne pouvez pas supprimer un panier public" msgstr "Sie dürfen nicht, einen leeren öffentlichen Sammelkorb löschen" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "Sie dürfen nicht mehr als 400 Datensätze auswählen" +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" +msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" @@ -8493,97 +8560,146 @@ msgid "Message" msgstr "Nachricht" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 msgid "No users selected" msgstr "Kein Benutzer ausgewählt" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 msgid "Unable to send the documents" msgstr "Unmöglich, Dokumente zu senden" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 #, php-format msgid "Push from %s" msgstr "Push von %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 msgid "No receivers specified" msgstr "Kein Empfänger ausgewählt" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 msgid "No elements to push" msgstr "Keine Dokumente für den Push" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 #, php-format msgid "Unknown user %d" msgstr "Unbekannte Benutzer %d" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 #, php-format msgid "%1$d records have been sent to %2$d users" msgstr "%1$d Datensätze wurden zu %2$d Benutzer gesendet" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 #, php-format msgid "Validation from %s" msgstr "Bestätigung von %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 msgid "No participants specified" msgstr "Keine Teilnehmer ausgewählt" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 msgid "No elements to validate" msgstr "Keine Dokumente zu bestätigen" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 #, php-format msgid "Missing mandatory participant parameter %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 #, php-format msgid "%1$d records have been sent for validation to %2$d users" msgstr "%1$d Datensätze wurden für Bestätigung zu %2$d Benutzer gesendet" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 msgid "First name is required" msgstr "Vorname wird erfordert" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 msgid "Last name is required" msgstr "Nachname wird erfordert" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 msgid "Email is required" msgstr "Email Adresse wird erfordert" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 msgid "Email is invalid" msgstr "Ungültige Email Adresse" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 msgid "User already exists" msgstr "Benutzer existiert schon" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 msgid "User successfully created" msgstr "Benutzer wurde erfolgreich erstellt" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 msgid "Error while creating user" msgstr "Fehler bei Benutzer Erstellung" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "%d Ergebnisse gegeben aus %d gefunden" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "%d Ergebnis(se)" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "%d Ergebnisse" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "%s ausgewählte Dokumente" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 msgid "Story created" msgstr "Bericht erfolgreich erstellt" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 msgid "Record removed from story" msgstr "Datensatz wurde von Bericht entfernt" +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" +msgstr "" + #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 #, php-format msgid "Unable to create list %s" @@ -8603,79 +8719,79 @@ msgstr "Liste %s wurde erstellt" msgid "Unable to update list" msgstr "Unmöglich, die Liste zu aktualisieren" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 msgid "List has been updated" msgstr "Liste wurde aktualisiert" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 #, php-format msgid "List has been deleted" msgstr "Liste wurde gelöscht" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 #, php-format msgid "Unable to delete list" msgstr "Unmöglich, die Liste zu löschen" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 msgid "Entry removed from list" msgstr "Eingabe wurde von der Liste entfernt" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 msgid "Unable to remove entry from list " msgstr "Unmöglich, die Eingabe von der Liste zu entfernen " -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 #, php-format msgid "%d Users added to list" msgstr "%d hinzugefügte Benutzer zu der Liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 #, php-format msgid "%d User added to list" msgstr "%d hinzugefügter Benutzer zu der Liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 msgid "Unable to add usr to list" msgstr "Unmöglich, Benutzer zur Liste hinzufügen" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 msgid "List shared to user" msgstr "Liste mit Benuzer geteilt" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 msgid "Unable to share the list with the usr" msgstr "Unmöglich, die Liste mit dem Benutzer zu teilen" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 msgid "Owner removed from list" msgstr "Besitzer wurde von der Liste entfernt" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 msgid "Unable to remove usr from list" msgstr "Unmöglich , den Benutzer von der Liste zu entfernen" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 #, php-format msgid "%d Story attached to the WorkZone" msgstr "%d Bericht zum Arbeitsbereich angehängt" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 #, php-format msgid "%d Stories attached to the WorkZone" msgstr "%d Berichte zum Arbeitsbereich angehängt" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 #, php-format msgid "%1$d Story attached to the WorkZone, %2$d already attached" msgstr "%1$d Bericht zum Arbeitsbereich, %2$d schon angehängt" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 #, php-format msgid "%1$d Stories attached to the WorkZone, %2$d already attached" msgstr "%1$d Berichte zum Arbeitsbereich, %2$d schon angehängt" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 msgid "Story detached from the WorkZone" msgstr "Bericht wurde zum Arbeitsbereich gelöst" @@ -8691,38 +8807,28 @@ msgstr "Appbox ist unerreichbar" msgid "Databox is unreachable" msgstr "Databox ist unerreichbar" -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 #, php-format msgid "an error occured : %s" msgstr "Ein Fehler ist aufgetreten: %s" -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "Unmöglich, im Ordner %s zu schreiben" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "Unmöglich, Datei %s zu löschen" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 msgid "phraseanet::technique::datetime-edit-format" msgstr "YYYY/MM/DD HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 msgid "phraseanet::technique::date-edit-format" msgstr "YYYY/MM/DD" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 msgid "phraseanet::technique::date-edit-explain" msgstr "yyyy/mm/dd" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 msgid "phraseanet::technique::time-edit-format" msgstr "HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 msgid "phraseanet::technique::time-edit-explain" msgstr "hh:mm:ss" @@ -8758,19 +8864,15 @@ msgstr "Validierungsprozess von %s für %d Benutzer bekommen" msgid "Processus de validation recu de %s" msgstr "Validierungsprozess von %s bekommen" -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 msgid "Element is not found" msgstr "Element nicht gefunden" -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "Sie haben keinen Zugriff auf dieses Element von dem Sammelkorb" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 +#: lib/Doctrine/Repositories/BasketRepository.php:169 msgid "Basket is not found" msgstr "Sammelkorb nicht gefunden" -#: lib/Doctrine/Repositories/BasketRepository.php:108 +#: lib/Doctrine/Repositories/BasketRepository.php:191 msgid "You have not access to this basket" msgstr "Sie haben keinen Zugriff auf diesen Sammelkorb" @@ -8791,3 +8893,79 @@ msgstr "Liste nicht gefunden" msgid "You have not access to this list" msgstr "Sie haben keinen Zugriff auf diese Liste" +#~ msgid "Impossible d'ecrire dans le fichier %s" +#~ msgstr "Unmöglich, in %s Datei zu schreiben" + +#~ msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" +#~ msgstr "" +#~ "Der memcached Server antwortet nicht, Sie sollten den Cache deaktivieren" + +#~ msgid "GV::section:: Serveurs de cache" +#~ msgstr "Cache Servers" + +#~ msgid "reglages:: Utiliser un serveur de cache" +#~ msgstr "ein Cache Server benutzen" + +#~ msgid "setup:: Hote du Serveur de cache" +#~ msgstr "Cache Server Host" + +#~ msgid "reglages:: port du serveur de cache" +#~ msgstr "Cache Server Schnittstelle" + +#~ msgid "Impossible d'ecrire dans le dossier %s" +#~ msgstr "Unmöglich, im Ordner %s zu schreiben" + +#~ msgid "Impossible d'effacer le fichier %s" +#~ msgstr "Unmöglich, Datei %s zu löschen" + +#~ msgid "You have not access to this basket element" +#~ msgstr "Sie haben keinen Zugriff auf dieses Element von dem Sammelkorb" + +#~ msgid "Pre-requis" +#~ msgstr "Voraussetzungen" + +#~ msgid "Configuration du serveur web" +#~ msgstr "Web Server Konfiguration" + +#~ msgid "recherche" +#~ msgstr "Suche" + +#~ msgid "Chercher tous les mots" +#~ msgstr "Alle Wörter" + +#~ msgid "Cette expression exacte" +#~ msgstr "Mit genauer Ausdruck" + +#~ msgid "Au moins un des mots suivants" +#~ msgstr "Mindestens ein Wort" + +#~ msgid "Aucun des mots suivants" +#~ msgstr "Keines dieser Wörter" + +#~ msgid "recherche :: Bases" +#~ msgstr "Datenbanken" + +#~ msgid "recherche :: Historique" +#~ msgstr "History" + +#~ msgid "recherche :: Themes" +#~ msgstr "Themen" + +#~ msgid "Expire dans %expiration_date%" +#~ msgstr "erlischt in %expiration_date%" + +#~ msgid "%application_name% wants to acces to your data on %home_title%" +#~ msgstr "" +#~ "%application_name% will einen Zugriff auf Ihre Daten auf %home_title%" + +#~ msgid "Do you authorize the app to do its thing ?" +#~ msgstr "Genehmigen Sie die Anwendung, es zu tun?" + +#~ msgid "phraseanet::technique::datetime" +#~ msgstr "%b, %d %Y %l:%s %p" + +#~ msgid "phraseanet::technique::date" +#~ msgstr "%d- %m- %Y" + +#~ msgid "publications:: publication non lue" +#~ msgstr "ungelesen" diff --git a/locale/en_GB/LC_MESSAGES/phraseanet.mo b/locale/en_GB/LC_MESSAGES/phraseanet.mo index ecfa47816a..37588e07ff 100644 Binary files a/locale/en_GB/LC_MESSAGES/phraseanet.mo and b/locale/en_GB/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/en_GB/LC_MESSAGES/phraseanet.po b/locale/en_GB/LC_MESSAGES/phraseanet.po index b16d3f56cf..9b3993630e 100644 --- a/locale/en_GB/LC_MESSAGES/phraseanet.po +++ b/locale/en_GB/LC_MESSAGES/phraseanet.po @@ -2,17 +2,17 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-06 12:58+0100\n" -"PO-Revision-Date: 2012-02-06 13:05+0100\n" +"POT-Creation-Date: 2012-02-28 21:01+0100\n" +"PO-Revision-Date: 2012-02-28 21:01+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-06 11:01+0000\n" -"X-Generator: Launchpad (build 14747)\n" -"Language: en_GB\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" +"Language: \n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" "X-Poedit-KeywordsList: _e;__\n" @@ -27,76 +27,70 @@ msgstr "" "X-Poedit-SearchPath-6: lib/Doctrine\n" "X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "Flushing cache" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" -msgstr "" +msgstr "Creating new tables" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "Purging directories" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "Copying files" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "Upgrading appbox" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "Upgrading %s" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "Post upgrade" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "Wrong database name" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "You do not have required permissions to create Database or it already exists" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "Updating table %s" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "Error when trying; error : %s" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "Creating table %s" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "Applying patches on %s" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "Looking for patches" @@ -205,14 +199,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "Your request on the following collections is subject to administrator approbation" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "You will be informed by e-mail as soon as your request will have been processed" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "E-mail adress check" @@ -220,28 +214,28 @@ msgstr "E-mail adress check" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "Hello, we received your request to change your e-mail adress. Click the following link to process. If you did not ask for e-mail change, please ignore this message." -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "Thank you for confirming your e-mail" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "You can now connect using the folllowing adress : " -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "You have to wait for administrator confirmation; your request on the following collections is still under process : " -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "To process your registration, please confirm your e-mail adress by using the following link" -#: lib/classes/mail.class.php:209 -msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." -msgstr "" - #: lib/classes/mail.class.php:211 +msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." +msgstr "If the link can't be clicked, copy and paste it in your web browser" + +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "Automatic message of Phraseanet IV. To manage how you receive messages, connect to the following address" @@ -264,35 +258,35 @@ msgstr "Size too small : %dpx" msgid "Mauvais mode colorimetrique : %s" msgstr "Wrong color mode : %s" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "Production" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "Client" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "Admin" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "Report" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "Thesaurus" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "Upload" @@ -331,76 +325,73 @@ msgstr "Search" msgid "client::recherche: dans les categories" msgstr "In categories" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "mod_auth_token correctly configured" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "mod_auth_token bad configuration" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "Warning : mod activation test successful, running test not performed " -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "Warning : Check xsendfile existing configuration in setup" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "Warning : Check h264_streaming existing configuration in setup" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "E-mails send test" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "Validate" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "Memcached server Address" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "Active server on %s" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "memcached server unavailable, you should disable cache" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "No Memcached server linked" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "Bad configuration : For variable %1$s, value is : %2$s ; expected value is : %3$s" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "Search engine status" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "Sphinx setup" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "test" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 msgid "Cette valeur ne peut être vide" msgstr "This value can't be empty" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "Url is not valid" @@ -434,15 +425,11 @@ msgstr "OK" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 msgid "Ce champ est obligatoire" msgstr "This field is mandadory" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "This field contains too many caracters, %s caracters maximum allowed" @@ -454,7 +441,6 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "Tos few caracters for this field : %s minimum caracters expected" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 msgid "Le record n'a pas de fichier physique" msgstr "No physical file for this record" @@ -464,7 +450,6 @@ msgid "La taille maximale d'une video est de %d minutes." msgstr "Video maximum length allowed is %d minutes" #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "Maximum file size is %s" @@ -473,15 +458,16 @@ msgstr "Maximum file size is %s" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "Phraseanet uses Flickr API, but is not supported or certified by Flickr" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 +#: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "Upload failed" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "Photos" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "Photos set" @@ -561,25 +547,25 @@ msgstr "The site is temporarily in maintenance mode, current operations cannot b msgid "Service youtube introuvable." msgstr "Youtube Service cannot be found." -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "OPen the link in a new window" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "General Terms of Use for database %s" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "To continue, you have to accept the General Terms of Use" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "Accept" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "Reject" @@ -678,34 +664,50 @@ msgid "admin::register: un utilisateur s'est inscrit" msgstr "A new user has registered" #: lib/classes/eventsmanager/notify/autoregister.class.php:235 +#: lib/classes/eventsmanager/notify/order.class.php:221 +#: lib/classes/eventsmanager/notify/register.class.php:240 msgid "admin::compte-utilisateur nom" msgstr "Last name" #: lib/classes/eventsmanager/notify/autoregister.class.php:237 +#: lib/classes/eventsmanager/notify/order.class.php:223 +#: lib/classes/eventsmanager/notify/register.class.php:242 msgid "admin::compte-utilisateur prenom" msgstr "First name" #: lib/classes/eventsmanager/notify/autoregister.class.php:239 +#: lib/classes/eventsmanager/notify/order.class.php:225 +#: lib/classes/eventsmanager/notify/register.class.php:244 msgid "admin::compte-utilisateur email" msgstr "E-mail" #: lib/classes/eventsmanager/notify/autoregister.class.php:241 +#: lib/classes/eventsmanager/notify/order.class.php:227 +#: lib/classes/eventsmanager/notify/register.class.php:246 msgid "admin::compte-utilisateur adresse" msgstr "Address" #: lib/classes/eventsmanager/notify/autoregister.class.php:245 +#: lib/classes/eventsmanager/notify/order.class.php:231 +#: lib/classes/eventsmanager/notify/register.class.php:250 msgid "admin::compte-utilisateur telephone" msgstr "Phone" #: lib/classes/eventsmanager/notify/autoregister.class.php:247 +#: lib/classes/eventsmanager/notify/order.class.php:233 +#: lib/classes/eventsmanager/notify/register.class.php:252 msgid "admin::compte-utilisateur fax" msgstr "Fax" #: lib/classes/eventsmanager/notify/autoregister.class.php:249 +#: lib/classes/eventsmanager/notify/order.class.php:235 +#: lib/classes/eventsmanager/notify/register.class.php:254 msgid "admin::compte-utilisateur poste" msgstr "Job" #: lib/classes/eventsmanager/notify/autoregister.class.php:250 +#: lib/classes/eventsmanager/notify/order.class.php:236 +#: lib/classes/eventsmanager/notify/register.class.php:255 msgid "admin::compte-utilisateur societe" msgstr "Company" @@ -822,7 +824,6 @@ msgstr "Click the following link to view and compare & download received selecti #: lib/classes/eventsmanager/notify/push.class.php:191 #: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "Warning this link is unique, don't communicate it." @@ -859,15 +860,11 @@ msgstr "Manage user(s) demands from Phraseanet Admin" #: lib/classes/eventsmanager/notify/validate.class.php:33 #: lib/classes/eventsmanager/notify/validate.class.php:177 #: lib/classes/eventsmanager/notify/validationdone.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:191 msgid "Validation" msgstr "Feedback" #: lib/classes/eventsmanager/notify/validate.class.php:148 #: lib/classes/eventsmanager/notify/validate.class.php:152 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:164 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:168 msgid "Une selection" msgstr "an untitled selection" @@ -885,7 +882,6 @@ msgid "push::mail:: Demande de validation de documents" msgstr "Document(s) feedback demand" #: lib/classes/eventsmanager/notify/validate.class.php:203 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:223 #, php-format msgid "Le lien suivant vous propose de valider une selection faite par %s" msgstr "Click the following link, your feedback is asked by %s" @@ -1137,43 +1133,43 @@ msgstr "December" msgid "report:: non-renseigne" msgstr "Not filled" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "*** CHECK BINARY CONFIGURATION ***" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "*** FILESYSTEM CONFIGURATION ***" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "*** CHECK CACHE OPCODE ***" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "*** CHECK CACHE SERVER ***" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "*** CHECK PHP CONFIGURATION ***" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "Copy text \t *** CHECK PHP EXTENSIONS ***" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "*** CHECK PHRASEA ***" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "*** CHECK SYSTEM LOCALES ***" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" -msgstr "" +msgstr "Create automatically" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "Continue ?" @@ -1222,6 +1218,10 @@ msgstr "Connections" msgid "report:: telechargements" msgstr "Downloads" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "Browser" @@ -1266,7 +1266,15 @@ msgstr "Information about record %d" msgid "report:: Information sur le navigateur %s" msgstr "Information about web browser %s" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "Untitled" @@ -1292,22 +1300,22 @@ msgstr "Stories " msgid "preview:: resultat numero %s " msgstr "result number %s " -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "Direct access" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "Home page" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "Cooliris viewer" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "External link" @@ -1369,7 +1377,7 @@ msgstr "Too few characters to search " msgid "Sphinx server is offline" msgstr "Sphinx server is offline" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "Manual settings" @@ -1585,7 +1593,7 @@ msgstr "SSL" #: lib/classes/task/period/outofdate.class.php:26 msgid "Documents perimes" -msgstr "" +msgstr "Expired documents" #: lib/classes/task/period/outofdate.class.php:411 #: lib/classes/task/period/workflow01.class.php:317 @@ -1677,7 +1685,7 @@ msgstr "Delete Metadatas from documents if not compliant with Database structure #: lib/classes/User/Adapter.class.php:413 #, php-format msgid "A user already exists with email addres %s" -msgstr "" +msgstr "A user with email address %s already exists" #: lib/classes/User/Adapter.class.php:1356 #, php-format @@ -1840,371 +1848,351 @@ msgstr "Protected files storage folder" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "Thumbnail web folder alias" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "Cache server" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "Use a cache server" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "None" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "Cache server host" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "Chache server port" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "Sphink server" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "Use Sphinx" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "Sphinx server address" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "Sphinx server port" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "RT Sphinx server address" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "RT Sphinx server port" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "Exernal exec." -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "Enable xsendfile for apache" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "X-Accel-Redirect (NginX only) access path" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "X-Accel-Redirect (Nginx only) mounting point" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "\"stream h264\" activation via \"mod_token\" - Warning, \"apache mod_h264_streaming\" and \"mod_auth_token\" binaries are required" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "Mount point of protected folder via \"auth_token\"" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "Full path to protected folfer via \"auth_token\"" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "\"mod_auth_token\" passphrase (setup from apache configuration file)" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "Path to PHP CLI (Common Line Interface)" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "Path to specific php.ini (optional)" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "Path to convert binary" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "Path to Composite binary" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "Path to Exiftool component" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "Path to SWF extract component" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "Path to PDF 2 SWF component" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "Path to SWF render component" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "Path to Unoconv component" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "Path to FFmpeg component" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "Path to MP4Box component" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "Path to Mplayer component" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "pdftotext (xpdf) path" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "Limit number of pages of text to extract for PDF files" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "Tools folders" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "File Owner (Apache execution account name)" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "User Group (Apache Execution user group name)" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "Main configuration" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "Administrator e-mail" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "Dissplay databases and collections names" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "Give user option to change downloaded file name" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "By default exported files will be named with ..." -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "Activate Facebook and Twitter shares" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "Home Page" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "Home page basket(s) display settings" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "Search engine" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "For user research, minimum number of caracters prior to a troncature operator insertion (1 by default)" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "default query" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "Set default query settings to..." -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "Report" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "Anonymous Report (hide users names and infos from reports)" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "Additional modules" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "Enable Phraseanet IV Thesaurus" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "Enable Story mode" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "Document substitution " -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "Enable Documents thumbnails substitution" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "Emails delivery" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "Sender default e-mail address" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "SMTP server use" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "Use Authentification" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "Host" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "Port" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "Use SSL" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "User" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "Password" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "Ftp Export" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "Enable FTP use to export document" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "Enable FTP export for users (false = Admin only)" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "Client Configuration" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "\"Search\" tab display position (1 =1st position from left)" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "\"Advanced search\" tab display position (2= 2nd position from left)" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "\"Topics\" tab display position ..." -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "Select default displayed tab (from numbers above)" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "Set \"Topics\" display as.." -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "Enable rollover display on thumbnails in detail view window" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "Enable rollover display on thumbnails in baskets" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "Collections display option in Phraseanet Client" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "Enable Display of documents total size in baskets" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "Enable \"proposals\" tab display when thesaurus active" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "Redirect to register guest users when intending download" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "Register configuration" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "Hide collection list from registration form - User registration is send for all collections \"enabled for registration\"" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "Enable Auto registration - Auto accept users at the end of registration process" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "Push configuration" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "Days before sending reminder for feedback" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "Enable expiration date in feedback push (0= no expiration date)" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "Robots indexation" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "Website Title" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "indexed meta keywords for search engines" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "Meta description" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "Google Analytics ID (UA-XXXXXXX-X)" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "Allow search engines (such as Google) indexation" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "Display Google Chrome frame banner" @@ -2218,18 +2206,24 @@ msgid "le service sera de nouveau disponible dans quelques minutes" msgstr "Service will be available again in a few minutes" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:28 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:128 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:233 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:360 msgid "report:: 3 - Type de report" msgstr "3 - Type of report" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:35 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:374 msgid "report:: toutes les questions" msgstr "Top questions" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:42 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:381 msgid "report:: Les questions les plus posees" msgstr "Top questions" #: tmp/cache_twig/04/1e/4d8028e185a990e32c751929f93b.php:56 +#: tmp/cache_twig/07/fc/40153184d66ad31ac62daad2522e.php:395 msgid "report:: activite du site" msgstr "Site activity" @@ -2383,7 +2377,6 @@ msgid "login:: Mon compte" msgstr "My account" #: tmp/cache_twig/08/5a/dbbbe587162391037b233de045b2.php:313 -#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:197 msgid "phraseanet:: aide" msgstr "Help" @@ -2463,6 +2456,7 @@ msgstr "This field is linked to the Dublin Core element %element_name%" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "Caption" @@ -2472,7 +2466,7 @@ msgstr "For more information follow the link %lien%" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:47 msgid "Users" -msgstr "" +msgstr "Users" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:54 msgid "admin::user: nouvel utilisateur" @@ -2500,7 +2494,7 @@ msgstr "Auto register set up" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:114 msgid "Filter" -msgstr "" +msgstr "Filter" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:123 msgid "Push::filter on login" @@ -2532,15 +2526,15 @@ msgstr "Starts with" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:184 msgid "Apply a template" -msgstr "" +msgstr "Apply a template" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:189 msgid "boutton::choisir" -msgstr "" +msgstr "Choose" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:211 msgid "boutton::appliquer" -msgstr "" +msgstr "Apply" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:227 msgid "admin::compte-utilisateur id utilisateur" @@ -2564,11 +2558,11 @@ msgstr "Creation date" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:412 msgid "This is a template" -msgstr "" +msgstr "This is a template user" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:421 msgid "This user has no rights" -msgstr "" +msgstr "This user has no rights" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:622 #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:633 @@ -2704,6 +2698,7 @@ msgid "Creer une playlist" msgstr "Create a Playlist" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "Title" @@ -2870,11 +2865,11 @@ msgstr "Add a publication" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:58 msgid "Feed name" -msgstr "" +msgstr "Feed name" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:68 msgid "Short description" -msgstr "" +msgstr "Short description" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:72 msgid "Sous-titre" @@ -2902,11 +2897,11 @@ msgstr "Restriction" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:153 msgid "Public" -msgstr "" +msgstr "Public" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:231 msgid "This feed is public" -msgstr "" +msgstr "This feed is public" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:278 msgid "Une fois la publication supprimee, les donnees publiees seront definitivement perdues. Continuer ?" @@ -2917,6 +2912,54 @@ msgstr "Once the publication is deleted, all information about it are lost, proc msgid "validation::envoyer mon rapport" msgstr "Send my report" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "Caption" @@ -2931,36 +2974,36 @@ msgstr "Export" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:20 msgid "First Name" -msgstr "" +msgstr "First Name" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:31 msgid "Last Name" -msgstr "" +msgstr "Last Name" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:42 msgid "Email Name" -msgstr "" +msgstr "Email address" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:53 msgid "Job" -msgstr "" +msgstr "Job" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:174 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" -msgstr "" +msgstr "Company" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:75 msgid "City" -msgstr "" +msgstr "City" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:86 msgid "Cancel" -msgstr "" +msgstr "Cancel" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:90 msgid "Add" -msgstr "" +msgstr "Add" #: tmp/cache_twig/1f/b8/8eb333db33342e0e3065cf81acdb.php:17 #: tmp/cache_twig/1f/b8/8eb333db33342e0e3065cf81acdb.php:23 @@ -2992,42 +3035,62 @@ msgstr "Pending" msgid "En cours d'envoi" msgstr "Sending in progress" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" +msgstr "List Name" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" -msgstr "" +msgstr "Set sharing permission" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 -msgid "Activite" -msgstr "" +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "Delete" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 -msgid "All" -msgstr "" - -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 -msgid "Template" -msgstr "" - -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 -msgid "Country" -msgstr "" - -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 -msgid "Position" -msgstr "" - -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 msgid "%length% peoples" +msgstr "%length% people" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" msgstr "" +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 +msgid "Activite" +msgstr "Activity" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 +msgid "All" +msgstr "All" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 +msgid "Template" +msgstr "Template" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 +msgid "Country" +msgstr "Country" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 +msgid "Position" +msgstr "Position" + #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "VALIDATION" @@ -3036,11 +3099,13 @@ msgstr "VALIDATION" msgid "lightbox::recaptitulatif" msgstr "Summary" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "YES" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "NO" @@ -3112,6 +3177,7 @@ msgid "action : ajouter au panier" msgstr "Add to Basket" #: tmp/cache_twig/33/4d/8e964832ba08789a3b4d0d8e9eff.php:92 +#: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:27 msgid "action : print" msgstr "Print" @@ -3216,217 +3282,213 @@ msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouve msgstr "Please take notice of the followings points, and finish installation." #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" -msgstr "Prerequisite" +msgid "Prerequisite and Configuration" +msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "Web Server Setup" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "External binaries" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "Required field" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "Phraseanet requires many binaries." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "Some of them are required, like the indexer, Exiftool or ImageMagick, others are optionnal, like FFmpeg, used to create previews for video files." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "Don't worry, You can modify your configuration later" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "User account creation" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "Your Email address" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "You Password" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "Confirm Password" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "About password security policy" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "Password has to be clearly different from login and must contain 2 types of characters among the following :" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "Special" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "Uppercase" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "Lowercase" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "Numeric" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "Your email will be used to log in the application." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "Make sure to use a valid email address" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "ApplicationBox Setup" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "MySQL database connection parameters" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "Address" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "Database user" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "Port" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 msgid "Database" msgstr "Database" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 msgid "boutton::tester" msgstr "Test" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "If you need more parameters, %debut_lien%show more options%fin_lien%" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "ApplicationBox is a Mysql database." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "It stores users datas, rights, and references to DataBoxes where records are stored." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "Storage folders Setup" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "Documents storage folder" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "Thumbnail storage folder setup" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "Thumbnail mount point (help available below)" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "You have to setup a mount point for thumbnails in your web server configuration." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "Apache example" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "Nginx example" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "Documents and their subviews (previews, thumbnails..) will be stored in the following directories." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "Thumbnails directory is mounted to be accessible via HTTP, while others directories are not." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "If you plan to store large files, make sure they will fit in these directories." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "Databox setup" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "Do not create Databox for now" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "Metadatas template" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "Task setup" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "Phraseanet has an embeded task engine to read and write metadatas et perform other operations" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "Create a task to write metadatas" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "Create a task to make subviews" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "Create a task for indexation" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "Databoxes are used to store records, metadatas and their classifications" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "Install" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "Installation in progress" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "Installation is currenlty processing, please wait..." @@ -3435,47 +3497,34 @@ msgid "validation:: editer ma note" msgstr "Modify my notes" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 msgid "action : editer" msgstr "Edit" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 msgid "action : status" msgstr "Properties" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 msgid "action : collection" msgstr "Move" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 msgid "action : push" msgstr "Push" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 msgid "action : bridge" msgstr "Bridge" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 msgid "action : publier" msgstr "Publish" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 msgid "action : outils" msgstr "Tools" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 msgid "action : supprimer" msgstr "Delete" @@ -3631,473 +3680,427 @@ msgstr "Loading..." msgid "phraseanet:: panier" msgstr "Basket" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "Search" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "Proposals" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "Thesaurus" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "Reset" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "all these words" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "this exact wording or phrase" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "one or more of these words" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "None of these words" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "All" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "None" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "Sort by " - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "Relevance" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "Add date" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "Random" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "descending" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "ascending" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "Stemme search" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "Word(s) from field(s)" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "All fields" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "Document status" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "In a date field" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "From" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "To" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "Thesaurus" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "Candidats" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "Accept candidat" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "Replace with term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:832 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1090 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 msgid "boutton::rechercher" msgstr "Search" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "Loading" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "Delete term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "Accept term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "Replace term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "New" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" -msgstr "" +msgstr "Browse Baskets" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" -msgstr "" +msgstr "New Story" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "Sort by date" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "Sort by name" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "Settings" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "Documents" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "Story" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "Screen type" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "Image" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "Video" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "Audio" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "Document" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "Flash" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "All" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "None" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "Reset" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "Sort by " + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "Relevance" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "Add date" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "Random" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "descending" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "ascending" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "Stemme search" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "Word(s) from field(s)" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "All fields" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "Document status" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "In a date field" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "From" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "To" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "Databases" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "History" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "Topics" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" -msgstr "" +msgstr "Select" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "All" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "None" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "Images" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "Videos" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "Audios" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" -msgstr "" +msgstr "Select an action" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" -msgstr "" +msgstr "Feedback" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "About Short cuts" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "Main windows shortcuts " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "ctrl-a : select all " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "ctrl-p : print selected " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "ctrl-e : edit selection " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "left arrow : previous page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "right arrow : next page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "up arrow : vertical scroll " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "down arrow : vertical scroll " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "Baskets & features zone shortcuts " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "Edit window shortcuts " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "tab/shift-tab : change field " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "Details View window shortcut " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "right arrow : next document " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "left arrow : previous document " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "space : start/stop diaporama " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "esc : close most of overlayed windows " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "Do not display help anymore" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "Display" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "Configuration" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "Display mode" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "Thumbnails" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "List" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "Skin" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "Theme picker" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "Thumbnails" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "Iconograph (caption on rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "Graphist (preview on rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "Technical informations" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "Display" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "Display in caption" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "Hide" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "Document(s) Type" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "Display an Icon" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "Results per page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "Thumbnails size " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "Selection color" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "Select" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "Display On startup" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "My last query" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "The query" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" msgstr "Help" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "Caption" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "Timeline" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "Popularity" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "Basket display setup" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "Show Status" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "Show Caption" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "Show Title" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "Set order" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "Automatic sort" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "Choose" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "Reverse" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "View statistics" @@ -4164,7 +4167,7 @@ msgstr "yyyy/mm/dd hh:mm:ss" #: tmp/cache_twig/4d/c1/7d0c2228d36d650b2be2d9a43835.php:43 msgid "phraseanet::technique::date-edit-explain (aaaa/mm/jj)" -msgstr "" +msgstr "date-edit-explain (aaaa/mm/jj)" #: tmp/cache_twig/4d/c1/7d0c2228d36d650b2be2d9a43835.php:49 msgid "phraseanet::technique::time-edit-explain (hh:mm:ss)" @@ -4245,11 +4248,11 @@ msgstr "Update" #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:138 msgid "Before any upgrade, you have to fix your database." -msgstr "" +msgstr "Before any upgrade, you have to repair your database." #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:141 msgid "Some users have the same email address. You can fix this problem with this script :" -msgstr "" +msgstr "Some users are using the same email address. You can fix this problem using this script :" #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:163 msgid "Une mise a jour de l'application est necessaire, il est vivement recommande de l'effectuer en ligne de commande via la commande :" @@ -4279,29 +4282,41 @@ msgstr "No matches found" msgid "Ajouter a" msgstr "Add to" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "Fail" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "Success" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" -msgstr "Error : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" +msgstr "Hi %username%" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" -msgstr "Expire in %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" +msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 msgid "Rights" -msgstr "" +msgstr "Rights" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:78 msgid "Infos" -msgstr "" +msgstr "Infos" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:125 msgid "Edition des droits de %display_name%" @@ -4368,27 +4383,27 @@ msgid "panier:: description" msgstr "Caption" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" -msgstr "" +msgstr "No results" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" -msgstr "" +msgstr "1 result" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" -msgstr "" +msgstr "%Total% results" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:184 msgid "Received from %user_name%" -msgstr "" +msgstr "Received from %user_name%" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" -msgstr "" +msgstr "Sent for validation to %list_participants%" #: tmp/cache_twig/5e/37/71e1b63407b0767110817c7b875f.php:34 msgid "Vous avez autorise ces applications a acceder a votre compte" @@ -4451,19 +4466,23 @@ msgstr "Create a template user" msgid "Creer un utilisateur" msgstr "Create a new user" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "Add a new user" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "New user email address" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "Create a template" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "New template name" @@ -4473,15 +4492,15 @@ msgstr "Publish" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:15 msgid "Collection" -msgstr "" +msgstr "Collection" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:41 msgid "Story name" -msgstr "" +msgstr "Story name" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:47 msgid "Story description" -msgstr "" +msgstr "Story description" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:53 #: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:28 @@ -4551,16 +4570,36 @@ msgstr "Number of documents edited" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:15 msgid "Lists" -msgstr "" +msgstr "Lists" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:26 msgid "Refresh" -msgstr "" +msgstr "Refresh" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" +msgid "(%length%)" msgstr "" +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "Automatic sort" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "Choose" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "Set order" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" +msgstr "Reverse" + #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 msgid "Playlist" msgstr "Playlist" @@ -4593,107 +4632,111 @@ msgstr "1 - Time space" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "The required API connector has a bad configuration , please contact Application administrator" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "Do you confirm that metadata delete ? it will be definitly delected" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "Two fields can't be linked to the smae Dublin Core element" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" -msgstr "" +msgstr "Previous attribution has been deactivated" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "Warning !" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "Add" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "Name" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "DublinCore Element Set" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "Multivalued" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "Indexable" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" -msgstr "" +msgstr "Vocabulary Type" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" -msgstr "" +msgstr "Vocabulary restricted" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "Read only" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" -msgstr "" +msgstr "Type" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" -msgstr "" +msgstr "Separator" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "Thesaurus branch" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "Display on reports" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "Display as Title" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "Selected documentary source is not mutlivalued, you should uncheck that box" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "Selected documentary source is multivalued, you should check that box" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "Selected documentary source is not read only, you should uncheck that box" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "Selected documentary source is read only, you should check that box" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "All" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "None" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "French" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "German" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "English" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "Arabic" @@ -4807,33 +4850,37 @@ msgstr "Back to Home" msgid "Which playlist you want to put you %number% elements into ?" msgstr "Select a Playlist to add the %number% documents" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" -msgstr "Wrong Login or Password" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "Welcome, please login on %home_title%" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" -msgstr "Hi %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" -msgstr "%application_name% wants to acces to your data on %home_title%" +msgid "Se connecter" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" -msgstr "Do you authorize this app to access these datas ?" +msgid "Problèmes de connexion ?" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" -msgstr "Yes" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" -msgstr "No" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" +msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 msgid "Apparait aussi dans ces reportages" @@ -4878,15 +4925,15 @@ msgstr "list of users allowed to publish on this feed" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:198 msgid "Id" -msgstr "" +msgstr "Id" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:203 msgid "Email" -msgstr "" +msgstr "Email" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:207 msgid "Owner" -msgstr "" +msgstr "Owner" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:305 msgid "Ajouter un publisher" @@ -4894,7 +4941,7 @@ msgstr "Add a Publisher" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:309 msgid "Name or email" -msgstr "" +msgstr "Name or Email" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:434 msgid "You are not the feed owner" @@ -4904,187 +4951,204 @@ msgstr "You are not the feed owner" msgid "Vous avez recu un nouveau panier" msgstr "You have a new basket available" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" -msgstr "You have pushed this basket for feedback" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" +msgstr "" #: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" -msgstr "Basket received from %pusher%" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:309 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "Export" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "Edit" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "Rename" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "Validate" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:194 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "You have pushed this basket for feedback" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "Basket received from %pusher%" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "Rename" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 msgid "Archive" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:335 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "Release from Basket zone" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:561 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "Delete" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:652 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "Basket order" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:660 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "Most approved" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:668 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "Less approved" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "User approve this document" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:717 -msgid "L'utilisateur desapprouve ce document" -msgstr "User disapprove this document" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:723 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "User hasn't decided yet" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" +msgstr "User disapprove this document" + #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 msgid "validation:: note" msgstr "Comments" #: tmp/cache_twig/a4/00/d98993c4d1376e42f625680c1d4b.php:37 msgid "%nb_records% records" +msgstr "%nb_records% records" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" -msgstr "" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 +msgid "Contributor" +msgstr "Contributor" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 +msgid "See others" +msgstr "See others choices" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 msgid "HD Download" +msgstr "Document Download" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 +msgid "List Manager" +msgstr "List Manager" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "Add user" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" msgstr "" "Push is used to send a selection of documents to recipients.\n" "Recipients will receive a mail with a link that will launch Phraseanet Lightbox, display documents for visualisation and/or download.\n" "Push is also available as a \"received\" basket within Phraseanet for registered users" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 -msgid "Send" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 -msgid "Save this list" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 -msgid "List Manager" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 -msgid "Select all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 -msgid "Deselect all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 -msgid "Back to Push" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 -msgid "Welcome to the ListManager !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 -msgid "Start by creating one by using the \"add\" button on the left !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 -msgid "Select a list on the left and edit it !" -msgstr "" - -#: tmp/cache_twig/a5/4a/3c031045d47e838eac5252dfd6a9.php:380 -msgid "Do you want to send your report ?" -msgstr "Send your Report ?" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 -msgid "Contributor" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 -msgid "See others" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 msgid "Push::une validation est une demande d'appreciation a d'autres personnes" msgstr "" "Click to send a request for feedback on a selection of documents to recipients.\n" "Recipients will receive a mail with a link, that will launch Phraseanet Lightbox, display documents and ask user(s) for feedback and/or download.\n" "Feed back is available as a validation Basket within Phraseanet for registered users" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 +msgid "Send" +msgstr "Send" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 +msgid "Save this list" +msgstr "Save this list" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 +msgid "Select all" +msgstr "Select all" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 +msgid "Deselect all" +msgstr "Deselect all" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 +msgid "Back to Push" +msgstr "Back to Push" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 msgid "Back to Feedback" -msgstr "" +msgstr "Back to Feedback" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 +msgid "Welcome to the ListManager !" +msgstr "Welcome in the ListManager !" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 +msgid "Start by creating one by using the \"add\" button on the left !" +msgstr "Start by creating a list using the \"add\" button on the left !" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 +msgid "Select a list on the left and edit it !" +msgstr "Select a list on the left and then edit it !" + +#: tmp/cache_twig/a5/4a/3c031045d47e838eac5252dfd6a9.php:380 +msgid "Do you want to send your report ?" +msgstr "Send your Report ?" #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "Questions asked" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "Web site" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "Application type" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "Web application" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "Desktop application" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "Callback url" @@ -5118,7 +5182,7 @@ msgstr "Thumbnails" #: tmp/cache_twig/aa/c6/3fb5af89a8aa5b7f0ac544042860.php:82 msgid "None of the selected records can be printed " -msgstr "" +msgstr "None of the selected records can be printed " #: tmp/cache_twig/aa/c6/3fb5af89a8aa5b7f0ac544042860.php:88 msgid "export:: erreur : aucun document selectionne" @@ -5209,11 +5273,11 @@ msgstr "Structure set up" #: tmp/cache_twig/ac/01/00841d1486d772d1b3f284de6137.php:266 msgid "CHAMPS" -msgstr "" +msgstr "FIELDS" #: tmp/cache_twig/ac/01/00841d1486d772d1b3f284de6137.php:278 msgid "SUBDEFS" -msgstr "" +msgstr "SUBVIEWS" #: tmp/cache_twig/ac/01/00841d1486d772d1b3f284de6137.php:290 msgid "admin::status: reglage des status" @@ -5275,127 +5339,127 @@ msgstr[1] "%value% likes" msgid "Edition de 1 element" msgstr "Editing 1 document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "No editable status" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "You do not have the required permission to change some of the documents status" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "Replace" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "Clipboard" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "Find / Replace" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "Caption template" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:335 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 msgid "phraseanet::chargement" msgstr "Loading" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "Replace in field" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "Replace in all fields" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "Find" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "Replace with" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "Options" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "Regular expression" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "Help about Regular expressions" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "Replace All" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "Case insensitive" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "Whole field" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "In field" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "Case sensitive" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "Processing indexation" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "Valid changes or Cancel" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "Title" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "Unable to edit" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "Selected documents come from differents databases, unable to edit" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "Your user right do not allow you to edit any of the selected documents" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "Your user rights do not allow you to edit %not_actionable% documents from selection" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "You do not have the required permissions to edit 1 document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "Some fields must be filled to save changes" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "Set as cover document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "Status " -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "This field has a Dublin Core link" @@ -5411,51 +5475,51 @@ msgstr "Validation demand toward %n_user% user from application box %appbox%" msgid "report::Edition des meta-donnees" msgstr "Metadatas Edition" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" -msgstr "Move(s) to collection : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" +msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "Edit Status" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "Printing(s) : %format%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "Substitution of %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "Publication(s) from %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "Download(s) from %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "Sent by email of %content% to %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "Sent by ftp of %content% to %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "Delete document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "Add document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "Unknown action on document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "By %user_infos%" @@ -5471,23 +5535,23 @@ msgstr "OAuth settings" msgid "Les parametres oauth de votre application." msgstr "Your application oauth settings" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "Your access token" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 msgid "Les paramétres oauth de votre application." msgstr "your application Oauth settings" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "Token" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "Token not generated yet" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "Generate" @@ -5776,82 +5840,90 @@ msgstr "Comments" msgid "boutton::enregistrer" msgstr "Save" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" -msgstr "" +msgstr "Login" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" -msgstr "" +msgstr "First/Last Name" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" -msgstr "" +msgstr "Email" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" -msgstr "" +msgstr "Last Template" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" +msgstr "Creation date" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "Create new subview" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "Delete the subview" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "These subdef will be permanently deleted, recovery will be impossible. Are you sure?" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "Subview mane" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "Access Class" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "Preveiw" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "Everyone" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "Downloadable" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "Class" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "Baseurl" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "Write Metadatas" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "Media type" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "Yes" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "No" @@ -5987,43 +6059,43 @@ msgstr "Move also Stories linked documents ?" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:18 msgid "Search baskets" -msgstr "" +msgstr "Search baskets" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:23 msgid "See" -msgstr "" +msgstr "See" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:43 msgid "My baskets" -msgstr "" +msgstr "My baskets" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:55 msgid "Received baskets" -msgstr "" +msgstr "Received baskets" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:67 msgid "Validations sent" -msgstr "" +msgstr "Validations sent" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:79 msgid "Validations received" -msgstr "" +msgstr "Validations received" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:86 msgid "When" -msgstr "" +msgstr "When" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:94 msgid "Any time" -msgstr "" +msgstr "Any time" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:106 msgid "This year" -msgstr "" +msgstr "This year" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:122 msgid "Past year" -msgstr "" +msgstr "Past year" #: tmp/cache_twig/f6/6b/0f79bfdfd04259ceea6613007599.php:77 msgid "Retour a l'accueil" @@ -6059,19 +6131,19 @@ msgstr "tags" #: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:20 msgid "Back to basket list" -msgstr "" +msgstr "Back to basket list" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" -msgstr "" +msgstr "No records" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" -msgstr "" +msgstr "1 record" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" -msgstr "" +msgstr "%ElementsCount% records" #: tmp/cache_twig/ff/9e/613cc7c700753d50364241f6f99b.php:26 msgid "Page %current_page%" @@ -6093,13 +6165,31 @@ msgstr "Status" msgid "Aucune" msgstr "None" -#: www/admin/adminFeedback.php:297 -#: www/admin/database.php:212 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "No aliases" -#: www/admin/adminFeedback.php:387 -#: www/admin/database.php:255 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "Empty database before delete" @@ -6144,119 +6234,119 @@ msgstr "File sending error" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "Confirm collection dump ?" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "Confirm collection unmount ?" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "Confirm collection publication ?" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "Confirm collection stop ?" -#: www/admin/collection.php:391 -#: www/admin/database.php:430 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "Collection" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "Distant collection ID" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "Collection Status" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "Enable collection" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "Disable collection" -#: www/admin/collection.php:413 -#: www/admin/database.php:398 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "Details" -#: www/admin/collection.php:423 -#: www/admin/database.php:420 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "Hide details" -#: www/admin/collection.php:439 -#: www/admin/database.php:435 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "Object" -#: www/admin/collection.php:443 -#: www/admin/database.php:437 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "Number" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 -#: www/admin/database.php:438 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 #: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "Size" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "Order Managers" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "Add a new order Manager" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "Display options for documents shared outside Phraseanet" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "Default" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "Watermark file" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "Stamp" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "Rename" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "Name : " -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "Empty" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "Confirm collection delete ?" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "Current minilogo" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 -#: www/admin/database.php:724 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "No file" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "Collection introduction banner " @@ -6290,7 +6380,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "Confirm Database re-indexation" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "Alias" @@ -6298,190 +6388,190 @@ msgstr "Alias" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "Delete full content of database ?" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "Confirm Database removal" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "Delete complete log of database ?" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "Stop database publication ?" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "Records on database :" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "Unique words : " -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "indexed words :" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "Thesaurus indexed terms :" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "Orphans documents" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "Sum" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "Full text indexed documents" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "Thesaurus indexed documents" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "This database can be indexed" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "Re-index database now (regarding quantity of documents, this operation can last several hours)" -#: www/admin/database.php:588 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "Create collection" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "Mount a collection" -#: www/admin/database.php:621 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "apply users and rights from collection : " -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "Mount" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "Activate a collection" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "Delete all Logs" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "Stop database publication" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "Empty database" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "Delete database" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "Print Logo" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "Delete logo" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "Upload Logo (Height 35px max., jpeg)" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "Proposals for tables modifications" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "Don't forget to restart task scheduler" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "Please stop Scheduler before updating" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" -msgstr "" +msgstr "Database name can not contains special characters" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "Connection to server is Ok, but database does not exists or can not be accessed." -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "Version" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "Your application needs an update to : " -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "Your version is up to date " -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "Repair table" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "Create new database" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "Create a new database on another server" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "Host name" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "User" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "Password" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "Database Name" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "XML structure template" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "Create" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "Mount database" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "Mount Database from a distant host." -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "Mount" @@ -6521,87 +6611,91 @@ msgstr "Collection" msgid "admin:: appliquer le modele " msgstr "Apply template " -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "Collection not created, it must have a name" -#: www/admin/sessionwhois.php:58 +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" +msgstr "" + +#: www/admin/sessionwhois.php:59 msgid "admin::monitor: utilisateur" msgstr "User" -#: www/admin/sessionwhois.php:59 +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "Modules" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "Connection date" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "Last access" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "Connected databases " -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "Persistent session(s)" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "Unknown" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "Unique visitors " -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "No Memcached server linked" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "Administrators" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "Add an admin" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "Reset admin rights" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "Reset" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "Main settings" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "Your configuration" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "File System configuration" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "Executables" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "PHP Extensions" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "Cache server" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "Phrasea Module" @@ -6716,29 +6810,29 @@ msgstr "Display illustrations on top of thumbnails, for all users" msgid "admin::status: confirmer la suppression du status ?" msgstr "Confirm status delete" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "Structure" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "Invalid XML, unable to apply changes" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "Warning, switch to graphic view may loss your xml if you did not save it. Continue ?" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" -msgstr "" +msgstr "Suggested values" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "Suggested values - collection settings" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "Fields" @@ -6747,235 +6841,214 @@ msgstr "Fields" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "Invalid Xml, restore previous version ?" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "Delete Task ?" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "Close" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "Renew" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "Scheduler" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." -msgstr "" +msgstr "Last update at %s." -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "New task" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "Status" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "Process_id" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "Progression" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "TaskManager preferences" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "This url allows to control Scheduler from a cron manager" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "Query Report" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "%d result(s)" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "No results for your search" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "My baskets" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "Baskets received" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "%d document(s)" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "%d document(s)" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "Launch Lighbox" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "Basket sent by %s" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "New basket(s) received" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "%b, %d %Y %l:%s %p" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "%d-%m-%Y" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "Last Publications" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "Unread" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "Last update" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "Search" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "Advanced Search" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "Topics" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "And" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "Or" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "Except" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "Search" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "All databases" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "Display settings" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "Collections" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "Clic here to reset all filters" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "Timeline" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "Reset all filters" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "Filter" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "By Date" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "By Status" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "By Field" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "All fields" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 msgid "phraseanet:: Telechargement de documents" msgstr "Download Manager" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "Be Patient, requested documents are being gathered, this operation can take several minutes." -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "Your download is ready. If download does not start within seconds, %s click here %s" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 msgid "telechargement::Le fichier contient les elements suivants" msgstr "Zip file contains the following documents" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 msgid "phrseanet:: base" msgstr "Database" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 msgid "document:: nom" msgstr "Document name" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 msgid "phrseanet:: sous definition" msgstr "Document type" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 msgid "poids" msgstr "Size" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "Your link is corrupted" @@ -7011,467 +7084,443 @@ msgstr "An internal error occured. Server connection interupted" msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "If the problem persists, System Administrator" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "Delivery Error for %s e-mail(s)" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "You will be disconnected for maintenance, please quit Phraseanet" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "Confirm delete of this application ?" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "Yes" + +#: www/login/account.php:184 +msgid "non" +msgstr "No" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "Loading error" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "Infos" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "Access" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "Sessions" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "Developer" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 +#: www/login/index.php:112 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "Password update done" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "Changes saved" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "Error when saving modifications" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "Requests are beeing processed" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 -#: www/login/reset-email.php:44 -#: www/login/reset-email.php:55 -#: www/login/reset-email.php:78 -#: www/login/reset-email.php:89 -#: www/login/reset-email.php:158 -#: www/login/reset-email.php:207 +#: www/login/account.php:456 +#: www/login/forgotpwd.php:100 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "Change password" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "Change my e-mail" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "Enable FTP fonction" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "Repository prefix name" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "Data sent automatically" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "Original" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "Thumbnail" -#: www/login/forgotpwd.php:71 -#: www/login/register.php:102 +#: www/login/forgotpwd.php:73 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "contains bad characters" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "To optimize security you must update you password" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "This operation can not be automatized, perform it manually" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "New password" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "Confirm password" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "Back to homepage" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "Mailserver error" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "Account does not exist" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "Url does not exist anymore" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "e-mail has been sent" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "Enter your e-mail address" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "Authentication error" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "To many authentification error. Please use the captcha" -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "Access denied, you have not confirmed your e-mail adress." -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "Send me a new confirmation e-mail" -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "You have access to no collection at the moment" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "No available connection. Please contact system administrator" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "Maintenance in progess, Please try to connect later" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "This e-mail is already confirmed" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "E-mail confirmation sent" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "You e-mail is now confirmed" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "Get another Captcha" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "Copy the words below" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "Home" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "E-Mail seems invalid" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "Email address already registered" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "A user with this login already exists" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" -msgstr "8 lettering minimum" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" +msgstr "" -#: www/login/register.php:298 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "Password is too simple" -#: www/login/register.php:375 -#: www/login/register.php:392 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "8 lettering minimum" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "Password resistance" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "About Password security" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "E-mail updated" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "Back to home page" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "Error while updating" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "Mail-server error" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "E-mails do not match" -#: www/login/reset-email.php:152 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "Wrong password" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "Confirmation e-mail sent. Please follow received instructions" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "Back to my account" -#: www/login/reset-email.php:230 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "Oops ! An error occured !" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "New e-mail address" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "Confirm e-mail address" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "Why should I give my password to change my e-mail ?" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "Your e-mail address will be used if you loose your password. It is important that you are the only one who can change it" -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "Old password" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "%d results displayed from a total of %d found" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "%d results" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "%d result(s)" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "%s document(s) selected." - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "Invalid file format" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "Document replaced" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "%d documents modified" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "Document can't be added" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "Status" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "Type" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "Editing Status from %d story (ies)" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "Editing Status from %d document(s)" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "Reset to 0 all unnamed status" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "Reset to 0 all unnamed status" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "No Status defined for this database" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "Change also Status for documents linked to stories" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "Status edition impossible for %d documents" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "You do not have the required permissions to change status on selected documents" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "Apply to all selected documents" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "Re-construct subview" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "Rotate subview" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "Substitute document" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "Substitute subviews" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "Meta-datas" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "Warning : Some documents have substitued subviews" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "Re-construct custom defined thumbnails" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "Reconstruct subviews" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "Do not re-construct any subviews" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "Re-construct all subviews" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "This action only concerns subviews from Image type documents" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "Turn 90° clockwise" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "Turn 90° anticlockwise" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "Update original file name after substitution" -#: www/prod/prodFeedBack.php:82 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "This is your personnal rss flow, it will inform you about publications" - -#: www/prod/prodFeedBack.php:83 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "Don't share it, it's yours only" - -#: www/prod/prodFeedBack.php:85 -msgid "publications::votre rss personnel" -msgstr "Your own rss" - -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "Documents ordered" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "Error when ordering documents" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "Documents can't be sent by FTP" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "Export registered in queue file" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "succesfull connection to ftp server" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "Error connecting to FTP : %s" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "No URL avalaible" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "No embed code avalaible" @@ -7637,277 +7686,275 @@ msgstr "Country" msgid "report::societe" msgstr "Company" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "Accept" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "removed_src" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "Refresh" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "remove_tgt" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "Accept term as :" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "Specific term" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "as a synonym of %s" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "Accept branch as" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "A candidat from field %s can't be accepted for the branch" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 msgid "thesaurus:: export au format texte" msgstr "Text" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "Export " -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "example" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "Synonym(s) on same line" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "One line per synonym" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "Print line numbers " -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "Include language" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "Include hits" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "Topics" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "Topics" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "File generated : %s" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "%s file(s) generated" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "Error during file registration" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "Export" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "Export for all languages" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "Display for the current language" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "Sort" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "Search" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "Thesaurus *:\"query\"" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "Fulltext" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "Full question (with operators)" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "Display options" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "Reproduce current view (with navigation)" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "Reproduce current view (without navigation)" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "All deployed ( with navigation)" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "All deployed (static)" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "Close all (with navigation)" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "Over-indent at line %s" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "Bad encoding at line %s" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "Bad character at line %s" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "Import" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "Paste here list of terms to import" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "Default language" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "Tabulated ASCII file" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "Delete existing link(s) between thesaurus branch(s) and field(s)" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "Re-index after import" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "Edit thesaurus" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "Choose" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "Select edit language" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "No Database access" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "Link thesaurus branch to field" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "Link thesaurus branch to field %s" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "Link branch ?" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "This fields has been modified; previous branch was : %s " -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "New branch" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "This field is no longer linked to thesaurus, indexed terms and candidats will be deleted" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "This field must be linked to thesaurus. Database re indexation needed" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "Link to thesaurus must be modified , database re indextion needed" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "Re indexation needed" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "No re-index" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "Delete link to field %s" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "Delete candidats branch linked to field %s" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "Recording modified list of candidats" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "Delete indexes from thesaurus for field" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "Re-index all records" @@ -7915,260 +7962,260 @@ msgstr "Re-index all records" msgid "thesaurus:: corbeille" msgstr "Stock" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "New term" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "Term" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "New Synonym" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "Synonym" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "Context" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "New specific term" -#: www/thesaurus2/newterm.php:72 +#: www/thesaurus2/newterm.php:74 #, php-format msgid "thesaurus:: le terme %s" msgstr "Term %s" -#: www/thesaurus2/newterm.php:74 +#: www/thesaurus2/newterm.php:76 #, php-format msgid "thesaurus:: avec contexte %s" msgstr "contexted by %s" -#: www/thesaurus2/newterm.php:76 +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "Without context" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "is already a candidat from valid field " -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "Is already a candidat from valid fields " -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "Select origin to accept" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "is a candidat from fields but can't be accepted for this branch" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "is not a candidat" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "Warning :" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "Add term without re indexetation" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "Add term and re index" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "Properties" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "Delete" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "Replace" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "%s result(s)" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "Synonyms" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "hits" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "ids" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "Confirm term \"%s\" delete" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "term" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "equals " -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "Starts with" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "contains" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "ends with" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "Properties" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "Reject" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "Allow" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "Delete candidats with no hits" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "Replace" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "Search" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "Export" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "Review candidats" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "Import" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "New term" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "New synonym" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "Export as topics" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "Link to fields" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "Candidats" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "Display rejected terms" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "Thesaurus" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "Delete branch : (concerned terms will be displayed as candidats on futur indexation" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "This branch has hits,confirm delete ? (Concerned terms will move back to candidats)" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "All terms have hits" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "Terms from this branch have no hits : delete Terms ?" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "Delete all candidats et re index all documents with thesaurus" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "Move Terms to stock" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "You do not have the required permissions to upload documents" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "Select an action" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "No document selected" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "Upload in progress, wait until current upload ends" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "Queue file is not empty, do you to delete files in queue ?" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "%d files uploaded" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "%d file uploaded" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "Some uploaded documents have been sent to quarantine" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "Select files to add (max size : %d Mb)" @@ -8241,37 +8288,37 @@ msgstr "Delet blocked documents" msgid "Supprimer precedentes propositions a la substitution" msgstr "Delete previous candidats to substitution" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "Internal server error" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "Error while adding" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "Documents added to quarantine" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "Pending files..." -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "FIle Uploaded" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 msgid "Erreur lors de l'enregistrement des donnees" msgstr "Error when saving datas" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 msgid "Erreur lors de la mise a jour des donnes " msgstr "Error when updating datas " -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 msgid "Envoie avec succes" msgstr "Successful delivery" @@ -8281,37 +8328,42 @@ msgstr "You are not the owner of this feed, you can not edit it" #: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:104 msgid "Basket created" -msgstr "" +msgstr "Basket created" #: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:138 msgid "Basket has been deleted" -msgstr "" +msgstr "Basket has been deleted" #: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:180 msgid "Record removed from basket" -msgstr "" +msgstr "Record removed from basket" #: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:217 msgid "Basket has been updated" +msgstr "Basket has been updated" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 msgid "Basket has been archived" -msgstr "" +msgstr "Basket has been archived" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 msgid "Basket has been unarchived" -msgstr "" +msgstr "Basket has been unarchived" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:176 #, php-format msgid "%d records added" -msgstr "" +msgstr "%d records added" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 #, php-format msgid "%d records moved" -msgstr "" +msgstr "%d records moved" #: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:237 #: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:308 @@ -8334,7 +8386,7 @@ msgstr "%d document pending" #: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 msgid "Vocabulary not found" -msgstr "" +msgstr "Vocabulary not found" #: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 #: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:207 @@ -8343,7 +8395,22 @@ msgstr "Feed entry not found" #: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:196 msgid "Action Forbidden : You are not the publisher" -msgstr "" +msgstr "Action Forbidden : You are not the publisher" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 +msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." +msgstr "This is your personnal rss flow, it will inform you about publications" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 +msgid "publications::Ne le partagez pas, il est strictement confidentiel" +msgstr "Don't share it, it's yours only" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 +msgid "publications::votre rss personnel" +msgstr "Your own rss" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." @@ -8451,8 +8518,8 @@ msgid "panier:: vous ne pouvez pas supprimer un panier public" msgstr "You do not have the required permissions to delete public basket" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "You can't select more than 400 records" +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" +msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" @@ -8484,206 +8551,255 @@ msgstr "No document selected" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 msgid "Are you sure you want to delete this list ?" -msgstr "" +msgstr "Are you sure you want to delete this list ?" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 msgid "New list name ?" -msgstr "" +msgstr "New list name ?" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 msgid "List name can not be empty" -msgstr "" +msgstr "List name can not be emptied" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 msgid "Message" msgstr "Message" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 msgid "No users selected" -msgstr "" +msgstr "No users selected" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 msgid "Unable to send the documents" -msgstr "" +msgstr "Unable to send the documents" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 #, php-format msgid "Push from %s" -msgstr "" +msgstr "Push from %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 msgid "No receivers specified" -msgstr "" +msgstr "No receivers specified" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 msgid "No elements to push" -msgstr "" +msgstr "No documents to push" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 #, php-format msgid "Unknown user %d" -msgstr "" +msgstr "Unknown user %d" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 #, php-format msgid "%1$d records have been sent to %2$d users" -msgstr "" +msgstr "%1$d records have been sent to %2$d users" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 #, php-format msgid "Validation from %s" -msgstr "" +msgstr "Validation from %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 msgid "No participants specified" -msgstr "" +msgstr "No participants specified" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 msgid "No elements to validate" -msgstr "" +msgstr "No documents to validate" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 #, php-format msgid "Missing mandatory participant parameter %s" -msgstr "" +msgstr "Missing mandatory participant parameter %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 #, php-format msgid "%1$d records have been sent for validation to %2$d users" -msgstr "" +msgstr "%1$d records have been sent for validation to %2$d users" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 msgid "First name is required" -msgstr "" +msgstr "First name is required" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 msgid "Last name is required" -msgstr "" +msgstr "Last name is required" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 msgid "Email is required" -msgstr "" +msgstr "Email is required" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 msgid "Email is invalid" -msgstr "" +msgstr "Email is invalid" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 msgid "User already exists" -msgstr "" +msgstr "User already exists" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 msgid "User successfully created" -msgstr "" +msgstr "User successfully created" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 msgid "Error while creating user" -msgstr "" +msgstr "Error while creating user" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "%d results displayed from a total of %d found" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "%d results" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "%d result(s)" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "%s document(s) selected." + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 msgid "Story created" +msgstr "Story created" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 +msgid "Record removed from story" +msgstr "Record removed from story" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 -msgid "Record removed from story" +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 #, php-format msgid "Unable to create list %s" -msgstr "" +msgstr "Unable to create list %s" #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:152 #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:272 msgid "List name is required" -msgstr "" +msgstr "List name is required" #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:173 #, php-format msgid "List %s has been created" -msgstr "" +msgstr "List %s has been created" #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:263 msgid "Unable to update list" -msgstr "" +msgstr "Unable to update list" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 msgid "List has been updated" -msgstr "" +msgstr "List has been updated" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 #, php-format msgid "List has been deleted" -msgstr "" +msgstr "List has been deleted" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 #, php-format msgid "Unable to delete list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 -msgid "Entry removed from list" -msgstr "" +msgstr "Unable to delete list" #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 -msgid "Unable to remove entry from list " -msgstr "" +msgid "Entry removed from list" +msgstr "Entry removed from list" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 +msgid "Unable to remove entry from list " +msgstr "Unable to remove entry from list " + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 #, php-format msgid "%d Users added to list" -msgstr "" +msgstr "%d Users added to list" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 #, php-format msgid "%d User added to list" -msgstr "" +msgstr "%d User added to list" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 msgid "Unable to add usr to list" -msgstr "" +msgstr "Unable to add user to list" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 msgid "List shared to user" -msgstr "" +msgstr "List shared to user" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 msgid "Unable to share the list with the usr" -msgstr "" +msgstr "Unable to share the list with this user" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 msgid "Owner removed from list" -msgstr "" +msgstr "Owner removed from list" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 msgid "Unable to remove usr from list" -msgstr "" +msgstr "Unable to remove user from list" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 #, php-format msgid "%d Story attached to the WorkZone" -msgstr "" +msgstr "%d Story attached to the WorkZone" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 #, php-format msgid "%d Stories attached to the WorkZone" -msgstr "" +msgstr "%d Stories attached to the WorkZone" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 #, php-format msgid "%1$d Story attached to the WorkZone, %2$d already attached" -msgstr "" +msgstr "%1$d Story attached to the WorkZone, %2$d already attached" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 #, php-format msgid "%1$d Stories attached to the WorkZone, %2$d already attached" -msgstr "" +msgstr "%1$d Stories attached to the WorkZone, %2$d already attached" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 msgid "Story detached from the WorkZone" -msgstr "" +msgstr "Story detached from the WorkZone" #: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:109 msgid "It is not recommended to install Phraseanet without HTTPS support" @@ -8697,44 +8813,34 @@ msgstr "Appbox can't be reached" msgid "Databox is unreachable" msgstr "Databox can't be reached" -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 #, php-format msgid "an error occured : %s" msgstr "an error occured : %s" -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "Can't Write in folder %s" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 msgid "phraseanet::technique::datetime-edit-format" msgstr "YYYY/MM/DD HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 msgid "phraseanet::technique::date-edit-format" msgstr "YYYY/MM/DD" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 msgid "phraseanet::technique::date-edit-explain" msgstr "yyyy/mm/dd" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 msgid "phraseanet::technique::time-edit-format" msgstr "HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 msgid "phraseanet::technique::time-edit-explain" msgstr "hh:mm:ss" #: lib/Alchemy/Phrasea/Helper/User/Edit.php:575 msgid "Email addess is not valid" -msgstr "" +msgstr "Email addess is not valid" #: lib/Alchemy/Phrasea/Helper/User/Manage.php:165 msgid "Invalid mail address" @@ -8764,36 +8870,109 @@ msgstr "Feedback requested from %s and sent to %d other users" msgid "Processus de validation recu de %s" msgstr "Feedback requested from %s" -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 msgid "Element is not found" -msgstr "" +msgstr "Document can not be found" -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 +#: lib/Doctrine/Repositories/BasketRepository.php:169 msgid "Basket is not found" -msgstr "" +msgstr "Basket can not be found" -#: lib/Doctrine/Repositories/BasketRepository.php:108 +#: lib/Doctrine/Repositories/BasketRepository.php:191 msgid "You have not access to this basket" -msgstr "" +msgstr "You have not access to this basket" #: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 #: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 msgid "Owner is not found" -msgstr "" +msgstr "Owner can not be found" #: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 msgid "Owner and list mismatch" -msgstr "" +msgstr "Owner and list mismatch" #: lib/Doctrine/Repositories/UsrListRepository.php:51 msgid "List is not found" -msgstr "" +msgstr "List is not found" #: lib/Doctrine/Repositories/UsrListRepository.php:56 msgid "You have not access to this list" -msgstr "" +msgstr "You have not access to this list" +#~ msgid "Impossible d'ecrire dans le fichier %s" +#~ msgstr "Unable to write in file %s" + +#~ msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" +#~ msgstr "memcached server unavailable, you should disable cache" + +#~ msgid "GV::section:: Serveurs de cache" +#~ msgstr "Cache server" + +#~ msgid "reglages:: Utiliser un serveur de cache" +#~ msgstr "Use a cache server" + +#~ msgid "setup:: Hote du Serveur de cache" +#~ msgstr "Cache server host" + +#~ msgid "reglages:: port du serveur de cache" +#~ msgstr "Chache server port" + +#~ msgid "Impossible d'ecrire dans le dossier %s" +#~ msgstr "Can't Write in folder %s" + +#~ msgid "Impossible d'effacer le fichier %s" +#~ msgstr "Unable to delete file %s" + +#~ msgid "You have not access to this basket element" +#~ msgstr "You have no access to this basket document" + +#~ msgid "Pre-requis" +#~ msgstr "Prerequisite" + +#~ msgid "Configuration du serveur web" +#~ msgstr "Web Server Setup" + +#~ msgid "recherche" +#~ msgstr "Search" + +#~ msgid "Chercher tous les mots" +#~ msgstr "all these words" + +#~ msgid "Cette expression exacte" +#~ msgstr "this exact wording or phrase" + +#~ msgid "Au moins un des mots suivants" +#~ msgstr "one or more of these words" + +#~ msgid "Aucun des mots suivants" +#~ msgstr "None of these words" + +#~ msgid "recherche :: Bases" +#~ msgstr "Databases" + +#~ msgid "recherche :: Historique" +#~ msgstr "History" + +#~ msgid "recherche :: Themes" +#~ msgstr "Topics" + +#~ msgid "Expire dans %expiration_date%" +#~ msgstr "Expire in %expiration_date%" + +#~ msgid "%application_name% wants to acces to your data on %home_title%" +#~ msgstr "%application_name% wants to acces to your data on %home_title%" + +#~ msgid "Do you authorize the app to do its thing ?" +#~ msgstr "Do you authorize this app to access these datas ?" + +#~ msgid "Set selected users to" +#~ msgstr "Set selected users to" + +#~ msgid "phraseanet::technique::datetime" +#~ msgstr "%b, %d %Y %l:%s %p" + +#~ msgid "phraseanet::technique::date" +#~ msgstr "%d-%m-%Y" + +#~ msgid "publications:: publication non lue" +#~ msgstr "Unread" diff --git a/locale/es_ES/LC_MESSAGES/phraseanet.mo b/locale/es_ES/LC_MESSAGES/phraseanet.mo index c0a67089a4..1ecfff2650 100644 Binary files a/locale/es_ES/LC_MESSAGES/phraseanet.mo and b/locale/es_ES/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/es_ES/LC_MESSAGES/phraseanet.po b/locale/es_ES/LC_MESSAGES/phraseanet.po index 8313b6db3a..6acb47d944 100644 --- a/locale/es_ES/LC_MESSAGES/phraseanet.po +++ b/locale/es_ES/LC_MESSAGES/phraseanet.po @@ -2,101 +2,98 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-06 12:58+0100\n" -"PO-Revision-Date: 2012-02-06 13:02+0100\n" +"POT-Creation-Date: 2012-02-28 20:59+0100\n" +"PO-Revision-Date: 2012-02-28 20:59+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-06 11:00+0000\n" -"X-Generator: Launchpad (build 14747)\n" -"Language: es_ES\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" +"Language: \n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" "X-Poedit-KeywordsList: _e;__\n" -"X-Poedit-Language: Spanish\n" -"X-Poedit-Country: SPAIN\n" "X-Poedit-SearchPath-0: config\n" "X-Poedit-SearchPath-1: lib/classes\n" "X-Poedit-SearchPath-2: lib/conf.d\n" "X-Poedit-SearchPath-3: tmp\n" "X-Poedit-SearchPath-4: www\n" -"X-Poedit-SearchPath-5: lib/Alchemy\n" -"X-Poedit-SearchPath-6: lib/Doctrine\n" -"X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: config/classes/task/period/ftv.class.php:295 +msgid "task::outofdate:Base" +msgstr "base de datos" + +#: config/classes/task/period/ftv.class.php:337 +msgid "task::outofdate:deplacement de docs suivant valeurs de champs 'date'" +msgstr "Mover o cambiar estado según el campo 'fecha'" + +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" msgstr "" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "" @@ -205,14 +202,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "Su solicitud en las siguienes colecciones esta sujeta a la aprobacion del administrador" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "se le informará por correo una vez su solicitud ha sido procesada." #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "confirmación del correo electrónico" @@ -220,28 +217,28 @@ msgstr "confirmación del correo electrónico" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "Hola, recibimos la solicitud para cambiar su direccion de e-mail. Has click en el siguiente link para continuar. Si no solicito un cambio de direccion de e-mail porfavor ignore este mensaje." -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "Gracias por confirmar su e-mail" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "Ahora se puede conectar usando la siguiente direccion: " -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "Tiene que esperar la confirmacion del administrador; su solicitud para las siguientes colecciones esta todavia en proceso. " -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "Para procesar su registro, porfavor confirme su direccion de e-mail usando el siguiente link." -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "" -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "Mensaje auomatico de Phraseanet IV. Para administar como recibes los mensajes, conectate en la siguiente direccion." @@ -264,35 +261,35 @@ msgstr "Tamaño demasiado pequeño: %dpx" msgid "Mauvais mode colorimetrique : %s" msgstr "Modo de color incorrecto: %s" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "Produción" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "Cliente" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "Admin" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "Reporte" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "Thesaurus" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "Subir" @@ -331,76 +328,73 @@ msgstr "Buscar" msgid "client::recherche: dans les categories" msgstr "En categorias" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "mod_auth_tokenconfigurado correctamente" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "mod_auth_token configurado mal" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "Atención : solo se efectua la prueba de la activación de los modos, su funcionamiento correcto no esta garantizado " -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "Atención: verificar la configuración de xsendfile, que está activo en la configuración" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "Atención: verificar la configuración h264_streaming, que está activo en la configuración" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "prueba de enviar correos" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "Validar" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "servidor Memcached" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "servidor activo en %s" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "No hay ningún servidor Memcached ligado" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "la configuración está mal: para la variable %1$s, la configuración es : %2$s ; la configuración esperada es : %3$s" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "prueba" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 msgid "Cette valeur ne peut être vide" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "" @@ -434,15 +428,11 @@ msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 msgid "Ce champ est obligatoire" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "" @@ -454,7 +444,6 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 msgid "Le record n'a pas de fichier physique" msgstr "" @@ -464,7 +453,6 @@ msgid "La taille maximale d'une video est de %d minutes." msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "" @@ -473,15 +461,16 @@ msgstr "" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 +#: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "" @@ -561,25 +550,25 @@ msgstr "" msgid "Service youtube introuvable." msgstr "" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "Abrir el link en en una nueva ventana" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "Terminos geneales de uso para la base de datos %s" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "Para continuar tiene que aceptar los terminos generales e uso" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "Aceptar" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "Rechazar" @@ -678,34 +667,50 @@ msgid "admin::register: un utilisateur s'est inscrit" msgstr "un usuario nuevo ha sido registrado" #: lib/classes/eventsmanager/notify/autoregister.class.php:235 +#: lib/classes/eventsmanager/notify/order.class.php:221 +#: lib/classes/eventsmanager/notify/register.class.php:240 msgid "admin::compte-utilisateur nom" msgstr "Apellido" #: lib/classes/eventsmanager/notify/autoregister.class.php:237 +#: lib/classes/eventsmanager/notify/order.class.php:223 +#: lib/classes/eventsmanager/notify/register.class.php:242 msgid "admin::compte-utilisateur prenom" msgstr "Nombre" #: lib/classes/eventsmanager/notify/autoregister.class.php:239 +#: lib/classes/eventsmanager/notify/order.class.php:225 +#: lib/classes/eventsmanager/notify/register.class.php:244 msgid "admin::compte-utilisateur email" msgstr "Correo" #: lib/classes/eventsmanager/notify/autoregister.class.php:241 +#: lib/classes/eventsmanager/notify/order.class.php:227 +#: lib/classes/eventsmanager/notify/register.class.php:246 msgid "admin::compte-utilisateur adresse" msgstr "Dirección" #: lib/classes/eventsmanager/notify/autoregister.class.php:245 +#: lib/classes/eventsmanager/notify/order.class.php:231 +#: lib/classes/eventsmanager/notify/register.class.php:250 msgid "admin::compte-utilisateur telephone" msgstr "Teléfono" #: lib/classes/eventsmanager/notify/autoregister.class.php:247 +#: lib/classes/eventsmanager/notify/order.class.php:233 +#: lib/classes/eventsmanager/notify/register.class.php:252 msgid "admin::compte-utilisateur fax" msgstr "Fax" #: lib/classes/eventsmanager/notify/autoregister.class.php:249 +#: lib/classes/eventsmanager/notify/order.class.php:235 +#: lib/classes/eventsmanager/notify/register.class.php:254 msgid "admin::compte-utilisateur poste" msgstr "Ocupación" #: lib/classes/eventsmanager/notify/autoregister.class.php:250 +#: lib/classes/eventsmanager/notify/order.class.php:236 +#: lib/classes/eventsmanager/notify/register.class.php:255 msgid "admin::compte-utilisateur societe" msgstr "Empresa" @@ -821,8 +826,6 @@ msgid "push::Vous pouvez vous connecter a l'adresse suivante afin de retrouver v msgstr "haz click en el siguiente enlace para ver, comparar y descargar los documentos seleccionados recibidos" #: lib/classes/eventsmanager/notify/push.class.php:191 -#: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "atención, ese enlace es único, no lo transfiera." @@ -1137,43 +1140,43 @@ msgstr "Diciembre" msgid "report:: non-renseigne" msgstr "No rellenado" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "" @@ -1222,6 +1225,10 @@ msgstr "Conexiones" msgid "report:: telechargements" msgstr "Descargas" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "Navegador" @@ -1266,7 +1273,15 @@ msgstr "Informacion acerca de registro %d" msgid "report:: Information sur le navigateur %s" msgstr "Informacion acerca del navegador web%s" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "Sin titulo" @@ -1292,22 +1307,22 @@ msgstr "grupo " msgid "preview:: resultat numero %s " msgstr "" -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "acceso directo" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "página inicial" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "visor de Cooliris" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "presentación de la vista previa" @@ -1369,7 +1384,7 @@ msgstr "Formulacion incorrecta, muy pocos caracteres " msgid "Sphinx server is offline" msgstr "" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "Configuraciones maneales" @@ -1587,11 +1602,6 @@ msgstr "SSL" msgid "Documents perimes" msgstr "" -#: lib/classes/task/period/outofdate.class.php:411 -#: lib/classes/task/period/workflow01.class.php:317 -msgid "task::outofdate:Base" -msgstr "base de datos" - #: lib/classes/task/period/outofdate.class.php:431 #: lib/classes/task/period/workflow01.class.php:337 msgid "task::_common_:minutes (unite temporelle)" @@ -1622,11 +1632,6 @@ msgstr "Colección" msgid "task::outofdate:status" msgstr "estado" -#: lib/classes/task/period/outofdate.class.php:519 -#: lib/classes/task/period/workflow01.class.php:380 -msgid "task::outofdate:deplacement de docs suivant valeurs de champs 'date'" -msgstr "Mover o cambiar estado según el campo 'fecha'" - #: lib/classes/task/period/subdef.class.php:41 msgid "task::subdef:creation des sous definitions des documents d'origine" msgstr "crear definiciones de los documentos de orígen" @@ -1840,371 +1845,351 @@ msgstr "" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "punto de montaje de miniaturas publicadas en acceso directo" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "servidor cache" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "Ejecutables externos" -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "mod_xsendfileapache activos" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "\"stream h264\" activar via \"mod_token\" - Atención, \"apache mod_h264_streaming\" y se requiere binarios \"mod_auth_token\"" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "punto de montaje para la carpeta protegida a través de auth_token" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "Ruta completa del archivo protegido a través de auth_token" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "frase de contraseña mod_auth_token (como se define en el archivo de configuración de Apache)" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "camino a PHP CLI (Common Line Interface)" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "Enlace a php.ini especifico (opcional)" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "camino a convertir el binario" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "Path to Composite binary" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "Enlace a componente Exiftool" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "Enlace a componente de extraccion SWF" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "Enlace a componenete PDF 2 SWF" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "Enlace a componente reproductor SWF" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "Enlace a componente Unoco" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "Enlace a componente FFmpeg" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "Enlace a componente MP4Box" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "Enlace a componente Mplayer" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "Enlace a componente pdftotext (xpdf)" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "imitar numero de paginas de texto para extraer archivos de PDF" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "Folders de herramientas" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "Propietario de archivo (Apache execution account name)" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "Usuario de Grupo (Apache Execution user group name)" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "Configuracion principal" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "E-mail del administrador" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "Mostar base de datos y nombres de coleccion" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "Dar opcion al usuario para cambiar nombre del archivo descargado" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "Los arhivos seran nombrados por defaut como ..." -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "Activar intercambio con Facebook y Twitter" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "Pagina de Inicio" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "Mostar configuracion de la(s) canasta(s) de la pagina de inicio" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "Motor de busqueda" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "Para busqueda de usuario, For user research, minimum number of caracters prior to a troncature operator insertion (1 by default)" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "consulta por defecto" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "tipo de documento tiene por objeto abrir el sitio electrónico predeterminado" -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "Reporte" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "reporte anónimo (esconder nombres de usuarios y la información de los reportes)" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "módulos suplementarios" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "permitir tesauro Phraseanet IV" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "activar modo MultiDOC" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "La sustitución de grabar HD " -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "sustitución de un registro en miniatura" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "envío de correos" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "Remitente del correo por defecto" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "utilización del servidor SMTP" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "activación de la autentificación smtp" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "Host" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "Puerto smtp" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "Usar SSL" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "Usuario" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "contraseña" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "exportación Ftp" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "permitir la posibilidad de exportar FTP o no (en varias pestañas)" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "Dar o no exportar usuarios de FTP o sólo a los correos admin" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "configuración del cliente" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "posición de la pestaña de búsqueda" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "\"búsqueda avanzada\" tab display posición (2= 2da posición de la izquierda)" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "posición de la pestaña \"temas\"" -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "número de la pestaña activa" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "establece \"temas\" como" -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "ver la renovación de los elementos de la papelera" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "presentación de los colecciones" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "Vea el tamaño de HD total de contenedores de un documento" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "Es necesario estar registrado para descargar" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "configuración del registro" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "esconder lista de las colecciones del formulario de registro - el registro de usuario se envie para todas las colecciones \"enabled for registration\"" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "activación del autoregistro" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "empujar configuración" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "Número de días antes del final de la validación para el envío de recordatorio por correo electrónico" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "validez de los enlaces generales para la validación, si 0 => Vence" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "indexación por robots" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "título de la instalación" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "Palabras clave para motores de búsqueda indexar robots" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "descripión de la instalación" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "ID de Google Analytics (UA-XXXXXXX-X)" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "" @@ -2463,6 +2448,7 @@ msgstr "" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "" @@ -2704,6 +2690,7 @@ msgid "Creer une playlist" msgstr "" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "Titulo" @@ -2917,6 +2904,54 @@ msgstr "" msgid "validation::envoyer mon rapport" msgstr "Enviar mi reporte" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "Caption" @@ -2946,7 +2981,7 @@ msgid "Job" msgstr "" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:174 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" msgstr "" @@ -2992,42 +3027,62 @@ msgstr "" msgid "En cours d'envoi" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 msgid "Activite" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -msgid "%length% peoples" -msgstr "" - #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "VALIDACIÒN" @@ -3036,11 +3091,13 @@ msgstr "VALIDACIÒN" msgid "lightbox::recaptitulatif" msgstr "Resumen" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "SÌ" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "NO" @@ -3216,217 +3273,213 @@ msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouve msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" +msgid "Prerequisite and Configuration" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "binarios externos" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "acerca de la seguridad de las contraseñas" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "La contraseña tiene que diferenciarse claramente de la ID y tiene que contener 2 tipos de carácteres, entre ellos los siguienes" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "caracteres especiales de seguridad" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "Carácteres mayúsculas" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "carácteres minúsculas" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "carácteres numéricos" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "Dirección" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "Port" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 msgid "Database" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 msgid "boutton::tester" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "Phraseanet incorpora un motor de tareas para leer y escribir metadatos y hacer otras operaciones" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "crear una tarea para escribir los metadatos" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "crear una tarea para crear sub-definicienos" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "crear una tarea para una indexación" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "" @@ -3435,47 +3488,47 @@ msgid "validation:: editer ma note" msgstr "Modificar mis notas" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1233 msgid "action : editer" msgstr "Editar" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1251 msgid "action : status" msgstr "Estatus" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1269 msgid "action : collection" msgstr "Mover" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1438 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1479 msgid "action : push" msgstr "Empujar ? in welchem zusammenhang (rechazar?)" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1458 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1506 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2199 msgid "action : bridge" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1465 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1519 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2205 msgid "action : publier" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1534 msgid "action : outils" msgstr "Herramientas" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1549 msgid "action : supprimer" msgstr "Eliminar" @@ -3631,473 +3684,427 @@ msgstr "Cargando..." msgid "phraseanet:: panier" msgstr "canasta" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "Propuestas" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "Tesauro" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "Reset" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "todas las palabras" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "palabra exacta o frase" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "una o más de estas palabras" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "Ninguna de esas palabras" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "Todo" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "Ninguna" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "Palabra(s) de campo(s)" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "Todos campos" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "buscar en un campo de fecha" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "De" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "A" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "Tesaurio" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "Candidatos ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "Acceptar candidato" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "Reemplazar con término ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:832 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1090 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 msgid "boutton::rechercher" msgstr "Buscar" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "Eliminar término ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "Acceptar término ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "Reemplazar término ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "Nueva canasta" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "Ordenar por fecha" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "Ordenar por nombre" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "Ajustes" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "Documentos" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "registro" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "Tipo de pantalla" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "Todo" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "Ninguna" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "Reset" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "Palabra(s) de campo(s)" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "Todos campos" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "buscar en un campo de fecha" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "De" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "A" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "bases de datos" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "Registro" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "Temas" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "Todo" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "Ninguno" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "Imágenes" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "Videos" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "Audios" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "Acerca de los Short cuts" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "shortcuts/atajo de teclado de la ventana principial " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "ctrl-a : seleccionar todo " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "ctrl-p : imprimir en selección " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "ctrl-e : editar selección " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "flecha izquierda : página previa " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "flecha derecha : página siguiente " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "flecha superior : deslizamiento vertical " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "flecha inerior : deslizamiento vertical " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "atajos de teclado del área de canastas " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "Editar shortcuts de la ventana " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "tab/shift-tab : cambiar campo " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "Vista detallada de los shortcuts de la ventaba " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "flecha derecha : documento siguiente " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "flecha izquierda : documento previo " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "espacio : start/stop diaporama " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "esc : cerrar las ventanas superpuestas " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "No más mostrar la ayuda" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "Vista" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "Configuración" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "Modo de presentación" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "Vistas en miniatura" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "Lista" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "tema" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "Seleccion del tema" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "Vistas en miniatura" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "Icono (descripción con rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "Gráfico (vista previa con rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "Información técnica" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "Vista" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "Ver en el registro" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "Esconder" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "Tipo de documento" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "Mostrar un ícono" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "Resultados por página " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "Tamaño de la vista en miniatura " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "Seleccionar color" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "Seleccionar" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "Mostrar al iniciar" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "Mi última consulta" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "Consulta" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" msgstr "Ayuda" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "Descripción" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "Registro" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "Popularidad" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "Establecer orden" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "Ordenar automaticamente" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "Escojer" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "Deshacer" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "mostrar estadisticas" @@ -4279,20 +4286,32 @@ msgstr "" msgid "Ajouter a" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 @@ -4368,17 +4387,17 @@ msgid "panier:: description" msgstr "descripción" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "" @@ -4386,7 +4405,7 @@ msgstr "" msgid "Received from %user_name%" msgstr "" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "" @@ -4451,19 +4470,23 @@ msgstr "" msgid "Creer un utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "" @@ -4558,9 +4581,29 @@ msgid "Refresh" msgstr "" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" +msgid "(%length%)" msgstr "" +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "Ordenar automaticamente" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "Escojer" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "Establecer orden" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" +msgstr "Deshacer" + #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 msgid "Playlist" msgstr "" @@ -4593,107 +4636,111 @@ msgstr "1 - Período" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "Agregar" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "" @@ -4807,32 +4854,36 @@ msgstr "Regresar al inicio" msgid "Which playlist you want to put you %number% elements into ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" +msgid "Se connecter" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" +msgid "Problèmes de connexion ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 @@ -4904,69 +4955,76 @@ msgstr "" msgid "Vous avez recu un nouveau panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" -msgstr "usted ha empujado esa canasta para una retroalimentación." - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:309 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "Exportación" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "Editar" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "Renombrar" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "Validar" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:194 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "usted ha empujado esa canasta para una retroalimentación." + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "Renombrar" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 msgid "Archive" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:335 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "separar" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:561 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:652 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "Orden de la canasta" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:660 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "Más aprobados" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:668 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "Menos aprobados" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "Usuario aprobó el documento" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:717 -msgid "L'utilisateur desapprouve ce document" -msgstr "Usuario no aprobó el documento" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:723 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "El usuario todavía no ha decidido" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" +msgstr "Usuario no aprobó el documento" + #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 msgid "validation:: note" msgstr "Commentarios" @@ -4975,69 +5033,98 @@ msgstr "Commentarios" msgid "%nb_records% records" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 +msgid "Contributor" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 +msgid "See others" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 msgid "HD Download" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 +msgid "List Manager" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" msgstr "" "Push se usa para enviar una selección de documentos a receptores. \n" "Los receptores recibibirán u correo con el link que va a iniciar Phraseanet Lightbox, muestre documentos para la visualización y/o la descarga.\n" "Push está también disponible como una canasta \"recibida\" en Phraseanet para usuarios registrados." -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 +msgid "Push::une validation est une demande d'appreciation a d'autres personnes" msgstr "" +"Haz click para enviar una solicitud para una retroalimentación para una selección de documentos para receptores. \n" +"Los receptores recibibirán u correo con el link que va a iniciar Phraseanet Lightbox, muestre documentos para la visualización y/o la descarga.\n" +"La retroalimentación está disponible como una canasta de confirmación en Phraseanet para usuarios registrados." -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 msgid "Send" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 msgid "Save this list" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 -msgid "List Manager" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 msgid "Select all" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 msgid "Deselect all" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 msgid "Back to Push" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 +msgid "Back to Feedback" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 msgid "Welcome to the ListManager !" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 msgid "Start by creating one by using the \"add\" button on the left !" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 msgid "Select a list on the left and edit it !" msgstr "" @@ -5045,46 +5132,27 @@ msgstr "" msgid "Do you want to send your report ?" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 -msgid "Contributor" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 -msgid "See others" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 -msgid "Push::une validation est une demande d'appreciation a d'autres personnes" -msgstr "" -"Haz click para enviar una solicitud para una retroalimentación para una selección de documentos para receptores. \n" -"Los receptores recibibirán u correo con el link que va a iniciar Phraseanet Lightbox, muestre documentos para la visualización y/o la descarga.\n" -"La retroalimentación está disponible como una canasta de confirmación en Phraseanet para usuarios registrados." - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 -msgid "Back to Feedback" -msgstr "" - #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "Preguntas frecuentes" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "" @@ -5275,127 +5343,127 @@ msgstr[1] "" msgid "Edition de 1 element" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "Estatus no editable" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "No tienes los permisos necesarios para cambiar algunos estatus de los documentos" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "Reemplazar" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "Clipboard" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "Buscar/Reemplazar" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "Plantilla de titulo" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:335 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 msgid "phraseanet::chargement" msgstr "Cargando" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "Reemplazar el campo" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "Reemplazar en todos los campos" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "Encontrar" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "Reemplazar con" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "Opciones" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "Utilizar una expresion regular" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "Ayuda con expresiones regulares" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "Reemplazar todo" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "Case insensitive" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "Todo el campo" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "En el campo" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "Case sensitive" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "Procesando indexación" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "Validar cambios o Anular las modificaciones" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "Titulo" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "Imposible de editar simultaniamente los documentos ya que provienen de diferentes bases de datos" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "No tienes los permisos necesarios para editar 1 documento" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "Algunos campos deben ser completados para guardar los cambios" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "Establecer como cubierta del documento" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "Estatus " -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "" @@ -5411,51 +5479,51 @@ msgstr "" msgid "report::Edition des meta-donnees" msgstr "edición de matedatos" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "Editar estatus" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "elimnar documento" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "agregar documento" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "" @@ -5471,23 +5539,23 @@ msgstr "" msgid "Les parametres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 msgid "Les paramétres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "" @@ -5776,82 +5844,90 @@ msgstr "Commentarios" msgid "boutton::enregistrer" msgstr "Guardar" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "" @@ -6061,15 +6137,15 @@ msgstr "" msgid "Back to basket list" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "" @@ -6093,13 +6169,31 @@ msgstr "" msgid "Aucune" msgstr "Ninguno" -#: www/admin/adminFeedback.php:297 -#: www/admin/database.php:212 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "sin alias" -#: www/admin/adminFeedback.php:387 -#: www/admin/database.php:255 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "Vaciar base de datos antes de eliminar" @@ -6144,119 +6238,119 @@ msgstr "Error al enviar el archivo" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "Confirmar vaciado de la colección?" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "Confirmar desmontaje de esta colección?" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "Publicar esta colección" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "Detener la publicación de la colección" -#: www/admin/collection.php:391 -#: www/admin/database.php:430 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "Colección" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "Estado de la colección" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "activar la colección" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "Desactivar la colección" -#: www/admin/collection.php:413 -#: www/admin/database.php:398 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "Detalles" -#: www/admin/collection.php:423 -#: www/admin/database.php:420 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "Esconder detalles" -#: www/admin/collection.php:439 -#: www/admin/database.php:435 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "Objeto" -#: www/admin/collection.php:443 -#: www/admin/database.php:437 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "Número" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 -#: www/admin/database.php:438 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 #: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "Tamaño" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "Administración de commandos" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "Agregar un nuevo administrador de commandos" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "Mostrar las opciones para documentos compartidos afuera de Phrasenet" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "Defecto" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "watermark" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "sello" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "Renombrar la colección" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "Nombre : " -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "Vaciar la colección" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "Confimrar la eliminación de la colección?" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "minilogo actual" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 -#: www/admin/database.php:724 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "ningún archivo" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "banner de introducción de la colección " @@ -6290,7 +6384,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "Alias" @@ -6298,190 +6392,190 @@ msgstr "Alias" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "Eliminar todo el contenido de la base de datos ?" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "Confirmar la eliminación de la base de datos" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "Confirmar eliminación del log completo de la base de datos ?" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "Parar publicación de base de datos" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "Registros en la base de datos :" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "Palabras únicas : " -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "palabras indexadas :" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "términos indexados en el tesauro :" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "registros huérfanos" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "total" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "documentos indexados mediante el formulario xml" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "documentos indexados por el tesauro" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "ese base de datos puede ser indexada" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "Re-indexar base de datos ahora (dependiendo de la cantidad de documentos, esa operación puede tardar varias horas)" -#: www/admin/database.php:588 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "Crear colección" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "" -#: www/admin/database.php:621 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "Usted puede elegir una colección de referencia para faculitar el acceso " -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "Eliminar todos logs" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "detener la publicación de la base de datos" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "vaciar base de datos" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "eliminar base de datos" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "Imprimir Logo" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "Eliminar logo" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "Subir Logo (Altura 35px max., jpeg)" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "Recuerde que debe reiniciar el planificador de tareas" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "Por favor pare el planificador antes de actualizar" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "" -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "Versión" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "Su aplicación necesita una actualización a : " -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "Su versión está actualizada " -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "Comprobar tablas" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "Crear una nueva base de datos" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "Crear una nueva base de datos en otro servidor" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "Nombre del host" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "Usuario" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "Contraseña" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "nombre de la base de datos" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "plantilla de estructura XML" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "Crear" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "Crear base de datos" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "Crear base de datos de un host lejano." -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "Crear" @@ -6521,87 +6615,91 @@ msgstr "Colección" msgid "admin:: appliquer le modele " msgstr "Aplicar plantilla " -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "La colección no fue creada, tiene que tener un nombre." -#: www/admin/sessionwhois.php:58 +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" +msgstr "" + +#: www/admin/sessionwhois.php:59 msgid "admin::monitor: utilisateur" msgstr "Usuario" -#: www/admin/sessionwhois.php:59 +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "Módulos" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "bases de datos conectadas " -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "módulo desconocido" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "Usuario único " -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "no hay conexión con el servidor memcached" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "Administratores" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "Agregar un administrador" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "restablecimiento de los derechos de administrador" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "Reiniciar" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "Ajustes generles" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "Su configuración" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "configuración del sistema de archivo" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "ejecutables" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "extensiones PHP" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "Phrasea Module" @@ -6716,29 +6814,29 @@ msgstr "Mostrar ilustraciones encima de las miniaturas, visible para todos" msgid "admin::status: confirmer la suppression du status ?" msgstr "Confirmar la eliminación estado ?" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "estructura" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "XML no está válido, no es posible aplicar los cambios" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "Atención, pasar a modo gráfico implica la péridada de las modificaciones de xml si usted no las guarda. Desea continuar?" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "Valores sugeridos/ Configuración de la colección" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "Campos" @@ -6747,235 +6845,223 @@ msgstr "Campos" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "Xml no válido, restaurar la versión anterior?" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "eliminar tarea ?" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "planificador de tareas" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "Nueva tarea" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "estado" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "Task Process_id" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "estado del avance del proceso" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "reporte de preguntas" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "%d resultado(s)" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "Su búsqueda no dio ningún resultado" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "Mis canastas" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "Las canastas fueron recibidas" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "%d documento(s)" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "%d documento(s)" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "Iniciar Lighbox" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "La canasta fue enviada por %s" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "Se recicibió nuevas canastas" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "%b, %d %Y %l:%s %p" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "%d-%m-%Y" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "últimas publicaciones" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "publicación sin leer" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "últia actualización" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "Buscar" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "Búsqueda avanzada" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "Temas" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "y" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "O" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "salvo" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "buscar" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "todas las bases de datos" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "Mostrar ajustes" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "Colecciones" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "haz clic para desactivar todos los filtros" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "historial" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "haz clic para desactivar todos los filtros" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "filtro de" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "por fecha" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "por estado" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "por campo" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "todos campos" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 +#: www/include/download_prepare.php:108 +#: www/include/download_prepare.php:151 msgid "phraseanet:: Telechargement de documents" msgstr "Download Manager" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 +#: www/include/download_prepare.php:153 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "Gracias por esperar, los archivos están siendo reunidos para la descarga, esta operación puede tardar varios minutos." -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 +#: www/include/download_prepare.php:158 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "Los documentos están listos. Si la descarga no se inicia, % s haga clic aquí % s" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 +#: www/include/download_prepare.php:161 msgid "telechargement::Le fichier contient les elements suivants" msgstr "El archivo contiene los siguientes documentos" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 +#: www/include/download_prepare.php:165 msgid "phrseanet:: base" msgstr "base de datos" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 +#: www/include/download_prepare.php:166 msgid "document:: nom" msgstr "Nombre del documento" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 +#: www/include/download_prepare.php:167 msgid "phrseanet:: sous definition" msgstr "tipo de documento" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 +#: www/include/download_prepare.php:168 msgid "poids" msgstr "tamaño" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "Su enlance está dañado" @@ -7011,467 +7097,445 @@ msgstr "Ocurrió un error interno. La coneción al servidor fue interrumpida." msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "Si el problema persiste, póngase en contacto con el administrador del servidor" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "error al mandar correos electrónicos a la(s)%s direccione(s)" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "La aplicación va de servicio por mantenimiento, por favor, cierre de sesión." -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "" + +#: www/login/account.php:184 +msgid "non" +msgstr "" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "actualización de la contraseña exitosa." -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "los cambios fueron guardados" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "Error al guardar cambios" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "sus solicitudes están en proceso" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 -#: www/login/reset-email.php:44 -#: www/login/reset-email.php:55 -#: www/login/reset-email.php:78 -#: www/login/reset-email.php:89 -#: www/login/reset-email.php:158 -#: www/login/reset-email.php:207 +#: www/login/account.php:456 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "cambiar la contraseña" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "cambiar mi correo" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "Activar función FTP" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "memoria de prefijos de nombres de los archivos" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "Los datos fueron enviados automáticamente a través de FTP" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "Original" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "miniatura" -#: www/login/forgotpwd.php:71 -#: www/login/register.php:102 +#: www/login/forgotpwd.php:73 +#: www/login/register.php:101 +#: www/login/reset-password.php:53 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "el valor contiene carácteros no válidos" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 +#: www/login/reset-password.php:171 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "Nueva conraseña" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 +#: www/login/reset-password.php:185 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "Confirmar contraseña" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "Regresar a la página inicial." -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "Error del servidor de correo electrónico" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "esa cuenta no existe" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "ese Url ya no existe" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "un correo fue enviado" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "Entre su correo electrónico." -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "error de autentificación" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "error de captcha" -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "Acceso denegado, no ha confirmado su correo electrónico." -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "Mándame un nuevo correo de confirmación." -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "Actualmente no tiene acceso a ninguna colección." -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "Mantenimiento en progreso. Por favor, inténte de conectar más tarde." -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "ese correo ya está confirmado" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "la confirmación fue enviada" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "su correo está confirmado" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "Optener otro captcha" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "Copiar las palabras abajo" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "Inicio" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "el correo parece inválido" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "un usuario que utiliza esta dirección de correo electrónico ya existe" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "ese nombre de usuario ya está ocupado" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" msgstr "" -#: www/login/register.php:298 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "" -#: www/login/register.php:375 -#: www/login/register.php:392 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "correo actualizado" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "Regresar al Inicio" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "error del servidor de correo" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "los correos no corresponden" -#: www/login/reset-email.php:152 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "Contraseña equivocada" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "un correo electrónico de confirmación ha sido enviado. Por favor, siga las instrucciones para continuar" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "Regresar a mi cuenta" -#: www/login/reset-email.php:230 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "Upps ! Un error ha ocurrido!" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "Nuevo correo electrónico" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "confirmar correo electrónico" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "Por que me demanda la contraseña para cambiar el correo?" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "se utiliza su correo en caso de una pérdida de la contraseña, es importante que usted es la única persona capaz de cambiarlo." -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "Vieja contraseña" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "%d resultados" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "%d resultado(s)" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "%s documento(s) seleccionado(s)." - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "Formativo del archivo invalido" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "Documento reemplazado" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "%d documentos modificados" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "Documento no puede ser agregado" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "Estatus" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "Tipo" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "Edicion de estatus de %d historial" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "Edicion de estatus de %d documentos" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "Fijar en 0 los estatus sin nombre" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "Fijar en 0 todos los estatus sin nombre" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "No hay un estatus definido para esta base de datos" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "Cambiar tambien el estatus para documentos ligados a historias" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "Edicion de estatus imposible para %d documentos" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "No tienes los permisos necesarios para cambiar el estatus de los documentos seleccionados" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "Aplicar a todos los documentos seleccionados" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "Reconstruir subview/ preview? = vista preliminar" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "Girar subview" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "Reemplazar documento" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "Reemplazar subviews" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "Metadatos" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "Advertencia: Unos documentos tienen subviews reemplazados" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "Reconstruir el registro de vistas en miniatura" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "Reconstruir subviews" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "No reconstruya ningunas subviews" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "Reconstruir todas subviews" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "Esa acción solo concierne subviews de documentos tipo imagen" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "Gira 90° a la derecha" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "Turn 90° a la izquierda" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "Actualizar nombre original del archivo después de reemplazar" -#: www/prod/prodFeedBack.php:82 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "Esta es tu propio fujo de RSS, te informara acerca de publicaciones" - -#: www/prod/prodFeedBack.php:83 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "No lo comparta, es solo de usted" - -#: www/prod/prodFeedBack.php:85 -msgid "publications::votre rss personnel" -msgstr "Su propio RSS" - -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "los documentos fueron ordenados" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "Error al ordenar los documentos" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "los documentos no pueden ser enviados por FTP" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "el exporte fue registrado en un queque file" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "conección exitosa con el servidor ftp" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "Error al conectar a FTP : %s" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "Ningún URL disponible" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "Ningún código disponible" @@ -7637,277 +7701,277 @@ msgstr "País" msgid "report::societe" msgstr "Empresea" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "Acceptar" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "removido_src" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "actualizar" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "remover_tgt" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "Acceptar el término como :" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "término específico" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "como sinónimo de %s" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "Acceptar la rama como" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "No se puede acceptar un candidato del campo %s para la rama" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 +#: www/thesaurus2/export_text_dlg.php:44 +#: www/thesaurus2/export_text_dlg.php:148 msgid "thesaurus:: export au format texte" msgstr "Exportar en formato de texto" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "Exportación " -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "ejemplo" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "Sinónimos en la misma línea" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "Una línea por sinónimo" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "Imprimir números de línea " -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "Incluir el idioma" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "Incluir los hits" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "Temas" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "exportar temas" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "Archivo fue creado : %s" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "%s archivo(s) generado(s)" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "Error al registrar el archivo" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "exportar" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "Exportar para todas los idiomas" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "Mostrar para el idioma actual" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "Ordenar" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "Buscar" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "Tesauro *:\"consulta\"" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "buscar texto completo" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "Pregunta completa (con operatores)" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "Mostrar opciones" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "Reproducir vista actual (con navegador)" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "Reproducir vista actual (sin navegador)" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "Todo desplegado (con navegador)" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "Todo desplegado (estático)" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "Cerrar todo (con navegador)" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "Codificación incorrecta en la línea %s" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "Palabra incorrecta en la ínea %s" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "Importar" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "Pegar la lista de términos para importar acá" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "error por idioma" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "archivo ASCII" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "Eliminar liks existentes entre la rama de tesauro y campos" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "Re-indexar después de importar" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "Editar tesauro" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "elegir" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "Seleccionar el idioma" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "No tiene ningún acceso a la base de datos" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "Ligar la rama de tesauro al campo" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "Ligar la rama de tesauro al campo %s" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "Ligar la rama de tesauro" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "Ese campo fue modificado; antes la rama fue : %s " -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "Nuvea rama" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "Ese campo ya no está ligado al tesauro, se borrarán los términos y candidatos indexados" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "Ese campo tiene que estar ligado al tesauro. Es necesario una reindexar la base de datos" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "Se debe cambiar el link al tesauro, es necesaria una reindexar la base de datos" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "Es necesario reindexar" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "No reindexar" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "Eliminar el link al campo %s" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "Eliminar la rama de candidatos ligados al campo %s" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "Recordando la lista modificada de candidatos" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "Eliminar los indexes del tesauro por el campo" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "Re-indexar todos los registros" @@ -7915,260 +7979,260 @@ msgstr "Re-indexar todos los registros" msgid "thesaurus:: corbeille" msgstr "Stock" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "nuevo término" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "Término" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "Nuevo sinónimo" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "Sinónimo" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "Contexto" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "Nuevo término específico" -#: www/thesaurus2/newterm.php:72 +#: www/thesaurus2/newterm.php:74 #, php-format msgid "thesaurus:: le terme %s" msgstr "el término %s" -#: www/thesaurus2/newterm.php:74 +#: www/thesaurus2/newterm.php:76 #, php-format msgid "thesaurus:: avec contexte %s" msgstr "contextualizado por %s" -#: www/thesaurus2/newterm.php:76 +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "sin contexto" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "ya es un candidato de un campo válido " -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "ya es un candidato de campos válidos " -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "Seleccionar procedencia para acceptar" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "es un candidato de los campos pero no es acceptado para esa ram" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "no es un candidato" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "Attención :" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "Agregar el término sin reindexar" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "Add term and re index" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "Propiedades" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "Eliminar" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "Reemplazar" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "%s resultado(s)" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "Sinónimos" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "hits" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "ids" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "Confirmar la eliminación del término \"%s\"" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "término" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "es igual a " -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "comienza con" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "contiene" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "termina con" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "Propiedades" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "Rechazar" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "Permitir" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "Eliminar candidatos sin toques" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "Reemplazar" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "Buscar" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "Exportar" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "Revisar candidatos" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "Importar" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "Nuevo término" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "Nuevo sinónimo" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "Exportar como tema" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "Link a campos" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "Candidatos" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "Mostrar términos rechazados" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "Tesaurio" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "Eliminar rama; (los términos en cuestíon serán mostrados como canditatos en una indexación futura)" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "respuestas son devueltos por esta rama. Eliminar todos modos? (Los términos en cuestión ascenderán al siguiente candidato en la indización)" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "Todos términos tienen hits" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "Los términos de esa rama no tienen hits : eliminar términos?" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "Eliminar todos candidatos y reindexar todos documentos sin tesaurio." -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "Mover términos a stock." -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "No tienen los permisos requeridos para subir documentos" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "%d cargando archivos" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "%d cargando archivo" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "Seleccionar los archivos para agregar (tamaño max : %d Mb)" @@ -8241,559 +8305,230 @@ msgstr "" msgid "Supprimer precedentes propositions a la substitution" msgstr "" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "Internal server error" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "Error al agregar" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "Subiendo archivos, en espera" -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "el archivo fue subido" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 -msgid "Erreur lors de l'enregistrement des donnees" -msgstr "Error al guardar los datos" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 -msgid "Erreur lors de la mise a jour des donnes " -msgstr "Error al actualizar os datos " - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 -msgid "Envoie avec succes" -msgstr "envio exitoso" - -#: lib/Alchemy/Phrasea/Controller/Admin/Publications.php:92 -msgid "You are not the owner of this feed, you can not edit it" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:104 -msgid "Basket created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:138 -msgid "Basket has been deleted" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:180 -msgid "Record removed from basket" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:217 -msgid "Basket has been updated" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 -msgid "Basket has been archived" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 -msgid "Basket has been unarchived" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 -#, php-format -msgid "%d records added" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 -#, php-format -msgid "%d records moved" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:237 -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:308 -msgid "Vous ne pouvez pas editer plusieurs elements simultanement" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:262 -msgid "Vous essayez de faire une action que je ne connais pas !" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:328 -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:468 -msgid "Request contains invalid datas" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:488 -#, php-format -msgid "%d elements en attente" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 -msgid "Vocabulary not found" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:207 -msgid "Feed entry not found" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:196 -msgid "Action Forbidden : You are not the publisher" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 -msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." -msgstr "atención, la lista para buscar ha sido cambiada." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:47 -msgid "phraseanet::Ne plus afficher ce message" -msgstr "no mostrar más ese mensaje" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:48 -msgid "Supprimer egalement les documents rattaches a ces regroupements" -msgstr "eliminar también los documentos legados a ese grupo?" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:49 -msgid "reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ?" -msgstr "se eliminará los documentos, no será posible recuperarlos. confirmar?" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:52 -msgid "prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler'" -msgstr "editando los términos heterogeneos, selecccione \"replacer\" o \"agregar\" o \"cancelar\"" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:53 -msgid "prod::editing::annulation: abandonner les modification ?" -msgstr "cancelar: abondonar las modificaciones ?" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 -msgid "Vous n'avez pas les droits pour supprimer certains documents" -msgstr "no tiene los derechos para eliminar ciertos documentos" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 -msgid "Vous n'avez pas les droits pour supprimer ces documents" -msgstr "no tiene los derechos para eliminar esos documentos" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 -msgid "Vous devez donner un titre" -msgstr "nombre de la plantilla" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:63 -msgid "Nouveau modele" -msgstr "nueva plantilla" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 -msgid "Vous n'avez pas rempli tous les champ requis" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 -msgid "Vous n'avez pas selectionne de fil de publication" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 -msgid "panier::Supression d'un element d'un reportage" -msgstr "eliminar un registro del historial" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 -msgid "panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action." -msgstr "está en punto de eliminar un registro del historial, por favor confirme su acción." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 -msgid "phraseanet::recherche avancee" -msgstr "búsqueda avanzada" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 -msgid "panier:: renommer le panier" -msgstr "Renombrar" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 -msgid "panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 -msgid "phraseanet:: Erreur" -msgstr "Error" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 -msgid "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces" -msgstr "Atención: Si rechazes los términos de uso, no será capaz de conectarse a la base de datos" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 -msgid "cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte." -msgstr "Los cambios se van a aplicar con el próximo login" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 -#, php-format -msgid "edit:: Supprimer %s du champ dans les records selectionnes" -msgstr "Eliminar %s de todos los documento seeccionados" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 -#, php-format -msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" -msgstr "Agregar %s a rodos los documentos seleccionados." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 -#, php-format -msgid "edit:: Supprimer %s du champ courrant" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 -#, php-format -msgid "edit:: Ajouter %s au champ courrant" -msgstr "Agregar %s a los documentos seleccionados." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 -msgid "panier:: vous ne pouvez pas supprimer un panier public" -msgstr "No tienes los permisos requeridos para eliminar la cesta pública." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "No se puede seleccionar más que 400 registros." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 -msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" -msgstr "Configuraciones inválidos o el servidor no está respondiendo." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 -msgid "Les parametres sont corrects, le serveur distant est operationnel" -msgstr "Parámetros válidos, el servidor está respondiendo." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 -msgid "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" -msgstr "Unas publicaciones fallaron, comprobar las configuraciones." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 -msgid "Aucune publication effectuee, verifiez vos parametres" -msgstr "Ninguna publicación fue hecha, comprobar configuraciones." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 -msgid "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci" -msgstr "Atención: al eliminar esa configuración, la modificación y la eliminación de publicaciones existentes no serán posibles." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 -msgid "edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing" -msgstr "Unos documentos tienen campos requeridos vacíos. Por favor completar esos campos." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 -msgid "Aucun document selectionne" -msgstr "Ningún documento fue seleccionado." - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 -msgid "Are you sure you want to delete this list ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 -msgid "New list name ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 -msgid "List name can not be empty" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 -msgid "Message" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 -msgid "No users selected" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 -msgid "Unable to send the documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 -#, php-format -msgid "Push from %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 -msgid "No receivers specified" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 -msgid "No elements to push" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 -#, php-format -msgid "Unknown user %d" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 -#, php-format -msgid "%1$d records have been sent to %2$d users" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 -#, php-format -msgid "Validation from %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 -msgid "No participants specified" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 -msgid "No elements to validate" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 -#, php-format -msgid "Missing mandatory participant parameter %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 -#, php-format -msgid "%1$d records have been sent for validation to %2$d users" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 -msgid "First name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 -msgid "Last name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 -msgid "Email is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 -msgid "Email is invalid" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 -msgid "User already exists" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 -msgid "User successfully created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 -msgid "Error while creating user" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 -msgid "Story created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 -msgid "Record removed from story" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 -#, php-format -msgid "Unable to create list %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:152 -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:272 -msgid "List name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:173 -#, php-format -msgid "List %s has been created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:263 -msgid "Unable to update list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 -msgid "List has been updated" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 -#, php-format -msgid "List has been deleted" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 -#, php-format -msgid "Unable to delete list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 -msgid "Entry removed from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 -msgid "Unable to remove entry from list " -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 -#, php-format -msgid "%d Users added to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 -#, php-format -msgid "%d User added to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 -msgid "Unable to add usr to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 -msgid "List shared to user" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 -msgid "Unable to share the list with the usr" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 -msgid "Owner removed from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 -msgid "Unable to remove usr from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 -#, php-format -msgid "%d Story attached to the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 -#, php-format -msgid "%d Stories attached to the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 -#, php-format -msgid "%1$d Story attached to the WorkZone, %2$d already attached" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 -#, php-format -msgid "%1$d Stories attached to the WorkZone, %2$d already attached" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 -msgid "Story detached from the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:109 -msgid "It is not recommended to install Phraseanet without HTTPS support" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:157 -msgid "Appbox is unreachable" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:169 -msgid "Databox is unreachable" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 -#, php-format -msgid "an error occured : %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "No es posible escribir en la carpeta %s" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 -msgid "phraseanet::technique::datetime-edit-format" -msgstr "YYYY/MM/DD HH:NN:SS" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 -msgid "phraseanet::technique::date-edit-format" -msgstr "YYYY/MM/DD" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 -msgid "phraseanet::technique::date-edit-explain" -msgstr "yyyy/mm/dd" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 -msgid "phraseanet::technique::time-edit-format" -msgstr "HH:NN:SS" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 -msgid "phraseanet::technique::time-edit-explain" -msgstr "hh:mm:ss" - -#: lib/Alchemy/Phrasea/Helper/User/Edit.php:575 -msgid "Email addess is not valid" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Manage.php:165 -msgid "Invalid mail address" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Manage.php:197 -msgid "Invalid template name" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:356 -#, php-format -msgid "Vous aviez envoye cette demande a %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:363 -#, php-format -msgid "Vous avez envoye cette demande a %d utilisateurs" -msgstr "Tu has pedido una retroalimentacion a %d usuarios" - -#: lib/Doctrine/Entities/ValidationSession.php:373 -#, php-format -msgid "Processus de validation recu de %s et concernant %d utilisateurs" -msgstr "Retroalimentacion pedida de %s y enviada a %d otros usiarios" - -#: lib/Doctrine/Entities/ValidationSession.php:380 -#, php-format -msgid "Processus de validation recu de %s" -msgstr "Retroalimentacion pedida de %s" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 -msgid "Element is not found" -msgstr "" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 -msgid "Basket is not found" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:108 -msgid "You have not access to this basket" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 -msgid "Owner is not found" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 -msgid "Owner and list mismatch" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListRepository.php:51 -msgid "List is not found" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListRepository.php:56 -msgid "You have not access to this list" -msgstr "" +#~ msgid "GV::section:: Serveurs de cache" +#~ msgstr "servidor cache" +#~ msgid "Erreur lors de l'enregistrement des donnees" +#~ msgstr "Error al guardar los datos" + +#~ msgid "Erreur lors de la mise a jour des donnes " +#~ msgstr "Error al actualizar os datos " + +#~ msgid "Envoie avec succes" +#~ msgstr "envio exitoso" + +#~ msgid "" +#~ "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu " +#~ "au courrant des publications." +#~ msgstr "Esta es tu propio fujo de RSS, te informara acerca de publicaciones" + +#~ msgid "publications::Ne le partagez pas, il est strictement confidentiel" +#~ msgstr "No lo comparta, es solo de usted" + +#~ msgid "publications::votre rss personnel" +#~ msgstr "Su propio RSS" + +#~ msgid "" +#~ "prod::recherche: Attention : la liste des bases selectionnees pour la " +#~ "recherche a ete changee." +#~ msgstr "atención, la lista para buscar ha sido cambiada." + +#~ msgid "phraseanet::Ne plus afficher ce message" +#~ msgstr "no mostrar más ese mensaje" + +#~ msgid "Supprimer egalement les documents rattaches a ces regroupements" +#~ msgstr "eliminar también los documentos legados a ese grupo?" + +#~ msgid "" +#~ "reponses:: Ces enregistrements vont etre definitivement supprimes et ne " +#~ "pourront etre recuperes. Etes vous sur ?" +#~ msgstr "" +#~ "se eliminará los documentos, no será posible recuperarlos. confirmar?" + +#~ msgid "" +#~ "prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou " +#~ "'annuler'" +#~ msgstr "" +#~ "editando los términos heterogeneos, selecccione \"replacer\" o \"agregar" +#~ "\" o \"cancelar\"" + +#~ msgid "prod::editing::annulation: abandonner les modification ?" +#~ msgstr "cancelar: abondonar las modificaciones ?" + +#~ msgid "Vous n'avez pas les droits pour supprimer certains documents" +#~ msgstr "no tiene los derechos para eliminar ciertos documentos" + +#~ msgid "Vous n'avez pas les droits pour supprimer ces documents" +#~ msgstr "no tiene los derechos para eliminar esos documentos" + +#~ msgid "Vous devez donner un titre" +#~ msgstr "nombre de la plantilla" + +#~ msgid "Nouveau modele" +#~ msgstr "nueva plantilla" + +#~ msgid "panier::Supression d'un element d'un reportage" +#~ msgstr "eliminar un registro del historial" + +#~ msgid "" +#~ "panier::Attention, vous etes sur le point de supprimer un element du " +#~ "reportage. Merci de confirmer votre action." +#~ msgstr "" +#~ "está en punto de eliminar un registro del historial, por favor confirme " +#~ "su acción." + +#~ msgid "phraseanet::recherche avancee" +#~ msgstr "búsqueda avanzada" + +#~ msgid "panier:: renommer le panier" +#~ msgstr "Renombrar" + +#~ msgid "phraseanet:: Erreur" +#~ msgstr "Error" + +#~ msgid "" +#~ "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures " +#~ "plus acces" +#~ msgstr "" +#~ "Atención: Si rechazes los términos de uso, no será capaz de conectarse a " +#~ "la base de datos" + +#~ msgid "" +#~ "cgus :: Vous devez vous reauthentifier pour que vos parametres soient " +#~ "pris en compte." +#~ msgstr "Los cambios se van a aplicar con el próximo login" + +#~ msgid "edit:: Supprimer %s du champ dans les records selectionnes" +#~ msgstr "Eliminar %s de todos los documento seeccionados" + +#~ msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" +#~ msgstr "Agregar %s a rodos los documentos seleccionados." + +#~ msgid "edit:: Ajouter %s au champ courrant" +#~ msgstr "Agregar %s a los documentos seleccionados." + +#~ msgid "panier:: vous ne pouvez pas supprimer un panier public" +#~ msgstr "No tienes los permisos requeridos para eliminar la cesta pública." + +#~ msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" +#~ msgstr "No se puede seleccionar más que 400 registros." + +#~ msgid "" +#~ "Erreur : soit les parametres sont incorrects, soit le serveur distant ne " +#~ "repond pas" +#~ msgstr "Configuraciones inválidos o el servidor no está respondiendo." + +#~ msgid "Les parametres sont corrects, le serveur distant est operationnel" +#~ msgstr "Parámetros válidos, el servidor está respondiendo." + +#~ msgid "" +#~ "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" +#~ msgstr "Unas publicaciones fallaron, comprobar las configuraciones." + +#~ msgid "Aucune publication effectuee, verifiez vos parametres" +#~ msgstr "Ninguna publicación fue hecha, comprobar configuraciones." + +#~ msgid "" +#~ "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou " +#~ "supprimer de publications prealablement effectues avec celui-ci" +#~ msgstr "" +#~ "Atención: al eliminar esa configuración, la modificación y la eliminación " +#~ "de publicaciones existentes no serán posibles." + +#~ msgid "" +#~ "edit::certains documents possedent des champs requis non remplis. Merci " +#~ "de les remplir pour valider votre editing" +#~ msgstr "" +#~ "Unos documentos tienen campos requeridos vacíos. Por favor completar esos " +#~ "campos." + +#~ msgid "Aucun document selectionne" +#~ msgstr "Ningún documento fue seleccionado." + +#~ msgid "Impossible d'ecrire dans le dossier %s" +#~ msgstr "No es posible escribir en la carpeta %s" + +#~ msgid "phraseanet::technique::datetime-edit-format" +#~ msgstr "YYYY/MM/DD HH:NN:SS" + +#~ msgid "phraseanet::technique::date-edit-format" +#~ msgstr "YYYY/MM/DD" + +#~ msgid "phraseanet::technique::date-edit-explain" +#~ msgstr "yyyy/mm/dd" + +#~ msgid "phraseanet::technique::time-edit-format" +#~ msgstr "HH:NN:SS" + +#~ msgid "phraseanet::technique::time-edit-explain" +#~ msgstr "hh:mm:ss" + +#~ msgid "Vous avez envoye cette demande a %d utilisateurs" +#~ msgstr "Tu has pedido una retroalimentacion a %d usuarios" + +#~ msgid "Processus de validation recu de %s et concernant %d utilisateurs" +#~ msgstr "Retroalimentacion pedida de %s y enviada a %d otros usiarios" + +#~ msgid "Processus de validation recu de %s" +#~ msgstr "Retroalimentacion pedida de %s" + +#~ msgid "Chercher tous les mots" +#~ msgstr "todas las palabras" + +#~ msgid "Cette expression exacte" +#~ msgstr "palabra exacta o frase" + +#~ msgid "Au moins un des mots suivants" +#~ msgstr "una o más de estas palabras" + +#~ msgid "Aucun des mots suivants" +#~ msgstr "Ninguna de esas palabras" + +#~ msgid "recherche :: Bases" +#~ msgstr "bases de datos" + +#~ msgid "recherche :: Historique" +#~ msgstr "Registro" + +#~ msgid "recherche :: Themes" +#~ msgstr "Temas" + +#~ msgid "phraseanet::technique::datetime" +#~ msgstr "%b, %d %Y %l:%s %p" + +#~ msgid "phraseanet::technique::date" +#~ msgstr "%d-%m-%Y" + +#~ msgid "publications:: publication non lue" +#~ msgstr "publicación sin leer" + +#~ msgid "reponses:: %d Resultats" +#~ msgstr "%d resultados" + +#~ msgid "reponses:: %d reponses" +#~ msgstr "%d resultado(s)" + +#~ msgid "reponses:: %s documents selectionnes" +#~ msgstr "%s documento(s) seleccionado(s)." diff --git a/locale/fr_FR/LC_MESSAGES/phraseanet.mo b/locale/fr_FR/LC_MESSAGES/phraseanet.mo index 486b700791..791f03fc1d 100644 Binary files a/locale/fr_FR/LC_MESSAGES/phraseanet.mo and b/locale/fr_FR/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/fr_FR/LC_MESSAGES/phraseanet.po b/locale/fr_FR/LC_MESSAGES/phraseanet.po index b5094a8876..d1ce75a2a4 100644 --- a/locale/fr_FR/LC_MESSAGES/phraseanet.po +++ b/locale/fr_FR/LC_MESSAGES/phraseanet.po @@ -2,16 +2,16 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-06 12:57+0100\n" -"PO-Revision-Date: 2012-02-06 13:04+0100\n" +"POT-Creation-Date: 2012-02-28 20:59+0100\n" +"PO-Revision-Date: 2012-02-28 20:59+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Launchpad-Export-Date: 2012-02-06 11:01+0000\n" -"X-Generator: Launchpad (build 14747)\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" "Language: fr_FR\n" "X-Poedit-SourceCharset: utf-8\n" "X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" @@ -27,76 +27,78 @@ msgstr "" "X-Poedit-SearchPath-6: lib/Doctrine\n" "X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: config/classes/task/period/ftv.class.php:295 +msgid "task::outofdate:Base" +msgstr "Database" + +#: config/classes/task/period/ftv.class.php:337 +msgid "task::outofdate:deplacement de docs suivant valeurs de champs 'date'" +msgstr "Déplacer ou modifier le status des documents, en fonction d'un critère temporel." + +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "Nettoyage du cache" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" msgstr "Création de nouvelles tables" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "Vidage de Répertoires" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "Copie des fichiers" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "Mise à jour de l'ApplicationBox" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "Mise à jour de %s" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "Publier une mise à jour" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "Nom de base de données incorrect" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "Impossible d'écrire dans le fichier %s" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "la base de données existe déjà, vous n'avez pas les droits nécessaires ou vous n'avez pas les droits pour créer des bases de données" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "Mise à jour de la table %s" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "Erreur lors de la tentative ; erreur : %s" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "Création de la table %s" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "Application des patchs sur %s" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "Recherche de patchs" @@ -205,14 +207,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "Vos demandes concernant les collections suivantes sont sujettes à approbation d'un administrateur" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "Vous serez averti par e-mail lorsque vos demandes auront été traitées" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "Confirmation de votre adresse e-mail" @@ -220,28 +222,28 @@ msgstr "Confirmation de votre adresse e-mail" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "Bonjour, nous avons bien reçu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. Si vous recevez ce mail sans l'avoir sollicité, merci de le détruire et de l'ignorer." -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "Merci d'avoir confirmé votre adresse e-mail" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "Vous pouvez maintenant vous connecter à l'adresse suivante : " -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "Vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "Pour valider votre inscription, merci de confirmer votre e-mail en suivant le lien ci-dessous." -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "Si le lien n'est pas cliquable, copiez/collez-le dans votre navigateur." -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "Message automatique de Phraseanet IV -Pour gérer l'envoi d'e-mail automatique, connectez vous à" @@ -264,35 +266,35 @@ msgstr "Taille trop petite : %dpx" msgid "Mauvais mode colorimetrique : %s" msgstr "Mauvais mode colorimétrique : %s" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "Production" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "Classic" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "Admin" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "Report" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "Thesaurus" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "Upload" @@ -331,76 +333,73 @@ msgstr "Chercher" msgid "client::recherche: dans les categories" msgstr "Dans les catégories" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "mod_auth_token correctement configuré" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "mod_auth_token mal configuré" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "Attention : le test de l'activation des mods est effectué, leur bon fonctionnement n'est pas vérifié " -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "Attention, veuillez vérifier la configuration xsendfile, actuellement activée dans le setup" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "Attention, veuillez vérifier la configuration h264_streaming, actuellement activée dans le setup" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "Tests d'envois d'e-mails" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "Valider" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "Adresse du serveur Memcached" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "Serveur actif sur %s" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "Le serveur memcached ne répond pas, vous devriez désactiver le cache" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "Aucun serveur Memcached rattaché" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "Mauvaise configuration : Pour la variable %1$s, configuration donnée : %2$s ; attendue : %3$s" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "Etat du moteur de recherche" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "Configuration Shpinx" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "test" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 msgid "Cette valeur ne peut être vide" msgstr "Cette valeur ne peut être vide" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "Url non valide" @@ -434,15 +433,11 @@ msgstr "OK" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 msgid "Ce champ est obligatoire" msgstr "Ce champ est obligatoire" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "Le contenu de e champ ne peut dépasser %s caractères" @@ -454,7 +449,6 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "Le contenu de ce champs est au minimum de %s caractères" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 msgid "Le record n'a pas de fichier physique" msgstr "L'enregistrement n'a pas de fichier physique" @@ -464,7 +458,6 @@ msgid "La taille maximale d'une video est de %d minutes." msgstr "La taille maximale d'une vidéo est de %d minutes." #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "Le poids maximum d'un fichier est de %s" @@ -473,15 +466,16 @@ msgstr "Le poids maximum d'un fichier est de %s" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifié par Flickr" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 +#: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "L'upload a échoué" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "Photos" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "Photosets" @@ -561,25 +555,25 @@ msgstr "Cette opération ne peut aboutir, le site est en mode maintenance. Patie msgid "Service youtube introuvable." msgstr "Service Youtube introuvable" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "Ouvrir le lien dans une nouvelle fenêtre" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "Conditions Générales d'Utilisation de la base %s" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "Pour continuer, vous devez accepter les Conditions Générales d'Utilisation" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "Accepter" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "Refuser" @@ -678,34 +672,50 @@ msgid "admin::register: un utilisateur s'est inscrit" msgstr "Un utilisateur s'est inscrit" #: lib/classes/eventsmanager/notify/autoregister.class.php:235 +#: lib/classes/eventsmanager/notify/order.class.php:221 +#: lib/classes/eventsmanager/notify/register.class.php:240 msgid "admin::compte-utilisateur nom" msgstr "Nom" #: lib/classes/eventsmanager/notify/autoregister.class.php:237 +#: lib/classes/eventsmanager/notify/order.class.php:223 +#: lib/classes/eventsmanager/notify/register.class.php:242 msgid "admin::compte-utilisateur prenom" msgstr "Prénom" #: lib/classes/eventsmanager/notify/autoregister.class.php:239 +#: lib/classes/eventsmanager/notify/order.class.php:225 +#: lib/classes/eventsmanager/notify/register.class.php:244 msgid "admin::compte-utilisateur email" msgstr "E-mail" #: lib/classes/eventsmanager/notify/autoregister.class.php:241 +#: lib/classes/eventsmanager/notify/order.class.php:227 +#: lib/classes/eventsmanager/notify/register.class.php:246 msgid "admin::compte-utilisateur adresse" msgstr "Adresse" #: lib/classes/eventsmanager/notify/autoregister.class.php:245 +#: lib/classes/eventsmanager/notify/order.class.php:231 +#: lib/classes/eventsmanager/notify/register.class.php:250 msgid "admin::compte-utilisateur telephone" msgstr "Téléphone" #: lib/classes/eventsmanager/notify/autoregister.class.php:247 +#: lib/classes/eventsmanager/notify/order.class.php:233 +#: lib/classes/eventsmanager/notify/register.class.php:252 msgid "admin::compte-utilisateur fax" msgstr "Fax" #: lib/classes/eventsmanager/notify/autoregister.class.php:249 +#: lib/classes/eventsmanager/notify/order.class.php:235 +#: lib/classes/eventsmanager/notify/register.class.php:254 msgid "admin::compte-utilisateur poste" msgstr "Poste" #: lib/classes/eventsmanager/notify/autoregister.class.php:250 +#: lib/classes/eventsmanager/notify/order.class.php:236 +#: lib/classes/eventsmanager/notify/register.class.php:255 msgid "admin::compte-utilisateur societe" msgstr "Société" @@ -821,8 +831,6 @@ msgid "push::Vous pouvez vous connecter a l'adresse suivante afin de retrouver v msgstr "Vous pouvez vous connecter à l'adresse suivante pour consulter votre panier et télécharger les documents" #: lib/classes/eventsmanager/notify/push.class.php:191 -#: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "Attention, ce lien est unique et son contenu confidentiel, ne le divulguez pas" @@ -1137,43 +1145,43 @@ msgstr "décembre" msgid "report:: non-renseigne" msgstr "Non-Renseigné" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "*** VERIFICATION DE LA CONFIGURATION DES BINAIRES***" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "*** CONFIGURATION DU SYSTEME DE FICHIERS***" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "*** VERIFICATION DU CACHE OPCODE ***" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "*** VERIFICATION DU SERVEUR DE CACHE ***" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "*** VERIFICATION DE LA CONFIGURATION PHP***" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "*** VERIFICATION DES EXTENSIONS PHP***" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "*** VERIFICATION DE PHRASEA ***" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "*** VERIFICATION DES LOCALES SYSTEME ***" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "Créer automatiquement" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "Continuer ?" @@ -1222,6 +1230,10 @@ msgstr "Connexions" msgid "report:: telechargements" msgstr "Téléchargements" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "Navigateur" @@ -1266,7 +1278,15 @@ msgstr "Information sur l'enregistrement %d" msgid "report:: Information sur le navigateur %s" msgstr "Information sur le navigateur %s" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "Sans titre" @@ -1292,22 +1312,22 @@ msgstr "Reportages " msgid "preview:: resultat numero %s " msgstr "résultat numéro %s " -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "Accès direct" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "Accueil" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "Visualiseur Cooliris" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "Lien externe" @@ -1369,7 +1389,7 @@ msgstr "Formulation de la question incorrecte, question trop courte (nécessite msgid "Sphinx server is offline" msgstr "Serveur Sphinx inaccessible" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "Réglages manuels" @@ -1587,11 +1607,6 @@ msgstr "SSL" msgid "Documents perimes" msgstr "Documents périmés" -#: lib/classes/task/period/outofdate.class.php:411 -#: lib/classes/task/period/workflow01.class.php:317 -msgid "task::outofdate:Base" -msgstr "Database" - #: lib/classes/task/period/outofdate.class.php:431 #: lib/classes/task/period/workflow01.class.php:337 msgid "task::_common_:minutes (unite temporelle)" @@ -1622,11 +1637,6 @@ msgstr "Collection" msgid "task::outofdate:status" msgstr "Appliquer le status" -#: lib/classes/task/period/outofdate.class.php:519 -#: lib/classes/task/period/workflow01.class.php:380 -msgid "task::outofdate:deplacement de docs suivant valeurs de champs 'date'" -msgstr "Déplacer ou modifier le status des documents, en fonction d'un critère temporel." - #: lib/classes/task/period/subdef.class.php:41 msgid "task::subdef:creation des sous definitions des documents d'origine" msgstr "Création des sous définitions des documents" @@ -1840,371 +1850,351 @@ msgstr "Dossier de stockage des fichiers protégés de l'accès direct" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "Alias du dossier de vignettes web" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "Serveurs de cache" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "Utiliser un serveur de cache" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "Aucun" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "Hote du serveur de cache" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "Port du serveur de cache" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "Serveur Sphinx" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "Utiliser Sphinx" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "Adresse du serveur sphinx" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "Port du serveur sphinx" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "Adresse du serveur RT sphinx" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "Port du serveur RT sphinx" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "Exécutables externes" -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "Activer le mode Apache xsendfile" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "Chemin d'accès pour X-Accel-Redirect (NginX Uniquement)" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "Point de montage pour X-Accel-Redirect (NginX Uniquement)" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "Activation du stream h264 via mod_token - attention, nécessite les modules apache mod_h264_streaming et mod_auth_token" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "point de montage du dossier protégé via auth_token" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "chemin complet du dossier protégé via auth_token" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "passphrase du mod_auth_token (définie dans le fichier de configuration apache)" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "Chemin de l'éxécutable PHP CLI (Common Line Interface)" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "Chemin du php.ini spécifique (optionnel)" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "Chemin du composant convert" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "Chemin du composant composite" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "Chemin du composant Exiftools" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "Chemin de l'éxécutable SWF extract" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "Chemin de l'éxécutable PDF 2 SWF" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "Chemin de l'éxécutable SWF render" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "Chemin de l'éxécutable Unoconv" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "Chemin du composant FFmpeg" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "Chemin de l'éxécutable" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "Chemin de l'éxécutable Mplayer" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "chemin de l'éxécutable pdftotext (xpdf)" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "limite du nombre de pages de texte à extraire pour les fichiers PDF" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "Répertoires utilitaires" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "Propriétaire des fichiers (nom du compte d'exécution du serveur Apache)" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "Groupe d'utilisateurs (nom du groupe du compte d'exécution du serveur Apache)" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "Configuration principale" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "E-mail de l'administrateur" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "Afficher le nom des bases et des collections" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "Activer le choix du nom de fichier à l'export pour l'utilisateur" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "Par défaut, les fichiers à l'export seront nommés avec ..." -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "Activer les partages Facebook et Twitter" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "Page d'accueil" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "Méthode d'affichage des paniers publiés sur la page d'accueil" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "Moteur de recherche" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "Pour les recherches utilisateurs, nombre minimal de caractères avant l'insertion de l'opérateur de troncature (par défaut 1)" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "Par défaut la question est ..." -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "Par défaut les recherches portent sur les ..." -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "Report" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "Report anonyme (masque les infos concernant les utilisateurs)" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "Modules supplémentaires" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "Activation Phraseanet IV thesaurus" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "Activation du mode reportages" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "Substitution de document " -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "Activation des fonctions de substitution de vignette de document" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "Envois d'e-mail" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "Adresse e-mail de l' expéditeur par défaut" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "Utilisation d'un serveur SMTP" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "Utiliser une authentification" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "Hôte" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "Port" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "Utiliser une connexion SSL" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "Utilisateur" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "Mot de passe" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "Exports FTP" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "Activer les fonctions d'export FTP" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "Activer les fonctions d'export FTP pour les utilisateurs ( si \"false\", seuls les administrateurs peuvent faire des envois FTP)" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "Configuration du client" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "Ordre d'affichage de l'onglet \"recherche\" (1 =1er à gauche)" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "Position de l'onglet de recherche avancée" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "Position de l'onglet des thèmes" -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "Numéro de l'onglet actif" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "Option d'affichage des thèmes" -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "Afficher le contenu d'un reportage en rollover (fenêtre de prévisualisation)" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "Afficher le contenu d'un enregistrement en rollover a partir d'un panier" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "Option d'affichage des collections dans Phraseanet Classic" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "Afficher la taille totale d'un panier (la somme des tailles des éléments du panier)" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "Afficher automatiquement l'onglet des propositions du thesaurus, s'il y en a." -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "Rediriger vers l'authentification les utilisateurs invités voulant télécharger" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "Configuration de l'inscription" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "masquer la liste des collections à l'utilisateur dans le formulaire d'inscription. L'inscription se fait sur toutes les collections éligibles." -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "Activer l'auto-acceptation des utilisateurs ayant validé toute les étapes de l'inscription." -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "Configuration du Push" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "Nombre de jours avant la fin de la validation pour envoi de l'e-mail de rappel" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "Durée de validité ( en jours) des liens générés pour les process de validation, 0 pour une durée illimitée." -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "Indexation par les robots" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "Titre de l'installation" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "Contenus de l'attribut \"keywords\" (mot clé) pour les (moteurs de recherche)" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "Meta description" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "Identifiant Google Analytics (UA-XXXXXXX-X)" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "Permettre l'indexation du site par des moteurs de recherche (comme Google)" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "Afficher le bandeau Google Chrome Frame" @@ -2463,6 +2453,7 @@ msgstr "Ce champ est décrit comme l'élément DublinCore %element_name%" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "Description" @@ -2704,6 +2695,7 @@ msgid "Creer une playlist" msgstr "Créer une liste de lecture" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "Titre" @@ -2917,6 +2909,54 @@ msgstr "Une fois la publication supprimée, les informations publiées seront d msgid "validation::envoyer mon rapport" msgstr "Envoyer mon rapport" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "Notice" @@ -2946,7 +2986,7 @@ msgid "Job" msgstr "Poste" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:174 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" msgstr "Entreprise" @@ -2992,42 +3032,62 @@ msgstr "En attente" msgid "En cours d'envoi" msgstr "En cours d'envoi" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "Nom de la liste" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "Réglage des partages" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "Supprimer" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "%length% personne(s)" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 msgid "Activite" msgstr "Activité" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "Tout" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" msgstr "Modèle" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" msgstr "Pays" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" msgstr "Poste" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -msgid "%length% peoples" -msgstr "%length% personne(s)" - #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "VALIDATION" @@ -3036,11 +3096,13 @@ msgstr "VALIDATION" msgid "lightbox::recaptitulatif" msgstr "Récapitulatif" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "OUI" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "NON" @@ -3216,217 +3278,213 @@ msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouve msgstr "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes." #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" -msgstr "Pré-requis" +msgid "Prerequisite and Configuration" +msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "Configuration du serveur web" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "Exécutables externes" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "Champs obligatoire" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "Phraseanet peut utiliser de nombreux éxécutables" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "Certains sont obligatoires, comme Indexer, Exiftool ou ImageMagick d'autres sont facultatifs comme FFmpeg utilisé pour contruire les sous résolutions des Vidéos" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "Vous pouvez modifier cette configuration plus tard" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "Création de votre compte" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "Votre adresse email" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "Votre mot de passe" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "Confirmation de votre mot de passe" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "A propos de la sécurité des mots de passe :" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "Les mots de passe doivent être clairement distincts du login et contenir au moins deux types parmis les caractères suivants :" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "Spéciaux" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "Majuscules" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "Minuscules" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "Numériques" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "Votre adresse email sera utilisée pour vous connecter à l'application" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "Assurez vous que cette adresse est valide et que vous y accédez" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "Configuration de la base de compte ApplicationBox" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "Paramètres de connexion à la base de données MySQL" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "Adresse" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "Utilisateur" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "Port" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 msgid "Database" msgstr "Base de données" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 msgid "boutton::tester" msgstr "Tester" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "%debut_lien%Afficher davantage d'options%fin_lien%" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "l'ApplicationBox est une base de données Mysql ." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "Elle stocke les informations utilisateurs et les références vers les DataBoxes où les documents sont stockés" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "Phraseanet recommande fortement l'utilisation de %link_start%MariaDB%link_end% à la place de MySQL." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "Configuration des répertoires de stockage" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "Répertoire de stockage des fichiers" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "Répertoires de stockage des imagettes" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "Point de montage des imagettes (voir aide ci dessous)" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "Il faut déclarer dans votre serveur web un point montage vers le dossier de stockage des imagettes" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "Exemple Apache" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "Exemple Nginx" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "Vos documents et leurs sous résolutions (sous définitions, vignettes...) seront stockés dans ces répertoires" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "Le répertoire des vignettes est monté pour être accessible en HTTP, les autres non." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "Si vous prévoyez de stocker des fichiers volumineux, assurez vous que les répertoires de stockages sont prévus pour." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "Configuration de la base de stockage DataBox" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "Ne pas créer de DataBox maintenant" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "Modèle de données" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "Création des tâches" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "Phraseanet embarque un moteur de tâches pour la lecture / écriture des métadonnées, et réaliser d'autres opérations" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "Créer la tâche d'écriture des métadonnées" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "Créer la tâche de création des sous-définitions" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "Créer la tâche d'indexation" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "Les Databoxes Phraseanet sont des bases de données MySQL, requêtables par l'ApplicationBox Phraseanet." -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "Les Databoxes stockent les enregistrements, metadatas et leur classification" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "Installer" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "Installation en cours" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "L'installation est en cours, patientez..." @@ -3435,47 +3493,47 @@ msgid "validation:: editer ma note" msgstr "Modifier mon annotation" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1233 msgid "action : editer" msgstr "Editer" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1251 msgid "action : status" msgstr "Propriétés" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1269 msgid "action : collection" msgstr "Déplacer" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1438 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1479 msgid "action : push" msgstr "Push" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1458 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1506 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2199 msgid "action : bridge" msgstr "Bridge" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1465 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1519 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2205 msgid "action : publier" msgstr "Publier" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1534 msgid "action : outils" msgstr "Outils" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1549 msgid "action : supprimer" msgstr "Supprimer" @@ -3631,473 +3689,427 @@ msgstr "Chargement..." msgid "phraseanet:: panier" msgstr "Panier" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "Recherche" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "Propositions" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "Thésaurus" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "Ré-initialiser" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "tous les mots suivants" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "Cette expression exacte" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "Au moins un des mots suivants" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "Aucun des mots suivants" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "Toutes" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "Aucune" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "Trier par " - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "Pertinence" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "Date d'ajout" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "Aléatoire" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "Descendant" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "Ascendant" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "Rechercher par Stemme" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "Le(s) mot(s) contenu(s) dans le(s) champs" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "Tous les champs" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "Status des documents pour la recherche" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "Dans un champs date" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "De" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "A" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "Thésaurus" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "Candidats" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "Accepter le terme candidat" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "Remplacer le terme" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:832 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1090 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 msgid "boutton::rechercher" msgstr "Rechercher" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "Chargement" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "Supprimer le terme" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "Accepter le terme" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "Remplacer le terme" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "Nouveau" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "Parcourir les paniers" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" msgstr "Nouveau reportage" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "Tri par date" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "Tri alphabétique" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "Préférences" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "Documents" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "Reportage" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "Tout type" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "Image" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "Vidéo" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "Audio" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "Document" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "Flash" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "Toutes" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "Aucune" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "Ré-initialiser" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "Trier par " + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "Pertinence" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "Date d'ajout" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "Aléatoire" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "Descendant" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "Ascendant" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "Rechercher par Stemme" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "Le(s) mot(s) contenu(s) dans le(s) champs" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "Tous les champs" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "Status des documents pour la recherche" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "Dans un champs date" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "De" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "A" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "Bases" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "Historique" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "Thèmes" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" msgstr "Sélectionner" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "Tout" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "Aucun" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "Images" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "Vidéos" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "Audios" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" msgstr "Sélectionner une action" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "Feedback" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "A propos des raccourcis clavier" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "Raccourcis de la fenêtre principale " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "ctrl-a : sélectionner tout " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "ctrl-p : imprimer la sélection " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "ctrl-e : éditer la sélection " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "flèche gauche : page précédente " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "flèche droite : page suivante " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "flèche haute : défilement vers le haut " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "flèche basse : défilement vers le bas " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "Raccourcis de la zone des paniers & reportages " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "Raccourci de la fenêtre d'édition " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "Tab/shift-tab : Changer de champs " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "Raccourcis de la fenêtre vue détaillée " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "flèche droite : document suivant " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "flèche gauche : document précédent " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "espace : démarrer/arrêter le diaporama " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "Vous pouvez fermer la plupart des fênetres en sur impression avec la touche echap " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "Ne plus montrer cette aide" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "Affichage" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "Configuration" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "Mode de présentation" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "Vignettes" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "Liste" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "Thème" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "Sélecteur de thème" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "Présentation de vignettes" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "Iconographe (description au rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "Graphiste (prévisualisation au rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "Informations techniques" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "Afficher" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "Afficher dans la notice" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "Ne pas afficher" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "Type de document" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "Afficher une icône" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "Résultats par page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "Taille des vignettes " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "Couleur de sélection" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "Choisir" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "Afficher au démarrage" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "Ma dernière question" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "La question" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" msgstr "Aide" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "Notice" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "Historique" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "Popularité" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "Présentation des vignettes de panier" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "Afficher les Status" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "Afficher la notice" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "Afficher le titre" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "Ordonner" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "Tri automatique" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "Choisir" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "Inverser" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "Statistiques de visualisation" @@ -4279,21 +4291,33 @@ msgstr "Aucune correspondance trouvée" msgid "Ajouter a" msgstr "Ajouter à" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "Echec de la publication" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "Publication réussie" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" -msgstr "Erreur : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" +msgstr "Hello %username%" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" -msgstr "Expire dans %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" +msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 msgid "Rights" @@ -4368,17 +4392,17 @@ msgid "panier:: description" msgstr "Description" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "Aucun résultat" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "1 résultat" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "%Total% résultats" @@ -4386,7 +4410,7 @@ msgstr "%Total% résultats" msgid "Received from %user_name%" msgstr "Reçu de %user_name%" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "Envoyé pour validation à %list_participants%" @@ -4451,19 +4475,23 @@ msgstr "Créer un modèle" msgid "Creer un utilisateur" msgstr "Créer un utilisateur" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "Ajouter un nouvel utilisateur" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "Adresse email du nouvel utilisateur" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "Créer un modèle" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "Nom du nouveau modèle" @@ -4558,8 +4586,28 @@ msgid "Refresh" msgstr "Rafraîchir" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" -msgstr "Supprimer" +msgid "(%length%)" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "Tri automatique" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "Choisir" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "Ordonner" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" +msgstr "Inverser" #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 msgid "Playlist" @@ -4593,107 +4641,111 @@ msgstr "1 - Période" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "Le connecteur API requis n'est pas configuré correctement, veuillez contacter un administrateur." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "Êtes vous sur de vouloir supprimer cette métadonnée ? Elle sera définitivement perdue" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "Attention, deux champs ne peuvent être liés au même élément Dublin Core." -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "La précédente attribution a été désactivée" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "Attention !" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "Ajouter" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "Nom" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "Réglages Dublin" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "Multivalué" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "Indexable" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "Type de vocabulaire" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "Lecture seule" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" msgstr "Type" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "Séparateur" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "Branche Thesaurus" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "Afficher dans Report" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "Affichage Vignette" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "Attention, la source descriptive sélectionnée n'est pas multivaluée, vous devriez décocher cette case" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "Attention, la source descriptive sélectionnée est multivaluée, vous devriez cocher cette case" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "Attention, la source descriptive sélectionnée n'est pas en lecture seule, vous devriez décocher cette case" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "Attention, la source descriptive sélectionnée est en lecture seule, vous devriez cocher cette case" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "Tous" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "Aucun" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "Français" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "Allemand" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "Anglais" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "Arabe" @@ -4807,33 +4859,37 @@ msgstr "Retour à l'acceuil" msgid "Which playlist you want to put you %number% elements into ?" msgstr "A quelle liste de lecture souhaitez vous ajouter les %number% documents" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" -msgstr "mauvais login / mot de passe" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "Bonjour, veuillez vous identifier sur %home_title%" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" -msgstr "Hello %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" -msgstr "%application_name% souhaite accéder à vos données sur %home_title%" +msgid "Se connecter" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" -msgstr "Autorisez vous cette application ?" +msgid "Problèmes de connexion ?" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" -msgstr "Oui" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" -msgstr "Non" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" +msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 msgid "Apparait aussi dans ces reportages" @@ -4904,69 +4960,76 @@ msgstr "Vous n'êtes pas le propriétaire de ce flux" msgid "Vous avez recu un nouveau panier" msgstr "Vous avez reçu un nouveau panier" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" -msgstr "Vous avez envoyé ce panier pour validation" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" +msgstr "" #: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" -msgstr "Panier reçu de %pusher%" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:309 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "Exporter" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "Editer" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "Renommer" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "Valider" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:194 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "Vous avez envoyé ce panier pour validation" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "Panier reçu de %pusher%" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "Renommer" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 msgid "Archive" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:335 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "Détacher" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:561 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "Supprimer" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:652 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "Ordre du panier" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:660 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "Mieux noté" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:668 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "Moins noté" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "L'utilisateur approuve ce document" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:717 -msgid "L'utilisateur desapprouve ce document" -msgstr "L'utilisateur désapprouve ce document" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:723 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "L'utilisateur n'a pas encore donné son avis sur ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" +msgstr "L'utilisateur désapprouve ce document" + #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 msgid "validation:: note" msgstr "Annotation" @@ -4975,66 +5038,92 @@ msgstr "Annotation" msgid "%nb_records% records" msgstr "%nb_records% enregistrement(s)" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" -msgstr "Appliquer des réglages" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" +msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 +msgid "Contributor" +msgstr "Contributeur" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 +msgid "See others" +msgstr "Voir les autres" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 msgid "HD Download" msgstr "Téléchargement HD" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 -msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" -msgstr "«Diffuser»: Envoie un lot de documents à des destinataires. Les destinataires recevront un e-mail, contenant un lien lançant Phraseanet Lightbox. Cette interface donne un accès immédiat en visualisation et/ou téléchargement. Pour les utilisateurs authentifiés, elle est également disponible sous forme d’un panier «Reçu»." - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" -msgstr "Ajouter un utilisateur" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 -msgid "Send" -msgstr "Envoyer" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 -msgid "Save this list" -msgstr "Sauvegarder cette liste" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 msgid "List Manager" msgstr "List Manager" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "Ajouter un utilisateur" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 +msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" +msgstr "«Diffuser»: Envoie un lot de documents à des destinataires. Les destinataires recevront un e-mail, contenant un lien lançant Phraseanet Lightbox. Cette interface donne un accès immédiat en visualisation et/ou téléchargement. Pour les utilisateurs authentifiés, elle est également disponible sous forme d’un panier «Reçu»." + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 +msgid "Push::une validation est une demande d'appreciation a d'autres personnes" +msgstr "«Valider» envoie une demande d'appréciation sur un lot de documents à des destinataires. Ces destinataires recevront un e-mail, contenant un lien lançant Phraseanet Lightbox. Cette interface leur donne un accès immédiat aux documents pour \"appréciation\", et/ou téléchargement. Pour les utilisateurs authentifiés, la «validation» est également disponible sous forme d’un panier." + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 +msgid "Send" +msgstr "Envoyer" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 +msgid "Save this list" +msgstr "Sauvegarder cette liste" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 msgid "Select all" msgstr "Tout sélectionner" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 msgid "Deselect all" msgstr "Tout désélectionner" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 msgid "Back to Push" msgstr "Retour au Push" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 +msgid "Back to Feedback" +msgstr "Retour au Feedback" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 msgid "Welcome to the ListManager !" msgstr "Bienvenue sur le List Manager !" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 msgid "Start by creating one by using the \"add\" button on the left !" msgstr "Commencer en utilisant le bouton \"Ajouter\" sur la gauche de l'écran !" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 msgid "Select a list on the left and edit it !" msgstr "Sélectionner une liste sur la gauche puis éditez la !" @@ -5042,43 +5131,27 @@ msgstr "Sélectionner une liste sur la gauche puis éditez la !" msgid "Do you want to send your report ?" msgstr "Souhaitez-vous envoyer votre rapport ?" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 -msgid "Contributor" -msgstr "Contributeur" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 -msgid "See others" -msgstr "Voir les autres" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 -msgid "Push::une validation est une demande d'appreciation a d'autres personnes" -msgstr "«Valider» envoie une demande d'appréciation sur un lot de documents à des destinataires. Ces destinataires recevront un e-mail, contenant un lien lançant Phraseanet Lightbox. Cette interface leur donne un accès immédiat aux documents pour \"appréciation\", et/ou téléchargement. Pour les utilisateurs authentifiés, la «validation» est également disponible sous forme d’un panier." - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 -msgid "Back to Feedback" -msgstr "Retour au Feedback" - #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "Volumétrie des questions posées sur %home_title%" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "Site Internet" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "Type d'application" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "Application Internet" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "Application" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "Url de Callback" @@ -5269,127 +5342,127 @@ msgstr[1] "%value% comme" msgid "Edition de 1 element" msgstr "Edition de 1 document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "Aucun status à éditer" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "Vous ne possédez pas les droits requis pour modifier les status de certains documents." -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "Remplacer" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "Presse-papier" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "Rechercher / Remplacer" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "Modèles" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:335 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 msgid "phraseanet::chargement" msgstr "Chargement" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "Remplacer dans le champ" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "Remplacer dans tous les champs" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "Rechercher" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "Remplacer par" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "Options" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "Expression régulière" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "Aide sur les expressions régulières" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "Remplacer tout" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "Insensible à la casse" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "Champ complet" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "Contenu dans le champ" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "Respecter la casse" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "Indexation en cours" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "Valider ou annuler les modifications" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "Titre" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "Edition impossible" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "Impossible d'éditer simultanément des documents provenant de bases différentes" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "aucun document ne peut être édité car vous ne disposez pas des autorisations nécessaires" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "%not_actionable% document(s) éditables, vous ne disposez pas des autorisation nécessaires" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "Vous ne possédez pas les autorisations d'accès requises pour éditer 1 document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "Certains champs doivent être remplis pour valider" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "Définir comme image principale" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "Status " -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "Ce champ est décrit comme un élément DublinCore" @@ -5405,51 +5478,51 @@ msgstr "Demande de validation vers %n_user% utilisateur(s) depuis l'application msgid "report::Edition des meta-donnees" msgstr "Editions des meta-données" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" -msgstr "Changement de collection vers : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" +msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "Edition des status" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "Impression des : %format%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "Substitution de %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "Publication de %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "Téléchargement de %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "Envoi par mail à %dest% de %content%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "Envoi par ftp à %dest% de %content%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "Suppression du document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "Ajout du document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "Action inconnue sur le document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "par %user_infos%" @@ -5465,23 +5538,23 @@ msgstr "Réglage Oauth" msgid "Les parametres oauth de votre application." msgstr "Les paramètres oauth de votre application." -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "Votre token d'accès" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 msgid "Les paramétres oauth de votre application." msgstr "Paramètres Oauth de l'application" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "Jeton" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "Le jeton n'a pas encore été généré" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "Générer" @@ -5770,82 +5843,90 @@ msgstr "Annotation" msgid "boutton::enregistrer" msgstr "Enregistrer" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "Identifiant" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "Prénom / Nom" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" msgstr "Email" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "Dernier modèle" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" msgstr "Date de création" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "Créer une nouvelle sous résolution" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "Supprimer cette sous résolution" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "Êtes vous certain de vouloir supprimer définitivement ce type de sous résolution? cette opération est irréversible" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "Nom de la sous résolution" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "Classe des sous résolutions" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "Sous Résolution" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "Tout le monde" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "Téléchargeable" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "Classe" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "Baseurl" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "Ecriture des métadonnées" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "Type média" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "Oui" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "Non" @@ -6055,15 +6136,15 @@ msgstr "tags" msgid "Back to basket list" msgstr "Retour à la liste des paniers" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "Aucun enregistrement" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "1 enregistrement" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "%ElementsCount% enregistrement(s)" @@ -6087,13 +6168,31 @@ msgstr "Statut" msgid "Aucune" msgstr "Aucune" -#: www/admin/adminFeedback.php:297 -#: www/admin/database.php:212 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "Aucun Alias" -#: www/admin/adminFeedback.php:387 -#: www/admin/database.php:255 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "Vider la base avant de la supprimer" @@ -6138,119 +6237,119 @@ msgstr "Erreur lors de l'envoi du fichier" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "Êtes-vous sûr de vouloir vider la collection ?" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "Confirmer le démontage cette collection" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "Confirmer la publication cette collection" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "Confirmer l'arrêt la publication de cette collection" -#: www/admin/collection.php:391 -#: www/admin/database.php:430 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "Collection" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "ID de collection distante" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "Etat de la collection" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "Activer la collection" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "Désactiver la collection" -#: www/admin/collection.php:413 -#: www/admin/database.php:398 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "Détails" -#: www/admin/collection.php:423 -#: www/admin/database.php:420 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "Masquer les détails" -#: www/admin/collection.php:439 -#: www/admin/database.php:435 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "Objet" -#: www/admin/collection.php:443 -#: www/admin/database.php:437 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "Nombre" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 -#: www/admin/database.php:438 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 #: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "Taille" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "Gestionnaires des commandes" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "Ajouter un gestionnaire des commandes" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "Option d'affichage des documents partagés hors application" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "Par défaut" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "Fichier de filigrane" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "Bandeau de notice" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "Renommer" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "Nom : " -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "Vider" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "Confirmer la suppression de la collection ?" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "Minilogo actuel" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 -#: www/admin/database.php:724 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "Aucun fichier" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "Bandeau de présentation de la collection " @@ -6284,7 +6383,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "Confirmez-vous la re-indexation de la base ?" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "Alias" @@ -6292,190 +6391,190 @@ msgstr "Alias" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "Supprimer l'intégralité du contenu de la base ?" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "Confirmer la suppression de la base" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "Supprimer l'intégralité des logs de la base ?" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "Stopper la publication de la base ?" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "Nombre d'enregistrements :" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "Mots uniques sur la base : " -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "Mots indexés sur la base :" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "Termes de thésaurus indexés :" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "Enregistrements orphelins" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "Total" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "Documents indexés en texte-plein" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "Documents indexés via Thésaurus" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "base indexable" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "Ré-indexer la base maintenant (selon le nombre de documents, cette opération peut durer plusieurs heures)" -#: www/admin/database.php:588 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "Créer une collection" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "Monter une collection" -#: www/admin/database.php:621 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "Copier les droits utilisateur de la collection : " -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "Monter" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "Activer la collection" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "Supprimer tous les logs" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "Arrêter la publication" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "Vider la base" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "Supprimer la base" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "Logo pour impression" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "Supprimer le logo" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "Envoyer un logo (jpeg 35px max en hauteur)" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "Proposition(s) de modification des tables" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "N'oubliez pas de redémarrer le planificateur de tâches" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "Veuillez arrêter le planificateur avant la mise à jour" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "Le nom de la base de données ne peut pas contenir de caractères spéciaux" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "Connexion réussie mais la base de données n'existe pas ou n'est pas accessible." -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "Version" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "Votre application nécessite une mise à jour vers : " -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "Votre version est à jour : " -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "Réparer les tables" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "Créer une base" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "Créer une base sur un autre serveur" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "Nom de l'hôte" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "Utilisateur" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "Mot de passe" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "Nom de la Base" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "Modèles de structure XML" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "Créer" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "Monter une base" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "Monter une base provenant d'un serveur different de l'application box" -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "Monter" @@ -6515,87 +6614,91 @@ msgstr "Collection" msgid "admin:: appliquer le modele " msgstr "Appliquer le modèle " -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "Collection non créée : vous devez donner un nom à la collection" -#: www/admin/sessionwhois.php:58 +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" +msgstr "" + +#: www/admin/sessionwhois.php:59 msgid "admin::monitor: utilisateur" msgstr "Utilisateur" -#: www/admin/sessionwhois.php:59 +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "Modules" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "Date de connexion" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "Dernière connexion" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "Bases connectées " -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "Session persistente" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "Inconnu" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "Utilisateurs uniques " -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "Le serveur memcached a été flushé" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "Administrateurs de l'application" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "Ajouter un administrateur de l'application" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "Ré-initialisation des droits des administrateurs" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "Ré-initialiser" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "Réglages généraux" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "Votre configuration" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "Configuration du système de fichier" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "Executables" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "Extensions PHP" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "Serveur de cache" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "Module Phrasea" @@ -6710,29 +6813,29 @@ msgstr "Symboles affichés" msgid "admin::status: confirmer la suppression du status ?" msgstr "Confirmer la suppression du status" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "Structure" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "Le XML n'est pas valide, les changements ne seront pas appliqués" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant. Continuer quand même ?" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "Valeurs suggérées" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "Valeurs suggérées - Préférences de la collection" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "Champs" @@ -6741,235 +6844,223 @@ msgstr "Champs" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "XML invalide, restaurer la version précédente ?" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "Supprimer la tâche ?" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "Fermer" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "Renouveler" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "Planificateur de tâches" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "Dernière mise à jour à %s" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "Nouvelle tâche" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "Statut" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "Process_id" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "Progression" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "Préférences du TaskManager" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "Cette URL vous permet de contrôler le planificateur depuis un gestionnaire comme Cron" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "Rapport de questions" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "%d Réponse(s)" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "Votre recherche ne donne aucun résultat" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "Mes paniers" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "Paniers reçus" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "%d documents dans le panier" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "%d documents dans le panier" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "Lancer Lightbox" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "Panier envoyé par %s" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "Nouveau(x) panier(s) reçu(s) (Vous avez reçu des nouveaux paniers)" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "%d %b %Y à %Hh%s" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "%d-%m-%Y" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "Dernières Publications" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "Non-lue" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "Dernière mise à jour" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "Recherche" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "Recherche avancée" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "Thèmes" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "Et" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "Ou" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "Sauf" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "Rechercher :" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "Toutes les bases" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "Présentation" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "Collections" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "Cliquer ici pour désactiver tous les filtres" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "Historique" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "Désactiver tous les filtres" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "Filtrer" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "Par date" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "Par status" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "Par champ" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "Tous les champs" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 +#: www/include/download_prepare.php:108 +#: www/include/download_prepare.php:151 msgid "phraseanet:: Telechargement de documents" msgstr "Gestionnaire de téléchargement" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 +#: www/include/download_prepare.php:153 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "Veuillez patienter, vos fichiers sont en cours de préparation pour le téléchargement, cette opération peut prendre quelques minute" -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 +#: www/include/download_prepare.php:158 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "Vos documents sont prêts. Si le téléchargement ne commence pas, veuillez %s cliquer ici %s" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 +#: www/include/download_prepare.php:161 msgid "telechargement::Le fichier contient les elements suivants" msgstr "Le fichier \"Zip\" contient les documents suivants" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 +#: www/include/download_prepare.php:165 msgid "phrseanet:: base" msgstr "Base" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 +#: www/include/download_prepare.php:166 msgid "document:: nom" msgstr "Nom de(s) document(s)" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 +#: www/include/download_prepare.php:167 msgid "phrseanet:: sous definition" msgstr "Sous-définition" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 +#: www/include/download_prepare.php:168 msgid "poids" msgstr "Taille" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "Votre lien est corrompu" @@ -7005,467 +7096,445 @@ msgstr "Une erreur interne est survenue. La connexion avec le serveur a été in msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "Si ce problème persiste, veuillez contacter l'administrateur système" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "Erreur lors de l'envoi au(x) e-mail(s) %s" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "L'application va être désactivée pour maintenance, merci de vous deconnecter dès que possible" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "Etes vous certain de vouloir supprimer cette application ?" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "Oui" + +#: www/login/account.php:184 +msgid "non" +msgstr "Non" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "Erreur lors du chargement" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "Informations" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "Accès" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "Sessions" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "Développeur" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "Mise à jour du mot de passe effectuée" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "Changements confirmés" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "Erreur lors de l'enregistrement des modifications" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "Vos demandes ont été prises en compte" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 -#: www/login/reset-email.php:44 -#: www/login/reset-email.php:55 -#: www/login/reset-email.php:78 -#: www/login/reset-email.php:89 -#: www/login/reset-email.php:158 -#: www/login/reset-email.php:207 +#: www/login/account.php:456 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "Changer mon mot de passe" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "Changer mon adresse e-mail" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "Activer la fonction FTP" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "Préfixe des noms de dossier" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "Données envoyées automatiquement" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "Original" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "Vignette" -#: www/login/forgotpwd.php:71 -#: www/login/register.php:102 +#: www/login/forgotpwd.php:73 +#: www/login/register.php:101 +#: www/login/reset-password.php:53 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "contient des caractères invalides" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "Pour améliorer la sécurité de l'application, vous devez mettre à jour votre mot de passe." -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "Cette opération ne pouvant être automatisée, merci de bien vouloir la réaliser." -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 +#: www/login/reset-password.php:171 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "Nouveau mot de passe" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 +#: www/login/reset-password.php:185 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "Confirmer" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "Retour à l'accueil" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "Erreur du serveur de mails" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "Le compte n'a pas été trouvé" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "L'url n'est plus valide" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "Un e-mail vient de vous être envoyé" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "Entrez votre adresse e-mail" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "Erreur d'authentification" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "Trop d'erreurs d'authentification. Merci de remplir la captcha." -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "Accès impossible, vous n'avez pas confirmé votre adresse e-mail." -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "Envoyez moi à nouveau un e-mail de confirmation." -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "Vous n'avez accès à aucune collection actuellement publiée" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "Connexion impossible, contactez un administrateur système" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "Maintenance en cours, merci de nous excuser pour la gêne occasionnée" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "Cet e-mail est déjà confirmé" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "Demande de confirmation par e-mail envoyé" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "Votre e-mail est désormais confirmée" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "Obtenir une autre captcha" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "Recopier les mots ci-dessous" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "Accueil" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "L'e-mail semble invalide" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "Cet e-mail est déjà attribué à un utilisateur" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "Un utilisateur avec ce login existe déjà" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" -msgstr "Identifiant invalide (8 caractères sans accents, ni espaces)" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" +msgstr "" -#: www/login/register.php:298 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "Le mot de passe est trop simple" -#: www/login/register.php:375 -#: www/login/register.php:392 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "8 caractères minimum" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "Résistance du mot de passe" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "A propos de la sécurité des mots de passe" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "L'e-mail a été mis à jour" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "Retour à l'accueil" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "La mise à jour a échouée" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "Echec du serveur de mails" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "Les e-mails ne correspondent pas" -#: www/login/reset-email.php:152 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "Le mot de passe est erroné" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "Un e-mail de confirmation vient de vous être envoyé. Veuillez suivre les instructions contenues dans ce mail pour continuer" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "Retour à mon compte" -#: www/login/reset-email.php:230 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "Oups ! une erreur est survenue !" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "Nouvelle adresse e-mail" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "Confirmer l'adresse e-mail" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "Pourquoi me demande t-on mon mot de passe, pour changer mon adresse e-mail ?" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "Votre adresse e-mail sera utilisée si vous perdez votre mot de passe afin de pouvoir le réinitialiser, il est important que vous soyez la seule personne à pouvoir la changer." -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "Ancien mot de passe" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "%d Résultats renvoyés sur un total de %d trouvés" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "%d résultat(s)" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "%d Réponse(s)" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "%s documents sélectionnés" - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "Format de fichier incorrect" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "Document remplacé avec succès" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "%d document(s) modifié(s)" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "Impossible d'ajouter ce document" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "Status" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "Type" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "Edition de status de %d regroupements" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "Edition de status de %d documents" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "Remettre à \"0\" les status non initialisés" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "Remettre à \"0\" tous les status" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "Aucun status n'est défini sur cette base" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "Changer également le status des document rattachés aux reportages" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "Edition des Status impossible pour %d document(s)" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "Vous ne possédez pas les autorisations d'accès requises pour changer les status de ces documents" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "Appliquer à tous les documents" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "Regénérer sous défs." -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "Retourner sous défs." -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "Substituer document" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "Substituer sous défs." -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "Méta-données" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "Attention, certains documents ont des sous-définitions substituées" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "Reconstruire les vignettes définies manuellement" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "Reconstruire les sous-définitions" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "Ne recréer aucune sous-définition" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "Recréer toutes les sous-définitions" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "Cette action ne concerne que les sous définitions des documents de type image" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "90° horaire" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "90° anti-horaire" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "mettre à jour le nom original du fichier après substitution" -#: www/prod/prodFeedBack.php:82 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "Voici votre fil RSS personnel. Il vous permettra d'être tenu informé des publications." - -#: www/prod/prodFeedBack.php:83 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "Ne le partagez pas, il est strictement confidentiel" - -#: www/prod/prodFeedBack.php:85 -msgid "publications::votre rss personnel" -msgstr "Votre rss personnel" - -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "Enregistrements commandés" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "Erreur lors de la commande des documents" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "Les documents ne peuvent être envoyés par FTP" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "Demande enregistrée dans la file d'attente" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "Connexion au serveur FTP avec succès" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "Erreur lors de la connexion au FTP : %s" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "Aucune URL disponible" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "Aucun code disponible" @@ -7631,277 +7700,277 @@ msgstr "Pays" msgid "report::societe" msgstr "Société" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "Accepter" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "removed_src" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "Rafraîchir" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "removed_tgt" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "Accepter le terme comme :" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "Terme spécifique" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "Comme synonyme de %s" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "Accepter la branche comme" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "Un candidat du champ %s ne peut être accepte à cet emplacement" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 +#: www/thesaurus2/export_text_dlg.php:44 +#: www/thesaurus2/export_text_dlg.php:148 msgid "thesaurus:: export au format texte" msgstr "Texte" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "Export " -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "exemple" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "Synonyme(s) sur la même ligne" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "Une ligne par synonyme" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "Numéroter les lignes " -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "Inclure la langue" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "Inclure le nombre de résultats" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "Thèmes" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "Thèmes" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "Fichier généré le %s" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "%s fichier(s) généré(s)" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "Erreur lors de l'enregistrement du fichier" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "Exporter" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "Exporter pour toutes les langues" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "Afficher pour la langue en cours" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "Tri" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "Recherche" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "Thésaurus *:\"recherche\"" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "Texte-plein" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "Question complète (avec opérateurs)" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "Options d'affichage" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "Reprendre l'affichage (navigable)" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "Reprendre l'affichage (statique)" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "Tout déployer (navigable)" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "Tout déployer (statique)" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "Tout fermer (navigable)" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "over-indent at line %s" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "bad encoding at line %s" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "bad character at line %s" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "Importer" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "Coller ici la liste des termes à importer" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "Langue par défaut" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "Fichier ASCII tabule" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "Supprimer le(s) lien(s) entre le(s) branche(s) et le(s) champ(s)" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "Ré-indexer après l'import" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "Editer le thésaurus" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "Choisir" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "Sélectionner une langue d'édition" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "Vous n'avez accès à aucune base" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "Lier la branche de thesaurus au champ" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "Lier la branche de thesaurus au champ %s" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "Lier la branche" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "Ce champs a été modifié; ancienne branche : %s " -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "Nouvelle branche" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "Ce champ n'est plus lié au Thésaurus, les termes indexés et les candidats seront supprimés" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "Ce champ doit être lié au Thésaurus. La ré-indexation de la base est nécessaire" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "Le lien au thésaurus doit être modifié, la ré-indexation de la base est nécessaire" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "Ré-indexation nécessaire" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "Pas de ré-indexation" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "Suppression du lien au champ %s" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "Suppression de la branche de mot candidats pour le champ %s" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "Enregistrement de la liste modifiée des mots candidats" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "Suppression des indexes vers le thésaurus pour le champ" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "Ré-indexer tous les enregistrements" @@ -7909,260 +7978,260 @@ msgstr "Ré-indexer tous les enregistrements" msgid "thesaurus:: corbeille" msgstr "Stock" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "Nouveau terme" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "Terme" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "Nouveau synonyme" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "Synonyme" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "Contexte" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "Nouveau terme spécifique" -#: www/thesaurus2/newterm.php:72 +#: www/thesaurus2/newterm.php:74 #, php-format msgid "thesaurus:: le terme %s" msgstr "Le terme %s" -#: www/thesaurus2/newterm.php:74 +#: www/thesaurus2/newterm.php:76 #, php-format msgid "thesaurus:: avec contexte %s" msgstr "avec contexte %s" -#: www/thesaurus2/newterm.php:76 +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "Sans contexte" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "est déjà candidat en provenance du champ acceptable " -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "est déjà candidat en provenance des champs acceptables : " -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "Sélectionner la provenance à accepter" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "est candidat en provenance des champs mais ne peut être accepté à cet emplacement" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "n'est pas présent parmi les candidats" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "Attention :" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "Ajouter le terme sans ré-indexer" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "Ajouter le terme et ré-indexer" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "Propriétés" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "Supprimer" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "Remplacer" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "%s Réponse(s)" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "Synonymes" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "hits" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "Nom de l'utilisateur" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "Confirmer la suppression du terme \"%s\"" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "Le terme" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "est égal à " -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "commence par" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "contient" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "fini par" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "Propriétés" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "Refuser" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "Accepter" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "Supprimer les candidats sans réponse" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "Remplacer" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "Chercher" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "Exporter" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "Relire les candidats" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "Importer" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "Nouveau terme" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "Nouveau synonyme" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "Exporter comme thèmes" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "Lier au champ" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "Candidats" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "Afficher les termes refusés" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "Thésaurus" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "Supprimer cette branche ? (les termes concernés remonteront en candidats à la prochaine indexation)" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "Cette branche donne des réponses. Supprimer quand même ? (les termes concernés remonteront en candidats à la prochaine indexation)" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "Tous les termes renvoient des résultats" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "Des termes de cette branche ne renvoient aucun résultat. Les supprimer ?" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "Supprimer tous les candidats et placer toutes les fiches en ré-indexation thésaurus" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "Déplacer le terme dans le stock ?" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "Vous ne possédez pas les autorisations d'accès requises pour ajouter des documents." -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "Selectionner une action" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "Aucun document sélectionné" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "Transfert en cours, vous devez attendre la fin du transfert" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "La file d'attente n'est pas vide, souhaitez vous supprimer ces documents ?" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "%d fichiers transmis" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "%d fichier transmis" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "Certains documents ajoutés sont passés en quarantaine" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "Choisir des fichiers à ajouter (max : %d Mo)" @@ -8235,37 +8304,37 @@ msgstr "Supprimer les documents bloqués" msgid "Supprimer precedentes propositions a la substitution" msgstr "Supprimer les précédentes propositions a la substitution" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "Erreur interne du serveur" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "Erreur lors de l'archivage" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "Document(s) ajouté(s) à la quarantaine" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "Fichiers en attente..." -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "Fichier(s) ajouté(s)" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 msgid "Erreur lors de l'enregistrement des donnees" msgstr "Erreur lors de l'enregistrement des données" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 msgid "Erreur lors de la mise a jour des donnes " msgstr "Erreur lors de la mise à jour des données " -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 msgid "Envoie avec succes" msgstr "Envoi avec succès" @@ -8289,20 +8358,24 @@ msgstr "L'enregistrement a été supprimé du panier" msgid "Basket has been updated" msgstr "Le panier a été mis à jour" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 msgid "Basket has been archived" msgstr "Le panier a été archivé" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 msgid "Basket has been unarchived" msgstr "Le panier est disponible dans la fenêtre des paniers" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 #, php-format msgid "%d records added" -msgstr "%d enregistrements ajoutés" +msgstr "%d enregistrement(s) ajouté(s)" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 #, php-format msgid "%d records moved" msgstr "%d enregistrements déplacés" @@ -8339,6 +8412,21 @@ msgstr "Entrée du flux introuvable" msgid "Action Forbidden : You are not the publisher" msgstr "Action non autorisée: Vous n'êtes pas la personne qui a publié" +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 +msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." +msgstr "Voici votre fil RSS personnel. Il vous permettra d'être tenu informé des publications." + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 +msgid "publications::Ne le partagez pas, il est strictement confidentiel" +msgstr "Ne le partagez pas, il est strictement confidentiel" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 +msgid "publications::votre rss personnel" +msgstr "Votre rss personnel" + #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." msgstr "Attention : la liste des collections sélectionnées pour la recherche a été changée" @@ -8445,8 +8533,8 @@ msgid "panier:: vous ne pouvez pas supprimer un panier public" msgstr "Vous ne possédez pas les autorisations d'accès requises pour supprimer un panier public" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "Vous ne pouvez pas sélectionner plus de 400 enregistrements" +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" +msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" @@ -8493,97 +8581,146 @@ msgid "Message" msgstr "Message" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 msgid "No users selected" msgstr "Aucun utilisateur sélectionné" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 msgid "Unable to send the documents" msgstr "Impossible d'envoyer les documents" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 #, php-format msgid "Push from %s" msgstr "Push de %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 msgid "No receivers specified" msgstr "Aucun destinataire indiqué" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 msgid "No elements to push" msgstr "Aucun élément à Pusher" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 #, php-format msgid "Unknown user %d" msgstr "User %d inconnu" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 #, php-format msgid "%1$d records have been sent to %2$d users" msgstr "%1$d enregistrements ont été envoyés à %2$d utilisateurs" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 #, php-format msgid "Validation from %s" msgstr "Validation de %s" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 msgid "No participants specified" msgstr "Aucun participant indiqué" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 msgid "No elements to validate" msgstr "Il n'y a pas de documents à valider" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 #, php-format msgid "Missing mandatory participant parameter %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 #, php-format msgid "%1$d records have been sent for validation to %2$d users" msgstr "%1$d enregistrements ont été envoyés pour validation à %2$d utilisateurs" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 msgid "First name is required" msgstr "Le prénom est obligatoire" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 msgid "Last name is required" msgstr "Le nom est obligatoire" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 msgid "Email is required" msgstr "L'adresse email est obligatoire" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 msgid "Email is invalid" msgstr "L'email est invalide" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 msgid "User already exists" msgstr "L'utilisateur existe déjà" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 msgid "User successfully created" msgstr "Utilisateur créé avec succès" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 msgid "Error while creating user" msgstr "Erreur lors de la création de l'utilisateur" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "%d Résultats renvoyés sur un total de %d trouvés" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "%d résultat(s)" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "%d Réponse(s)" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "%s documents sélectionnés" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 msgid "Story created" msgstr "Reportage créé" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 msgid "Record removed from story" msgstr "Enregistrement supprimé du reportage" +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" +msgstr "" + #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 #, php-format msgid "Unable to create list %s" @@ -8603,79 +8740,79 @@ msgstr "La liste %s a été créée" msgid "Unable to update list" msgstr "Impossible de mettre à jour la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 msgid "List has been updated" msgstr "La liste a été mise à jour" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 #, php-format msgid "List has been deleted" msgstr "La liste a été supprimée" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 #, php-format msgid "Unable to delete list" msgstr "Impossible de supprimer la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 msgid "Entry removed from list" msgstr "Entrée supprimée de la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 msgid "Unable to remove entry from list " msgstr "Impossible de supprimer l'entrée de la liste " -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 #, php-format msgid "%d Users added to list" msgstr "%d utilisateurs ajoutés à la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 #, php-format msgid "%d User added to list" msgstr "%d utilisateur(s) ajouté(s) à la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 msgid "Unable to add usr to list" msgstr "Impossible d'ajouter un utilisateur à la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 msgid "List shared to user" msgstr "Liste partagée avec l'utilisateur" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 msgid "Unable to share the list with the usr" msgstr "Impossible de partager la liste avec l'utilisateur" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 msgid "Owner removed from list" msgstr "Propriétaire supprimé de la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 msgid "Unable to remove usr from list" msgstr "Impossible de supprimer l'utilisateur de la liste" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 #, php-format msgid "%d Story attached to the WorkZone" msgstr "%d Reportage attaché à l'espace de travail" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 #, php-format msgid "%d Stories attached to the WorkZone" msgstr "%d Reportages attachés à l'espace de travail" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 #, php-format msgid "%1$d Story attached to the WorkZone, %2$d already attached" msgstr "%1$d Reportage(s) attaché(s) à l'espace de travail, %2$d déjà attaché(s)" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 #, php-format msgid "%1$d Stories attached to the WorkZone, %2$d already attached" msgstr "%1$d Reportages attachés à l'espace de travail, %2$d déjà attaché(s)" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 msgid "Story detached from the WorkZone" msgstr "Reportage détaché de l'espace de travail" @@ -8691,38 +8828,28 @@ msgstr "L'ApplicationBox est inaccessible" msgid "Databox is unreachable" msgstr "La Databox est inaccessible" -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 #, php-format msgid "an error occured : %s" msgstr "L'erreur %s est survenue" -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "Impossible d'écrire dans le dossier %s" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "Impossible d'effacer le fichier %s" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 msgid "phraseanet::technique::datetime-edit-format" msgstr "YYYY/MM/DD HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 msgid "phraseanet::technique::date-edit-format" msgstr "YYYY/MM/DD" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 msgid "phraseanet::technique::date-edit-explain" msgstr "aaaa/mm/jj" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 msgid "phraseanet::technique::time-edit-format" msgstr "HH:MM:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 msgid "phraseanet::technique::time-edit-explain" msgstr "hh:mm:ss" @@ -8758,19 +8885,15 @@ msgstr "Demande de validation reçue de %s et concernant %d autres utilisateurs" msgid "Processus de validation recu de %s" msgstr "Demande de validation reçue de %s" -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 msgid "Element is not found" msgstr "Elément introuvable" -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "Vous n'avez pas accès à cet élément du panier" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 +#: lib/Doctrine/Repositories/BasketRepository.php:169 msgid "Basket is not found" msgstr "Le panier est introuvable" -#: lib/Doctrine/Repositories/BasketRepository.php:108 +#: lib/Doctrine/Repositories/BasketRepository.php:191 msgid "You have not access to this basket" msgstr "Vous n'avez pas accès à ce panier" @@ -8791,3 +8914,81 @@ msgstr "La liste est introuvable" msgid "You have not access to this list" msgstr "Vous n'avez pas accès à cette liste" +#~ msgid "Impossible d'ecrire dans le fichier %s" +#~ msgstr "Impossible d'écrire dans le fichier %s" + +#~ msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" +#~ msgstr "" +#~ "Le serveur memcached ne répond pas, vous devriez désactiver le cache" + +#~ msgid "GV::section:: Serveurs de cache" +#~ msgstr "Serveurs de cache" + +#~ msgid "reglages:: Utiliser un serveur de cache" +#~ msgstr "Utiliser un serveur de cache" + +#~ msgid "setup:: Hote du Serveur de cache" +#~ msgstr "Hote du serveur de cache" + +#~ msgid "reglages:: port du serveur de cache" +#~ msgstr "Port du serveur de cache" + +#~ msgid "Impossible d'ecrire dans le dossier %s" +#~ msgstr "Impossible d'écrire dans le dossier %s" + +#~ msgid "Impossible d'effacer le fichier %s" +#~ msgstr "Impossible d'effacer le fichier %s" + +#~ msgid "You have not access to this basket element" +#~ msgstr "Vous n'avez pas accès à cet élément du panier" + +#~ msgid "Pre-requis" +#~ msgstr "Pré-requis" + +#~ msgid "Configuration du serveur web" +#~ msgstr "Configuration du serveur web" + +#~ msgid "recherche" +#~ msgstr "Recherche" + +#~ msgid "Chercher tous les mots" +#~ msgstr "tous les mots suivants" + +#~ msgid "Cette expression exacte" +#~ msgstr "Cette expression exacte" + +#~ msgid "Au moins un des mots suivants" +#~ msgstr "Au moins un des mots suivants" + +#~ msgid "Aucun des mots suivants" +#~ msgstr "Aucun des mots suivants" + +#~ msgid "recherche :: Bases" +#~ msgstr "Bases" + +#~ msgid "recherche :: Historique" +#~ msgstr "Historique" + +#~ msgid "recherche :: Themes" +#~ msgstr "Thèmes" + +#~ msgid "Expire dans %expiration_date%" +#~ msgstr "Expire dans %expiration_date%" + +#~ msgid "%application_name% wants to acces to your data on %home_title%" +#~ msgstr "%application_name% souhaite accéder à vos données sur %home_title%" + +#~ msgid "Do you authorize the app to do its thing ?" +#~ msgstr "Autorisez vous cette application ?" + +#~ msgid "Set selected users to" +#~ msgstr "Appliquer des réglages" + +#~ msgid "phraseanet::technique::datetime" +#~ msgstr "%d %b %Y à %Hh%s" + +#~ msgid "phraseanet::technique::date" +#~ msgstr "%d-%m-%Y" + +#~ msgid "publications:: publication non lue" +#~ msgstr "Non-lue" diff --git a/locale/nb_NO/LC_MESSAGES/phraseanet.mo b/locale/nb_NO/LC_MESSAGES/phraseanet.mo index 904731b9d3..cadc61accc 100644 Binary files a/locale/nb_NO/LC_MESSAGES/phraseanet.mo and b/locale/nb_NO/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/nb_NO/LC_MESSAGES/phraseanet.po b/locale/nb_NO/LC_MESSAGES/phraseanet.po index 409383bb9b..5ab859a0c2 100644 --- a/locale/nb_NO/LC_MESSAGES/phraseanet.po +++ b/locale/nb_NO/LC_MESSAGES/phraseanet.po @@ -2,92 +2,92 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 17:49+0100\n" -"PO-Revision-Date: 2012-02-02 17:57+0100\n" +"POT-Creation-Date: 2012-02-28 21:05+0100\n" +"PO-Revision-Date: 2012-02-28 21:05+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Launchpad-Export-Date: 2012-02-02 16:20+0000\n" -"X-Generator: Launchpad (build 14738)\n" -"X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" "X-Poedit-SourceCharset: iso-8859-1\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" "X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-SearchPath-0: config\n" +"X-Poedit-SearchPath-1: lib/classes\n" +"X-Poedit-SearchPath-2: lib/conf.d\n" +"X-Poedit-SearchPath-3: tmp\n" +"X-Poedit-SearchPath-4: www\n" +"X-Poedit-SearchPath-5: lib/Alchemy\n" +"X-Poedit-SearchPath-6: lib/Doctrine\n" +"X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 -#, fuzzy +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" msgstr "" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "" @@ -119,16 +119,11 @@ msgstr "" msgid "Impossible de trouver la base" msgstr "" -#: lib/classes/login.class.php:48 -#: lib/classes/mail.class.php:70 -msgid "login:: Forgot your password" -msgstr "" - -#: lib/classes/login.class.php:57 +#: lib/classes/login.class.php:38 msgid "login:: register" msgstr "" -#: lib/classes/login.class.php:69 +#: lib/classes/login.class.php:50 msgid "login:: guest Access" msgstr "" @@ -158,6 +153,10 @@ msgstr "" msgid "Attention, ce lien lien est valable jusqu'au %s" msgstr "" +#: lib/classes/mail.class.php:70 +msgid "login:: Forgot your password" +msgstr "" + #: lib/classes/mail.class.php:72 msgid "login:: Quelqu'un a demande a reinitialiser le mode passe correspondant au login suivant : " msgstr "" @@ -197,14 +196,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "" @@ -212,28 +211,28 @@ msgstr "" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "" -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "" -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "" -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "" -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "" -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "" @@ -256,35 +255,35 @@ msgstr "" msgid "Mauvais mode colorimetrique : %s" msgstr "" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "" @@ -323,96 +322,89 @@ msgstr "" msgid "client::recherche: dans les categories" msgstr "" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "" -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 -msgid "Cette valeur ne peut être vide" +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 +msgid "Cette valeur ne peut être vide" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:187 -#: lib/classes/Bridge/Api/Youtube.class.php:185 msgid "Videos" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:196 -#: lib/classes/Bridge/Api/Youtube.class.php:194 msgid "Playlists" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:539 -#: lib/classes/Bridge/Api/Youtube.class.php:536 msgid "La video a ete supprimee" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:542 -#: lib/classes/Bridge/Api/Youtube.class.php:539 msgid "La video a ete rejetee" msgstr "" @@ -421,32 +413,20 @@ msgid "Erreur d'encodage" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:548 -#: lib/classes/Bridge/Api/Youtube.class.php:546 msgid "En cours d'encodage" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:554 -#: lib/classes/Bridge/Api/Youtube.class.php:552 msgid "OK" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 -#: lib/classes/Bridge/Api/Youtube.class.php:979 -#: lib/classes/Bridge/Api/Youtube.class.php:984 -#: lib/classes/Bridge/Api/Youtube.class.php:1011 -#: lib/classes/Bridge/Api/Youtube.class.php:1016 msgid "Ce champ est obligatoire" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 -#: lib/classes/Bridge/Api/Youtube.class.php:989 -#: lib/classes/Bridge/Api/Youtube.class.php:1021 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "" @@ -458,20 +438,15 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 -#: lib/classes/Bridge/Api/Youtube.class.php:1088 msgid "Le record n'a pas de fichier physique" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:935 -#: lib/classes/Bridge/Api/Youtube.class.php:1091 #, php-format msgid "La taille maximale d'une video est de %d minutes." msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 -#: lib/classes/Bridge/Api/Youtube.class.php:1094 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "" @@ -480,16 +455,16 @@ msgstr "" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 #: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "" @@ -498,15 +473,15 @@ msgid "La video est restreinte" msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:582 -msgid "Erreur la requête a été mal formée ou contenait des données valides." +msgid "Erreur la requête a été mal formée ou contenait des données valides." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:585 -msgid "Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter." +msgid "Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:588 -msgid "Erreur lors de l'envoi de la requête. Erreur d'authentification." +msgid "Erreur lors de l'envoi de la requête. Erreur d'authentification." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:591 @@ -514,15 +489,15 @@ msgid "Erreur la ressource que vous tentez de modifier n'existe pas." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:594 -msgid "Erreur YouTube a rencontré une erreur lors du traitement de la requête." +msgid "Erreur YouTube a rencontré une erreur lors du traitement de la requête." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:597 -msgid "Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube" +msgid "Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube" msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:600 -msgid "Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard." +msgid "Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:622 @@ -569,25 +544,25 @@ msgstr "" msgid "Service youtube introuvable." msgstr "" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "" @@ -846,7 +821,6 @@ msgstr "" #: lib/classes/eventsmanager/notify/push.class.php:191 #: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "" @@ -883,15 +857,11 @@ msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:33 #: lib/classes/eventsmanager/notify/validate.class.php:177 #: lib/classes/eventsmanager/notify/validationdone.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:191 msgid "Validation" msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:148 #: lib/classes/eventsmanager/notify/validate.class.php:152 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:164 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:168 msgid "Une selection" msgstr "" @@ -909,7 +879,6 @@ msgid "push::mail:: Demande de validation de documents" msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:203 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:223 #, php-format msgid "Le lien suivant vous propose de valider une selection faite par %s" msgstr "" @@ -1161,43 +1130,43 @@ msgstr "" msgid "report:: non-renseigne" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "" @@ -1235,8 +1204,6 @@ msgid "report:: Detail des telechargements" msgstr "" #: lib/classes/module/report/add.class.php:50 -#: lib/classes/module/report/edit.class.php:50 -#: lib/classes/module/report/push.class.php:50 msgid "report:: document ajoute" msgstr "" @@ -1248,6 +1215,10 @@ msgstr "" msgid "report:: telechargements" msgstr "" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "" @@ -1292,7 +1263,15 @@ msgstr "" msgid "report:: Information sur le navigateur %s" msgstr "" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "" @@ -1318,22 +1297,22 @@ msgstr "" msgid "preview:: resultat numero %s " msgstr "" -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "" @@ -1395,7 +1374,7 @@ msgstr "" msgid "Sphinx server is offline" msgstr "" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "" @@ -1417,17 +1396,11 @@ msgid "task::_common_:hotfolder" msgstr "" #: lib/classes/task/period/archive.class.php:253 -#: lib/classes/task/period/outofdate.class.php:429 -#: lib/classes/task/period/subdef.class.php:228 -#: lib/classes/task/period/workflow01.class.php:335 -#: lib/classes/task/period/writemeta.class.php:197 msgid "task::_common_:periodicite de la tache" msgstr "" #: lib/classes/task/period/archive.class.php:254 #: lib/classes/task/period/archive.class.php:257 -#: lib/classes/task/period/subdef.class.php:230 -#: lib/classes/task/period/writemeta.class.php:199 msgid "task::_common_:secondes (unite temporelle)" msgstr "" @@ -1872,972 +1845,354 @@ msgstr "" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "" -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "" -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "" -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "" -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "" -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "" -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 -msgid "Erreur lors de l'enregistrement des donnees" -msgstr "" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 -msgid "Erreur lors de la mise a jour des donnes " -msgstr "" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:458 -msgid "Do you want to send your report ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 -msgid "Envoie avec succes" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Publications.php:92 -msgid "You are not the owner of this feed, you can not edit it" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:368 -msgid "admin::compte-utilisateur ville" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:369 -msgid "admin::compte-utilisateur code postal" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:370 -msgid "admin::compte-utilisateur pays" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:375 -msgid "admin::compte-utilisateur activite" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:104 -msgid "Basket created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:138 -msgid "Basket has been deleted" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:180 -msgid "Record removed from basket" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:217 -msgid "Basket has been updated" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 -msgid "Basket has been archived" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 -msgid "Basket has been unarchived" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:175 -#, php-format -msgid "%d records added" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 -#, php-format -msgid "%d records moved" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:237 -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:308 -msgid "Vous ne pouvez pas editer plusieurs elements simultanement" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:262 -msgid "Vous essayez de faire une action que je ne connais pas !" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:328 -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:468 -msgid "Request contains invalid datas" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:488 -#, php-format -msgid "%d elements en attente" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 -msgid "Vocabulary not found" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:82 -msgid "An error occured" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:207 -msgid "Feed entry not found" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:196 -msgid "Action Forbidden : You are not the publisher" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 -msgid "publications::votre rss personnel" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 -msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:47 -msgid "phraseanet::Ne plus afficher ce message" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:48 -msgid "Supprimer egalement les documents rattaches a ces regroupements" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:49 -msgid "reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:51 -msgid "boutton::supprimer" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:52 -msgid "prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler'" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:53 -msgid "prod::editing::annulation: abandonner les modification ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:54 -msgid "phraseanet::chargement" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:57 -msgid "boutton::rechercher" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:59 -msgid "Vous n'avez pas les droits pour supprimer certains documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 -msgid "Vous n'avez pas les droits pour supprimer ces documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 -msgid "Vous devez donner un titre" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 -msgid "Nouveau modele" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:64 -msgid "Vous n'avez pas rempli tous les champ requis" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 -msgid "Vous n'avez pas selectionne de fil de publication" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 -msgid "panier::Supression d'un element d'un reportage" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 -msgid "panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 -msgid "phraseanet::recherche avancee" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 -msgid "panier:: renommer le panier" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 -msgid "panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 -msgid "phraseanet:: Erreur" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 -msgid "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 -msgid "cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 -#, php-format -msgid "edit:: Supprimer %s du champ dans les records selectionnes" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 -#, php-format -msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 -#, php-format -msgid "edit:: Supprimer %s du champ courrant" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 -#, php-format -msgid "edit:: Ajouter %s au champ courrant" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 -msgid "panier:: vous ne pouvez pas supprimer un panier public" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:82 -msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 -msgid "Les parametres sont corrects, le serveur distant est operationnel" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 -msgid "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 -msgid "Aucune publication effectuee, verifiez vos parametres" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 -msgid "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 -msgid "edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 -msgid "Aucun document selectionne" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 -msgid "Are you sure you want to delete this list ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 -msgid "New list name ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 -msgid "List name can not be empty" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 -msgid "Name" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:93 -msgid "Message" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 -msgid "No users selected" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 -msgid "Unable to send the documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 -#, php-format -msgid "Push from %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 -msgid "No receivers specified" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 -msgid "No elements to push" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 -#, php-format -msgid "Unknown user %d" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 -#, php-format -msgid "%1$d records have been sent to %2$d users" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 -#, php-format -msgid "Validation from %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 -msgid "No participants specified" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 -msgid "No elements to validate" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 -#, php-format -msgid "Missing mandatory participant parameter %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 -#, php-format -msgid "%1$d records have been sent for validation to %2$d users" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 -msgid "First name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 -msgid "Last name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 -msgid "Email is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 -msgid "Email is invalid" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 -msgid "User already exists" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 -msgid "User successfully created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 -msgid "Error while creating user" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 -msgid "Story created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 -msgid "Record removed from story" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 -#, php-format -msgid "Unable to create list %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:152 -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:272 -msgid "List name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:173 -#, php-format -msgid "List %s has been created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:263 -msgid "Unable to update list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 -msgid "List has been updated" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 -#, php-format -msgid "List has been deleted" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 -#, php-format -msgid "Unable to delete list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 -msgid "Entry removed from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 -msgid "Unable to remove entry from list " -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 -#, php-format -msgid "%d Users added to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 -#, php-format -msgid "%d User added to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 -msgid "Unable to add usr to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 -msgid "List shared to user" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 -msgid "Unable to share the list with the usr" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 -msgid "Owner removed from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 -msgid "Unable to remove usr from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 -#, php-format -msgid "%d Story attached to the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 -#, php-format -msgid "%d Stories attached to the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 -#, php-format -msgid "%1$d Story attached to the WorkZone, %2$d already attached" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 -#, php-format -msgid "%1$d Stories attached to the WorkZone, %2$d already attached" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 -msgid "Story detached from the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:109 -msgid "It is not recommended to install Phraseanet without HTTPS support" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:157 -msgid "Appbox is unreachable" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:169 -msgid "Databox is unreachable" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 -#, php-format -msgid "an error occured : %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 -msgid "phraseanet::technique::datetime-edit-format" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:419 -msgid "phraseanet::technique::datetime-edit-explain" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 -msgid "phraseanet::technique::date-edit-format" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 -msgid "phraseanet::technique::date-edit-explain" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 -msgid "phraseanet::technique::time-edit-format" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 -msgid "phraseanet::technique::time-edit-explain" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Edit.php:575 -msgid "Email addess is not valid" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Manage.php:165 -msgid "Invalid mail address" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Manage.php:197 -msgid "Invalid template name" -msgstr "" - -#: lib/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProvider.php:40 -msgid "Users" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:356 -#, php-format -msgid "Vous aviez envoye cette demande a %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:363 -#, php-format -msgid "Vous avez envoye cette demande a %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:373 -#, php-format -msgid "Processus de validation recu de %s et concernant %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:380 -#, php-format -msgid "Processus de validation recu de %s" -msgstr "" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 -msgid "Element is not found" -msgstr "" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 -msgid "Basket is not found" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:108 -msgid "You have not access to this basket" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 -msgid "Owner is not found" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 -msgid "Owner and list mismatch" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListRepository.php:51 -msgid "List is not found" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListRepository.php:56 -msgid "You have not access to this list" -msgstr "" - #: tmp/cache_twig/02/d3/4b60220e73710eb8b684b06b6e7e.php:20 #, php-format msgid "%bridge_name% est momentanement indisponible a cause d'un trop grand nombre de requetes" @@ -3034,28 +2389,28 @@ msgstr "" msgid "phraseanet:: deconnection" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:39 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:41 msgid "login:: connexion" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:44 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:46 msgid "login::Remember me" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:58 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:60 msgid "login::erreur: Les cookies sont desactives sur votre navigateur" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:68 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:70 msgid "Vous etes maintenant deconnecte. A bientot." msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:82 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:84 #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:244 msgid "admin::compte-utilisateur identifiant" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:97 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:99 msgid "admin::compte-utilisateur mot de passe" msgstr "" @@ -3079,6 +2434,11 @@ msgstr "" msgid "boutton::editer" msgstr "" +#: tmp/cache_twig/09/09/565a2afac5c75ab06c1c2dbec4d1.php:78 +#: tmp/cache_twig/0b/4e/1f430effbbcb0daf1b9a9acb4b78.php:1436 +msgid "boutton::supprimer" +msgstr "" + #: tmp/cache_twig/09/09/565a2afac5c75ab06c1c2dbec4d1.php:109 msgid "Derniere mise a jour le %updated_on%" msgstr "" @@ -3093,6 +2453,7 @@ msgstr "" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "" @@ -3100,6 +2461,10 @@ msgstr "" msgid "Pour davantage d'informations, consulter le lien suivant %lien%" msgstr "" +#: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:47 +msgid "Users" +msgstr "" + #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:54 msgid "admin::user: nouvel utilisateur" msgstr "" @@ -3176,6 +2541,10 @@ msgstr "" msgid "admin::compte-utilisateur nom/prenom" msgstr "" +#: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:324 +msgid "admin::compte-utilisateur pays" +msgstr "" + #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:344 msgid "admin::compte-utilisateur dernier modele applique" msgstr "" @@ -3326,6 +2695,7 @@ msgid "Creer une playlist" msgstr "" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "" @@ -3369,7 +2739,7 @@ msgstr "" msgid "login:: accueil" msgstr "" -#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:287 +#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:288 msgid "phraseanet:: language" msgstr "" @@ -3415,7 +2785,7 @@ msgid "10 tags maximum" msgstr "" #: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:183 -msgid "Séparez les tags par un espace: Paris vacances restaurant" +msgid "Séparez les tags par un espace: Paris vacances restaurant" msgstr "" #: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:187 @@ -3435,7 +2805,7 @@ msgid "public" msgstr "" #: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:255 -msgid "Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations" +msgid "Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations" msgstr "" #: tmp/cache_twig/10/8e/67ad474f1160c83a96f843815e7d.php:23 @@ -3539,6 +2909,54 @@ msgstr "" msgid "validation::envoyer mon rapport" msgstr "" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "" @@ -3568,6 +2986,7 @@ msgid "Job" msgstr "" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" msgstr "" @@ -3613,42 +3032,62 @@ msgstr "" msgid "En cours d'envoi" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 msgid "Activite" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -msgid "%length% peoples" -msgstr "" - #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "" @@ -3657,11 +3096,13 @@ msgstr "" msgid "lightbox::recaptitulatif" msgstr "" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "" @@ -3734,7 +3175,6 @@ msgstr "" #: tmp/cache_twig/33/4d/8e964832ba08789a3b4d0d8e9eff.php:92 #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:27 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1295 msgid "action : print" msgstr "" @@ -3827,229 +3267,225 @@ msgid "Bonjour, vous etes sur le point d'installer Phraseanet." msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:423 -msgid "Consultez en ligne les pré-requis et la configuration du serveur web" +msgid "Consultez en ligne les pré-requis et la configuration du serveur web" msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:429 -msgid "Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage." +msgid "Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage." msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:439 -msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes." +msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes." msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" +msgid "Prerequisite and Configuration" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "" +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +msgid "Database" +msgstr "" + #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 -msgid "Database" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 msgid "boutton::tester" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "" @@ -4058,47 +3494,34 @@ msgid "validation:: editer ma note" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 msgid "action : editer" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 msgid "action : status" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 msgid "action : collection" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 msgid "action : push" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 msgid "action : bridge" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 msgid "action : publier" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 msgid "action : outils" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 msgid "action : supprimer" msgstr "" @@ -4119,11 +3542,11 @@ msgid "Voulez-vous dire %link% ?" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:68 -msgid "La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran." +msgid "La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:71 -msgid "Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants :" +msgid "Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants :" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:75 @@ -4131,7 +3554,7 @@ msgid "* , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , L msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:80 -msgid "Caractères de troncature" +msgid "Caractères de troncature" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:87 @@ -4143,11 +3566,11 @@ msgid "retourne \"automobile\", \"automate\", \"autoroute\", ..." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:97 -msgid "dé?it" +msgid "dé?it" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:101 -msgid "retourne \"délit\", \"débit\", ..." +msgid "retourne \"délit\", \"débit\", ..." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:108 @@ -4171,11 +3594,11 @@ msgid "retourne les 20 derniers enregistrements archives dans les collections se msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:135 -msgid "Recherche multicritères" +msgid "Recherche multicritères" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:139 -msgid "Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS" +msgid "Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:145 @@ -4211,7 +3634,7 @@ msgid "thalassa DANS titre" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:181 -msgid "retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende." +msgid "retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:189 @@ -4219,7 +3642,7 @@ msgid "Attention" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:193 -msgid "pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets :" +msgid "pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets :" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:197 @@ -4227,7 +3650,7 @@ msgid "C dans l'air" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:201 -msgid "Et Dieu créa la femme" +msgid "Et Dieu créa la femme" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:205 @@ -4254,468 +3677,427 @@ msgstr "" msgid "phraseanet:: panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 +msgid "boutton::rechercher" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" -msgstr "" +msgstr "Help" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "" @@ -4761,7 +4143,6 @@ msgid "Creer" msgstr "" #: tmp/cache_twig/4b/1d/eeda3c99bc5c1ea2b32c1b5030e1.php:32 -#: tmp/cache_twig/56/df/8e9606b65d5b86ebe83193d18d40.php:48 msgid "Actions" msgstr "" @@ -4777,6 +4158,10 @@ msgstr "" msgid "Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name%" msgstr "" +#: tmp/cache_twig/4d/c1/7d0c2228d36d650b2be2d9a43835.php:37 +msgid "phraseanet::technique::datetime-edit-explain" +msgstr "" + #: tmp/cache_twig/4d/c1/7d0c2228d36d650b2be2d9a43835.php:43 msgid "phraseanet::technique::date-edit-explain (aaaa/mm/jj)" msgstr "" @@ -4871,13 +4256,17 @@ msgid "Une mise a jour de l'application est necessaire, il est vivement recomman msgstr "" #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:182 -msgid "Si toutefois vous n'aviez pas acces à la console, suivez le lien suivant" +msgid "Si toutefois vous n'aviez pas acces à la console, suivez le lien suivant" msgstr "" #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:202 msgid "Progression de la mise a jour : " msgstr "" +#: tmp/cache_twig/52/e0/087ada02cf9ccedbf1c84a81eab5.php:65 +msgid "Name" +msgstr "" + #: tmp/cache_twig/54/f8/2480d317ffebf431a7719a048fbd.php:25 msgid "Page" msgstr "" @@ -4890,20 +4279,32 @@ msgstr "" msgid "Ajouter a" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 @@ -4938,6 +4339,18 @@ msgstr "" msgid "admin::compte-utilisateur:sexe: monsieur" msgstr "" +#: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:760 +msgid "admin::compte-utilisateur code postal" +msgstr "" + +#: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:774 +msgid "admin::compte-utilisateur ville" +msgstr "" + +#: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:818 +msgid "admin::compte-utilisateur activite" +msgstr "" + #: tmp/cache_twig/5c/72/a1b63fb5c6635e4efaa3f5331d5f.php:110 msgid "Quotas" msgstr "" @@ -4967,17 +4380,17 @@ msgid "panier:: description" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "" @@ -4985,7 +4398,7 @@ msgstr "" msgid "Received from %user_name%" msgstr "" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "" @@ -5006,7 +4419,7 @@ msgid "par %user_name%" msgstr "" #: tmp/cache_twig/5e/37/71e1b63407b0767110817c7b875f.php:123 -msgid "Aucune application n'a accés à vos données." +msgid "Aucune application n'a accés à vos données." msgstr "" #: tmp/cache_twig/5e/37/71e1b63407b0767110817c7b875f.php:135 @@ -5050,19 +4463,23 @@ msgstr "" msgid "Creer un utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "" @@ -5071,20 +4488,20 @@ msgid "boutton::publier" msgstr "" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:15 -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:15 -msgid "Ajouter ma selection courrante" +msgid "Collection" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:21 +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:41 msgid "Story name" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:27 +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:47 msgid "Story description" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:33 -msgid "Collection" +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:53 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:28 +msgid "Ajouter ma selection courrante" msgstr "" #: tmp/cache_twig/63/54/32f78e10cecde152548c2c0fb033.php:133 @@ -5108,11 +4525,11 @@ msgstr "" msgid "2000 caracteres maximum, separe par des espaces" msgstr "" -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:21 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:15 msgid "Nom du nouveau panier" msgstr "" -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:27 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:21 msgid "paniers::description du nouveau panier" msgstr "" @@ -5157,7 +4574,27 @@ msgid "Refresh" msgstr "" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" +msgid "(%length%)" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" msgstr "" #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 @@ -5173,7 +4610,7 @@ msgid "Vers quel API voulez vous vous connecter ?" msgstr "" #: tmp/cache_twig/72/18/6cd1f10af63b9cad709afe772368.php:197 -msgid "Aucun bridge disponible. Veuillez contacté un administrateur." +msgid "Aucun bridge disponible. Veuillez contacté un administrateur." msgstr "" #: tmp/cache_twig/72/18/6cd1f10af63b9cad709afe772368.php:507 @@ -5192,107 +4629,111 @@ msgstr "" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 -msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 +msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "" @@ -5406,32 +4847,36 @@ msgstr "" msgid "Which playlist you want to put you %number% elements into ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" +msgid "Se connecter" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" +msgid "Problèmes de connexion ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 @@ -5503,63 +4948,74 @@ msgstr "" msgid "Vous avez recu un nouveau panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" msgstr "" #: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" -msgstr "" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:297 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:308 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:323 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +msgid "Archive" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:549 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:640 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:648 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:656 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:699 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:705 -msgid "L'utilisateur desapprouve ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 +msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 -msgid "L'utilisateur n'a pas encore donne son avis sur ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" msgstr "" #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 @@ -5570,106 +5026,120 @@ msgstr "" msgid "%nb_records% records" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 -msgid "HD Download" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 -msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 -msgid "Send" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 -msgid "Save this list" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 -msgid "List Manager" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 -msgid "Select all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 -msgid "Deselect all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 -msgid "Back to Push" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 -msgid "Welcome to the ListManager !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 -msgid "Start by creating one by using the \"add\" button on the left !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 -msgid "Select a list on the left and edit it !" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 msgid "Contributor" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 msgid "See others" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 +msgid "HD Download" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 +msgid "List Manager" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 +msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 msgid "Push::une validation est une demande d'appreciation a d'autres personnes" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 +msgid "Send" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 +msgid "Save this list" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 +msgid "Select all" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 +msgid "Deselect all" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 +msgid "Back to Push" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 msgid "Back to Feedback" msgstr "" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 +msgid "Welcome to the ListManager !" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 +msgid "Start by creating one by using the \"add\" button on the left !" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 +msgid "Select a list on the left and edit it !" +msgstr "" + +#: tmp/cache_twig/a5/4a/3c031045d47e838eac5252dfd6a9.php:380 +msgid "Do you want to send your report ?" +msgstr "" + #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "" @@ -5730,6 +5200,7 @@ msgid "2000 caracteres maximum" msgstr "" #: tmp/cache_twig/aa/d4/6f94fb6eb3c2fe609a4d228ab7c7.php:170 +#: tmp/cache_twig/bd/a8/2c59a65e6a28629b0d4eecf283e3.php:139 msgid "Categorie" msgstr "" @@ -5742,7 +5213,7 @@ msgid "separe par un espace" msgstr "" #: tmp/cache_twig/aa/d4/6f94fb6eb3c2fe609a4d228ab7c7.php:289 -msgid "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%" +msgid "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%" msgstr "" #: tmp/cache_twig/aa/d4/6f94fb6eb3c2fe609a4d228ab7c7.php:309 @@ -5859,123 +5330,127 @@ msgstr[1] "" msgid "Edition de 1 element" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 +msgid "phraseanet::chargement" +msgstr "" + +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "" @@ -5991,51 +5466,51 @@ msgstr "" msgid "report::Edition des meta-donnees" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "" @@ -6051,23 +5526,23 @@ msgstr "" msgid "Les parametres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 -msgid "Les paramétres oauth de votre application." +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 +msgid "Les paramétres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "" @@ -6356,82 +5831,90 @@ msgstr "" msgid "boutton::enregistrer" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "" @@ -6641,15 +6124,15 @@ msgstr "" msgid "Back to basket list" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "" @@ -6673,11 +6156,31 @@ msgstr "" msgid "Aucune" msgstr "" -#: www/admin/adminFeedback.php:297 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "" -#: www/admin/adminFeedback.php:387 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "" @@ -6713,6 +6216,8 @@ msgstr "" #: www/admin/collection.php:152 #: www/admin/collection.php:189 #: www/admin/collection.php:226 +#: www/admin/database.php:57 +#: www/admin/database.php:62 msgid "forms::erreur lors de l'envoi du fichier" msgstr "" @@ -6720,111 +6225,119 @@ msgstr "" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "" -#: www/admin/collection.php:391 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "" -#: www/admin/collection.php:413 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "" -#: www/admin/collection.php:423 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "" -#: www/admin/collection.php:439 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "" -#: www/admin/collection.php:443 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 +#: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "" -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "" @@ -6858,7 +6371,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "" @@ -6866,192 +6379,190 @@ msgstr "" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "" -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "" -#: www/admin/database.php:588 -#: www/admin/newcoll.php:119 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "" -#: www/admin/database.php:621 -#: www/admin/newcoll.php:149 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "" -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "" -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "" -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "" -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "" -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "" @@ -7091,87 +6602,91 @@ msgstr "" msgid "admin:: appliquer le modele " msgstr "" -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "" -#: www/admin/sessionwhois.php:58 -msgid "admin::monitor: utilisateur" +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" msgstr "" #: www/admin/sessionwhois.php:59 +msgid "admin::monitor: utilisateur" +msgstr "" + +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "" -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "" -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "" @@ -7200,6 +6715,11 @@ msgstr "" msgid "Status icon upload failed : can not write on disk" msgstr "" +#: www/admin/statbits.php:130 +#: www/admin/statbits.php:167 +msgid "An error occured" +msgstr "" + #: www/admin/statbits.php:184 #: www/admin/statbits.php:247 msgid "phraseanet::status bit" @@ -7281,29 +6801,29 @@ msgstr "" msgid "admin::status: confirmer la suppression du status ?" msgstr "" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "" @@ -7312,235 +6832,214 @@ msgstr "" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 msgid "phraseanet:: Telechargement de documents" msgstr "" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "" -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 msgid "telechargement::Le fichier contient les elements suivants" msgstr "" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 msgid "phrseanet:: base" msgstr "" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 msgid "document:: nom" msgstr "" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 msgid "phrseanet:: sous definition" msgstr "" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 msgid "poids" msgstr "" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "" @@ -7576,452 +7075,443 @@ msgstr "" msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "" + +#: www/login/account.php:184 +msgid "non" +msgstr "" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 +#: www/login/index.php:112 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 +#: www/login/account.php:456 +#: www/login/forgotpwd.php:100 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "" -#: www/login/forgotpwd.php:71 +#: www/login/forgotpwd.php:73 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "" -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "" -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "" -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" msgstr "" -#: www/login/register.php:298 -#: www/login/reset-password.php:90 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "" -#: www/login/register.php:375 -#: www/login/register.php:392 -#: www/login/reset-password.php:170 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "" -#: www/login/reset-email.php:152 -#: www/login/reset-password.php:66 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "" -#: www/login/reset-email.php:230 -#: www/login/reset-password.php:148 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "" -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "" - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "" -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "" @@ -8187,277 +7677,275 @@ msgstr "" msgid "report::societe" msgstr "" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 msgid "thesaurus:: export au format texte" msgstr "" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "" -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "" -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "" -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "" @@ -8465,260 +7953,260 @@ msgstr "" msgid "thesaurus:: corbeille" msgstr "" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "" -#: www/thesaurus2/newterm.php:72 -#, php-format -msgid "thesaurus:: le terme %s" -msgstr "" - #: www/thesaurus2/newterm.php:74 #, php-format -msgid "thesaurus:: avec contexte %s" +msgid "thesaurus:: le terme %s" msgstr "" #: www/thesaurus2/newterm.php:76 +#, php-format +msgid "thesaurus:: avec contexte %s" +msgstr "" + +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "" -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "" -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "" -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "" @@ -8791,25 +8279,614 @@ msgstr "" msgid "Supprimer precedentes propositions a la substitution" msgstr "" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "" -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "" +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 +msgid "Erreur lors de l'enregistrement des donnees" +msgstr "" + +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 +msgid "Erreur lors de la mise a jour des donnes " +msgstr "" + +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 +msgid "Envoie avec succes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Admin/Publications.php:92 +msgid "You are not the owner of this feed, you can not edit it" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:104 +msgid "Basket created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:138 +msgid "Basket has been deleted" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:180 +msgid "Record removed from basket" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:217 +msgid "Basket has been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 +msgid "Basket has been archived" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 +msgid "Basket has been unarchived" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:176 +#, php-format +msgid "%d records added" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 +#, php-format +msgid "%d records moved" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:237 +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:308 +msgid "Vous ne pouvez pas editer plusieurs elements simultanement" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:262 +msgid "Vous essayez de faire une action que je ne connais pas !" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:328 +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:468 +msgid "Request contains invalid datas" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:488 +#, php-format +msgid "%d elements en attente" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 +msgid "Vocabulary not found" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:207 +msgid "Feed entry not found" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:196 +msgid "Action Forbidden : You are not the publisher" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 +msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 +msgid "publications::Ne le partagez pas, il est strictement confidentiel" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 +msgid "publications::votre rss personnel" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 +msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:47 +msgid "phraseanet::Ne plus afficher ce message" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:48 +msgid "Supprimer egalement les documents rattaches a ces regroupements" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:49 +msgid "reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:52 +msgid "prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler'" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:53 +msgid "prod::editing::annulation: abandonner les modification ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 +msgid "Vous n'avez pas les droits pour supprimer certains documents" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 +msgid "Vous n'avez pas les droits pour supprimer ces documents" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 +msgid "Vous devez donner un titre" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:63 +msgid "Nouveau modele" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 +msgid "Vous n'avez pas rempli tous les champ requis" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 +msgid "Vous n'avez pas selectionne de fil de publication" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 +msgid "panier::Supression d'un element d'un reportage" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 +msgid "panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 +msgid "phraseanet::recherche avancee" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 +msgid "panier:: renommer le panier" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 +msgid "panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 +msgid "phraseanet:: Erreur" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 +msgid "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 +msgid "cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 +#, php-format +msgid "edit:: Supprimer %s du champ dans les records selectionnes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 +#, php-format +msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 +#, php-format +msgid "edit:: Supprimer %s du champ courrant" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 +#, php-format +msgid "edit:: Ajouter %s au champ courrant" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 +msgid "panier:: vous ne pouvez pas supprimer un panier public" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 +msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 +msgid "Les parametres sont corrects, le serveur distant est operationnel" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 +msgid "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 +msgid "Aucune publication effectuee, verifiez vos parametres" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 +msgid "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 +msgid "edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 +msgid "Aucun document selectionne" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 +msgid "Are you sure you want to delete this list ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 +msgid "New list name ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 +msgid "List name can not be empty" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 +msgid "Message" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 +msgid "No users selected" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 +msgid "Unable to send the documents" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 +#, php-format +msgid "Push from %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 +msgid "No receivers specified" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 +msgid "No elements to push" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 +#, php-format +msgid "Unknown user %d" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 +#, php-format +msgid "%1$d records have been sent to %2$d users" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 +#, php-format +msgid "Validation from %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 +msgid "No participants specified" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 +msgid "No elements to validate" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 +#, php-format +msgid "Missing mandatory participant parameter %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 +#, php-format +msgid "%1$d records have been sent for validation to %2$d users" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 +msgid "First name is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 +msgid "Last name is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 +msgid "Email is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 +msgid "Email is invalid" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 +msgid "User already exists" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 +msgid "User successfully created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 +msgid "Error while creating user" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 +msgid "Story created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 +msgid "Record removed from story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 +#, php-format +msgid "Unable to create list %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:152 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:272 +msgid "List name is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:173 +#, php-format +msgid "List %s has been created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:263 +msgid "Unable to update list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 +msgid "List has been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 +#, php-format +msgid "List has been deleted" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 +#, php-format +msgid "Unable to delete list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 +msgid "Entry removed from list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 +msgid "Unable to remove entry from list " +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 +#, php-format +msgid "%d Users added to list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 +#, php-format +msgid "%d User added to list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 +msgid "Unable to add usr to list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 +msgid "List shared to user" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 +msgid "Unable to share the list with the usr" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 +msgid "Owner removed from list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 +msgid "Unable to remove usr from list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 +#, php-format +msgid "%d Story attached to the WorkZone" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 +#, php-format +msgid "%d Stories attached to the WorkZone" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 +#, php-format +msgid "%1$d Story attached to the WorkZone, %2$d already attached" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 +#, php-format +msgid "%1$d Stories attached to the WorkZone, %2$d already attached" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 +msgid "Story detached from the WorkZone" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:109 +msgid "It is not recommended to install Phraseanet without HTTPS support" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:157 +msgid "Appbox is unreachable" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:169 +msgid "Databox is unreachable" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 +#, php-format +msgid "an error occured : %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 +msgid "phraseanet::technique::datetime-edit-format" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 +msgid "phraseanet::technique::date-edit-format" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 +msgid "phraseanet::technique::date-edit-explain" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 +msgid "phraseanet::technique::time-edit-format" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 +msgid "phraseanet::technique::time-edit-explain" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/User/Edit.php:575 +msgid "Email addess is not valid" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/User/Manage.php:165 +msgid "Invalid mail address" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/User/Manage.php:197 +msgid "Invalid template name" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:356 +#, php-format +msgid "Vous aviez envoye cette demande a %d utilisateurs" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:363 +#, php-format +msgid "Vous avez envoye cette demande a %d utilisateurs" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:373 +#, php-format +msgid "Processus de validation recu de %s et concernant %d utilisateurs" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:380 +#, php-format +msgid "Processus de validation recu de %s" +msgstr "" + +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 +msgid "Element is not found" +msgstr "" + +#: lib/Doctrine/Repositories/BasketRepository.php:169 +msgid "Basket is not found" +msgstr "" + +#: lib/Doctrine/Repositories/BasketRepository.php:191 +msgid "You have not access to this basket" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 +#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 +msgid "Owner is not found" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 +msgid "Owner and list mismatch" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListRepository.php:51 +msgid "List is not found" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListRepository.php:56 +msgid "You have not access to this list" +msgstr "" + diff --git a/locale/phraseanet.pot b/locale/phraseanet.pot index 5b8ec6dbeb..9ce306a003 100644 --- a/locale/phraseanet.pot +++ b/locale/phraseanet.pot @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 17:49+0100\n" -"PO-Revision-Date: 2012-02-02 17:49+0100\n" +"POT-Creation-Date: 2012-02-28 21:08+0100\n" +"PO-Revision-Date: 2012-02-28 21:10+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -26,77 +26,70 @@ msgstr "" "X-Poedit-SearchPath-6: tmp\n" "X-Poedit-SearchPath-7: www\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "" -#: lib/classes/appbox.class.php:323 -#, fuzzy +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" -msgstr "Create new subview" +msgstr "" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "Wrong database name" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, fuzzy, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "Can't Write in folder %s" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "You do not have required permissions to create Database or it already exists" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "Error when trying; error : %s" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "" @@ -128,16 +121,11 @@ msgstr "Unable to add record to database" msgid "Impossible de trouver la base" msgstr "Unable to access database" -#: lib/classes/login.class.php:48 -#: lib/classes/mail.class.php:70 -msgid "login:: Forgot your password" -msgstr "Forgotten password ?" - -#: lib/classes/login.class.php:57 +#: lib/classes/login.class.php:38 msgid "login:: register" msgstr "Register" -#: lib/classes/login.class.php:69 +#: lib/classes/login.class.php:50 msgid "login:: guest Access" msgstr "Guest access" @@ -167,6 +155,10 @@ msgstr "You have received document(s), click the following link to dowload " msgid "Attention, ce lien lien est valable jusqu'au %s" msgstr "Warning, this link is valid until %s" +#: lib/classes/mail.class.php:70 +msgid "login:: Forgot your password" +msgstr "Forgotten password ?" + #: lib/classes/mail.class.php:72 msgid "login:: Quelqu'un a demande a reinitialiser le mode passe correspondant au login suivant : " msgstr "Someone has asked to reset password for the following login : " @@ -206,14 +198,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "Your request on the following collections is subject to administrator approbation" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "You will be informed by e-mail as soon as your request will have been processed" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "E-mail adress check" @@ -221,28 +213,28 @@ msgstr "E-mail adress check" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "Hello, we received your request to change your e-mail adress. Click the following link to process. If you did not ask for e-mail change, please ignore this message." -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "Thank you for confirming your e-mail" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "You can now connect using the folllowing adress : " -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "You have to wait for administrator confirmation; your request on the following collections is still under process : " -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "To process your registration, please confirm your e-mail adress by using the following link" -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "" -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "Automatic message of Phraseanet IV. To manage how you receive messages, connect to the following address" @@ -265,35 +257,35 @@ msgstr "Size too small : %dpx" msgid "Mauvais mode colorimetrique : %s" msgstr "Wrong color mode : %s" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "Production" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "Client" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "Admin" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "Report" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "Thesaurus" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "Lightbox" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "Upload" @@ -332,76 +324,73 @@ msgstr "Search" msgid "client::recherche: dans les categories" msgstr "In categories" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "mod_auth_token correctly configured" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "mod_auth_token bad configuration" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "Warning : mod activation test successful, running test not performed " -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "Warning : Check xsendfile existing configuration in setup" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "Warning : Check h264_streaming existing configuration in setup" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "E-mails send test" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "Validate" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "Memcached server Address" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "Active server on %s" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "memcached server unavailable, you should disable cache" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "No Memcached server linked" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "Bad configuration : For variable %1$s, value is : %2$s ; expected value is : %3$s" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "Search engine status" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "Sphinx setup" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "test" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 msgid "Cette valeur ne peut être vide" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "" @@ -441,8 +430,8 @@ msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 +#: lib/classes/Bridge/Api/Flickr.class.php:742 +#: lib/classes/Bridge/Api/Flickr.class.php:768 #: lib/classes/Bridge/Api/Youtube.class.php:979 #: lib/classes/Bridge/Api/Youtube.class.php:984 #: lib/classes/Bridge/Api/Youtube.class.php:1011 @@ -452,8 +441,8 @@ msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 +#: lib/classes/Bridge/Api/Flickr.class.php:747 +#: lib/classes/Bridge/Api/Flickr.class.php:773 #: lib/classes/Bridge/Api/Youtube.class.php:989 #: lib/classes/Bridge/Api/Youtube.class.php:1021 #, php-format @@ -467,7 +456,7 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 +#: lib/classes/Bridge/Api/Flickr.class.php:859 #: lib/classes/Bridge/Api/Youtube.class.php:1088 msgid "Le record n'a pas de fichier physique" msgstr "" @@ -479,7 +468,7 @@ msgid "La taille maximale d'une video est de %d minutes." msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 +#: lib/classes/Bridge/Api/Flickr.class.php:861 #: lib/classes/Bridge/Api/Youtube.class.php:1094 #, php-format msgid "Le poids maximum d'un fichier est de %s" @@ -489,16 +478,16 @@ msgstr "" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 #: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "" @@ -515,9 +504,8 @@ msgid "Erreur lors de l'authentification au service Youtube, Veuillez vous déco msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:588 -#, fuzzy msgid "Erreur lors de l'envoi de la requête. Erreur d'authentification." -msgstr "Authentication error" +msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:591 msgid "Erreur la ressource que vous tentez de modifier n'existe pas." @@ -579,25 +567,25 @@ msgstr "" msgid "Service youtube introuvable." msgstr "" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "OPen the link in a new window" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "General Terms of Use for database %s" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "To continue, you have to accept the General Terms of Use" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "Accept" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "Reject" @@ -697,49 +685,41 @@ msgstr "A new user has registered" #: lib/classes/eventsmanager/notify/autoregister.class.php:235 #: lib/classes/eventsmanager/notify/order.class.php:221 -#: lib/classes/eventsmanager/notify/register.class.php:240 msgid "admin::compte-utilisateur nom" msgstr "Last name" #: lib/classes/eventsmanager/notify/autoregister.class.php:237 #: lib/classes/eventsmanager/notify/order.class.php:223 -#: lib/classes/eventsmanager/notify/register.class.php:242 msgid "admin::compte-utilisateur prenom" msgstr "First name" #: lib/classes/eventsmanager/notify/autoregister.class.php:239 #: lib/classes/eventsmanager/notify/order.class.php:225 -#: lib/classes/eventsmanager/notify/register.class.php:244 msgid "admin::compte-utilisateur email" msgstr "E-mail" #: lib/classes/eventsmanager/notify/autoregister.class.php:241 #: lib/classes/eventsmanager/notify/order.class.php:227 -#: lib/classes/eventsmanager/notify/register.class.php:246 msgid "admin::compte-utilisateur adresse" msgstr "Address" #: lib/classes/eventsmanager/notify/autoregister.class.php:245 #: lib/classes/eventsmanager/notify/order.class.php:231 -#: lib/classes/eventsmanager/notify/register.class.php:250 msgid "admin::compte-utilisateur telephone" msgstr "Phone" #: lib/classes/eventsmanager/notify/autoregister.class.php:247 #: lib/classes/eventsmanager/notify/order.class.php:233 -#: lib/classes/eventsmanager/notify/register.class.php:252 msgid "admin::compte-utilisateur fax" msgstr "Fax" #: lib/classes/eventsmanager/notify/autoregister.class.php:249 #: lib/classes/eventsmanager/notify/order.class.php:235 -#: lib/classes/eventsmanager/notify/register.class.php:254 msgid "admin::compte-utilisateur poste" msgstr "Job" #: lib/classes/eventsmanager/notify/autoregister.class.php:250 #: lib/classes/eventsmanager/notify/order.class.php:236 -#: lib/classes/eventsmanager/notify/register.class.php:255 msgid "admin::compte-utilisateur societe" msgstr "Company" @@ -1171,43 +1151,43 @@ msgstr "December" msgid "report:: non-renseigne" msgstr "Not filled" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "" @@ -1245,8 +1225,6 @@ msgid "report:: Detail des telechargements" msgstr "Downloads" #: lib/classes/module/report/add.class.php:50 -#: lib/classes/module/report/edit.class.php:50 -#: lib/classes/module/report/push.class.php:50 msgid "report:: document ajoute" msgstr "Documents added" @@ -1258,6 +1236,10 @@ msgstr "Connections" msgid "report:: telechargements" msgstr "Downloads" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "Browser" @@ -1302,7 +1284,15 @@ msgstr "Information about record %d" msgid "report:: Information sur le navigateur %s" msgstr "Information about web browser %s" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "Untitled" @@ -1328,22 +1318,22 @@ msgstr "Stories " msgid "preview:: resultat numero %s " msgstr "result number %s " -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "Direct access" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "Home page" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "Cooliris viewer" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "External link" @@ -1405,7 +1395,7 @@ msgstr "Too few characters to search " msgid "Sphinx server is offline" msgstr "Sphinx server is offline" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "Manual settings" @@ -1427,17 +1417,11 @@ msgid "task::_common_:hotfolder" msgstr "Hot Folder" #: lib/classes/task/period/archive.class.php:253 -#: lib/classes/task/period/outofdate.class.php:429 -#: lib/classes/task/period/subdef.class.php:228 -#: lib/classes/task/period/workflow01.class.php:335 -#: lib/classes/task/period/writemeta.class.php:197 msgid "task::_common_:periodicite de la tache" msgstr "Frequency" #: lib/classes/task/period/archive.class.php:254 #: lib/classes/task/period/archive.class.php:257 -#: lib/classes/task/period/subdef.class.php:230 -#: lib/classes/task/period/writemeta.class.php:199 msgid "task::_common_:secondes (unite temporelle)" msgstr "seconds" @@ -1626,9 +1610,8 @@ msgid "task::ftp:utiliser SSL" msgstr "SSL" #: lib/classes/task/period/outofdate.class.php:26 -#, fuzzy msgid "Documents perimes" -msgstr "Document(s) unavailable" +msgstr "" #: lib/classes/task/period/outofdate.class.php:411 #: lib/classes/task/period/workflow01.class.php:317 @@ -1883,387 +1866,367 @@ msgstr "Protected files storage folder" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "Thumbnail web folder alias" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "Cache server" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "Use a cache server" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "None" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "Cache server host" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "Chache server port" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "Sphink server" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "Use Sphinx" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "Sphinx server address" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "Sphinx server port" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "RT Sphinx server address" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "RT Sphinx server port" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "Exernal exec." -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "Enable xsendfile for apache" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "X-Accel-Redirect (NginX only) access path" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "X-Accel-Redirect (Nginx only) mounting point" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "\"stream h264\" activation via \"mod_token\" - Warning, \"apache mod_h264_streaming\" and \"mod_auth_token\" binaries are required" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "Mount point of protected folder via \"auth_token\"" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "Full path to protected folfer via \"auth_token\"" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "\"mod_auth_token\" passphrase (setup from apache configuration file)" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "Path to PHP CLI (Common Line Interface)" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "Path to specific php.ini (optional)" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "Path to convert binary" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "Path to Composite binary" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "Path to Exiftool component" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "Path to SWF extract component" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "Path to PDF 2 SWF component" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "Path to SWF render component" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "Path to Unoconv component" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "Path to FFmpeg component" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "Path to MP4Box component" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "Path to Mplayer component" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "pdftotext (xpdf) path" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "Limit number of pages of text to extract for PDF files" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "Tools folders" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "File Owner (Apache execution account name)" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "User Group (Apache Execution user group name)" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "Main configuration" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "Administrator e-mail" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "Dissplay databases and collections names" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "Give user option to change downloaded file name" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "By default exported files will be named with ..." -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "Activate Facebook and Twitter shares" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "Home Page" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "Home page basket(s) display settings" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "Search engine" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "For user research, minimum number of caracters prior to a troncature operator insertion (1 by default)" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "default query" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "Set default query settings to..." -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "Report" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "Anonymous Report (hide users names and infos from reports)" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "Additional modules" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "Enable Phraseanet IV Thesaurus" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "Enable Story mode" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "Document substitution " -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "Enable Documents thumbnails substitution" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "Emails delivery" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "Sender default e-mail address" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "SMTP server use" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "Use Authentification" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "Host" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "Port" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "Use SSL" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "User" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "Password" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "Ftp Export" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "Enable FTP use to export document" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "Enable FTP export for users (false = Admin only)" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "Client Configuration" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "\"Search\" tab display position (1 =1st position from left)" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "\"Advanced search\" tab display position (2= 2nd position from left)" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "\"Topics\" tab display position ..." -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "Select default displayed tab (from numbers above)" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "Set \"Topics\" display as.." -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "Enable rollover display on thumbnails in detail view window" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "Enable rollover display on thumbnails in baskets" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "Collections display option in Phraseanet Client" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "Enable Display of documents total size in baskets" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "Enable \"proposals\" tab display when thesaurus active" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "Redirect to register guest users when intending download" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "Register configuration" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "Hide collection list from registration form - User registration is send for all collections \"enabled for registration\"" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "Enable Auto registration - Auto accept users at the end of registration process" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "Push configuration" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "Days before sending reminder for feedback" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "Enable expiration date in feedback push (0= no expiration date)" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "Robots indexation" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "Website Title" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "indexed meta keywords for search engines" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "Meta description" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "Google Analytics ID (UA-XXXXXXX-X)" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "Display Google Chrome frame banner" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 msgid "Erreur lors de l'enregistrement des donnees" msgstr "Error when saving datas" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 msgid "Erreur lors de la mise a jour des donnes " msgstr "Error when updating datas " -#: lib/Alchemy/Phrasea/Application/Lightbox.php:458 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:510 msgid "Do you want to send your report ?" msgstr "" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 msgid "Envoie avec succes" msgstr "Successful delivery" @@ -2303,21 +2266,29 @@ msgstr "" msgid "Basket has been updated" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:286 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:82 +msgid "An error occured" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 msgid "Basket has been archived" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 msgid "Basket has been unarchived" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:175 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 #, php-format msgid "%d records added" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 #, php-format msgid "%d records moved" msgstr "" @@ -2342,12 +2313,7 @@ msgid "%d elements en attente" msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 -#, fuzzy msgid "Vocabulary not found" -msgstr "Feed entry not found" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:82 -msgid "An error occured" msgstr "" #: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 @@ -2407,238 +2373,291 @@ msgid "phraseanet::chargement" msgstr "Loading" #: lib/Alchemy/Phrasea/Controller/Prod/Language.php:57 +msgid "boutton::creer" +msgstr "Create" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:58 msgid "boutton::rechercher" msgstr "Search" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:59 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 msgid "Vous n'avez pas les droits pour supprimer certains documents" msgstr "You do not have rights to delete some documents" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 msgid "Vous n'avez pas les droits pour supprimer ces documents" msgstr "You do not have rights to delete these documents" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 msgid "Vous devez donner un titre" msgstr "Template Name" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:63 msgid "Nouveau modele" msgstr "New Template" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:64 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 msgid "Vous n'avez pas rempli tous les champ requis" msgstr "You must fill every required fields" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 msgid "Vous n'avez pas selectionne de fil de publication" msgstr "You have not selected any feed" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 msgid "panier::Supression d'un element d'un reportage" msgstr "Delete one record from story" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 msgid "panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action." msgstr "Your are about to delete on record from a story, please confirm you action" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 msgid "phraseanet::recherche avancee" msgstr "Advanced search" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 msgid "panier:: renommer le panier" msgstr "Rename" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 msgid "panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre" msgstr "A story can't contain document from a different database than the one use to create it" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 msgid "phraseanet:: Erreur" msgstr "Error" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 msgid "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces" msgstr "Warning : If you reject General Terms of Use, you will not be able to login to this database" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 msgid "cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte." msgstr "Changes will take effect next tim you login." -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 #, php-format msgid "edit:: Supprimer %s du champ dans les records selectionnes" msgstr "Delete %s from all selected documents" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 #, php-format msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" msgstr "Add %s to all selected documents" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 #, php-format msgid "edit:: Supprimer %s du champ courrant" msgstr "Delete %s from selected document" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 #, php-format msgid "edit:: Ajouter %s au champ courrant" msgstr "Add %s to selected document" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 msgid "panier:: vous ne pouvez pas supprimer un panier public" msgstr "You do not have the required permissions to delete public basket" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "You can't select more than 400 records" +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" +msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:82 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" msgstr "Either invalid settings , either distant server is not responding" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 msgid "Les parametres sont corrects, le serveur distant est operationnel" msgstr "Valid parameters, distant server is responding" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 msgid "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" msgstr "Some publication failed, check settings" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 msgid "Aucune publication effectuee, verifiez vos parametres" msgstr "No publication done, check settings" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 msgid "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci" msgstr "Warning : by deleting this setting, modification and delete of existing publications made from it won't be possible" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 msgid "edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing" msgstr "Some documents have empty required fields. Please complete fields" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 msgid "Aucun document selectionne" msgstr "No document selected" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 msgid "Are you sure you want to delete this list ?" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 msgid "New list name ?" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 msgid "List name can not be empty" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:93 msgid "Name" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:93 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 msgid "Message" msgstr "Message" -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 -#, fuzzy +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:96 +msgid "Send" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 msgid "No users selected" -msgstr "Select" +msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 -#, fuzzy +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 msgid "Unable to send the documents" -msgstr "%basket_length% document(s)" +msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 #, php-format msgid "Push from %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 msgid "No receivers specified" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 msgid "No elements to push" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 #, php-format msgid "Unknown user %d" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 #, php-format msgid "%1$d records have been sent to %2$d users" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 -#, fuzzy, php-format +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 +#, php-format msgid "Validation from %s" -msgstr "Validations" +msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 msgid "No participants specified" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 msgid "No elements to validate" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 #, php-format msgid "Missing mandatory participant parameter %s" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 -#, fuzzy, php-format +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 +#, php-format msgid "%1$d records have been sent for validation to %2$d users" -msgstr "%1$s has sent his validation report for %2$s" +msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 msgid "First name is required" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 msgid "Last name is required" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 msgid "Email is required" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 -#, fuzzy +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 msgid "Email is invalid" -msgstr "E-Mail seems invalid" +msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 msgid "User already exists" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 msgid "User successfully created" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 msgid "Error while creating user" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 -#, fuzzy -msgid "Story created" -msgstr "To create" +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "%d results displayed from a total of %d found" -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "%d results" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "%d result(s)" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "%s document(s) selected." + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 +msgid "Story created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 msgid "Record removed from story" msgstr "" +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" +msgstr "" + #: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 #, php-format msgid "Unable to create list %s" @@ -2658,79 +2677,89 @@ msgstr "" msgid "Unable to update list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:284 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:332 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:384 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:443 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:525 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:565 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:641 +msgid "You are not authorized to do this" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 msgid "List has been updated" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 #, php-format msgid "List has been deleted" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 #, php-format msgid "Unable to delete list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 msgid "Entry removed from list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 msgid "Unable to remove entry from list " msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 #, php-format msgid "%d Users added to list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 #, php-format msgid "%d User added to list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 msgid "Unable to add usr to list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 msgid "List shared to user" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 msgid "Unable to share the list with the usr" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 msgid "Owner removed from list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 msgid "Unable to remove usr from list" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 #, php-format msgid "%d Story attached to the WorkZone" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 #, php-format msgid "%d Stories attached to the WorkZone" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 #, php-format msgid "%1$d Story attached to the WorkZone, %2$d already attached" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 #, php-format msgid "%1$d Stories attached to the WorkZone, %2$d already attached" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 msgid "Story detached from the WorkZone" msgstr "" @@ -2746,42 +2775,32 @@ msgstr "" msgid "Databox is unreachable" msgstr "" -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 #, php-format msgid "an error occured : %s" msgstr "" -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "Can't Write in folder %s" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, fuzzy, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "Unable to add record to database" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 msgid "phraseanet::technique::datetime-edit-format" msgstr "YYYY/MM/DD HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:419 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:429 msgid "phraseanet::technique::datetime-edit-explain" msgstr "yyyy/mm/dd hh:mm:ss" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 msgid "phraseanet::technique::date-edit-format" msgstr "YYYY/MM/DD" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 msgid "phraseanet::technique::date-edit-explain" msgstr "yyyy/mm/dd" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 msgid "phraseanet::technique::time-edit-format" msgstr "HH:NN:SS" -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 msgid "phraseanet::technique::time-edit-explain" msgstr "hh:mm:ss" @@ -2821,29 +2840,22 @@ msgstr "Feedback requested from %s and sent to %d other users" msgid "Processus de validation recu de %s" msgstr "Feedback requested from %s" -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 -#, fuzzy +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 msgid "Element is not found" -msgstr "Feed entry not found" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" msgstr "" -#: lib/Doctrine/Repositories/BasketRepository.php:103 -#, fuzzy +#: lib/Doctrine/Repositories/BasketRepository.php:169 msgid "Basket is not found" -msgstr "Feed entry not found" +msgstr "" -#: lib/Doctrine/Repositories/BasketRepository.php:108 +#: lib/Doctrine/Repositories/BasketRepository.php:191 msgid "You have not access to this basket" msgstr "" #: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 #: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 -#, fuzzy msgid "Owner is not found" -msgstr "Feed entry not found" +msgstr "" #: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 msgid "Owner and list mismatch" @@ -3053,28 +3065,27 @@ msgstr "About" msgid "phraseanet:: deconnection" msgstr "Sign out" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:39 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:41 msgid "login:: connexion" msgstr "Login" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:44 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:46 msgid "login::Remember me" msgstr "Remember me" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:58 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:60 msgid "login::erreur: Les cookies sont desactives sur votre navigateur" msgstr "Your web browser does not accept cookies. Please activate this fonction to use Phraseanet IV" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:68 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:70 msgid "Vous etes maintenant deconnecte. A bientot." msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:82 -#: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:244 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:84 msgid "admin::compte-utilisateur identifiant" msgstr "Login" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:97 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:99 msgid "admin::compte-utilisateur mot de passe" msgstr "Password" @@ -3112,6 +3123,7 @@ msgstr "" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "Caption" @@ -3144,9 +3156,8 @@ msgid "Reglages:: reglages d inscitpition automatisee" msgstr "Auto register set up" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:114 -#, fuzzy msgid "Filter" -msgstr "Fail" +msgstr "" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:123 msgid "Push::filter on login" @@ -3181,14 +3192,12 @@ msgid "Apply a template" msgstr "" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:189 -#, fuzzy msgid "boutton::choisir" -msgstr "Modify" +msgstr "" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:211 -#, fuzzy msgid "boutton::appliquer" -msgstr "Validate" +msgstr "" #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:227 msgid "admin::compte-utilisateur id utilisateur" @@ -3348,6 +3357,9 @@ msgid "Creer une playlist" msgstr "" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 +#: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:62 +#: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:141 msgid "Titre" msgstr "Title" @@ -3391,7 +3403,7 @@ msgstr "Terms of use" msgid "login:: accueil" msgstr "Home" -#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:287 +#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:288 msgid "phraseanet:: language" msgstr "Language" @@ -3513,14 +3525,12 @@ msgid "Ajouter une publication" msgstr "Add a publication" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:58 -#, fuzzy msgid "Feed name" -msgstr "Subview mane" +msgstr "" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:68 -#, fuzzy msgid "Short description" -msgstr "Caption" +msgstr "" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:72 msgid "Sous-titre" @@ -3547,9 +3557,8 @@ msgid "Restriction" msgstr "Restriction" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:153 -#, fuzzy msgid "Public" -msgstr "Public" +msgstr "" #: tmp/cache_twig/12/a2/2021d9942666a7bae0d71012739c.php:231 msgid "This feed is public" @@ -3564,6 +3573,50 @@ msgstr "Once the publication is deleted, all information about it are lost, proc msgid "validation::envoyer mon rapport" msgstr "Send my report" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "Caption" @@ -3593,9 +3646,9 @@ msgid "Job" msgstr "" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 -#, fuzzy +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" -msgstr "Order" +msgstr "" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:75 msgid "City" @@ -3639,46 +3692,61 @@ msgstr "" msgid "En cours d'envoi" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 -#, fuzzy -msgid "Activite" -msgstr "Activate" +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 +msgid "Activite" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 -#, fuzzy +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" -msgstr "Skin" +msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 -#, fuzzy +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" -msgstr "Mount" +msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 -#, fuzzy +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" -msgstr "Caption" - -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -#, fuzzy -msgid "%length% peoples" -msgstr "%basket_length% document(s)" +msgstr "" #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" @@ -3688,11 +3756,11 @@ msgstr "VALIDATION" msgid "lightbox::recaptitulatif" msgstr "Summary" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 msgid "validation:: OUI" msgstr "YES" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 msgid "validation:: NON" msgstr "NO" @@ -3765,7 +3833,6 @@ msgstr "Add to Basket" #: tmp/cache_twig/33/4d/8e964832ba08789a3b4d0d8e9eff.php:92 #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:27 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1295 msgid "action : print" msgstr "Print" @@ -3870,217 +3937,213 @@ msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouve msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" +msgid "Prerequisite and Configuration" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "External binaries" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "About password security policy" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "Password has to be clearly different from login and must contain 2 types of characters among the following :" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "Special" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "Uppercase" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "Lowercase" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "Numeric" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "Address" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "Port" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 msgid "Database" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 msgid "boutton::tester" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "Phraseanet has an embeded task engine to read and write metadatas et perform other operations" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "Create a task to write metadatas" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "Create a task to make subviews" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "Create a task for indexation" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "" @@ -4089,47 +4152,34 @@ msgid "validation:: editer ma note" msgstr "Modify my notes" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 msgid "action : editer" msgstr "Edit" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 msgid "action : status" msgstr "Properties" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 msgid "action : collection" msgstr "Move" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 msgid "action : push" msgstr "Push" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 msgid "action : bridge" msgstr "Bridge" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 msgid "action : publier" msgstr "Publish" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 msgid "action : outils" msgstr "Tools" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 msgid "action : supprimer" msgstr "Delete" @@ -4285,471 +4335,422 @@ msgstr "Loading..." msgid "phraseanet:: panier" msgstr "Basket" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "Search" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "Proposals" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "Thesaurus" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "Reset" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "all these words" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "this exact wording or phrase" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "one or more of these words" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "None of these words" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "All" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "None" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "Sort by " - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "Relevance" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "Add date" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "Random" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "descending" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "ascending" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "Stemme search" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "Word(s) from field(s)" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "All fields" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "Document status" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "In a date field" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "From" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "To" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "Thesaurus" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "Candidats" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "Accept candidat" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "Replace with term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "Loading" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "Delete term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "Accept term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "Replace term ?" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "New" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 -#, fuzzy +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" -msgstr "New" +msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "Sort by date" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "Sort by name" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "Settings" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "Documents" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "Story" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "Screen type" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "Image" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "Video" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "Audio" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "Document" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "Flash" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "All" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "None" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "Reset" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "Sort by " + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "Relevance" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "Add date" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "Random" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "descending" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "ascending" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "Stemme search" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "Word(s) from field(s)" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "All fields" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "Document status" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "In a date field" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "From" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "To" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "Databases" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "History" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "Topics" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 -#, fuzzy msgid "Select" -msgstr "Delete" +msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "All" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "None" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "Images" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "Videos" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "Audios" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 -#, fuzzy +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" -msgstr "Select an action" +msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "About Short cuts" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "Main windows shortcuts " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "ctrl-a : select all " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "ctrl-p : print selected " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "ctrl-e : edit selection " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "left arrow : previous page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "right arrow : next page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "up arrow : vertical scroll " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "down arrow : vertical scroll " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "Baskets & features zone shortcuts " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "Edit window shortcuts " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "tab/shift-tab : change field " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "Details View window shortcut " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "right arrow : next document " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "left arrow : previous document " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "space : start/stop diaporama " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "esc : close most of overlayed windows " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "Do not display help anymore" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "Display" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "Configuration" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "Display mode" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "Thumbnails" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "List" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "Skin" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "Theme picker" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "Thumbnails" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "Iconograph (caption on rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "Graphist (preview on rollover)" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "Technical informations" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "Display" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "Display in caption" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "Hide" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "Document(s) Type" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "Display an Icon" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "Results per page " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "Thumbnails size " -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "Selection color" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "Select" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "Display On startup" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "My last query" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "The query" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" msgstr "Help" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "Caption" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "Timeline" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "Popularity" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "Show Status" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "Show Caption" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "Show Title" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "Set order" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "Automatic sort" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "Choose" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "Reverse" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "View statistics" @@ -4767,9 +4768,8 @@ msgid "Etes vous sur de supprimer %number% photos ?" msgstr "" #: tmp/cache_twig/46/21/f5a038e4c5a3f4677f8ee17a5d45.php:38 -#, fuzzy msgid "Erreur lors de votre authentification" -msgstr "Authentication error" +msgstr "" #: tmp/cache_twig/46/21/f5a038e4c5a3f4677f8ee17a5d45.php:53 msgid "Vous etes authentifie avec succes" @@ -4796,7 +4796,6 @@ msgid "Creer" msgstr "Create" #: tmp/cache_twig/4b/1d/eeda3c99bc5c1ea2b32c1b5030e1.php:32 -#: tmp/cache_twig/56/df/8e9606b65d5b86ebe83193d18d40.php:48 msgid "Actions" msgstr "" @@ -4925,21 +4924,33 @@ msgstr "No matches found" msgid "Ajouter a" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "Fail" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "Success" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" -msgstr "Error : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" +msgstr "Hi %username%" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" -msgstr "Expire in %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" +msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 msgid "Rights" @@ -5002,26 +5013,25 @@ msgid "panier:: description" msgstr "Caption" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:184 -#, fuzzy msgid "Received from %user_name%" -msgstr "Hi %username%" +msgstr "" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "" @@ -5066,9 +5076,9 @@ msgid "Home" msgstr "Home" #: tmp/cache_twig/60/d6/47be888a7c020832754fcd4e22e9.php:94 -#, fuzzy, php-format +#, php-format msgid "%entry_length% documents" -msgstr "%basket_length% document(s)" +msgstr "" #: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:114 msgid "Cocher toute la colonne" @@ -5086,19 +5096,23 @@ msgstr "Create a template user" msgid "Creer un utilisateur" msgstr "Create a new user" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "Add a new user" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "New user email address" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "Create a template" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "New template name" @@ -5107,23 +5121,21 @@ msgid "boutton::publier" msgstr "Publish" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:15 -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:15 -msgid "Ajouter ma selection courrante" -msgstr "Add my current selection" +msgid "Collection" +msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:21 +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:41 msgid "Story name" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:27 -#, fuzzy +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:47 msgid "Story description" -msgstr "Caption" +msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:33 -#, fuzzy -msgid "Collection" -msgstr "Selection color" +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:53 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:28 +msgid "Ajouter ma selection courrante" +msgstr "Add my current selection" #: tmp/cache_twig/63/54/32f78e10cecde152548c2c0fb033.php:133 msgid "Garder ma session active" @@ -5146,11 +5158,11 @@ msgstr "" msgid "2000 caracteres maximum, separe par des espaces" msgstr "" -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:21 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:15 msgid "Nom du nouveau panier" msgstr "Nom" -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:27 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:21 msgid "paniers::description du nouveau panier" msgstr "Caption" @@ -5195,9 +5207,24 @@ msgid "Refresh" msgstr "" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -#, fuzzy -msgid "Delete" -msgstr "Delete" +msgid "(%length%)" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +msgid "Reordonner automatiquement" +msgstr "Automatic sort" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +msgid "Choisir" +msgstr "Choose" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +msgid "Re-ordonner" +msgstr "Set order" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +msgid "Inverser" +msgstr "Reverse" #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 msgid "Playlist" @@ -5231,108 +5258,111 @@ msgstr "1 - Time space" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "Add" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "Name" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "DublinCore Element Set" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "Multivalued" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "Indexable" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "Read only" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 -#, fuzzy +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" -msgstr "Mime type" +msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "Thesaurus branch" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "Display on reports" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "Display as Title" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "All" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "None" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "French" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "German" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "English" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "Arabic" @@ -5399,12 +5429,10 @@ msgid "%basket_length% documents" msgstr "%basket_length% document(s)" #: tmp/cache_twig/8d/79/76476366a01f6c54cf35fb5cab8c.php:47 -#: tmp/cache_twig/96/e0/fd19d9062415cb8b27561bd53f21.php:47 msgid "Suppression de %n_element% videos" msgstr "" #: tmp/cache_twig/8d/79/76476366a01f6c54cf35fb5cab8c.php:67 -#: tmp/cache_twig/96/e0/fd19d9062415cb8b27561bd53f21.php:67 msgid "Etes vous sur de supprimer %number% videos ?" msgstr "" @@ -5418,9 +5446,8 @@ msgid "publications:: s'abonner aux publications" msgstr "Subscribe" #: tmp/cache_twig/8d/cc/87605d787f752de8d5b6201bfad5.php:83 -#, fuzzy msgid "Aller a" -msgstr "Go to " +msgstr "" #: tmp/cache_twig/8d/cc/87605d787f752de8d5b6201bfad5.php:143 msgid "Aucune entree pour le moment" @@ -5447,34 +5474,37 @@ msgstr "Back to Home" msgid "Which playlist you want to put you %number% elements into ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -#, fuzzy -msgid "mauvais login / mot de passe" -msgstr "Password resistance" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" -msgstr "Hi %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" +msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" -msgstr "%application_name% wants to acces to your data on %home_title%" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" +msgid "Se connecter" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" -msgstr "Yes" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 +msgid "Problèmes de connexion ?" +msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" -msgstr "No" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" +msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 msgid "Apparait aussi dans ces reportages" @@ -5522,9 +5552,8 @@ msgid "Id" msgstr "" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:203 -#, fuzzy msgid "Email" -msgstr "May" +msgstr "" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:207 msgid "Owner" @@ -5535,9 +5564,8 @@ msgid "Ajouter un publisher" msgstr "Add a Publisher" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:309 -#, fuzzy msgid "Name or email" -msgstr "Email" +msgstr "" #: tmp/cache_twig/9e/be/1977c6e64a7acf4902aff6940cb6.php:434 msgid "You are not the feed owner" @@ -5547,65 +5575,76 @@ msgstr "" msgid "Vous avez recu un nouveau panier" msgstr "You have a new basket available" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" -msgstr "You have pushed this basket for feedback" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" +msgstr "" #: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" -msgstr "Basket received from %pusher%" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:297 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "Export" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:308 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "Edit" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "Rename" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "Validate" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:323 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "You have pushed this basket for feedback" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "Basket received from %pusher%" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "Rename" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +msgid "Archive" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "Release from Basket zone" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:549 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "Delete" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:640 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "Basket order" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:648 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "Most approved" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:656 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "Less approved" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:699 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "User approve this document" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:705 -msgid "L'utilisateur desapprouve ce document" -msgstr "User disapprove this document" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "User hasn't decided yet" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" +msgstr "User disapprove this document" + #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 msgid "validation:: note" msgstr "Comments" @@ -5614,114 +5653,118 @@ msgstr "Comments" msgid "%nb_records% records" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 +msgid "Contributor" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 +msgid "See others" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 msgid "HD Download" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 +msgid "List Manager" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" msgstr "" "Push is used to send a selection of documents to recipients.\n" "Recipients will receive a mail with a link that will launch Phraseanet Lightbox, display documents for visualisation and/or download.\n" "Push is also available as a \"received\" basket within Phraseanet for registered users" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 -msgid "Send" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 -msgid "Save this list" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 -#, fuzzy -msgid "List Manager" -msgstr "Upload Manager" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 -msgid "Select all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 -msgid "Deselect all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 -#, fuzzy -msgid "Back to Push" -msgstr "Push" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 -msgid "Welcome to the ListManager !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 -msgid "Start by creating one by using the \"add\" button on the left !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 -msgid "Select a list on the left and edit it !" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 -msgid "Contributor" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 -msgid "See others" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 msgid "Push::une validation est une demande d'appreciation a d'autres personnes" msgstr "" "Click to send a request for feedback on a selection of documents to recipients.\n" "Recipients will receive a mail with a link, that will launch Phraseanet Lightbox, display documents and ask user(s) for feedback and/or download.\n" "Feed back is available as a validation Basket within Phraseanet for registered users" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 +msgid "Save this list" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 +msgid "Select all" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 +msgid "Deselect all" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 +msgid "Back to Push" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 msgid "Back to Feedback" msgstr "" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 +msgid "Welcome to the ListManager !" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 +msgid "Start by creating one by using the \"add\" button on the left !" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 +msgid "Select a list on the left and edit it !" +msgstr "" + #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "Questions asked" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "Web site" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "Application type" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "Web application" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "Desktop application" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "Callback url" @@ -5911,123 +5954,123 @@ msgstr[1] "" msgid "Edition de 1 element" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "No editable status" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "You do not have the required permission to change some of the documents status" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "Replace" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "Clipboard" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "Find / Replace" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "Caption template" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "Replace in field" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "Replace in all fields" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "Find" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "Replace with" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "Options" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "Regular expression" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "Help about Regular expressions" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "Replace All" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "Case insensitive" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "Whole field" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "In field" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "Case sensitive" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "Processing indexation" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "Valid changes or Cancel" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "Title" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "Unable to edit" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "Selected documents come from differents databases, unable to edit" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "You do not have the required permissions to edit 1 document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "Some fields must be filled to save changes" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "Set as cover document" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "Status " -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "" @@ -6043,51 +6086,51 @@ msgstr "Validation demand toward %n_user% user from application box %appbox%" msgid "report::Edition des meta-donnees" msgstr "Metadatas Edition" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" -msgstr "Move(s) to collection : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" +msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "Edit Status" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "Printing(s) : %format%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "Publication(s) from %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "Download(s) from %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "Sent by email of %content% to %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "Sent by ftp of %content% to %dest%" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "Delete document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "Add document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "Unknown action on document" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "By %user_infos%" @@ -6100,27 +6143,26 @@ msgid "settings OAuth" msgstr "OAuth settings" #: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:58 -#, fuzzy msgid "Les parametres oauth de votre application." -msgstr "your application Oauth settings" +msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 msgid "Les paramétres oauth de votre application." msgstr "your application Oauth settings" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "Token" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "Token not generated yet" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "Generate" @@ -6409,84 +6451,90 @@ msgstr "Comments" msgid "boutton::enregistrer" msgstr "Save" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 -#, fuzzy +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" -msgstr "Fail" +msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 -#, fuzzy +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" -msgstr "Edit" +msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "Create new subview" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "Delete the subview" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "Subview mane" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "Access Class" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "Preveiw" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "Everyone" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "Class" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "Baseurl" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "Write Metadatas" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "Media type" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "Yes" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "No" @@ -6637,14 +6685,12 @@ msgid "Received baskets" msgstr "" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:67 -#, fuzzy msgid "Validations sent" -msgstr "Validations" +msgstr "" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:79 -#, fuzzy msgid "Validations received" -msgstr "Validations" +msgstr "" #: tmp/cache_twig/f4/9c/1593aef71f486ed368d85e63253d.php:86 msgid "When" @@ -6698,15 +6744,15 @@ msgstr "" msgid "Back to basket list" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "" @@ -6730,11 +6776,31 @@ msgstr "Status" msgid "Aucune" msgstr "None" -#: www/admin/adminFeedback.php:297 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "No aliases" -#: www/admin/adminFeedback.php:387 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "Empty database before delete" @@ -6770,6 +6836,8 @@ msgstr "File is too heavy" #: www/admin/collection.php:152 #: www/admin/collection.php:189 #: www/admin/collection.php:226 +#: www/admin/database.php:57 +#: www/admin/database.php:62 msgid "forms::erreur lors de l'envoi du fichier" msgstr "File sending error" @@ -6777,111 +6845,119 @@ msgstr "File sending error" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "Confirm collection dump ?" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "Confirm collection unmount ?" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "Confirm collection publication ?" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "Confirm collection stop ?" -#: www/admin/collection.php:391 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "Collection" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "Distant collection ID" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "Collection Status" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "Enable collection" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "Disable collection" -#: www/admin/collection.php:413 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "Details" -#: www/admin/collection.php:423 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "Hide details" -#: www/admin/collection.php:439 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "Object" -#: www/admin/collection.php:443 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "Number" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 +#: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "Size" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "Order Managers" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "Add a new order Manager" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "Display options for documents shared outside Phraseanet" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "Default" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "Watermark file" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "Stamp" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "Rename" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "Name : " -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "Empty" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "Confirm collection delete ?" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "Current minilogo" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "No file" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "Collection introduction banner " @@ -6915,7 +6991,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "Confirm Database re-indexation" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "Alias" @@ -6923,192 +6999,186 @@ msgstr "Alias" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "Delete full content of database ?" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "Confirm Database removal" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "Delete complete log of database ?" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "Stop database publication ?" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "Records on database :" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "Unique words : " -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "indexed words :" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "Thesaurus indexed terms :" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "Orphans documents" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "Sum" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "Full text indexed documents" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "Thesaurus indexed documents" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "This database can be indexed" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "Re-index database now (regarding quantity of documents, this operation can last several hours)" -#: www/admin/database.php:588 -#: www/admin/newcoll.php:119 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "Create collection" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "Mount a collection" -#: www/admin/database.php:621 -#: www/admin/newcoll.php:149 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "apply users and rights from collection : " -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "Mount" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "Activate a collection" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "Delete all Logs" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "Stop database publication" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "Empty database" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "Delete database" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "Print Logo" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "Delete logo" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "Upload Logo (Height 35px max., jpeg)" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "Don't forget to restart task scheduler" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "Please stop Scheduler before updating" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "" -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "Version" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "Your application needs an update to : " -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "Your version is up to date " -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "Repair table" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "Create new database" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "Create a new database on another server" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "Host name" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "User" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "Password" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "Database Name" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "XML structure template" -#: www/admin/databases.php:397 -msgid "boutton::creer" -msgstr "Create" - -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "Mount database" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "Mount Database from a distant host." -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "Mount" @@ -7148,95 +7218,98 @@ msgstr "Collection" msgid "admin:: appliquer le modele " msgstr "Apply template " -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "Collection not created, it must have a name" -#: www/admin/sessionwhois.php:58 +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" +msgstr "" + +#: www/admin/sessionwhois.php:59 msgid "admin::monitor: utilisateur" msgstr "User" -#: www/admin/sessionwhois.php:59 +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "Modules" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "Connection date" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "Last access" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "Connected databases " -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "Persistent session(s)" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "Unknown" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "Unique visitors " -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "No Memcached server linked" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "Administrators" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "Add an admin" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "Reset admin rights" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "Reset" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "Main settings" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "Your configuration" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "File System configuration" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "Executables" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "PHP Extensions" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "Phrasea Module" #: www/admin/statbits.php:110 #: www/admin/statbits.php:147 -#, fuzzy msgid "You do not enough rights to update status" -msgstr "You do not have the required permissions to upload documents" +msgstr "" #: www/admin/statbits.php:114 #: www/admin/statbits.php:151 @@ -7339,29 +7412,29 @@ msgstr "Display illustrations on top of thumbnails, for all users" msgid "admin::status: confirmer la suppression du status ?" msgstr "Confirm status delete" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "Structure" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "Invalid XML, unable to apply changes" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "Warning, switch to graphic view may loss your xml if you did not save it. Continue ?" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "Suggested values - collection settings" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "Fields" @@ -7370,236 +7443,223 @@ msgstr "Fields" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "Invalid Xml, restore previous version ?" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "Delete Task ?" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "Close" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "Renew" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "Scheduler" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "New task" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "Status" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "Task Process_id" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "Operation in progress" -#: www/admin/taskmanager.php:751 -#, fuzzy -msgid "Preferences du TaskManager" -msgstr "Scheduler setup" - #: www/admin/taskmanager.php:753 +msgid "Preferences du TaskManager" +msgstr "" + +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "This url allows to control Scheduler from a cron manager" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "Query Report" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "%d result(s)" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "No results for your search" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "My baskets" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "Baskets received" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "%d document(s)" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "%d document(s)" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "Launch Lighbox" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "Basket sent by %s" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "New basket(s) received" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "%b, %d %Y %l:%s %p" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "%d-%m-%Y" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "Last Publications" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "Unread" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "Last update" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "Search" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "Advanced Search" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "Topics" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "And" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "Or" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "Except" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "Search" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "All databases" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "Display settings" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "Collections" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "Clic here to reset all filters" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "Timeline" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "Reset all filters" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "Filter" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "By Date" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "By Status" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "By Field" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "All fields" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 +#: www/include/download_prepare.php:108 +#: www/include/download_prepare.php:151 msgid "phraseanet:: Telechargement de documents" msgstr "Download Manager" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 +#: www/include/download_prepare.php:153 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "Be Patient, requested documents are being gathered, this operation can take several minutes." -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 +#: www/include/download_prepare.php:158 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "Your download is ready. If download does not start within seconds, %s click here %s" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 +#: www/include/download_prepare.php:161 msgid "telechargement::Le fichier contient les elements suivants" msgstr "Zip file contains the following documents" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 +#: www/include/download_prepare.php:165 msgid "phrseanet:: base" msgstr "Database" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 +#: www/include/download_prepare.php:166 msgid "document:: nom" msgstr "Document name" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 +#: www/include/download_prepare.php:167 msgid "phrseanet:: sous definition" msgstr "Document type" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 +#: www/include/download_prepare.php:168 msgid "poids" msgstr "Size" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "Your link is corrupted" @@ -7635,452 +7695,440 @@ msgstr "An internal error occured. Server connection interupted" msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "If the problem persists, System Administrator" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "Delivery Error for %s e-mail(s)" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "You will be disconnected for maintenance, please quit Phraseanet" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "Yes" + +#: www/login/account.php:184 +msgid "non" +msgstr "No" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 +#: www/login/index.php:112 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "Password update done" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "Changes saved" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "Error when saving modifications" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "Requests are beeing processed" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 +#: www/login/account.php:456 +#: www/login/forgotpwd.php:100 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "Change password" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "Change my e-mail" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "Enable FTP fonction" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "Repository prefix name" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "Data sent automatically" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "Original" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "Thumbnail" -#: www/login/forgotpwd.php:71 +#: www/login/forgotpwd.php:73 +#: www/login/register.php:101 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "contains bad characters" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "To optimize security you must update you password" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "New password" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "Confirm password" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "Back to homepage" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "Mailserver error" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "Account does not exist" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "Url does not exist anymore" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "e-mail has been sent" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "Enter your e-mail address" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "Authentication error" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "To many authentification error. Please use the captcha" -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "Access denied, you have not confirmed your e-mail adress." -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "Send me a new confirmation e-mail" -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "You have access to no collection at the moment" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "Maintenance in progess, Please try to connect later" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "This e-mail is already confirmed" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "E-mail confirmation sent" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "You e-mail is now confirmed" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "Get another Captcha" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "Copy the words below" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "Home" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 msgid "forms::l'email semble invalide" msgstr "E-Mail seems invalid" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "Email address already registered" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "A user with this login already exists" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" -msgstr "8 lettering minimum" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" +msgstr "" -#: www/login/register.php:298 -#: www/login/reset-password.php:90 +#: www/login/register.php:304 msgid "forms::le mot de passe est simple" msgstr "Password is too simple" -#: www/login/register.php:375 -#: www/login/register.php:392 -#: www/login/reset-password.php:170 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 msgid "8 caracteres minimum" msgstr "8 lettering minimum" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "Password resistance" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "About Password security" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "E-mail updated" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "Back to home page" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "Error while updating" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "Mail-server error" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "E-mails do not match" -#: www/login/reset-email.php:152 -#: www/login/reset-password.php:66 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "Wrong password" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "Confirmation e-mail sent. Please follow received instructions" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "Back to my account" -#: www/login/reset-email.php:230 -#: www/login/reset-password.php:148 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "Oops ! An error occured !" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "New e-mail address" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "Confirm e-mail address" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "Why should I give my password to change my e-mail ?" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "Your e-mail address will be used if you loose your password. It is important that you are the only one who can change it" -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "Old password" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "%d results displayed from a total of %d found" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "%d results" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "%d result(s)" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "%s document(s) selected." - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "Invalid file format" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "Document replaced" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "%d documents modified" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "Document can't be added" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "Status" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "Type" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "Editing Status from %d story (ies)" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "Editing Status from %d document(s)" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "Reset to 0 all unnamed status" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "Reset to 0 all unnamed status" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "No Status defined for this database" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "Change also Status for documents linked to stories" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "Status edition impossible for %d documents" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "You do not have the required permissions to change status on selected documents" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "Apply to all selected documents" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "Re-construct subview" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "Rotate subview" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "Substitute document" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "Substitute subviews" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "Meta-datas" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "Warning : Some documents have substitued subviews" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "Re-construct custom defined thumbnails" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "Reconstruct subviews" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "Do not re-construct any subviews" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "Re-construct all subviews" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "This action only concerns subviews from Image type documents" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "Turn 90° clockwise" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "Turn 90° anticlockwise" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "Update original file name after substitution" -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "Documents ordered" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "Error when ordering documents" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "Documents can't be sent by FTP" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "Export registered in queue file" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "succesfull connection to ftp server" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "Error connecting to FTP : %s" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "No URL avalaible" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "No embed code avalaible" @@ -8246,277 +8294,277 @@ msgstr "Country" msgid "report::societe" msgstr "Company" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "Accept" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "removed_src" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "Refresh" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "remove_tgt" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "Accept term as :" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "Specific term" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "as a synonym of %s" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "Accept branch as" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "A candidat from field %s can't be accepted for the branch" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 +#: www/thesaurus2/export_text_dlg.php:44 +#: www/thesaurus2/export_text_dlg.php:148 msgid "thesaurus:: export au format texte" msgstr "Text" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "Export " -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "example" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "Synonym(s) on same line" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "One line per synonym" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "Print line numbers " -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "Include language" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "Include hits" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "Topics" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "Topics" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "File generated : %s" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "%s file(s) generated" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "Error during file registration" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "Export" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "Export for all languages" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "Display for the current language" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "Sort" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "Search" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "Thesaurus *:\"query\"" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "Fulltext" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "Full question (with operators)" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "Display options" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "Reproduce current view (with navigation)" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "Reproduce current view (without navigation)" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "All deployed ( with navigation)" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "All deployed (static)" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "Close all (with navigation)" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "Over-indent at line %s" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "Bad encoding at line %s" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "Bad character at line %s" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "Import" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "Paste here list of terms to import" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "Default language" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "Tabulated ASCII file" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "Delete existing link(s) between thesaurus branch(s) and field(s)" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "Re-index after import" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "Edit thesaurus" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "Choose" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "Select edit language" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "No Database access" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "Link thesaurus branch to field" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "Link thesaurus branch to field %s" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "Link branch ?" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "This fields has been modified; previous branch was : %s " -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "New branch" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "This field is no longer linked to thesaurus, indexed terms and candidats will be deleted" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "This field must be linked to thesaurus. Database re indexation needed" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "Link to thesaurus must be modified , database re indextion needed" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "Re indexation needed" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "No re-index" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "Delete link to field %s" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "Delete candidats branch linked to field %s" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "Recording modified list of candidats" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "Delete indexes from thesaurus for field" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "Re-index all records" @@ -8524,260 +8572,260 @@ msgstr "Re-index all records" msgid "thesaurus:: corbeille" msgstr "Stock" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "New term" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "Term" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "New Synonym" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "Synonym" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "Context" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "New specific term" -#: www/thesaurus2/newterm.php:72 +#: www/thesaurus2/newterm.php:74 #, php-format msgid "thesaurus:: le terme %s" msgstr "Term %s" -#: www/thesaurus2/newterm.php:74 +#: www/thesaurus2/newterm.php:76 #, php-format msgid "thesaurus:: avec contexte %s" msgstr "contexted by %s" -#: www/thesaurus2/newterm.php:76 +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "Without context" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "is already a candidat from valid field " -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "Is already a candidat from valid fields " -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "Select origin to accept" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "is a candidat from fields but can't be accepted for this branch" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "is not a candidat" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "Warning :" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "Add term without re indexetation" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "Add term and re index" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "Properties" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "Delete" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "Replace" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "%s result(s)" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "Synonyms" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "hits" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "ids" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "Confirm term \"%s\" delete" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "term" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "equals " -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "Starts with" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "contains" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "ends with" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "Properties" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "Reject" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "Allow" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "Delete candidats with no hits" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "Replace" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "Search" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "Export" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "Review candidats" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "Import" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "New term" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "New synonym" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "Export as topics" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "Link to fields" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "Candidats" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "Display rejected terms" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "Thesaurus" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "Delete branch : (concerned terms will be displayed as candidats on futur indexation" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "This branch has hits,confirm delete ? (Concerned terms will move back to candidats)" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "All terms have hits" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "Terms from this branch have no hits : delete Terms ?" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "Delete all candidats et re index all documents with thesaurus" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "Move Terms to stock" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "You do not have the required permissions to upload documents" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "Select an action" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "No document selected" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "Upload in progress, wait until current upload ends" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "Queue file is not empty, do you to delete files in queue ?" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "%d files uploaded" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "%d file uploaded" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "Some uploaded documents have been sent to quarantine" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "Select files to add (max size : %d Mb)" @@ -8850,25 +8898,89 @@ msgstr "Delet blocked documents" msgid "Supprimer precedentes propositions a la substitution" msgstr "Delete previous candidats to substitution" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "Internal server error" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "Error while adding" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "Documents added to quarantine" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "Pending files..." -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "FIle Uploaded" +#, fuzzy +#~ msgid "Impossible d'ecrire dans le fichier %s" +#~ msgstr "Can't Write in folder %s" + +#~ msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" +#~ msgstr "memcached server unavailable, you should disable cache" + +#~ msgid "GV::section:: Serveurs de cache" +#~ msgstr "Cache server" + +#~ msgid "reglages:: Utiliser un serveur de cache" +#~ msgstr "Use a cache server" + +#~ msgid "setup:: Hote du Serveur de cache" +#~ msgstr "Cache server host" + +#~ msgid "reglages:: port du serveur de cache" +#~ msgstr "Chache server port" + +#~ msgid "Impossible d'ecrire dans le dossier %s" +#~ msgstr "Can't Write in folder %s" + +#, fuzzy +#~ msgid "Impossible d'effacer le fichier %s" +#~ msgstr "Unable to add record to database" + +#~ msgid "recherche" +#~ msgstr "Search" + +#~ msgid "Chercher tous les mots" +#~ msgstr "all these words" + +#~ msgid "Cette expression exacte" +#~ msgstr "this exact wording or phrase" + +#~ msgid "Au moins un des mots suivants" +#~ msgstr "one or more of these words" + +#~ msgid "Aucun des mots suivants" +#~ msgstr "None of these words" + +#~ msgid "recherche :: Bases" +#~ msgstr "Databases" + +#~ msgid "recherche :: Historique" +#~ msgstr "History" + +#~ msgid "recherche :: Themes" +#~ msgstr "Topics" + +#~ msgid "Expire dans %expiration_date%" +#~ msgstr "Expire in %expiration_date%" + +#~ msgid "%application_name% wants to acces to your data on %home_title%" +#~ msgstr "%application_name% wants to acces to your data on %home_title%" + +#~ msgid "phraseanet::technique::datetime" +#~ msgstr "%b, %d %Y %l:%s %p" + +#~ msgid "phraseanet::technique::date" +#~ msgstr "%d-%m-%Y" + +#~ msgid "publications:: publication non lue" +#~ msgstr "Unread" diff --git a/locale/zh_CN/LC_MESSAGES/phraseanet.mo b/locale/zh_CN/LC_MESSAGES/phraseanet.mo index ece6e295b8..97b79bfbf4 100644 Binary files a/locale/zh_CN/LC_MESSAGES/phraseanet.mo and b/locale/zh_CN/LC_MESSAGES/phraseanet.mo differ diff --git a/locale/zh_CN/LC_MESSAGES/phraseanet.po b/locale/zh_CN/LC_MESSAGES/phraseanet.po index 6160bea7a0..976b9e4ae5 100644 --- a/locale/zh_CN/LC_MESSAGES/phraseanet.po +++ b/locale/zh_CN/LC_MESSAGES/phraseanet.po @@ -2,91 +2,92 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 17:49+0100\n" -"PO-Revision-Date: 2012-02-02 17:55+0100\n" +"POT-Creation-Date: 2012-02-28 21:06+0100\n" +"PO-Revision-Date: 2012-02-28 21:08+0100\n" "Last-Translator: Romain Neutron \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Launchpad-Export-Date: 2012-02-02 16:20+0000\n" -"X-Generator: Launchpad (build 14738)\n" -"X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" +"X-Launchpad-Export-Date: 2012-02-28 18:36+0000\n" +"X-Generator: Launchpad (build 14874)\n" "X-Poedit-SourceCharset: iso-8859-1\n" -"X-Poedit-Basepath: .\n" +"X-Poedit-Basepath: /Users/romain/Documents/workspace/Phraseanet\n" "X-Poedit-KeywordsList: _e;__\n" +"X-Poedit-SearchPath-0: config\n" +"X-Poedit-SearchPath-1: lib/classes\n" +"X-Poedit-SearchPath-2: lib/conf.d\n" +"X-Poedit-SearchPath-3: tmp\n" +"X-Poedit-SearchPath-4: www\n" +"X-Poedit-SearchPath-5: lib/Alchemy\n" +"X-Poedit-SearchPath-6: lib/Doctrine\n" +"X-Poedit-SearchPath-7: bin\n" -#: lib/classes/appbox.class.php:315 -#: lib/classes/appbox.class.php:390 +#: lib/classes/appbox.class.php:309 +#: lib/classes/appbox.class.php:383 msgid "Flushing cache" msgstr "" -#: lib/classes/appbox.class.php:323 +#: lib/classes/appbox.class.php:316 msgid "Creating new tables" msgstr "" -#: lib/classes/appbox.class.php:340 -#: lib/classes/appbox.class.php:348 +#: lib/classes/appbox.class.php:333 +#: lib/classes/appbox.class.php:341 msgid "Purging directories" msgstr "" -#: lib/classes/appbox.class.php:356 +#: lib/classes/appbox.class.php:349 msgid "Copying files" msgstr "" -#: lib/classes/appbox.class.php:365 +#: lib/classes/appbox.class.php:358 msgid "Upgrading appbox" msgstr "" -#: lib/classes/appbox.class.php:374 +#: lib/classes/appbox.class.php:367 #, php-format msgid "Upgrading %s" msgstr "" -#: lib/classes/appbox.class.php:382 +#: lib/classes/appbox.class.php:375 msgid "Post upgrade" msgstr "" -#: lib/classes/appbox.class.php:433 +#: lib/classes/appbox.class.php:425 msgid "Nom de base de donnee incorrect" msgstr "" -#: lib/classes/appbox.class.php:514 -#: lib/classes/appbox.class.php:538 -#, php-format -msgid "Impossible d'ecrire dans le fichier %s" -msgstr "" - -#: lib/classes/appbox.class.php:590 +#: lib/classes/appbox.class.php:527 msgid "setup::la base de donnees existe deja et vous n'avez pas les droits ou vous n'avez pas les droits de la creer" msgstr "" -#: lib/classes/base.class.php:294 +#: lib/classes/base.class.php:306 #, php-format msgid "Updating table %s" msgstr "" -#: lib/classes/base.class.php:311 -#: lib/classes/base.class.php:562 -#: lib/classes/base.class.php:806 -#: lib/classes/base.class.php:823 +#: lib/classes/base.class.php:323 +#: lib/classes/base.class.php:573 +#: lib/classes/base.class.php:817 +#: lib/classes/base.class.php:834 #, php-format msgid "Erreur lors de la tentative ; errreur : %s" msgstr "" -#: lib/classes/base.class.php:333 +#: lib/classes/base.class.php:345 #, php-format msgid "Creating table %s" msgstr "" -#: lib/classes/base.class.php:341 -#: lib/classes/base.class.php:882 +#: lib/classes/base.class.php:353 +#: lib/classes/base.class.php:894 #, php-format msgid "Applying patches on %s" msgstr "" -#: lib/classes/base.class.php:842 +#: lib/classes/base.class.php:854 msgid "Looking for patches" msgstr "" @@ -118,16 +119,11 @@ msgstr "" msgid "Impossible de trouver la base" msgstr "" -#: lib/classes/login.class.php:48 -#: lib/classes/mail.class.php:70 -msgid "login:: Forgot your password" -msgstr "" - -#: lib/classes/login.class.php:57 +#: lib/classes/login.class.php:38 msgid "login:: register" msgstr "" -#: lib/classes/login.class.php:69 +#: lib/classes/login.class.php:50 msgid "login:: guest Access" msgstr "" @@ -157,6 +153,10 @@ msgstr "" msgid "Attention, ce lien lien est valable jusqu'au %s" msgstr "" +#: lib/classes/mail.class.php:70 +msgid "login:: Forgot your password" +msgstr "" + #: lib/classes/mail.class.php:72 msgid "login:: Quelqu'un a demande a reinitialiser le mode passe correspondant au login suivant : " msgstr "" @@ -196,14 +196,14 @@ msgid "login::register: vos demandes concernat les collections suivantes sont su msgstr "" #: lib/classes/mail.class.php:118 -#: lib/classes/mail.class.php:164 +#: lib/classes/mail.class.php:166 msgid "login::register : vous serez avertis par email lorsque vos demandes seront traitees" msgstr "" #: lib/classes/mail.class.php:134 -#: lib/classes/mail.class.php:146 -#: lib/classes/mail.class.php:160 -#: lib/classes/mail.class.php:177 +#: lib/classes/mail.class.php:148 +#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:179 msgid "login::register: sujet email : confirmation de votre adresse email" msgstr "" @@ -211,28 +211,28 @@ msgstr "" msgid "admin::compte-utilisateur: email changement de mot d'email Bonjour, nous avons bien recu votre demande de changement d'adresse e-mail. Pour la confirmer, veuillez suivre le lien qui suit. SI vous recevez ce mail sans l'avoir sollicite, merci de le detruire et de l'ignorer." msgstr "" -#: lib/classes/mail.class.php:148 -#: lib/classes/mail.class.php:162 +#: lib/classes/mail.class.php:150 +#: lib/classes/mail.class.php:164 msgid "login::register: merci d'avoir confirme votre adresse email" msgstr "" -#: lib/classes/mail.class.php:149 +#: lib/classes/mail.class.php:151 msgid "login::register: vous pouvez maintenant vous connecter a l'adresse suivante : " msgstr "" -#: lib/classes/mail.class.php:163 +#: lib/classes/mail.class.php:165 msgid "login::register: vous devez attendre la confirmation d'un administrateur ; vos demandes sur les collections suivantes sont toujours en attente : " msgstr "" -#: lib/classes/mail.class.php:179 +#: lib/classes/mail.class.php:181 msgid "login::register: email confirmation email Pour valider votre inscription a la base de donnees, merci de confirmer votre e-mail en suivant le lien ci-dessous." msgstr "" -#: lib/classes/mail.class.php:209 +#: lib/classes/mail.class.php:211 msgid "Si le lien n'est pas cliquable, copiez-collez le dans votre navigateur." msgstr "" -#: lib/classes/mail.class.php:211 +#: lib/classes/mail.class.php:213 msgid "phraseanet::signature automatique des notifications par mail, infos a l'url suivante" msgstr "" @@ -255,35 +255,35 @@ msgstr "" msgid "Mauvais mode colorimetrique : %s" msgstr "" -#: lib/classes/phrasea.class.php:308 +#: lib/classes/phrasea.class.php:304 msgid "admin::monitor: module production" msgstr "" -#: lib/classes/phrasea.class.php:309 +#: lib/classes/phrasea.class.php:305 msgid "admin::monitor: module client" msgstr "" -#: lib/classes/phrasea.class.php:310 +#: lib/classes/phrasea.class.php:306 msgid "admin::monitor: module admin" msgstr "" -#: lib/classes/phrasea.class.php:311 +#: lib/classes/phrasea.class.php:307 msgid "admin::monitor: module report" msgstr "" -#: lib/classes/phrasea.class.php:312 +#: lib/classes/phrasea.class.php:308 msgid "admin::monitor: module thesaurus" msgstr "" -#: lib/classes/phrasea.class.php:313 +#: lib/classes/phrasea.class.php:309 msgid "admin::monitor: module comparateur" msgstr "" -#: lib/classes/phrasea.class.php:314 +#: lib/classes/phrasea.class.php:310 msgid "admin::monitor: module validation" msgstr "" -#: lib/classes/phrasea.class.php:315 +#: lib/classes/phrasea.class.php:311 msgid "admin::monitor: module upload" msgstr "" @@ -322,96 +322,89 @@ msgstr "" msgid "client::recherche: dans les categories" msgstr "" -#: lib/classes/setup.class.php:341 +#: lib/classes/setup.class.php:329 msgid "mod_auth_token correctement configure" msgstr "" -#: lib/classes/setup.class.php:343 +#: lib/classes/setup.class.php:331 msgid "mod_auth_token mal configure" msgstr "" -#: lib/classes/setup.class.php:356 +#: lib/classes/setup.class.php:344 msgid "Attention, seul le test de l'activation des mods est effectue, leur bon fonctionnement ne l'est pas " msgstr "" -#: lib/classes/setup.class.php:371 +#: lib/classes/setup.class.php:359 msgid "Attention, veuillez verifier la configuration xsendfile, actuellement activee dans le setup" msgstr "" -#: lib/classes/setup.class.php:380 -#: lib/classes/setup.class.php:389 +#: lib/classes/setup.class.php:368 +#: lib/classes/setup.class.php:377 msgid "Attention, veuillez verifier la configuration h264_streaming, actuellement activee dans le setup" msgstr "" -#: lib/classes/setup.class.php:532 +#: lib/classes/setup.class.php:520 msgid "setup::Tests d'envois d'emails" msgstr "" -#: lib/classes/setup.class.php:536 +#: lib/classes/setup.class.php:524 msgid "boutton::valider" msgstr "" -#: lib/classes/setup.class.php:613 +#: lib/classes/setup.class.php:602 msgid "setup:: Serveur Memcached" msgstr "" -#: lib/classes/setup.class.php:629 +#: lib/classes/setup.class.php:611 #, php-format msgid "setup::Serveur actif sur %s" msgstr "" -#: lib/classes/setup.class.php:640 -#, php-format -msgid "Le serveur memcached ne repond pas, vous devriez desactiver le cache" -msgstr "" - -#: lib/classes/setup.class.php:645 +#: lib/classes/setup.class.php:623 #, php-format msgid "setup::Aucun serveur memcached rattache." msgstr "" -#: lib/classes/setup.class.php:682 +#: lib/classes/setup.class.php:660 #, php-format msgid "setup::Configuration mauvaise : pour la variable %1$s, configuration donnee : %2$s ; attendue : %3$s" msgstr "" -#: lib/classes/setup.class.php:713 +#: lib/classes/setup.class.php:691 msgid "setup::Etat du moteur de recherche" msgstr "" -#: lib/classes/setup.class.php:724 +#: lib/classes/setup.class.php:702 msgid "setup::Sphinx confguration" msgstr "" -#: lib/classes/setup.class.php:747 +#: lib/classes/setup.class.php:725 msgid "test::test" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:160 -msgid "Cette valeur ne peut être vide" +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:148 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:153 +msgid "Cette valeur ne peut être vide" msgstr "" -#: lib/classes/API/OAuth2/Form/DevApp.class.php:161 +#: lib/classes/API/OAuth2/Form/DevAppDesktop.class.php:149 +#: lib/classes/API/OAuth2/Form/DevAppInternet.class.php:154 msgid "Url non valide" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:187 -#: lib/classes/Bridge/Api/Youtube.class.php:185 msgid "Videos" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:196 -#: lib/classes/Bridge/Api/Youtube.class.php:194 msgid "Playlists" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:539 -#: lib/classes/Bridge/Api/Youtube.class.php:536 msgid "La video a ete supprimee" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:542 -#: lib/classes/Bridge/Api/Youtube.class.php:539 msgid "La video a ete rejetee" msgstr "" @@ -420,32 +413,20 @@ msgid "Erreur d'encodage" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:548 -#: lib/classes/Bridge/Api/Youtube.class.php:546 msgid "En cours d'encodage" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:554 -#: lib/classes/Bridge/Api/Youtube.class.php:552 msgid "OK" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:829 #: lib/classes/Bridge/Api/Dailymotion.class.php:859 -#: lib/classes/Bridge/Api/Flickr.class.php:746 -#: lib/classes/Bridge/Api/Flickr.class.php:772 -#: lib/classes/Bridge/Api/Youtube.class.php:979 -#: lib/classes/Bridge/Api/Youtube.class.php:984 -#: lib/classes/Bridge/Api/Youtube.class.php:1011 -#: lib/classes/Bridge/Api/Youtube.class.php:1016 msgid "Ce champ est obligatoire" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:834 #: lib/classes/Bridge/Api/Dailymotion.class.php:864 -#: lib/classes/Bridge/Api/Flickr.class.php:751 -#: lib/classes/Bridge/Api/Flickr.class.php:777 -#: lib/classes/Bridge/Api/Youtube.class.php:989 -#: lib/classes/Bridge/Api/Youtube.class.php:1021 #, php-format msgid "Ce champ est trop long %s caracteres max" msgstr "" @@ -457,20 +438,15 @@ msgid "Ce champ est trop court %s caracteres min" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:932 -#: lib/classes/Bridge/Api/Flickr.class.php:863 -#: lib/classes/Bridge/Api/Youtube.class.php:1088 msgid "Le record n'a pas de fichier physique" msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:935 -#: lib/classes/Bridge/Api/Youtube.class.php:1091 #, php-format msgid "La taille maximale d'une video est de %d minutes." msgstr "" #: lib/classes/Bridge/Api/Dailymotion.class.php:938 -#: lib/classes/Bridge/Api/Flickr.class.php:865 -#: lib/classes/Bridge/Api/Youtube.class.php:1094 #, php-format msgid "Le poids maximum d'un fichier est de %s" msgstr "" @@ -479,16 +455,16 @@ msgstr "" msgid "Ce produit utilise l'API Flickr mais n'est ni soutenu, ni certifie par Flickr" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:529 +#: lib/classes/Bridge/Api/Flickr.class.php:528 #: lib/classes/Bridge/Api/Youtube.class.php:542 msgid "L'upload a echoue" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:639 +#: lib/classes/Bridge/Api/Flickr.class.php:638 msgid "Photos" msgstr "" -#: lib/classes/Bridge/Api/Flickr.class.php:648 +#: lib/classes/Bridge/Api/Flickr.class.php:647 msgid "Photosets" msgstr "" @@ -497,15 +473,15 @@ msgid "La video est restreinte" msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:582 -msgid "Erreur la requête a été mal formée ou contenait des données valides." +msgid "Erreur la requête a été mal formée ou contenait des données valides." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:585 -msgid "Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter." +msgid "Erreur lors de l'authentification au service Youtube, Veuillez vous déconnecter, puis vous reconnecter." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:588 -msgid "Erreur lors de l'envoi de la requête. Erreur d'authentification." +msgid "Erreur lors de l'envoi de la requête. Erreur d'authentification." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:591 @@ -513,15 +489,15 @@ msgid "Erreur la ressource que vous tentez de modifier n'existe pas." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:594 -msgid "Erreur YouTube a rencontré une erreur lors du traitement de la requête." +msgid "Erreur YouTube a rencontré une erreur lors du traitement de la requête." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:597 -msgid "Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube" +msgid "Erreur vous avez essayé d'exécuter une requête non prise en charge par Youtube" msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:600 -msgid "Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard." +msgid "Erreur le service Youtube n'est pas accessible pour le moment. Veuillez réessayer plus tard." msgstr "" #: lib/classes/Bridge/Api/Youtube.class.php:622 @@ -568,25 +544,25 @@ msgstr "" msgid "Service youtube introuvable." msgstr "" -#: lib/classes/caption/record.class.php:171 +#: lib/classes/caption/record.class.php:192 msgid "Open the URL in a new window" msgstr "" -#: lib/classes/databox/cgu.class.php:36 -#: lib/classes/databox/cgu.class.php:152 +#: lib/classes/databox/cgu.class.php:37 +#: lib/classes/databox/cgu.class.php:110 #, php-format msgid "cgus:: CGUs de la base %s" msgstr "" -#: lib/classes/databox/cgu.class.php:39 +#: lib/classes/databox/cgu.class.php:40 msgid "cgus:: Pour continuer a utiliser lapplication, vous devez accepter les conditions precedentes" msgstr "" -#: lib/classes/databox/cgu.class.php:40 +#: lib/classes/databox/cgu.class.php:41 msgid "cgus :: accepter" msgstr "" -#: lib/classes/databox/cgu.class.php:41 +#: lib/classes/databox/cgu.class.php:42 msgid "cgus :: refuser" msgstr "" @@ -845,7 +821,6 @@ msgstr "" #: lib/classes/eventsmanager/notify/push.class.php:191 #: lib/classes/eventsmanager/notify/validate.class.php:213 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:233 msgid "push::atention: ce lien est unique et son contenu confidentiel, ne divulguez pas" msgstr "" @@ -882,15 +857,11 @@ msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:33 #: lib/classes/eventsmanager/notify/validate.class.php:177 #: lib/classes/eventsmanager/notify/validationdone.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:33 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:191 msgid "Validation" msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:148 #: lib/classes/eventsmanager/notify/validate.class.php:152 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:164 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:168 msgid "Une selection" msgstr "" @@ -908,7 +879,6 @@ msgid "push::mail:: Demande de validation de documents" msgstr "" #: lib/classes/eventsmanager/notify/validate.class.php:203 -#: lib/classes/eventsmanager/notify/validationreminder.class.php:223 #, php-format msgid "Le lien suivant vous propose de valider une selection faite par %s" msgstr "" @@ -1160,43 +1130,43 @@ msgstr "" msgid "report:: non-renseigne" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:52 +#: lib/classes/module/console/systemConfigCheck.class.php:54 msgid "*** CHECK BINARY CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:61 +#: lib/classes/module/console/systemConfigCheck.class.php:65 msgid "*** FILESYSTEM CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:64 +#: lib/classes/module/console/systemConfigCheck.class.php:68 msgid "*** CHECK CACHE OPCODE ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:67 +#: lib/classes/module/console/systemConfigCheck.class.php:71 msgid "*** CHECK CACHE SERVER ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:70 +#: lib/classes/module/console/systemConfigCheck.class.php:74 msgid "*** CHECK PHP CONFIGURATION ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:73 +#: lib/classes/module/console/systemConfigCheck.class.php:77 msgid "*** CHECK PHP EXTENSIONS ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:76 +#: lib/classes/module/console/systemConfigCheck.class.php:80 msgid "*** CHECK PHRASEA ***" msgstr "" -#: lib/classes/module/console/systemConfigCheck.class.php:79 +#: lib/classes/module/console/systemConfigCheck.class.php:83 msgid "*** CHECK SYSTEM LOCALES ***" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:49 +#: lib/classes/module/console/systemUpgrade.class.php:50 msgid "Create automatically" msgstr "" -#: lib/classes/module/console/systemUpgrade.class.php:97 +#: lib/classes/module/console/systemUpgrade.class.php:81 msgid "Continuer ?" msgstr "" @@ -1234,8 +1204,6 @@ msgid "report:: Detail des telechargements" msgstr "" #: lib/classes/module/report/add.class.php:50 -#: lib/classes/module/report/edit.class.php:50 -#: lib/classes/module/report/push.class.php:50 msgid "report:: document ajoute" msgstr "" @@ -1247,6 +1215,10 @@ msgstr "" msgid "report:: telechargements" msgstr "" +#: lib/classes/module/report/edit.class.php:50 +msgid "report:: edited documents" +msgstr "" + #: lib/classes/module/report/nav.class.php:129 msgid "report:: navigateur" msgstr "" @@ -1291,7 +1263,15 @@ msgstr "" msgid "report:: Information sur le navigateur %s" msgstr "" -#: lib/classes/record/adapter.class.php:939 +#: lib/classes/module/report/push.class.php:50 +msgid "report:: pushed documents" +msgstr "" + +#: lib/classes/module/report/validate.class.php:50 +msgid "report:: validated documents" +msgstr "" + +#: lib/classes/record/adapter.class.php:942 msgid "reponses::document sans titre" msgstr "" @@ -1317,22 +1297,22 @@ msgstr "" msgid "preview:: resultat numero %s " msgstr "" -#: lib/classes/record/preview.class.php:560 -#: lib/classes/record/preview.class.php:575 -#: lib/classes/record/preview.class.php:582 +#: lib/classes/record/preview.class.php:565 +#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:587 msgid "report::acces direct" msgstr "" -#: lib/classes/record/preview.class.php:566 +#: lib/classes/record/preview.class.php:571 msgid "report:: page d'accueil" msgstr "" -#: lib/classes/record/preview.class.php:568 +#: lib/classes/record/preview.class.php:573 msgid "report:: visualiseur cooliris" msgstr "" -#: lib/classes/record/preview.class.php:573 -#: lib/classes/record/preview.class.php:580 +#: lib/classes/record/preview.class.php:578 +#: lib/classes/record/preview.class.php:585 msgid "report::presentation page preview" msgstr "" @@ -1394,7 +1374,7 @@ msgstr "" msgid "Sphinx server is offline" msgstr "" -#: lib/classes/set/export.class.php:292 +#: lib/classes/set/export.class.php:301 msgid "export::ftp: reglages manuels" msgstr "" @@ -1416,17 +1396,11 @@ msgid "task::_common_:hotfolder" msgstr "" #: lib/classes/task/period/archive.class.php:253 -#: lib/classes/task/period/outofdate.class.php:429 -#: lib/classes/task/period/subdef.class.php:228 -#: lib/classes/task/period/workflow01.class.php:335 -#: lib/classes/task/period/writemeta.class.php:197 msgid "task::_common_:periodicite de la tache" msgstr "" #: lib/classes/task/period/archive.class.php:254 #: lib/classes/task/period/archive.class.php:257 -#: lib/classes/task/period/subdef.class.php:230 -#: lib/classes/task/period/writemeta.class.php:199 msgid "task::_common_:secondes (unite temporelle)" msgstr "" @@ -1871,972 +1845,354 @@ msgstr "" msgid "reglages:: point de montage des vignettes publiees en acces direct" msgstr "" -#: lib/conf.d/_GV_template.php:299 -msgid "GV::section:: Serveurs de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:311 -msgid "reglages:: Utiliser un serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:313 -msgid "Aucun" -msgstr "" - -#: lib/conf.d/_GV_template.php:318 -msgid "setup:: Hote du Serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:325 -msgid "reglages:: port du serveur de cache" -msgstr "" - -#: lib/conf.d/_GV_template.php:330 +#: lib/conf.d/_GV_template.php:332 msgid "GV::section:: Serveur Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:335 +#: lib/conf.d/_GV_template.php:337 msgid "Utiliser Sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:341 +#: lib/conf.d/_GV_template.php:343 msgid "reglages:: de l'adresse du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:347 +#: lib/conf.d/_GV_template.php:349 msgid "reglages:: port du serveur sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:353 +#: lib/conf.d/_GV_template.php:355 msgid "reglages:: de l'adresse du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:359 +#: lib/conf.d/_GV_template.php:361 msgid "reglages:: port du serveur RT sphinx" msgstr "" -#: lib/conf.d/_GV_template.php:364 +#: lib/conf.d/_GV_template.php:366 msgid "GV::section:: Executables externes" msgstr "" -#: lib/conf.d/_GV_template.php:369 +#: lib/conf.d/_GV_template.php:371 msgid "reglages:: mod_xsendfileapache active" msgstr "" -#: lib/conf.d/_GV_template.php:375 +#: lib/conf.d/_GV_template.php:377 msgid "reglages:: Path en acces pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:382 +#: lib/conf.d/_GV_template.php:384 msgid "reglages:: Point de montage pour X-Accel-Redirect (NginX Uniquement)" msgstr "" -#: lib/conf.d/_GV_template.php:389 +#: lib/conf.d/_GV_template.php:391 msgid "reglages:: activation du stream h264 via mod_token - attention, necessite les modules apache mod_h264_streaming et mod_auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:396 +#: lib/conf.d/_GV_template.php:398 msgid "reglages:: point de montage du dossier protege via auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:403 +#: lib/conf.d/_GV_template.php:405 msgid "reglages:: path complet du dossier protege via auth_token" msgstr "" -#: lib/conf.d/_GV_template.php:409 +#: lib/conf.d/_GV_template.php:411 msgid "reglages:: passphrase du mod_auth_token (definie dans le fichier de configuration apache)" msgstr "" -#: lib/conf.d/_GV_template.php:415 +#: lib/conf.d/_GV_template.php:417 msgid "reglages:: executable PHP CLI" msgstr "" -#: lib/conf.d/_GV_template.php:422 +#: lib/conf.d/_GV_template.php:424 msgid "reglages:: path du php.ini specifique (vide si non utilise)" msgstr "" -#: lib/conf.d/_GV_template.php:429 +#: lib/conf.d/_GV_template.php:431 msgid "reglages:: chemin de l'executable convert" msgstr "" -#: lib/conf.d/_GV_template.php:436 +#: lib/conf.d/_GV_template.php:438 msgid "reglages:: chemin de l'executable composite" msgstr "" -#: lib/conf.d/_GV_template.php:443 +#: lib/conf.d/_GV_template.php:445 msgid "reglages:: chemin de l'executable exiftools" msgstr "" -#: lib/conf.d/_GV_template.php:449 +#: lib/conf.d/_GV_template.php:451 msgid "reglages:: chemin de l'executable swfextract" msgstr "" -#: lib/conf.d/_GV_template.php:456 +#: lib/conf.d/_GV_template.php:458 msgid "reglages:: chemin de l'executable pdf2swf" msgstr "" -#: lib/conf.d/_GV_template.php:463 +#: lib/conf.d/_GV_template.php:465 msgid "reglages:: chemin de l'executable swfrender" msgstr "" -#: lib/conf.d/_GV_template.php:470 +#: lib/conf.d/_GV_template.php:472 msgid "reglages:: chemin de l'executable unoconv" msgstr "" -#: lib/conf.d/_GV_template.php:477 +#: lib/conf.d/_GV_template.php:479 msgid "reglages:: chemin de l'executable FFmpeg" msgstr "" -#: lib/conf.d/_GV_template.php:483 +#: lib/conf.d/_GV_template.php:485 msgid "reglages:: chemin de l'executable MP4Box" msgstr "" -#: lib/conf.d/_GV_template.php:489 +#: lib/conf.d/_GV_template.php:491 msgid "reglages:: chemin de l'executable Mplayer" msgstr "" -#: lib/conf.d/_GV_template.php:495 +#: lib/conf.d/_GV_template.php:497 msgid "reglages:: chemin de l'executable pdftotext (xpdf)" msgstr "" -#: lib/conf.d/_GV_template.php:501 +#: lib/conf.d/_GV_template.php:503 msgid "reglages:: nombre maximum de page a extraire (PDF)" msgstr "" -#: lib/conf.d/_GV_template.php:506 +#: lib/conf.d/_GV_template.php:508 msgid "GV::section:: Repertoires utilitaires" msgstr "" -#: lib/conf.d/_GV_template.php:511 +#: lib/conf.d/_GV_template.php:513 msgid "reglages:: proprietaire des fichiers" msgstr "" -#: lib/conf.d/_GV_template.php:517 +#: lib/conf.d/_GV_template.php:519 msgid "reglages:: groupes des fichiers" msgstr "" -#: lib/conf.d/_GV_template.php:522 +#: lib/conf.d/_GV_template.php:524 msgid "GV::section:: Configuration principale" msgstr "" -#: lib/conf.d/_GV_template.php:534 +#: lib/conf.d/_GV_template.php:536 msgid "reglages:: email de l'administrateur" msgstr "" -#: lib/conf.d/_GV_template.php:540 +#: lib/conf.d/_GV_template.php:542 msgid "reglages:: Afficher le nom des bases et des collections" msgstr "" -#: lib/conf.d/_GV_template.php:547 +#: lib/conf.d/_GV_template.php:549 msgid "reglages:: activer le choix du nom de fichier a l'export" msgstr "" -#: lib/conf.d/_GV_template.php:554 +#: lib/conf.d/_GV_template.php:556 msgid "reglages:: choix par defaut des noms de fichier a l'export" msgstr "" -#: lib/conf.d/_GV_template.php:568 +#: lib/conf.d/_GV_template.php:570 msgid "reglages:: Active les partages Facebook et Twitter" msgstr "" -#: lib/conf.d/_GV_template.php:575 +#: lib/conf.d/_GV_template.php:577 msgid "GV::section:: Page d'accueil" msgstr "" -#: lib/conf.d/_GV_template.php:588 +#: lib/conf.d/_GV_template.php:590 msgid "reglages:: presentation sur la home" msgstr "" -#: lib/conf.d/_GV_template.php:595 +#: lib/conf.d/_GV_template.php:597 msgid "GV::section:: Moteur de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:601 +#: lib/conf.d/_GV_template.php:603 msgid "reglages:: Nombre minimal de lettre avec la troncature (Recherche)" msgstr "" -#: lib/conf.d/_GV_template.php:607 +#: lib/conf.d/_GV_template.php:609 msgid "reglages:: Question par defaut" msgstr "" -#: lib/conf.d/_GV_template.php:613 +#: lib/conf.d/_GV_template.php:615 msgid "reglages:: type de document cherches par defaut e l'ouverture du site" msgstr "" -#: lib/conf.d/_GV_template.php:619 +#: lib/conf.d/_GV_template.php:621 msgid "GV::section:: Report" msgstr "" -#: lib/conf.d/_GV_template.php:625 +#: lib/conf.d/_GV_template.php:627 msgid "reglages:: report anonyme (masque les infos concernant les utilisateurs)" msgstr "" -#: lib/conf.d/_GV_template.php:631 +#: lib/conf.d/_GV_template.php:633 msgid "GV::section:: Modules supplementaires" msgstr "" -#: lib/conf.d/_GV_template.php:637 +#: lib/conf.d/_GV_template.php:639 msgid "reglages:: Activation de l'outil thesaurus" msgstr "" -#: lib/conf.d/_GV_template.php:642 +#: lib/conf.d/_GV_template.php:644 msgid "reglages:: Activation du Mode MultiDOC" msgstr "" -#: lib/conf.d/_GV_template.php:647 +#: lib/conf.d/_GV_template.php:649 msgid "reglages:: Substitution de HD d'un record " msgstr "" -#: lib/conf.d/_GV_template.php:652 +#: lib/conf.d/_GV_template.php:654 msgid "reglages:: Substitution de thumbnail d'un record" msgstr "" -#: lib/conf.d/_GV_template.php:736 +#: lib/conf.d/_GV_template.php:738 msgid "GV::section:: Envois de mails" msgstr "" -#: lib/conf.d/_GV_template.php:747 +#: lib/conf.d/_GV_template.php:749 msgid "reglages:: Expediteur mail par defaut" msgstr "" -#: lib/conf.d/_GV_template.php:753 +#: lib/conf.d/_GV_template.php:755 msgid "reglages:: Utilisation d'un serveur SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:759 +#: lib/conf.d/_GV_template.php:761 msgid "reglages:: Activation de l'authentification smtp" msgstr "" -#: lib/conf.d/_GV_template.php:765 +#: lib/conf.d/_GV_template.php:767 msgid "reglages:: Hote SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:771 +#: lib/conf.d/_GV_template.php:773 msgid "reglages:: Port SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:777 +#: lib/conf.d/_GV_template.php:779 msgid "reglages:: Utiliser une conenction SSL" msgstr "" -#: lib/conf.d/_GV_template.php:783 +#: lib/conf.d/_GV_template.php:785 msgid "reglages:: User SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:789 +#: lib/conf.d/_GV_template.php:791 msgid "reglages:: Mot de passe SMTP" msgstr "" -#: lib/conf.d/_GV_template.php:794 +#: lib/conf.d/_GV_template.php:796 msgid "GV::section:: Exports FTP" msgstr "" -#: lib/conf.d/_GV_template.php:799 +#: lib/conf.d/_GV_template.php:801 msgid "reglages:: active la possibilite d'exports FTP ou non (onglet dans multiexports)" msgstr "" -#: lib/conf.d/_GV_template.php:805 +#: lib/conf.d/_GV_template.php:807 msgid "reglages:: Donne ou non export FTP aux utilisateurs ou e l'admin uniquement" msgstr "" -#: lib/conf.d/_GV_template.php:810 +#: lib/conf.d/_GV_template.php:812 msgid "GV::section:: Configuration du client" msgstr "" -#: lib/conf.d/_GV_template.php:822 +#: lib/conf.d/_GV_template.php:824 msgid "reglages:: position de l'onglet de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:828 +#: lib/conf.d/_GV_template.php:830 msgid "reglages:: position de l'onglet de recherche avancee" msgstr "" -#: lib/conf.d/_GV_template.php:834 +#: lib/conf.d/_GV_template.php:836 msgid "reglages:: position de l'onglet des topics" msgstr "" -#: lib/conf.d/_GV_template.php:840 +#: lib/conf.d/_GV_template.php:842 msgid "reglages:: numero de l'onglet actif" msgstr "" -#: lib/conf.d/_GV_template.php:846 +#: lib/conf.d/_GV_template.php:848 msgid "reglages:: rendu des topics" msgstr "" -#: lib/conf.d/_GV_template.php:859 +#: lib/conf.d/_GV_template.php:861 msgid "reglages:: Voir le rollover sur les regroupements (fenetre de preview)" msgstr "" -#: lib/conf.d/_GV_template.php:865 +#: lib/conf.d/_GV_template.php:867 msgid "reglages:: Voir le rollover sur les elements du chutier" msgstr "" -#: lib/conf.d/_GV_template.php:871 +#: lib/conf.d/_GV_template.php:873 msgid "reglages:: Presentation des collections" msgstr "" -#: lib/conf.d/_GV_template.php:878 +#: lib/conf.d/_GV_template.php:880 msgid "reglages:: Voir taille HD total des doc d'un chutiers" msgstr "" -#: lib/conf.d/_GV_template.php:884 +#: lib/conf.d/_GV_template.php:886 msgid "reglages:: Afficher automatiquement l'onglet des propositions s'il y'en a" msgstr "" -#: lib/conf.d/_GV_template.php:890 +#: lib/conf.d/_GV_template.php:892 msgid "reglages:: Il est necessaire d'etre connecte pour pouvoir telecharger en compte invite" msgstr "" -#: lib/conf.d/_GV_template.php:895 +#: lib/conf.d/_GV_template.php:897 msgid "GV::section:: Parametrage de l'inscription" msgstr "" -#: lib/conf.d/_GV_template.php:900 +#: lib/conf.d/_GV_template.php:902 msgid "reglages:: A true, cette option descative le choix de selection des bases sur lesquelles on s'inscrit, et l'inscription se fait sur toutes les bases ou jai le droit de m'inscrire" msgstr "" -#: lib/conf.d/_GV_template.php:906 +#: lib/conf.d/_GV_template.php:908 msgid "reglages:: Activation de l'autoinscription" msgstr "" -#: lib/conf.d/_GV_template.php:911 +#: lib/conf.d/_GV_template.php:913 msgid "GV::section:: Configuration du push" msgstr "" -#: lib/conf.d/_GV_template.php:916 +#: lib/conf.d/_GV_template.php:918 msgid "reglages:: Nombre de jour avant la fin de la validation pour envoie de mail de rappel" msgstr "" -#: lib/conf.d/_GV_template.php:928 +#: lib/conf.d/_GV_template.php:930 msgid "reglages:: dure de validite des liens genere pour les validations, si 0 => validite permanente" msgstr "" -#: lib/conf.d/_GV_template.php:933 +#: lib/conf.d/_GV_template.php:935 msgid "GV::section:: Indexation par les robots" msgstr "" -#: lib/conf.d/_GV_template.php:938 +#: lib/conf.d/_GV_template.php:940 msgid "reglages :: Titre de l'installation" msgstr "" -#: lib/conf.d/_GV_template.php:944 +#: lib/conf.d/_GV_template.php:946 msgid "reglages:: Mots clefs pour l'indexation des robots de moteurs de recherche" msgstr "" -#: lib/conf.d/_GV_template.php:950 +#: lib/conf.d/_GV_template.php:952 msgid "reglages :: Description de l'installation" msgstr "" -#: lib/conf.d/_GV_template.php:956 +#: lib/conf.d/_GV_template.php:958 msgid "reglages:: identifiant google analytics" msgstr "" -#: lib/conf.d/_GV_template.php:962 +#: lib/conf.d/_GV_template.php:964 msgid "Allow the website to be indexed by search engines like Google" msgstr "" -#: lib/conf.d/_GV_template.php:968 +#: lib/conf.d/_GV_template.php:970 msgid "reglages:: Afficher le bandeau Google Chrome Frame" msgstr "" -#: lib/Alchemy/Phrasea/Application/Lightbox.php:367 -msgid "Erreur lors de l'enregistrement des donnees" -msgstr "" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:432 -msgid "Erreur lors de la mise a jour des donnes " -msgstr "" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:458 -msgid "Do you want to send your report ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Application/Lightbox.php:501 -msgid "Envoie avec succes" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Publications.php:92 -msgid "You are not the owner of this feed, you can not edit it" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:368 -msgid "admin::compte-utilisateur ville" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:369 -msgid "admin::compte-utilisateur code postal" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:370 -msgid "admin::compte-utilisateur pays" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Admin/Users.php:375 -msgid "admin::compte-utilisateur activite" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:104 -msgid "Basket created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:138 -msgid "Basket has been deleted" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:180 -msgid "Record removed from basket" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:217 -msgid "Basket has been updated" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:304 -msgid "Basket has been archived" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:308 -msgid "Basket has been unarchived" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:382 -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:175 -#, php-format -msgid "%d records added" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:445 -#, php-format -msgid "%d records moved" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:237 -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:308 -msgid "Vous ne pouvez pas editer plusieurs elements simultanement" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:262 -msgid "Vous essayez de faire une action que je ne connais pas !" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:328 -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:468 -msgid "Request contains invalid datas" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:488 -#, php-format -msgid "%d elements en attente" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 -msgid "Vocabulary not found" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:82 -msgid "An error occured" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:207 -msgid "Feed entry not found" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:196 -msgid "Action Forbidden : You are not the publisher" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 -msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 -msgid "publications::Ne le partagez pas, il est strictement confidentiel" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 -#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 -msgid "publications::votre rss personnel" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 -msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:47 -msgid "phraseanet::Ne plus afficher ce message" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:48 -msgid "Supprimer egalement les documents rattaches a ces regroupements" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:49 -msgid "reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:51 -msgid "boutton::supprimer" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:52 -msgid "prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler'" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:53 -msgid "prod::editing::annulation: abandonner les modification ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:54 -msgid "phraseanet::chargement" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:57 -msgid "boutton::rechercher" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:59 -msgid "Vous n'avez pas les droits pour supprimer certains documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 -msgid "Vous n'avez pas les droits pour supprimer ces documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 -msgid "Vous devez donner un titre" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 -msgid "Nouveau modele" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:64 -msgid "Vous n'avez pas rempli tous les champ requis" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 -msgid "Vous n'avez pas selectionne de fil de publication" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 -msgid "panier::Supression d'un element d'un reportage" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 -msgid "panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 -msgid "phraseanet::recherche avancee" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 -msgid "panier:: renommer le panier" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 -msgid "panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 -msgid "phraseanet:: Erreur" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 -msgid "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 -msgid "cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte." -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 -#, php-format -msgid "edit:: Supprimer %s du champ dans les records selectionnes" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 -#, php-format -msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 -#, php-format -msgid "edit:: Supprimer %s du champ courrant" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 -#, php-format -msgid "edit:: Ajouter %s au champ courrant" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 -msgid "panier:: vous ne pouvez pas supprimer un panier public" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 -msgid "Vous ne pouvez pas selectionner plus de 400 enregistrements" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:82 -msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 -msgid "Les parametres sont corrects, le serveur distant est operationnel" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 -msgid "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 -msgid "Aucune publication effectuee, verifiez vos parametres" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 -msgid "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 -msgid "edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 -msgid "Aucun document selectionne" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 -msgid "Are you sure you want to delete this list ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 -msgid "New list name ?" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 -msgid "List name can not be empty" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 -msgid "Name" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:93 -msgid "Message" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 -msgid "No users selected" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:129 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:238 -msgid "Unable to send the documents" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:144 -#, php-format -msgid "Push from %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:153 -msgid "No receivers specified" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:158 -msgid "No elements to push" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:169 -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:327 -#, php-format -msgid "Unknown user %d" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:211 -#, php-format -msgid "%1$d records have been sent to %2$d users" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:252 -#, php-format -msgid "Validation from %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:261 -msgid "No participants specified" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:266 -msgid "No elements to validate" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:318 -#, php-format -msgid "Missing mandatory participant parameter %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:388 -#, php-format -msgid "%1$d records have been sent for validation to %2$d users" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:476 -msgid "First name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:479 -msgid "Last name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:482 -msgid "Email is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:485 -msgid "Email is invalid" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:504 -msgid "User already exists" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:531 -msgid "User successfully created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:537 -msgid "Error while creating user" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:101 -msgid "Story created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:210 -msgid "Record removed from story" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 -#, php-format -msgid "Unable to create list %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:152 -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:272 -msgid "List name is required" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:173 -#, php-format -msgid "List %s has been created" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:263 -msgid "Unable to update list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:289 -msgid "List has been updated" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:330 -#, php-format -msgid "List has been deleted" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:345 -#, php-format -msgid "Unable to delete list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:381 -msgid "Entry removed from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 -msgid "Unable to remove entry from list " -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:453 -#, php-format -msgid "%d Users added to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:461 -#, php-format -msgid "%d User added to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:478 -msgid "Unable to add usr to list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:546 -msgid "List shared to user" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:561 -msgid "Unable to share the list with the usr" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:599 -msgid "Owner removed from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:613 -msgid "Unable to remove usr from list" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:175 -#, php-format -msgid "%d Story attached to the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:182 -#, php-format -msgid "%d Stories attached to the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:192 -#, php-format -msgid "%1$d Story attached to the WorkZone, %2$d already attached" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:200 -#, php-format -msgid "%1$d Stories attached to the WorkZone, %2$d already attached" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:251 -msgid "Story detached from the WorkZone" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:109 -msgid "It is not recommended to install Phraseanet without HTTPS support" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:157 -msgid "Appbox is unreachable" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:169 -msgid "Databox is unreachable" -msgstr "" - -#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:327 -#, php-format -msgid "an error occured : %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:323 -#, php-format -msgid "Impossible d'ecrire dans le dossier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Core/Configuration.php:353 -#, php-format -msgid "Impossible d'effacer le fichier %s" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:418 -msgid "phraseanet::technique::datetime-edit-format" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:419 -msgid "phraseanet::technique::datetime-edit-explain" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:422 -msgid "phraseanet::technique::date-edit-format" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:423 -msgid "phraseanet::technique::date-edit-explain" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:426 -msgid "phraseanet::technique::time-edit-format" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:427 -msgid "phraseanet::technique::time-edit-explain" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Edit.php:575 -msgid "Email addess is not valid" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Manage.php:165 -msgid "Invalid mail address" -msgstr "" - -#: lib/Alchemy/Phrasea/Helper/User/Manage.php:197 -msgid "Invalid template name" -msgstr "" - -#: lib/Alchemy/Phrasea/Vocabulary/ControlProvider/UserProvider.php:40 -msgid "Users" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:356 -#, php-format -msgid "Vous aviez envoye cette demande a %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:363 -#, php-format -msgid "Vous avez envoye cette demande a %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:373 -#, php-format -msgid "Processus de validation recu de %s et concernant %d utilisateurs" -msgstr "" - -#: lib/Doctrine/Entities/ValidationSession.php:380 -#, php-format -msgid "Processus de validation recu de %s" -msgstr "" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:108 -msgid "Element is not found" -msgstr "" - -#: lib/Doctrine/Repositories/BasketElementRepository.php:113 -msgid "You have not access to this basket element" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:103 -msgid "Basket is not found" -msgstr "" - -#: lib/Doctrine/Repositories/BasketRepository.php:108 -msgid "You have not access to this basket" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 -msgid "Owner is not found" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 -msgid "Owner and list mismatch" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListRepository.php:51 -msgid "List is not found" -msgstr "" - -#: lib/Doctrine/Repositories/UsrListRepository.php:56 -msgid "You have not access to this list" -msgstr "" - #: tmp/cache_twig/02/d3/4b60220e73710eb8b684b06b6e7e.php:20 #, php-format msgid "%bridge_name% est momentanement indisponible a cause d'un trop grand nombre de requetes" @@ -3033,28 +2389,28 @@ msgstr "" msgid "phraseanet:: deconnection" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:39 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:41 msgid "login:: connexion" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:44 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:46 msgid "login::Remember me" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:58 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:60 msgid "login::erreur: Les cookies sont desactives sur votre navigateur" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:68 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:70 msgid "Vous etes maintenant deconnecte. A bientot." msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:82 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:84 #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:244 msgid "admin::compte-utilisateur identifiant" msgstr "" -#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:97 +#: tmp/cache_twig/08/65/d09b4a0e666fb11e5b0666a0cb93.php:99 msgid "admin::compte-utilisateur mot de passe" msgstr "" @@ -3078,6 +2434,11 @@ msgstr "" msgid "boutton::editer" msgstr "" +#: tmp/cache_twig/09/09/565a2afac5c75ab06c1c2dbec4d1.php:78 +#: tmp/cache_twig/0b/4e/1f430effbbcb0daf1b9a9acb4b78.php:1436 +msgid "boutton::supprimer" +msgstr "" + #: tmp/cache_twig/09/09/565a2afac5c75ab06c1c2dbec4d1.php:109 msgid "Derniere mise a jour le %updated_on%" msgstr "" @@ -3092,6 +2453,7 @@ msgstr "" #: tmp/cache_twig/09/36/bf77d681b54db86a8445f384ca88.php:28 #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:79 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:137 msgid "Description" msgstr "" @@ -3099,6 +2461,10 @@ msgstr "" msgid "Pour davantage d'informations, consulter le lien suivant %lien%" msgstr "" +#: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:47 +msgid "Users" +msgstr "" + #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:54 msgid "admin::user: nouvel utilisateur" msgstr "" @@ -3175,6 +2541,10 @@ msgstr "" msgid "admin::compte-utilisateur nom/prenom" msgstr "" +#: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:324 +msgid "admin::compte-utilisateur pays" +msgstr "" + #: tmp/cache_twig/09/81/951f3c987474b17a9686305be82e.php:344 msgid "admin::compte-utilisateur dernier modele applique" msgstr "" @@ -3325,6 +2695,7 @@ msgid "Creer une playlist" msgstr "" #: tmp/cache_twig/0e/fc/71d585bc27b6742fa2ac333f7c78.php:65 +#: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:105 msgid "Titre" msgstr "" @@ -3368,7 +2739,7 @@ msgstr "" msgid "login:: accueil" msgstr "" -#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:287 +#: tmp/cache_twig/10/05/672e4a01e13ca90ac430fe043825.php:288 msgid "phraseanet:: language" msgstr "" @@ -3414,7 +2785,7 @@ msgid "10 tags maximum" msgstr "" #: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:183 -msgid "Séparez les tags par un espace: Paris vacances restaurant" +msgid "Séparez les tags par un espace: Paris vacances restaurant" msgstr "" #: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:187 @@ -3434,7 +2805,7 @@ msgid "public" msgstr "" #: tmp/cache_twig/10/14/f294b28413d46d6959201fd37c02.php:255 -msgid "Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations" +msgid "Nous vous rappelons qu'il est de votre responsabilité de vous assurer que le contenu de la vidéo que vous allez mettre en ligne est conforme aux conditions d'utilisations" msgstr "" #: tmp/cache_twig/10/8e/67ad474f1160c83a96f843815e7d.php:23 @@ -3538,6 +2909,54 @@ msgstr "" msgid "validation::envoyer mon rapport" msgstr "" +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:14 +msgid "You are not authorized to do this" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:21 +msgid "About Roles : " +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:26 +msgid "Admin can edit shares, modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:32 +msgid "Editor can modify content" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:38 +msgid "Access user have readonly access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:79 +msgid "You are Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:88 +msgid "Role" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:101 +msgid "Access" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:114 +msgid "Editor" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:127 +msgid "Admin" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:139 +msgid "Remove" +msgstr "" + +#: tmp/cache_twig/13/3d/b3dc2adfdbd4e22924e6def443c1.php:145 +msgid "Notify" +msgstr "" + #: tmp/cache_twig/14/71/dd899b848a7ba50e46f8e924dddd.php:165 msgid "notice" msgstr "" @@ -3567,6 +2986,7 @@ msgid "Job" msgstr "" #: tmp/cache_twig/1f/8f/faccfb0bde3569829b665706fabc.php:64 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:268 msgid "Company" msgstr "" @@ -3612,42 +3032,62 @@ msgstr "" msgid "En cours d'envoi" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:25 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:28 msgid "List Name" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:38 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:37 +msgid "Save" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:59 +msgid "Share the list" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:64 msgid "Set sharing permission" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:112 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:79 +msgid "Delete" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:101 +msgid "%length% peoples" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:107 +msgid "Edit" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:146 +msgid "View" +msgstr "" + +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:206 msgid "Activite" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:118 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:149 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:180 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:211 -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:242 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:212 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:243 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:274 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:305 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:336 msgid "All" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:143 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:237 msgid "Template" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:205 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:299 msgid "Country" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:236 +#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:330 msgid "Position" msgstr "" -#: tmp/cache_twig/24/9e/91b44faaa7a1a779d0bbe6403278.php:287 -msgid "%length% peoples" -msgstr "" - #: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:19 msgid "VALIDATION" msgstr "" @@ -3656,11 +3096,13 @@ msgstr "" msgid "lightbox::recaptitulatif" msgstr "" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:100 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:121 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:102 msgid "validation:: OUI" msgstr "" -#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:115 +#: tmp/cache_twig/26/4a/a88de5c8ef8ff0f4e7b7c33fd479.php:136 +#: tmp/cache_twig/36/46/e675443f5542d7476cde764fcf96.php:117 msgid "validation:: NON" msgstr "" @@ -3733,7 +3175,6 @@ msgstr "" #: tmp/cache_twig/33/4d/8e964832ba08789a3b4d0d8e9eff.php:92 #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:27 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1295 msgid "action : print" msgstr "" @@ -3826,229 +3267,225 @@ msgid "Bonjour, vous etes sur le point d'installer Phraseanet." msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:423 -msgid "Consultez en ligne les pré-requis et la configuration du serveur web" +msgid "Consultez en ligne les pré-requis et la configuration du serveur web" msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:429 -msgid "Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage." +msgid "Vous aurez besoin de spécifier un serveur MySQL, des repertoires de stockage pour vos documents, et de configurer votre serveur web pour qu'il publie certains de ces dossiers de stockage." msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:439 -msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes." +msgid "Avant de continuer, prenez connaissance des points ci-dessous. Vous pouvez continuer sans corriger ces problèmes." msgstr "" #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:482 -msgid "Pre-requis" +msgid "Prerequisite and Configuration" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:490 -msgid "Configuration du serveur web" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:524 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:516 msgid "Executables externes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:567 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:559 msgid "Required field" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:591 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:583 msgid "Phraseanet may require many binaries." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:597 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:589 msgid "Some of them are required, like the indexer, Exiftool or ImageMagick components, some others are optionnal, like FFmpeg which is used to preview video files." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:603 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:595 msgid "Don't worry, You can modify your configuration later" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:642 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:634 msgid "Creation de votre compte" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:654 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:646 msgid "Votre adresse email" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:661 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:653 msgid "Votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:680 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:672 msgid "Confirmation de votre mot de passe" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:690 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:682 msgid "admin::compte-utilisateur A propos de la securite des mots de passe :" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:694 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:686 msgid "admin::compte-utilisateur Les mots de passe doivent etre clairement distincts du login et contenir au moins deux types parmis les caracteres suivants :" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:691 msgid "admin::compte-utilisateur::securite caracteres speciaux" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:695 msgid "admin::compte-utilisateur::securite caracteres majuscules" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:707 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:699 msgid "admin::compte-utilisateur::securite caracteres minuscules" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:711 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:703 msgid "admin::compte-utilisateur::securite caracteres numeriques" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:731 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:723 msgid "Your email will be used to log in the application." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:735 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:727 msgid "Please be sure it is still valid and you can access it" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:780 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:772 msgid "setup::Configuration de la base de compte ApplicationBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:793 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1077 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:785 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1069 msgid "MySQL database connection parameters" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:800 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:792 msgid "phraseanet:: adresse" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:807 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:799 msgid "Database user" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:821 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:813 msgid "phraseanet:: port" msgstr "" +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:820 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +msgid "Database" +msgstr "" + #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:828 #: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1092 -msgid "Database" -msgstr "" - -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:836 -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1100 msgid "boutton::tester" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:856 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:848 msgid "Si vous aviez besoin de plus de parametres, %debut_lien%Afficher d'avantage d'options%fin_lien%" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:875 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:867 msgid "ApplicationBox is a Mysql database." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:881 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:873 msgid "It stores users datas, rights, and references to DataBoxes where records are stored." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:893 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:885 msgid "Phraseanet strongly recommends the use of %link_start%MariaDB%link_end% as a replacement for MySQL." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:937 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:929 msgid "setup::Configuration des repertoires de stockage" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:949 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:941 msgid "Repertoire de stockage des fichiers" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:956 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:948 msgid "Repertoire de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:963 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:955 msgid "Point de montage des imagettes (voir aide ci dessous)" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:972 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:964 msgid "Il faut declarer dans votre serveur web un montage vers le dossier de stockage des imagettes" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:977 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:969 msgid "Exemple Apache" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:988 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:980 msgid "Exemple Nginx" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1015 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1007 msgid "Your medias and their subdefinitions (previews, thumbnails..) will be stored in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1021 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1013 msgid "Thumbnails directory is mounted to be accessible via HTTP, while other files are not." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1027 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1019 msgid "If you plan to store large files, be sure it will fit in these directories." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1065 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1057 msgid "setup::Configuration de la base de stockage DataBox" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1084 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1076 msgid "Ne pas creer de DataBox maintenant" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1112 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1104 msgid "Modele de donnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1143 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1135 msgid "Creation des taches" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1148 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1140 msgid "Phraseanet embarque un moteur de taches pour la lecture / ecriture des metadonnes, et autre operations" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1159 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1151 msgid "Creer la tache d'ecriture des metadonnees" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1168 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1160 msgid "Creer la tache de creation des sous-definitions" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1177 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1169 msgid "Creer la tache d'indexation" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1194 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1186 msgid "Phraseanet DataBoxes are MySQL databases, queryable by Phraseanet ApplicationBox." msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1198 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1190 msgid "Databoxes store records, metadatas and their classifications" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1219 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1211 msgid "button::Install" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1229 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1221 msgid "Install in progess" msgstr "" -#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1235 +#: tmp/cache_twig/33/bd/3f7434a025a7f4ace343dfa5715b.php:1227 msgid "Installation is currenlty processing, please wait..." msgstr "" @@ -4057,47 +3494,34 @@ msgid "validation:: editer ma note" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:37 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1312 msgid "action : editer" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:50 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1330 msgid "action : status" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:63 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1348 msgid "action : collection" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:76 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1517 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1557 msgid "action : push" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:87 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1537 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1570 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2262 msgid "action : bridge" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:93 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1544 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1583 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2268 msgid "action : publier" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:106 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1598 msgid "action : outils" msgstr "" #: tmp/cache_twig/3b/46/7c9d73ae03d7ae2f45b155ef213f.php:114 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1613 msgid "action : supprimer" msgstr "" @@ -4118,11 +3542,11 @@ msgid "Voulez-vous dire %link% ?" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:68 -msgid "La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran." +msgid "La recherche s'effectue grâce à la boîte de dialogue qui se trouve en haut à gauche de l'écran." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:71 -msgid "Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants :" +msgid "Sachez que vous pouvez utiliser les opérateurs ou caractères spéciaux suivants :" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:75 @@ -4130,7 +3554,7 @@ msgid "* , ? , ET , OU , SAUF , DANS , DERNIERS , TOUT (ou AND , OR , EXCEPT , L msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:80 -msgid "Caractères de troncature" +msgid "Caractères de troncature" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:87 @@ -4142,11 +3566,11 @@ msgid "retourne \"automobile\", \"automate\", \"autoroute\", ..." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:97 -msgid "dé?it" +msgid "dé?it" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:101 -msgid "retourne \"délit\", \"débit\", ..." +msgid "retourne \"délit\", \"débit\", ..." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:108 @@ -4170,11 +3594,11 @@ msgid "retourne les 20 derniers enregistrements archives dans les collections se msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:135 -msgid "Recherche multicritères" +msgid "Recherche multicritères" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:139 -msgid "Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS" +msgid "Vous pouvez affiner votre recherche avec les opérateurs : ET, OU, SAUF ou DANS" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:145 @@ -4210,7 +3634,7 @@ msgid "thalassa DANS titre" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:181 -msgid "retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende." +msgid "retourne les documents où le terme est au moins présent dans le titre, en évitant par exemple celles où le terme est uniquement cité dans la légende." msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:189 @@ -4218,7 +3642,7 @@ msgid "Attention" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:193 -msgid "pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets :" +msgid "pour chercher une phrase contenant un des mots-clé ci-dessus, utilisez les guillemets :" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:197 @@ -4226,7 +3650,7 @@ msgid "C dans l'air" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:201 -msgid "Et Dieu créa la femme" +msgid "Et Dieu créa la femme" msgstr "" #: tmp/cache_twig/3e/ae/15be7d13fd1c62bd1485d6e81061.php:205 @@ -4253,468 +3677,427 @@ msgstr "" msgid "phraseanet:: panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:357 -msgid "recherche" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:370 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:374 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:362 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:366 msgid "phraseanet:: propositions" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:381 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:373 msgid "phraseanet:: thesaurus" msgstr "" #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:401 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2297 -msgid "Re-initialiser" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:412 -msgid "Chercher tous les mots" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:425 -msgid "Cette expression exacte" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:438 -msgid "Au moins un des mots suivants" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:451 -msgid "Aucun des mots suivants" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:468 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 -msgid "boutton:: selectionner toutes les bases" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:473 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1185 -msgid "boutton:: selectionner aucune base" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:488 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:522 -msgid "Trier par " -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:493 -msgid "pertinence" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:497 -msgid "date dajout" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:501 -msgid "aleatoire" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:507 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:555 -msgid "descendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:511 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:559 -msgid "ascendant" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:516 -msgid "rechercher par stemme" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:570 -msgid "Les termes apparaissent dans le(s) champs" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:576 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:760 -msgid "rechercher dans tous les champs" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:622 -msgid "Status des documents a rechercher" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:728 -msgid "Rechercher dans un champ date" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:770 -msgid "phraseanet::time:: de" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:777 -msgid "phraseanet::time:: a" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:803 msgid "prod::thesaurusTab:thesaurus" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:405 msgid "prod::thesaurusTab:candidats" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:819 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:417 msgid "prod::thesaurusTab:wizard:accepter le terme candidat" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:825 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:423 msgid "prod::thesaurusTab:wizard:remplacer par le terme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:881 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:945 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:430 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:698 +msgid "boutton::rechercher" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:479 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:543 msgid "chargement" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:974 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:572 msgid "prod::thesaurusTab:dlg:supprimer le terme ?" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:980 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:578 msgid "prod::thesaurusTab:dlg:accepter le terme ?" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:986 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:584 msgid "prod::thesaurusTab:dlg:remplacer le terme ?" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1002 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1006 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1010 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:600 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:604 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:608 msgid "action:: nouveau panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1017 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1021 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:615 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:619 msgid "Browse Baskets" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1028 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1032 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1036 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:626 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:630 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:634 msgid "action:: nouveau reportage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1045 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1049 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:643 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:647 msgid "phraseanet:: tri par date" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1057 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1061 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:655 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:659 msgid "phraseanet:: tri par nom" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1069 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1146 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1820 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:667 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1585 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1757 msgid "Preferences" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1101 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1260 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:693 +msgid "Advanced Search" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:711 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1181 msgid "phraseanet::type:: documents" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1109 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:719 msgid "phraseanet::type:: reportages" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1121 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:731 msgid "Tout type" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1125 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:735 msgid "Image" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1129 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:739 msgid "Video" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1133 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:743 msgid "Audio" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:747 msgid "Document" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:751 msgid "Flash" msgstr "" +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:779 +msgid "boutton:: selectionner toutes les bases" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:784 +msgid "boutton:: selectionner aucune base" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:799 +msgid "Re-initialiser" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:807 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:841 +msgid "Trier par " +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:812 +msgid "pertinence" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:816 +msgid "date dajout" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:820 +msgid "aleatoire" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:874 +msgid "descendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:878 +msgid "ascendant" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:835 +msgid "rechercher par stemme" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:889 +msgid "Les termes apparaissent dans le(s) champs" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:895 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1079 +msgid "rechercher dans tous les champs" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:941 +msgid "Status des documents a rechercher" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1047 +msgid "Rechercher dans un champ date" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1089 +msgid "phraseanet::time:: de" +msgstr "" + +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1096 +msgid "phraseanet::time:: a" +msgstr "" + #: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1156 -msgid "recherche :: Bases" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1160 -msgid "recherche :: Historique" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1167 -msgid "recherche :: Themes" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1235 msgid "Select" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1242 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1163 msgid "reponses:: selectionner tout" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1248 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1169 msgid "reponses:: selectionner rien" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1175 msgid "phraseanet::type:: images" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1266 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1187 msgid "phraseanet::type:: videos" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1272 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1193 msgid "phraseanet::type:: audios" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1288 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1421 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1522 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1575 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1209 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1342 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1443 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1484 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1511 msgid "Select an action" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1530 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1451 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1492 msgid "Feedback" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1702 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1639 msgid "raccourci :: a propos des raccourcis claviers" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1707 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1644 msgid "Raccourcis claviers en cours de recherche : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1748 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1649 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1685 msgid "Raccourcis:: ctrl-a : tout selectionner " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1716 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1752 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1653 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1689 msgid "Raccourcis:: ctrl-p : imprimer la selection " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1720 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1756 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1657 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1693 msgid "Raccourcis:: ctrl-e : editer la selection " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1724 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1661 msgid "Raccourcis::fleche gauche : page precedente " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1728 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1665 msgid "Raccourcis::fleche droite : page suivante " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1732 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1669 msgid "Raccourcis::fleche haut : scroll vertical " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1736 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1673 msgid "Raccourcis::fleche bas : scroll vertical " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1680 msgid "Raccourcis claviers de la zone des paniers : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1700 msgid "Raccourcis claviers en cours de editing : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1768 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1705 msgid "Raccourcis::tab/shift-tab se ballade dans les champs " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1712 msgid "Raccourcis claviers en cours de preview : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1780 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1717 msgid "Raccourcis::fleche gauche : en avant " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1784 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1721 msgid "Raccourcis::fleche gauche : en arriere " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1788 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1725 msgid "Raccourcis::espace : arreter/demarrer le diaporama " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1796 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1733 msgid "Vous pouvez quitter la plupart des fenetres survolantes via la touche echap " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1806 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1743 msgid "raccourcis :: ne plus montrer cette aide" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1826 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1763 msgid "Affichage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1830 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1767 msgid "Configuration" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1838 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1775 msgid "Mode de presentation" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1852 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1789 msgid "reponses:: mode vignettes" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1862 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1799 msgid "reponses:: mode liste" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1868 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1805 msgid "Theme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1877 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1814 msgid "Selecteur de theme" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1899 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1836 msgid "Presentation de vignettes" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1910 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1847 msgid "Iconographe (description au rollover)" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1922 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1859 msgid "Graphiste (preview au rollover)" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1932 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1869 msgid "Informations techniques" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1943 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1880 msgid "Afficher" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1955 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1892 msgid "Afficher dans la notice" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1967 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1904 msgid "Ne pas afficher" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1977 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1914 msgid "Type de documents" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1988 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1925 msgid "Afficher une icone" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1996 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1933 msgid "reponses:: images par pages : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2009 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1946 msgid "reponses:: taille des images : " msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2023 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1960 msgid "Couleur de selection" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2028 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1965 msgid "choisir" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2038 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1975 msgid "Affichage au demarrage" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2054 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:1991 msgid "Ma derniere question" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2065 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2002 msgid "Une question personnelle" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2087 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2024 msgid "Aide" -msgstr "" +msgstr "Help" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2137 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2074 msgid "preview:: Description" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2141 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2078 msgid "preview:: Historique" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2148 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2085 msgid "preview:: Popularite" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2201 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2138 msgid "Presentation de vignettes de panier" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2218 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2155 msgid "Afficher les status" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2236 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2173 msgid "Afficher la fiche descriptive" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2254 +#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2191 msgid "Afficher le titre" msgstr "" -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2283 -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2306 -msgid "Re-ordonner" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2288 -msgid "Reordonner automatiquement" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2293 -msgid "Choisir" -msgstr "" - -#: tmp/cache_twig/40/69/2ac30f0a229293a32167fa6e3b21.php:2310 -msgid "Inverser" -msgstr "" - #: tmp/cache_twig/41/65/a49e4f4f8f55dabf2790775f8241.php:19 msgid "preview::statistiques de visualisation pour le lien" msgstr "" @@ -4760,7 +4143,6 @@ msgid "Creer" msgstr "" #: tmp/cache_twig/4b/1d/eeda3c99bc5c1ea2b32c1b5030e1.php:32 -#: tmp/cache_twig/56/df/8e9606b65d5b86ebe83193d18d40.php:48 msgid "Actions" msgstr "" @@ -4776,6 +4158,10 @@ msgstr "" msgid "Ces informations sont directement fournies par la norme de metadonnees de ce champ : %norm_name%" msgstr "" +#: tmp/cache_twig/4d/c1/7d0c2228d36d650b2be2d9a43835.php:37 +msgid "phraseanet::technique::datetime-edit-explain" +msgstr "" + #: tmp/cache_twig/4d/c1/7d0c2228d36d650b2be2d9a43835.php:43 msgid "phraseanet::technique::date-edit-explain (aaaa/mm/jj)" msgstr "" @@ -4870,13 +4256,17 @@ msgid "Une mise a jour de l'application est necessaire, il est vivement recomman msgstr "" #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:182 -msgid "Si toutefois vous n'aviez pas acces à la console, suivez le lien suivant" +msgid "Si toutefois vous n'aviez pas acces à la console, suivez le lien suivant" msgstr "" #: tmp/cache_twig/52/48/d7b24984e78d1532173f20658d9a.php:202 msgid "Progression de la mise a jour : " msgstr "" +#: tmp/cache_twig/52/e0/087ada02cf9ccedbf1c84a81eab5.php:65 +msgid "Name" +msgstr "" + #: tmp/cache_twig/54/f8/2480d317ffebf431a7719a048fbd.php:25 msgid "Page" msgstr "" @@ -4889,20 +4279,32 @@ msgstr "" msgid "Ajouter a" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:19 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:21 msgid "Fail" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:25 +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:27 msgid "Success" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:40 -msgid "Erreur : %error%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:75 +msgid "Hello %username%" msgstr "" -#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:57 -msgid "Expire dans %expiration_date%" +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:90 +msgid "Erreur" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:97 +msgid "%error%" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:113 +msgid "Code d'accès" +msgstr "" + +#: tmp/cache_twig/58/b1/99f85754e976fcb1e42424e15509.php:120 +msgid "Copiez le code ci-dessous, retournez dans votre application et collez-le à l'endroit requis :" msgstr "" #: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:68 @@ -4937,6 +4339,18 @@ msgstr "" msgid "admin::compte-utilisateur:sexe: monsieur" msgstr "" +#: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:760 +msgid "admin::compte-utilisateur code postal" +msgstr "" + +#: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:774 +msgid "admin::compte-utilisateur ville" +msgstr "" + +#: tmp/cache_twig/5b/28/4dc2a8dc9d82dd44c67a7e324643.php:818 +msgid "admin::compte-utilisateur activite" +msgstr "" + #: tmp/cache_twig/5c/72/a1b63fb5c6635e4efaa3f5331d5f.php:110 msgid "Quotas" msgstr "" @@ -4966,17 +4380,17 @@ msgid "panier:: description" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:23 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:262 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:275 msgid "No results" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:29 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:268 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:281 msgid "1 result" msgstr "" #: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:35 -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:274 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:287 msgid "%Total% results" msgstr "" @@ -4984,7 +4398,7 @@ msgstr "" msgid "Received from %user_name%" msgstr "" -#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:222 +#: tmp/cache_twig/5d/e5/ae2ed2d48a3db8fa0da92ccdf779.php:235 msgid "Sent for validation to %list_participants%" msgstr "" @@ -5005,7 +4419,7 @@ msgid "par %user_name%" msgstr "" #: tmp/cache_twig/5e/37/71e1b63407b0767110817c7b875f.php:123 -msgid "Aucune application n'a accés à vos données." +msgid "Aucune application n'a accés à vos données." msgstr "" #: tmp/cache_twig/5e/37/71e1b63407b0767110817c7b875f.php:135 @@ -5049,19 +4463,23 @@ msgstr "" msgid "Creer un utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:287 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:288 +msgid "Successful install" +msgstr "" + +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:311 msgid "Ajouter un nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:292 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:316 msgid "Adresse email du nouvel utilisateur" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:300 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:324 msgid "Creer un modele" msgstr "" -#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:305 +#: tmp/cache_twig/61/1a/09e7e46699dea233edb7fa1db810.php:329 msgid "Nom du nouveau modele" msgstr "" @@ -5070,20 +4488,20 @@ msgid "boutton::publier" msgstr "" #: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:15 -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:15 -msgid "Ajouter ma selection courrante" +msgid "Collection" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:21 +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:41 msgid "Story name" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:27 +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:47 msgid "Story description" msgstr "" -#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:33 -msgid "Collection" +#: tmp/cache_twig/61/e3/8dbd14ad2bd30ee1ee235d4c224c.php:53 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:28 +msgid "Ajouter ma selection courrante" msgstr "" #: tmp/cache_twig/63/54/32f78e10cecde152548c2c0fb033.php:133 @@ -5107,11 +4525,11 @@ msgstr "" msgid "2000 caracteres maximum, separe par des espaces" msgstr "" -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:21 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:15 msgid "Nom du nouveau panier" msgstr "" -#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:27 +#: tmp/cache_twig/68/9a/19071b2e057711fb84181cac2287.php:21 msgid "paniers::description du nouveau panier" msgstr "" @@ -5156,7 +4574,27 @@ msgid "Refresh" msgstr "" #: tmp/cache_twig/70/71/684a331ee0c04c8c5cc46cff707b.php:61 -msgid "Delete" +msgid "(%length%)" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:16 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:16 +msgid "Reordonner automatiquement" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:21 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:21 +msgid "Choisir" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:34 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:34 +msgid "Re-ordonner" +msgstr "" + +#: tmp/cache_twig/71/76/405af9058132405d577a00d3ffb7.php:38 +#: tmp/cache_twig/88/36/fd81bb41f86312732b1a72c60dec.php:38 +msgid "Inverser" msgstr "" #: tmp/cache_twig/71/b9/c18fe9ea50eddc914b07ec715297.php:36 @@ -5172,7 +4610,7 @@ msgid "Vers quel API voulez vous vous connecter ?" msgstr "" #: tmp/cache_twig/72/18/6cd1f10af63b9cad709afe772368.php:197 -msgid "Aucun bridge disponible. Veuillez contacté un administrateur." +msgid "Aucun bridge disponible. Veuillez contacté un administrateur." msgstr "" #: tmp/cache_twig/72/18/6cd1f10af63b9cad709afe772368.php:507 @@ -5191,107 +4629,111 @@ msgstr "" msgid "Le connecteur API requis n'est pas configure correctement, veuillez contacter un administrateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:118 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:122 msgid "Etes vous sur de vouloir supprimer cette metadonnee ? Elle sera definitivement perdue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:141 -msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:145 +msgid "Attention, deux champs ne peuvent représenter le meme element Dublin Core." msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:143 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:147 msgid "La precedente attribution a ete desactivee" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:219 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:223 msgid "Attention !" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:278 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:282 msgid "boutton::ajouter" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:295 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:300 msgid "Nom" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:307 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:312 msgid "DublinCore Element Set" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:313 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:318 msgid "Multivalue" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:319 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:324 msgid "Indexable" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:325 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:330 msgid "Vocabulary Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:331 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:336 msgid "Vocabulary restricted" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:343 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:348 msgid "Lecture seule" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:349 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:354 msgid "Type" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:355 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:360 msgid "Separateur" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:361 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:366 msgid "Branche Thesaurus" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:367 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:372 msgid "Affiche dans report" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:382 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:387 msgid "Afficher en titre" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:487 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:492 msgid "Attention, la source descriptive selectionne n'est pas multivaluee, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:491 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:496 msgid "Attention, la source descriptive selectionne est multivaluee, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:586 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:591 msgid "Attention, la source descriptive selectionne n'est pas en lecture seule, vous devriez decocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:590 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:595 msgid "Attention, la source descriptive selectionne est en lecture seule, vous devriez cocher cette case" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:832 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:837 msgid "Tous" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:848 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:845 +msgid "Aucun" +msgstr "" + +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:853 msgid "Francais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:856 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:861 msgid "Allemand" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:864 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:869 msgid "Anglais" msgstr "" -#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:872 +#: tmp/cache_twig/7e/38/00f8ed117d6893741e4218ff0a39.php:877 msgid "Arabe" msgstr "" @@ -5405,32 +4847,36 @@ msgstr "" msgid "Which playlist you want to put you %number% elements into ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:39 -msgid "mauvais login / mot de passe" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:74 +msgid "Erreur de login / mot de passe" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:45 -msgid "Bonjour, veuillez vous identifier sur %home_title%" -msgstr "" - -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:70 -msgid "Hello %username%" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:82 +msgid "Bonjour, veuillez vous identifier sur %home_title% :" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:95 -msgid "%application_name% wants to acces to your data on %home_title%" +msgid "Se connecter" msgstr "" #: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:101 -msgid "Do you authorize the app to do its thing ?" +msgid "Problèmes de connexion ?" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:129 -msgid "oui" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:134 +msgid "Autorisation d'accès" msgstr "" -#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:153 -msgid "non" +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:145 +msgid "Autorisez-vous l'application \"%application_name%\" à accéder à votre contenu sur %home_title% ?" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:175 +msgid "Autoriser" +msgstr "" + +#: tmp/cache_twig/98/30/8af814961d8dbdaa5ebef159ef2b.php:199 +msgid "Ne pas autoriser" msgstr "" #: tmp/cache_twig/99/14/b0b63823076bfbcb2c5f51bd90b0.php:19 @@ -5502,63 +4948,74 @@ msgstr "" msgid "Vous avez recu un nouveau panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:93 -msgid "Vous avez envoye une demande de validation de document sur ce panier" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:90 +msgid "Vous avez recu une demande de validation de document sur ce panier" msgstr "" #: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:106 -msgid "paniers:: panier recu de %pusher%" -msgstr "" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:126 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:297 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:252 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:440 msgid "action::exporter" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:137 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:308 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:117 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:263 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:451 msgid "action::editer" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:153 -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:159 -msgid "action::renommer" -msgstr "" - -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:177 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:142 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:303 msgid "action::Valider" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:323 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:219 +msgid "Vous avez envoye une demande de validation de document sur ce panier" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:232 +msgid "paniers:: panier recu de %pusher%" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:279 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:285 +msgid "action::renommer" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:320 +msgid "Archive" +msgstr "" + +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:466 msgid "action::detacher" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:549 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:692 msgid "delete" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:640 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:783 msgid "panier:: ordre du panier" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:648 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:791 msgid "panier:: ordre Validation ascendante" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:656 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:799 msgid "panier:: ordre Validation descendante" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:699 +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:845 msgid "L'utilisateur approuve ce document" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:705 -msgid "L'utilisateur desapprouve ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:851 +msgid "L'utilisateur n'a pas encore donne son avis sur ce document" msgstr "" -#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:711 -msgid "L'utilisateur n'a pas encore donne son avis sur ce document" +#: tmp/cache_twig/a0/1f/23035961a122daf082c676a2f508.php:857 +msgid "L'utilisateur desapprouve ce document" msgstr "" #: tmp/cache_twig/a2/a7/399b931227e6fbf813a012ab2482.php:48 @@ -5569,106 +5026,120 @@ msgstr "" msgid "%nb_records% records" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:21 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:21 -msgid "Set selected users to" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:32 +msgid "Grant rights" msgstr "" -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:30 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:48 -msgid "HD Download" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:45 -msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:56 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:74 -msgid "Add user" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:61 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:79 -msgid "Send" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:75 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:93 -msgid "Save this list" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:85 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:103 -msgid "List Manager" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:91 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:109 -msgid "Select all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:95 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:113 -msgid "Deselect all" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:130 -msgid "Back to Push" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:146 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:164 -msgid "Welcome to the ListManager !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:155 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:173 -msgid "Start by creating one by using the \"add\" button on the left !" -msgstr "" - -#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:164 -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:182 -msgid "Select a list on the left and edit it !" -msgstr "" - -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:30 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:44 msgid "Contributor" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:39 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:53 msgid "See others" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:63 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:65 +msgid "HD Download" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:81 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:426 +msgid "List Manager" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:137 +msgid "Find a user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:148 +msgid "Or" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:151 +msgid "Add user" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:232 +msgid "and %n% more peoples" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:250 +msgid "Please consider send this validation to the following users : %recommendation%" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:259 +msgid "Users suggestion" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:307 +msgid "Push::unpush permet d'envoyer un lot d'image a des destinataires" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:313 msgid "Push::une validation est une demande d'appreciation a d'autres personnes" msgstr "" -#: tmp/cache_twig/a5/73/a67f96718e9f4458bf56259dc8d9.php:148 +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:323 +msgid "Send" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:341 +msgid "Save this list" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:351 +msgid "Select all" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:355 +msgid "Deselect all" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:411 +msgid "Back to Push" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:417 msgid "Back to Feedback" msgstr "" +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:444 +msgid "Welcome to the ListManager !" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:453 +msgid "Start by creating one by using the \"add\" button on the left !" +msgstr "" + +#: tmp/cache_twig/a4/c0/09f2dba82ef9b8342ca3bf692c14.php:462 +msgid "Select a list on the left and edit it !" +msgstr "" + +#: tmp/cache_twig/a5/4a/3c031045d47e838eac5252dfd6a9.php:380 +msgid "Do you want to send your report ?" +msgstr "" + #: tmp/cache_twig/a6/5e/67e9cbdd50463a8dcc5670c1b8f2.php:157 msgid "report:: Volumetrie des questions posees sur %home_title%" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:83 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:89 msgid "Site web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:93 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:104 msgid "Type d'application" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:97 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:108 msgid "Application web" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:102 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:115 msgid "Application desktop" msgstr "" -#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:109 +#: tmp/cache_twig/a8/6d/9c6e3f473012c6a0df45e74f1a86.php:128 msgid "URL de callback" msgstr "" @@ -5729,6 +5200,7 @@ msgid "2000 caracteres maximum" msgstr "" #: tmp/cache_twig/aa/d4/6f94fb6eb3c2fe609a4d228ab7c7.php:170 +#: tmp/cache_twig/bd/a8/2c59a65e6a28629b0d4eecf283e3.php:139 msgid "Categorie" msgstr "" @@ -5741,7 +5213,7 @@ msgid "separe par un espace" msgstr "" #: tmp/cache_twig/aa/d4/6f94fb6eb3c2fe609a4d228ab7c7.php:289 -msgid "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%" +msgid "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%" msgstr "" #: tmp/cache_twig/aa/d4/6f94fb6eb3c2fe609a4d228ab7c7.php:309 @@ -5858,123 +5330,127 @@ msgstr[1] "" msgid "Edition de 1 element" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:176 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:174 msgid "Aucun statut editable" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:182 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:180 msgid "Les status de certains documents ne sont pas accessible par manque de droits" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:260 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:258 msgid "boutton::remplacer" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:297 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:295 msgid "phraseanet:: presse-papier" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:305 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:303 msgid "prod::editing: rechercher-remplacer" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:309 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:307 msgid "prod::editing: modeles de fiches" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:357 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:333 +msgid "phraseanet::chargement" +msgstr "" + +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:355 msgid "prod::editing::replace: remplacer dans le champ" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:363 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:361 msgid "prod::editing::replace: remplacer dans tous les champs" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:388 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:386 msgid "prod::editing:replace: chaine a rechercher" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:395 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:393 msgid "prod::editing:remplace: chaine remplacante" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:402 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:400 msgid "prod::editing:remplace: options de remplacement" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:408 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:406 msgid "prod::editing:remplace::option : utiliser une expression reguliere" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:439 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:437 msgid "Aide sur les expressions regulieres" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:447 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:445 msgid "prod::editing:remplace::option: remplacer toutes les occurences" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:453 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:451 msgid "prod::editing:remplace::option: rester insensible a la casse" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:460 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:458 msgid "prod::editing:remplace::option la valeur du cahmp doit etre exacte" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:466 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:464 msgid "prod::editing:remplace::option la valeur est comprise dans le champ" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:472 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:470 msgid "prod::editing:remplace::option respecter la casse" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:524 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:522 msgid "prod::editing:indexation en cours" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:547 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:545 msgid "prod::editing: valider ou annuler les modifications" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:554 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:552 msgid "edit::preset:: titre" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:563 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:561 msgid "Edition impossible" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:572 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:570 msgid "prod::edit: Impossible d'editer simultanement des documents provenant de bases differentes" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:578 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:576 msgid "prod::editing: aucun documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:614 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:612 msgid "prod::editing: %not_actionable% documents ne peuvent etre edites car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:620 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:618 msgid "prod::editing: 1 document ne peut etre edite car vos droits sont induffisants" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:756 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:778 msgid "edit::Certains champs doivent etre remplis pour valider cet editing" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:793 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:815 msgid "edit: chosiir limage du regroupement" msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:837 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:859 msgid "prod::editing::fields: status " msgstr "" -#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:892 +#: tmp/cache_twig/c0/d0/888dd899d0fc0f18fd750774ab0f.php:914 msgid "Ce champ est decrit comme un element DublinCore" msgstr "" @@ -5990,51 +5466,51 @@ msgstr "" msgid "report::Edition des meta-donnees" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:88 -msgid "report::Changement de collection vers : %dest%" +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:91 +msgid "report::Changement de collection vers : %coll_name%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:94 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:97 msgid "report::Edition des status" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:103 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:106 msgid "report::Impression des formats : %format%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:112 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:115 msgid "report::Substitution de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:121 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:124 msgid "report::Publication de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:130 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:133 msgid "report::Telechargement de %dest%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:142 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:145 msgid "Envoi par mail a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:154 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:157 msgid "Envoi par ftp a %dest% de %content%" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:160 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:163 msgid "report::supression du document" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:166 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:169 msgid "report::ajout du documentt" msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:172 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:175 msgid "report::Modification du document -- je ne me souviens plus de quoi..." msgstr "" -#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:189 +#: tmp/cache_twig/c1/26/56b58b636b862713d982bc8506ac.php:192 msgid "report:: par %user_infos%" msgstr "" @@ -6050,23 +5526,23 @@ msgstr "" msgid "Les parametres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:105 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:123 msgid "Votre token d'access" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:109 -msgid "Les paramétres oauth de votre application." +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:127 +msgid "Les paramétres oauth de votre application." msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:117 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:135 msgid "Token" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:133 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:151 msgid "Le token n'a pas encore ete genere" msgstr "" -#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:147 +#: tmp/cache_twig/c4/c2/a7e934389fd1846d5c1e45590c0c.php:165 msgid "boutton::generer" msgstr "" @@ -6355,82 +5831,90 @@ msgstr "" msgid "boutton::enregistrer" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:36 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:43 msgid "Login" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:54 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:61 msgid "First/Last Name" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:90 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:97 msgid "E-Mail" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:126 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:133 msgid "Last Template" msgstr "" -#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:144 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:151 msgid "Creation date" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:200 +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:271 +msgid "Previous" +msgstr "" + +#: tmp/cache_twig/d3/33/d589cd112d18d232c0d7c4edb6d5.php:288 +msgid "Next" +msgstr "" + +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:219 msgid "Create new subdef" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:204 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:223 msgid "Delete the subdef ?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:210 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:229 msgid "These subdef will be permanently deleted and cannot be recovered. Are you sure?" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:221 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:240 msgid "Subdef name" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:226 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:245 msgid "classe d'acces" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:235 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:363 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:254 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:382 msgid "preview" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:239 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:371 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:258 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:390 msgid "tout le monde" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:317 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:336 msgid "Telechargeable" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:335 -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:347 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:354 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:366 msgid "classe" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:397 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 msgid "Baseurl" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:416 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:435 msgid "Write Metas" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:437 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:456 msgid "mediatype" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:618 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:637 msgid "yes" msgstr "" -#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:627 +#: tmp/cache_twig/df/4e/a6eeff08e70837a644553d58cd76.php:646 msgid "no" msgstr "" @@ -6640,15 +6124,15 @@ msgstr "" msgid "Back to basket list" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:149 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:157 msgid "No records" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:155 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:163 msgid "1 record" msgstr "" -#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:161 +#: tmp/cache_twig/ff/14/6daa45f5cad9ca10b28151554390.php:169 msgid "%ElementsCount% records" msgstr "" @@ -6672,11 +6156,31 @@ msgstr "" msgid "Aucune" msgstr "" -#: www/admin/adminFeedback.php:297 +#: www/admin/adminFeedback.php:69 +msgid "Base empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:85 +#: www/admin/adminFeedback.php:118 +msgid "A task has been creted, please run it to complete empty collection" +msgstr "" + +#: www/admin/adminFeedback.php:91 +#: www/admin/adminFeedback.php:123 +msgid "An error occurred" +msgstr "" + +#: www/admin/adminFeedback.php:96 +msgid "Collection empty successful" +msgstr "" + +#: www/admin/adminFeedback.php:316 +#: www/admin/database.php:213 msgid "admin::base: aucun alias" msgstr "" -#: www/admin/adminFeedback.php:387 +#: www/admin/adminFeedback.php:406 +#: www/admin/database.php:256 msgid "admin::base: vider la base avant de la supprimer" msgstr "" @@ -6712,6 +6216,8 @@ msgstr "" #: www/admin/collection.php:152 #: www/admin/collection.php:189 #: www/admin/collection.php:226 +#: www/admin/database.php:57 +#: www/admin/database.php:62 msgid "forms::erreur lors de l'envoi du fichier" msgstr "" @@ -6719,111 +6225,119 @@ msgstr "" msgid "admin::base:collection: etes vous sur de vider la collection ?" msgstr "" -#: www/admin/collection.php:302 +#: www/admin/collection.php:303 msgid "admin::base:collection: etes vous sur de demonter cette collection ?" msgstr "" -#: www/admin/collection.php:316 +#: www/admin/collection.php:317 msgid "admin::base:collection: etes vous sur de publier cette collection ?" msgstr "" -#: www/admin/collection.php:321 +#: www/admin/collection.php:322 msgid "admin::base:collection: etes vous sur darreter la publication de cette collection" msgstr "" -#: www/admin/collection.php:391 +#: www/admin/collection.php:392 +#: www/admin/database.php:431 msgid "phraseanet:: collection" msgstr "" -#: www/admin/collection.php:398 +#: www/admin/collection.php:399 msgid "admin::base:collection: numero de collection distante" msgstr "" -#: www/admin/collection.php:402 +#: www/admin/collection.php:403 msgid "admin::base:collection: etat de la collection" msgstr "" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: activer la collection" msgstr "" -#: www/admin/collection.php:402 -#: www/admin/collection.php:659 +#: www/admin/collection.php:403 +#: www/admin/collection.php:660 msgid "admin::base:collection: descativer la collection" msgstr "" -#: www/admin/collection.php:413 +#: www/admin/collection.php:414 +#: www/admin/database.php:399 msgid "phraseanet:: details" msgstr "" -#: www/admin/collection.php:423 +#: www/admin/collection.php:424 +#: www/admin/database.php:421 msgid "admin::base: masquer les details" msgstr "" -#: www/admin/collection.php:439 +#: www/admin/collection.php:440 +#: www/admin/database.php:436 msgid "admin::base: objet" msgstr "" -#: www/admin/collection.php:443 +#: www/admin/collection.php:444 +#: www/admin/database.php:438 msgid "admin::base: nombre" msgstr "" -#: www/admin/collection.php:446 -#: www/admin/collection.php:449 +#: www/admin/collection.php:447 +#: www/admin/collection.php:450 +#: www/admin/database.php:439 +#: www/admin/database.php:440 msgid "admin::base: poids" msgstr "" -#: www/admin/collection.php:590 +#: www/admin/collection.php:591 msgid "admin::collection:: Gestionnaires des commandes" msgstr "" -#: www/admin/collection.php:605 +#: www/admin/collection.php:606 msgid "setup:: ajouter un administrateur des commandes" msgstr "" -#: www/admin/collection.php:623 +#: www/admin/collection.php:624 msgid "admin::collection:: presentation des elements lors de la diffusion aux utilisateurs externes (publications)" msgstr "" -#: www/admin/collection.php:625 +#: www/admin/collection.php:626 msgid "admin::colelction::presentation des elements : rien" msgstr "" -#: www/admin/collection.php:626 +#: www/admin/collection.php:627 msgid "admin::colelction::presentation des elements : watermark" msgstr "" -#: www/admin/collection.php:627 +#: www/admin/collection.php:628 msgid "admin::colelction::presentation des elements : stamp" msgstr "" -#: www/admin/collection.php:633 +#: www/admin/collection.php:634 msgid "admin::base:collection: renommer la collection" msgstr "" -#: www/admin/collection.php:640 +#: www/admin/collection.php:641 msgid "admin::base:collection: Nom de la nouvelle collection : " msgstr "" -#: www/admin/collection.php:665 +#: www/admin/collection.php:666 msgid "admin::base:collection: vider la collection" msgstr "" -#: www/admin/collection.php:679 +#: www/admin/collection.php:680 msgid "admin::collection: Confirmez vous la suppression de cette collection ?" msgstr "" -#: www/admin/collection.php:692 +#: www/admin/collection.php:693 msgid "admin::base:collection: minilogo actuel" msgstr "" -#: www/admin/collection.php:712 -#: www/admin/collection.php:742 +#: www/admin/collection.php:713 +#: www/admin/collection.php:743 +#: www/admin/database.php:725 msgid "admin::base:collection: aucun fichier (minilogo, watermark ...)" msgstr "" -#: www/admin/collection.php:781 +#: www/admin/collection.php:782 msgid "admin::base:collection: image de presentation : " msgstr "" @@ -6857,7 +6371,7 @@ msgid "Confirmez-vous la re-indexation de la base ?" msgstr "" #: www/admin/database.php:174 -#: www/admin/database.php:378 +#: www/admin/database.php:379 msgid "admin::base: Alias" msgstr "" @@ -6865,192 +6379,190 @@ msgstr "" msgid "admin::base: Confirmer le vidage complet de la base" msgstr "" -#: www/admin/database.php:259 +#: www/admin/database.php:260 msgid "admin::base: Confirmer la suppression de la base" msgstr "" -#: www/admin/database.php:286 +#: www/admin/database.php:287 msgid "admin::base: Confirmer la suppression de tous les logs" msgstr "" -#: www/admin/database.php:312 +#: www/admin/database.php:313 msgid "admin::base: Confirmer vous l'arret de la publication de la base" msgstr "" -#: www/admin/database.php:394 +#: www/admin/database.php:395 msgid "admin::base: nombre d'enregistrements sur la base :" msgstr "" -#: www/admin/database.php:405 +#: www/admin/database.php:406 msgid "admin::base: nombre de mots uniques sur la base : " msgstr "" -#: www/admin/database.php:410 +#: www/admin/database.php:411 msgid "admin::base: nombre de mots indexes sur la base" msgstr "" -#: www/admin/database.php:417 +#: www/admin/database.php:418 msgid "admin::base: nombre de termes de Thesaurus indexes :" msgstr "" -#: www/admin/database.php:471 +#: www/admin/database.php:472 msgid "admin::base: enregistrements orphelins" msgstr "" -#: www/admin/database.php:505 -#: www/admin/database.php:522 +#: www/admin/database.php:506 +#: www/admin/database.php:523 msgid "report:: total" msgstr "" -#: www/admin/database.php:547 +#: www/admin/database.php:548 msgid "admin::base: document indexes en utilisant la fiche xml" msgstr "" -#: www/admin/database.php:557 +#: www/admin/database.php:558 msgid "admin::base: document indexes en utilisant le thesaurus" msgstr "" -#: www/admin/database.php:573 +#: www/admin/database.php:574 msgid "admin::base: Cette base est indexable" msgstr "" -#: www/admin/database.php:580 +#: www/admin/database.php:581 msgid "base:: re-indexer" msgstr "" -#: www/admin/database.php:588 -#: www/admin/newcoll.php:119 +#: www/admin/database.php:589 msgid "admin::base:collection: Creer une collection" msgstr "" -#: www/admin/database.php:600 +#: www/admin/database.php:601 msgid "admin::base:collection: Monter une collection" msgstr "" -#: www/admin/database.php:621 -#: www/admin/newcoll.php:149 +#: www/admin/database.php:622 msgid "admin::base:collection: Vous pouvez choisir une collection de reference pour donenr des acces " msgstr "" -#: www/admin/database.php:635 +#: www/admin/database.php:636 msgid "Monter" msgstr "" -#: www/admin/database.php:649 +#: www/admin/database.php:650 msgid "Activer une collection" msgstr "" -#: www/admin/database.php:675 +#: www/admin/database.php:676 msgid "admin::base: supprimer tous les logs" msgstr "" -#: www/admin/database.php:681 +#: www/admin/database.php:682 msgid "admin::base: arreter la publication de la base" msgstr "" -#: www/admin/database.php:687 +#: www/admin/database.php:688 msgid "admin::base: vider la base" msgstr "" -#: www/admin/database.php:693 +#: www/admin/database.php:694 msgid "admin::base: supprimer la base" msgstr "" -#: www/admin/database.php:703 +#: www/admin/database.php:704 msgid "admin::base: logo impression PDF" msgstr "" -#: www/admin/database.php:716 +#: www/admin/database.php:717 msgid "admin::base:collection: supprimer le logo" msgstr "" -#: www/admin/database.php:739 +#: www/admin/database.php:740 msgid "admin::base: envoyer un logo (jpeg 35px de hauteur max)" msgstr "" -#: www/admin/databases.php:66 +#: www/admin/databases.php:67 msgid "Propositions de modifications des tables" msgstr "" -#: www/admin/databases.php:75 +#: www/admin/databases.php:76 msgid "N'oubliez pas de redemarrer le planificateur de taches" msgstr "" -#: www/admin/databases.php:82 +#: www/admin/databases.php:83 msgid "Veuillez arreter le planificateur avant la mise a jour" msgstr "" -#: www/admin/databases.php:93 -#: www/admin/databases.php:145 -#: www/admin/databases.php:172 +#: www/admin/databases.php:94 +#: www/admin/databases.php:140 +#: www/admin/databases.php:167 msgid "Database name can not contains special characters" msgstr "" -#: www/admin/databases.php:134 +#: www/admin/databases.php:129 msgid "Database does not exists or can not be accessed" msgstr "" -#: www/admin/databases.php:329 +#: www/admin/databases.php:318 msgid "admin::base: Version" msgstr "" -#: www/admin/databases.php:334 +#: www/admin/databases.php:323 msgid "update::Votre application necessite une mise a jour vers : " msgstr "" -#: www/admin/databases.php:340 +#: www/admin/databases.php:329 msgid "update::Votre version est a jour : " msgstr "" -#: www/admin/databases.php:346 +#: www/admin/databases.php:335 msgid "update::Verifier els tables" msgstr "" -#: www/admin/databases.php:351 +#: www/admin/databases.php:340 msgid "admin::base: creer une base" msgstr "" -#: www/admin/databases.php:355 +#: www/admin/databases.php:344 msgid "phraseanet:: Creer une base sur un serveur different de l'application box" msgstr "" -#: www/admin/databases.php:359 -#: www/admin/databases.php:411 +#: www/admin/databases.php:348 +#: www/admin/databases.php:400 msgid "phraseanet:: hostname" msgstr "" -#: www/admin/databases.php:365 -#: www/admin/databases.php:417 +#: www/admin/databases.php:354 +#: www/admin/databases.php:406 msgid "phraseanet:: user" msgstr "" -#: www/admin/databases.php:368 -#: www/admin/databases.php:420 +#: www/admin/databases.php:357 +#: www/admin/databases.php:409 msgid "phraseanet:: password" msgstr "" -#: www/admin/databases.php:372 -#: www/admin/databases.php:424 +#: www/admin/databases.php:361 +#: www/admin/databases.php:413 msgid "phraseanet:: dbname" msgstr "" -#: www/admin/databases.php:375 +#: www/admin/databases.php:364 msgid "phraseanet:: Modele de donnees" msgstr "" -#: www/admin/databases.php:397 +#: www/admin/databases.php:386 msgid "boutton::creer" msgstr "" -#: www/admin/databases.php:403 +#: www/admin/databases.php:392 msgid "admin::base: Monter une base" msgstr "" -#: www/admin/databases.php:407 +#: www/admin/databases.php:396 msgid "phraseanet:: Monter une base provenant d'un serveur different de l'application box" msgstr "" -#: www/admin/databases.php:428 +#: www/admin/databases.php:417 msgid "boutton::monter" msgstr "" @@ -7090,87 +6602,91 @@ msgstr "" msgid "admin:: appliquer le modele " msgstr "" -#: www/admin/newcoll.php:42 +#: www/admin/newcoll.php:43 msgid "admin:: La collection n'a pas ete creee : vous devez donner un nom a votre collection" msgstr "" -#: www/admin/sessionwhois.php:58 -msgid "admin::monitor: utilisateur" +#: www/admin/newcoll.php:175 +msgid "Collection successfully created" msgstr "" #: www/admin/sessionwhois.php:59 +msgid "admin::monitor: utilisateur" +msgstr "" + +#: www/admin/sessionwhois.php:60 msgid "admin::monitor: modules" msgstr "" -#: www/admin/sessionwhois.php:61 +#: www/admin/sessionwhois.php:62 msgid "admin::monitor: date de connexion" msgstr "" -#: www/admin/sessionwhois.php:62 +#: www/admin/sessionwhois.php:63 msgid "admin::monitor: dernier access" msgstr "" -#: www/admin/sessionwhois.php:101 +#: www/admin/sessionwhois.php:102 msgid "admin::monitor: bases sur lesquelles l'utilisateur est connecte : " msgstr "" -#: www/admin/sessionwhois.php:116 +#: www/admin/sessionwhois.php:117 msgid "Session persistente" msgstr "" -#: www/admin/sessionwhois.php:134 +#: www/admin/sessionwhois.php:135 msgid "admin::monitor: module inconnu" msgstr "" -#: www/admin/sessionwhois.php:243 +#: www/admin/sessionwhois.php:244 msgid "admin::monitor: total des utilisateurs uniques : " msgstr "" -#: www/admin/sitestruct.php:183 +#: www/admin/sitestruct.php:179 msgid "admin::Le serveur memcached a ete flushe" msgstr "" -#: www/admin/sitestruct.php:189 +#: www/admin/sitestruct.php:185 msgid "setup:: administrateurs de l'application" msgstr "" -#: www/admin/sitestruct.php:201 +#: www/admin/sitestruct.php:197 msgid "setup:: ajouter un administrateur de l'application" msgstr "" -#: www/admin/sitestruct.php:207 +#: www/admin/sitestruct.php:203 msgid "setup:: Reinitialisation des droits admins" msgstr "" -#: www/admin/sitestruct.php:211 +#: www/admin/sitestruct.php:207 msgid "boutton::reinitialiser" msgstr "" -#: www/admin/sitestruct.php:214 +#: www/admin/sitestruct.php:210 msgid "setup:: Reglages generaux" msgstr "" -#: www/admin/sitestruct.php:216 +#: www/admin/sitestruct.php:212 msgid "setup::Votre configuration" msgstr "" -#: www/admin/sitestruct.php:244 +#: www/admin/sitestruct.php:240 msgid "setup::Filesystem configuration" msgstr "" -#: www/admin/sitestruct.php:258 +#: www/admin/sitestruct.php:254 msgid "setup::Executables" msgstr "" -#: www/admin/sitestruct.php:272 +#: www/admin/sitestruct.php:268 msgid "setup::PHP extensions" msgstr "" -#: www/admin/sitestruct.php:285 +#: www/admin/sitestruct.php:281 msgid "setup::Serveur de cache" msgstr "" -#: www/admin/sitestruct.php:304 +#: www/admin/sitestruct.php:300 msgid "Phrasea Module" msgstr "" @@ -7199,6 +6715,11 @@ msgstr "" msgid "Status icon upload failed : can not write on disk" msgstr "" +#: www/admin/statbits.php:130 +#: www/admin/statbits.php:167 +msgid "An error occured" +msgstr "" + #: www/admin/statbits.php:184 #: www/admin/statbits.php:247 msgid "phraseanet::status bit" @@ -7280,29 +6801,29 @@ msgstr "" msgid "admin::status: confirmer la suppression du status ?" msgstr "" -#: www/admin/structure.php:76 +#: www/admin/structure.php:77 msgid "admin::base: structure" msgstr "" -#: www/admin/structure.php:91 +#: www/admin/structure.php:92 msgid "admin::base: xml invalide, les changements ne seront pas appliques" msgstr "" -#: www/admin/sugval.php:934 +#: www/admin/sugval.php:935 msgid "" "admin::sugval: Attention, passer en mode graphique implique la perte des modifications du xml si vous n'appliquez pas les changements avant.\\n" "Continuer quand meme ?" msgstr "" -#: www/admin/sugval.php:966 +#: www/admin/sugval.php:967 msgid "Suggested values" msgstr "" -#: www/admin/sugval.php:983 +#: www/admin/sugval.php:984 msgid "admin::sugval: Valeurs suggerees/Preferences de la collection" msgstr "" -#: www/admin/sugval.php:1008 +#: www/admin/sugval.php:1009 msgid "admin::sugval: champs" msgstr "" @@ -7311,235 +6832,214 @@ msgstr "" msgid "admin::tasks: xml invalide, restaurer la version precedente ?" msgstr "" -#: www/admin/taskmanager.php:259 -#: www/admin/taskmanager.php:593 +#: www/admin/taskmanager.php:261 +#: www/admin/taskmanager.php:595 msgid "admin::tasks: supprimer la tache ?" msgstr "" -#: www/admin/taskmanager.php:278 +#: www/admin/taskmanager.php:280 msgid "Fermer" msgstr "" -#: www/admin/taskmanager.php:279 +#: www/admin/taskmanager.php:281 msgid "Renouveller" msgstr "" -#: www/admin/taskmanager.php:470 +#: www/admin/taskmanager.php:472 msgid "admin::tasks: planificateur de taches" msgstr "" -#: www/admin/taskmanager.php:478 +#: www/admin/taskmanager.php:480 #, php-format msgid "Last update at %s." msgstr "" -#: www/admin/taskmanager.php:479 +#: www/admin/taskmanager.php:481 msgid "admin::tasks: Nouvelle tache" msgstr "" -#: www/admin/taskmanager.php:486 +#: www/admin/taskmanager.php:488 msgid "admin::tasks: statut de la tache" msgstr "" -#: www/admin/taskmanager.php:487 +#: www/admin/taskmanager.php:489 msgid "admin::tasks: process_id de la tache" msgstr "" -#: www/admin/taskmanager.php:488 +#: www/admin/taskmanager.php:490 msgid "admin::tasks: etat de progression de la tache" msgstr "" -#: www/admin/taskmanager.php:751 +#: www/admin/taskmanager.php:753 msgid "Preferences du TaskManager" msgstr "" -#: www/admin/taskmanager.php:753 +#: www/admin/taskmanager.php:755 msgid "Cette URL vous permet de controler le sheduler depuis un manager comme cron" msgstr "" -#: www/client/answer.php:186 +#: www/client/answer.php:182 msgid "client::answers: rapport de questions par bases" msgstr "" -#: www/client/answer.php:191 +#: www/client/answer.php:187 #, php-format msgid "client::answers: %d reponses" msgstr "" -#: www/client/answer.php:488 +#: www/client/answer.php:492 msgid "reponses:: Votre recherche ne retourne aucun resultat" msgstr "" -#: www/client/baskets.php:130 +#: www/client/baskets.php:124 msgid "paniers::categories: mes paniers" msgstr "" -#: www/client/baskets.php:136 +#: www/client/baskets.php:130 msgid "paniers::categories: paniers recus" msgstr "" -#: www/client/baskets.php:153 +#: www/client/baskets.php:147 #, php-format msgid "paniers:: %d documents dans le panier" msgstr "" -#: www/client/baskets.php:158 +#: www/client/baskets.php:152 #, php-format msgid "paniers:: paniers:: %d documents dans le panier" msgstr "" -#: www/client/baskets.php:179 +#: www/client/baskets.php:173 msgid "action : ouvrir dans le comparateur" msgstr "" -#: www/client/baskets.php:188 +#: www/client/baskets.php:182 #, php-format msgid "paniers:: panier emis par %s" msgstr "" -#: www/client/baskets.php:266 +#: www/client/baskets.php:260 msgid "paniers:: vous avez de nouveaux paniers non consultes" msgstr "" #: www/client/homeinterpubbask.php:32 -msgid "phraseanet::technique::datetime" -msgstr "" - -#: www/client/homeinterpubbask.php:33 -msgid "phraseanet::technique::date" -msgstr "" - -#: www/client/homeinterpubbask.php:80 msgid "publications:: dernieres publications" msgstr "" -#: www/client/homeinterpubbask.php:119 -msgid "publications:: publication non lue" -msgstr "" - -#: www/client/homeinterpubbask.php:140 +#: www/client/homeinterpubbask.php:68 msgid "publications:: derniere mise a jour" msgstr "" -#: www/client/index.php:152 +#: www/client/index.php:161 msgid "client:: recherche" msgstr "" -#: www/client/index.php:159 +#: www/client/index.php:168 msgid "client:: recherche avancee" msgstr "" -#: www/client/index.php:166 +#: www/client/index.php:175 msgid "client:: topics" msgstr "" -#: www/client/index.php:188 -#: www/client/index.php:196 +#: www/client/index.php:197 +#: www/client/index.php:205 msgid "phraseanet::technique:: et" msgstr "" -#: www/client/index.php:189 -#: www/client/index.php:197 +#: www/client/index.php:198 +#: www/client/index.php:206 msgid "phraseanet::technique:: or" msgstr "" -#: www/client/index.php:190 -#: www/client/index.php:198 +#: www/client/index.php:199 +#: www/client/index.php:207 msgid "phraseanet::technique:: except" msgstr "" -#: www/client/index.php:210 +#: www/client/index.php:219 msgid "client::recherche: rechercher dans les bases :" msgstr "" -#: www/client/index.php:263 +#: www/client/index.php:261 msgid "client::recherche: rechercher dans toutes les bases" msgstr "" -#: www/client/index.php:272 +#: www/client/index.php:268 msgid "phraseanet:: presentation des resultats" msgstr "" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "phraseanet:: collections" msgstr "" -#: www/client/index.php:328 +#: www/client/index.php:324 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de toutes base" msgstr "" -#: www/client/index.php:342 +#: www/client/index.php:338 msgid "phraseanet:: historique" msgstr "" -#: www/client/index.php:374 +#: www/client/index.php:368 msgid "client::recherche: cliquez ici pour desactiver tous les filtres de cette base" msgstr "" -#: www/client/index.php:465 +#: www/client/index.php:437 msgid "client::recherche: filter sur" msgstr "" -#: www/client/index.php:468 +#: www/client/index.php:440 msgid "client::recherche: filtrer par dates" msgstr "" -#: www/client/index.php:470 +#: www/client/index.php:442 msgid "client::recherche: filtrer par status" msgstr "" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs" msgstr "" -#: www/client/index.php:472 +#: www/client/index.php:444 msgid "client::recherche: filtrer par champs : tous les champs" msgstr "" -#: www/include/download_anonymous.php:71 -#: www/include/download_anonymous.php:114 -#: www/include/download_prepare.php:106 -#: www/include/download_prepare.php:149 +#: www/include/download_anonymous.php:73 +#: www/include/download_anonymous.php:116 msgid "phraseanet:: Telechargement de documents" msgstr "" -#: www/include/download_anonymous.php:119 -#: www/include/download_prepare.php:151 +#: www/include/download_anonymous.php:121 msgid "telechargement::Veuillez patienter, vos fichiers sont en train d'etre rassembles pour le telechargement, cette operation peut prendre quelques minutes." msgstr "" -#: www/include/download_anonymous.php:126 -#: www/include/download_prepare.php:156 +#: www/include/download_anonymous.php:128 #, php-format msgid "telechargement::Vos documents sont prets. Si le telechargement ne demarre pas, %s cliquez ici %s" msgstr "" -#: www/include/download_anonymous.php:131 -#: www/include/download_prepare.php:159 +#: www/include/download_anonymous.php:133 msgid "telechargement::Le fichier contient les elements suivants" msgstr "" -#: www/include/download_anonymous.php:135 -#: www/include/download_prepare.php:163 +#: www/include/download_anonymous.php:137 msgid "phrseanet:: base" msgstr "" -#: www/include/download_anonymous.php:136 -#: www/include/download_prepare.php:164 +#: www/include/download_anonymous.php:138 msgid "document:: nom" msgstr "" -#: www/include/download_anonymous.php:137 -#: www/include/download_prepare.php:165 +#: www/include/download_anonymous.php:139 msgid "phrseanet:: sous definition" msgstr "" -#: www/include/download_anonymous.php:138 -#: www/include/download_prepare.php:166 +#: www/include/download_anonymous.php:140 msgid "poids" msgstr "" -#: www/include/download_anonymous.php:172 +#: www/include/download_anonymous.php:174 msgid "Votre lien est corrompu" msgstr "" @@ -7575,452 +7075,443 @@ msgstr "" msgid "error:500::Si ce probleme persiste, contactez l'administrateur du serveur" msgstr "" -#: www/include/sendmailpage.php:101 +#: www/include/sendmailpage.php:102 #, php-format msgid "export::mail: erreur lors de l'envoi aux adresses emails %s" msgstr "" -#: www/include/updses.php:92 +#: www/include/updses.php:93 msgid "The application is going down for maintenance, please logout." msgstr "" -#: www/login/account.php:181 +#: www/login/account.php:182 msgid "etes vous sur de vouloir supprimer cette application" msgstr "" -#: www/login/account.php:188 +#: www/login/account.php:183 +msgid "oui" +msgstr "" + +#: www/login/account.php:184 +msgid "non" +msgstr "" + +#: www/login/account.php:189 msgid "Erreur lors du chargement" msgstr "" -#: www/login/account.php:412 +#: www/login/account.php:413 msgid "Informations" msgstr "" -#: www/login/account.php:413 +#: www/login/account.php:414 msgid "Acces" msgstr "" -#: www/login/account.php:414 +#: www/login/account.php:415 msgid "Sessions" msgstr "" -#: www/login/account.php:416 +#: www/login/account.php:417 msgid "Developpeur" msgstr "" -#: www/login/account.php:431 -#: www/login/index.php:110 +#: www/login/account.php:432 +#: www/login/index.php:112 msgid "login::notification: Mise a jour du mot de passe avec succes" msgstr "" -#: www/login/account.php:434 +#: www/login/account.php:435 msgid "login::notification: Changements enregistres" msgstr "" -#: www/login/account.php:437 +#: www/login/account.php:438 msgid "forms::erreurs lors de l'enregistrement des modifications" msgstr "" -#: www/login/account.php:440 +#: www/login/account.php:441 msgid "login::notification: Vos demandes ont ete prises en compte" msgstr "" -#: www/login/account.php:455 -#: www/login/forgotpwd.php:98 +#: www/login/account.php:456 +#: www/login/forgotpwd.php:100 msgid "admin::compte-utilisateur changer mon mot de passe" msgstr "" -#: www/login/account.php:497 +#: www/login/account.php:498 msgid "login:: Changer mon adresse email" msgstr "" -#: www/login/account.php:603 +#: www/login/account.php:604 msgid "admin::compte-utilisateur:ftp: Activer le compte FTP" msgstr "" -#: www/login/account.php:644 +#: www/login/account.php:645 msgid "admin::compte-utilisateur:ftp: prefixe des noms de dossier ftp" msgstr "" -#: www/login/account.php:665 +#: www/login/account.php:666 msgid "admin::compte-utilisateur:ftp: Donnees envoyees automatiquement par ftp" msgstr "" -#: www/login/account.php:667 +#: www/login/account.php:668 msgid "phraseanet:: original" msgstr "" -#: www/login/account.php:669 +#: www/login/account.php:670 msgid "phraseanet:: imagette" msgstr "" -#: www/login/forgotpwd.php:71 +#: www/login/forgotpwd.php:73 msgid "forms::la valeur donnee contient des caracteres invalides" msgstr "" -#: www/login/forgotpwd.php:175 +#: www/login/forgotpwd.php:177 msgid "Pour ameliorer la securite de l'application, vous devez mettre a jour votre mot de passe." msgstr "" -#: www/login/forgotpwd.php:176 +#: www/login/forgotpwd.php:178 msgid "Cette tache ne pouvant etre automatisee, merci de bien vouloir la realiser." msgstr "" -#: www/login/forgotpwd.php:184 +#: www/login/forgotpwd.php:186 msgid "admin::compte-utilisateur nouveau mot de passe" msgstr "" -#: www/login/forgotpwd.php:204 +#: www/login/forgotpwd.php:206 msgid "admin::compte-utilisateur confirmer le mot de passe" msgstr "" -#: www/login/forgotpwd.php:223 -#: www/login/forgotpwd.php:285 +#: www/login/forgotpwd.php:225 +#: www/login/forgotpwd.php:287 msgid "login:: Retour a l'accueil" msgstr "" -#: www/login/forgotpwd.php:250 -#: www/login/forgotpwd.php:256 +#: www/login/forgotpwd.php:252 +#: www/login/forgotpwd.php:258 msgid "phraseanet::erreur: Echec du serveur mail" msgstr "" -#: www/login/forgotpwd.php:253 +#: www/login/forgotpwd.php:255 msgid "phraseanet::erreur: Le compte n'a pas ete trouve" msgstr "" -#: www/login/forgotpwd.php:259 +#: www/login/forgotpwd.php:261 msgid "phraseanet::erreur: l'url n'est plus valide" msgstr "" -#: www/login/forgotpwd.php:268 +#: www/login/forgotpwd.php:270 msgid "phraseanet:: Un email vient de vous etre envoye" msgstr "" -#: www/login/forgotpwd.php:278 +#: www/login/forgotpwd.php:280 msgid "login:: Entrez votre adresse email" msgstr "" -#: www/login/index.php:68 +#: www/login/index.php:70 msgid "login::erreur: Erreur d'authentification" msgstr "" -#: www/login/index.php:71 +#: www/login/index.php:73 msgid "login::erreur: Erreur de captcha" msgstr "" -#: www/login/index.php:74 +#: www/login/index.php:76 msgid "login::erreur: Vous n'avez pas confirme votre email" msgstr "" -#: www/login/index.php:76 +#: www/login/index.php:78 msgid "login:: Envoyer a nouveau le mail de confirmation" msgstr "" -#: www/login/index.php:79 +#: www/login/index.php:81 msgid "login::erreur: Aucune base n'est actuellment accessible" msgstr "" -#: www/login/index.php:82 +#: www/login/index.php:84 msgid "login::erreur: No available connection - Please contact sys-admin" msgstr "" -#: www/login/index.php:85 +#: www/login/index.php:87 msgid "login::erreur: maintenance en cours, merci de nous excuser pour la gene occasionee" msgstr "" -#: www/login/index.php:97 +#: www/login/index.php:99 msgid "login::notification: cette email est deja confirmee" msgstr "" -#: www/login/index.php:100 +#: www/login/index.php:102 msgid "login::notification: demande de confirmation par mail envoyee" msgstr "" -#: www/login/index.php:103 -#: www/login/index.php:106 +#: www/login/index.php:105 +#: www/login/index.php:108 msgid "login::notification: votre email est desormais confirme" msgstr "" -#: www/login/index.php:123 +#: www/login/index.php:125 msgid "login::captcha: obtenir une autre captcha" msgstr "" -#: www/login/index.php:126 +#: www/login/index.php:128 msgid "login::captcha: recopier les mots ci dessous" msgstr "" -#: www/login/index.php:139 +#: www/login/index.php:141 msgid "Accueil" msgstr "" -#: www/login/register.php:107 -#: www/login/register.php:284 -#: www/login/reset-email.php:145 -#: www/login/reset-email.php:185 +#: www/login/register.php:106 +#: www/login/register.php:290 +#: www/login/reset-email.php:147 +#: www/login/reset-email.php:187 msgid "forms::l'email semble invalide" msgstr "" -#: www/login/register.php:124 +#: www/login/register.php:123 msgid "forms::un utilisateur utilisant cette adresse email existe deja" msgstr "" -#: www/login/register.php:129 +#: www/login/register.php:128 msgid "forms::un utilisateur utilisant ce login existe deja" msgstr "" -#: www/login/register.php:286 -msgid "login invalide (8 caracteres sans accents ni espaces)" +#: www/login/register.php:292 +msgid "login invalide (5 caracteres sans accents ni espaces)" msgstr "" -#: www/login/register.php:298 -#: www/login/reset-password.php:90 +#: www/login/register.php:304 +#: www/login/reset-password.php:92 msgid "forms::le mot de passe est simple" msgstr "" -#: www/login/register.php:375 -#: www/login/register.php:392 -#: www/login/reset-password.php:170 +#: www/login/register.php:379 +msgid "5 caracteres minimum" +msgstr "" + +#: www/login/register.php:396 +#: www/login/reset-password.php:172 msgid "8 caracteres minimum" msgstr "" -#: www/login/register.php:400 +#: www/login/register.php:404 msgid "Resistance du mot de passe" msgstr "" -#: www/login/register.php:426 +#: www/login/register.php:430 msgid "admin::compte-utilisateur A propos de la securite des mots de passe" msgstr "" -#: www/login/reset-email.php:62 +#: www/login/reset-email.php:64 msgid "admin::compte-utilisateur: L'email a correctement ete mis a jour" msgstr "" -#: www/login/reset-email.php:63 +#: www/login/reset-email.php:65 msgid "accueil:: retour a l'accueil" msgstr "" -#: www/login/reset-email.php:96 +#: www/login/reset-email.php:98 msgid "admin::compte-utilisateur: erreur lors de la mise a jour" msgstr "" -#: www/login/reset-email.php:142 +#: www/login/reset-email.php:144 msgid "phraseanet::erreur: echec du serveur de mail" msgstr "" -#: www/login/reset-email.php:148 -#: www/login/reset-email.php:189 +#: www/login/reset-email.php:150 +#: www/login/reset-email.php:191 msgid "forms::les emails ne correspondent pas" msgstr "" -#: www/login/reset-email.php:152 -#: www/login/reset-password.php:66 +#: www/login/reset-email.php:154 +#: www/login/reset-password.php:68 msgid "admin::compte-utilisateur:ftp: Le mot de passe est errone" msgstr "" -#: www/login/reset-email.php:217 +#: www/login/reset-email.php:219 msgid "admin::compte-utilisateur un email de confirmation vient de vous etre envoye. Veuillez suivre les instructions contenue pour continuer" msgstr "" -#: www/login/reset-email.php:221 +#: www/login/reset-email.php:223 msgid "admin::compte-utilisateur retour a mon compte" msgstr "" -#: www/login/reset-email.php:230 -#: www/login/reset-password.php:148 +#: www/login/reset-email.php:232 +#: www/login/reset-password.php:150 msgid "phraseanet::erreur : oups ! une erreur est survenue pendant l'operation !" msgstr "" -#: www/login/reset-email.php:251 +#: www/login/reset-email.php:253 msgid "admin::compte-utilisateur nouvelle adresse email" msgstr "" -#: www/login/reset-email.php:256 +#: www/login/reset-email.php:258 msgid "admin::compte-utilisateur confirmer la nouvelle adresse email" msgstr "" -#: www/login/reset-email.php:265 +#: www/login/reset-email.php:267 msgid "admin::compte-utilisateur: Pourquoi me demande-t-on mon mot de passe pour changer mon adresse email ?" msgstr "" -#: www/login/reset-email.php:266 +#: www/login/reset-email.php:268 msgid "admin::compte-utilisateur: Votre adresse e-mail sera utilisee lors de la perte de votre mot de passe afin de pouvoir le reinitialiser, il est important que vous soyez la seule personne a pouvoir la changer." msgstr "" -#: www/login/reset-password.php:160 +#: www/login/reset-password.php:162 msgid "admin::compte-utilisateur ancien mot de passe" msgstr "" -#: www/prod/answer.php:183 -#, php-format -msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" -msgstr "" - -#: www/prod/answer.php:187 -#, php-format -msgid "reponses:: %d Resultats" -msgstr "" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %d reponses" -msgstr "" - -#: www/prod/answer.php:196 -#, php-format -msgid "reponses:: %s documents selectionnes" -msgstr "" - -#: www/prod/chghddocument.php:42 +#: www/prod/chghddocument.php:39 msgid "prod::substitution::erreur : document de substitution invalide" msgstr "" -#: www/prod/chghddocument.php:64 -#: www/prod/chgthumb.php:47 +#: www/prod/chghddocument.php:61 +#: www/prod/chgthumb.php:49 msgid "prod::substitution::document remplace avec succes" msgstr "" -#: www/prod/chgstatus.php:130 +#: www/prod/chgstatus.php:131 #, php-format msgid "prod::proprietes : %d documents modifies" msgstr "" -#: www/prod/chgthumb.php:42 +#: www/prod/chgthumb.php:44 msgid "prod::substitution::erreur : impossible d'ajouter ce document" msgstr "" -#: www/prod/docfunction.php:327 +#: www/prod/docfunction.php:337 msgid "prod::proprietes:: status" msgstr "" -#: www/prod/docfunction.php:328 +#: www/prod/docfunction.php:338 msgid "prod::proprietes:: type" msgstr "" -#: www/prod/docfunction.php:356 +#: www/prod/docfunction.php:366 #, php-format msgid "prod::status: edition de status de %d regroupements" msgstr "" -#: www/prod/docfunction.php:358 +#: www/prod/docfunction.php:368 #, php-format msgid "prod::status: edition de status de %d documents" msgstr "" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remettre a zero les status non nommes" msgstr "" -#: www/prod/docfunction.php:405 +#: www/prod/docfunction.php:415 msgid "prod::status: remetter a zero tous les status" msgstr "" -#: www/prod/docfunction.php:408 +#: www/prod/docfunction.php:418 msgid "prod::status: aucun status n'est defini sur cette base" msgstr "" -#: www/prod/docfunction.php:424 +#: www/prod/docfunction.php:434 msgid "prod::status: changer egalement le status des document rattaches aux regroupements" msgstr "" -#: www/prod/docfunction.php:454 +#: www/prod/docfunction.php:464 #, php-format msgid "prod::status: %d documents ne peuvent avoir une edition des status" msgstr "" -#: www/prod/docfunction.php:461 +#: www/prod/docfunction.php:471 msgid "prod::status:Vous n'avez pas les droits suffisants pour changer le status des documents selectionnes" msgstr "" -#: www/prod/docfunction.php:496 +#: www/prod/docfunction.php:506 msgid "prod::type: appliquer a tous les documents selectionnes" msgstr "" -#: www/prod/imgfunction.php:137 +#: www/prod/imgfunction.php:139 msgid "prod::tools: regeneration de sous definitions" msgstr "" -#: www/prod/imgfunction.php:138 +#: www/prod/imgfunction.php:140 msgid "prod::tools: outils image" msgstr "" -#: www/prod/imgfunction.php:143 +#: www/prod/imgfunction.php:145 msgid "prod::tools: substitution HD" msgstr "" -#: www/prod/imgfunction.php:148 +#: www/prod/imgfunction.php:150 msgid "prod::tools: substitution de sous definition" msgstr "" -#: www/prod/imgfunction.php:153 +#: www/prod/imgfunction.php:155 msgid "prod::tools: meta-datas" msgstr "" -#: www/prod/imgfunction.php:163 +#: www/prod/imgfunction.php:165 msgid "prod::tools:regeneration: Attention, certain documents ont des sous-definitions substituees." msgstr "" -#: www/prod/imgfunction.php:164 +#: www/prod/imgfunction.php:166 msgid "prod::tools:regeneration: Forcer la reconstruction sur les enregistrements ayant des thumbnails substituees." msgstr "" -#: www/prod/imgfunction.php:174 +#: www/prod/imgfunction.php:176 msgid "prod::tools:regeneration: Reconstruire les sous definitions" msgstr "" -#: www/prod/imgfunction.php:177 +#: www/prod/imgfunction.php:179 msgid "prod::tools: option : recreer aucune les sous-definitions" msgstr "" -#: www/prod/imgfunction.php:178 +#: www/prod/imgfunction.php:180 msgid "prod::tools: option : recreer toutes les sous-definitions" msgstr "" -#: www/prod/imgfunction.php:192 +#: www/prod/imgfunction.php:194 msgid "prod::tools::image: Cette action n'a d'effet que sur les images :" msgstr "" -#: www/prod/imgfunction.php:193 +#: www/prod/imgfunction.php:195 msgid "prod::tools::image: rotation 90 degres horaire" msgstr "" -#: www/prod/imgfunction.php:195 +#: www/prod/imgfunction.php:197 msgid "prod::tools::image rotation 90 degres anti-horaires" msgstr "" -#: www/prod/imgfunction.php:219 +#: www/prod/imgfunction.php:221 msgid "prod::tools:substitution : mettre a jour le nom original de fichier apres substitution" msgstr "" -#: www/prod/prodFeedBack.php:271 +#: www/prod/prodFeedBack.php:237 msgid "les enregistrements ont ete correctement commandes" msgstr "" -#: www/prod/prodFeedBack.php:275 +#: www/prod/prodFeedBack.php:241 msgid "Erreur lors de la commande des enregistrements" msgstr "" -#: www/prod/prodFeedBack.php:306 +#: www/prod/prodFeedBack.php:272 msgid "Les documents ne peuvent etre envoyes par FTP" msgstr "" -#: www/prod/prodFeedBack.php:315 +#: www/prod/prodFeedBack.php:281 msgid "Export enregistre dans la file dattente" msgstr "" -#: www/prod/prodFeedBack.php:340 +#: www/prod/prodFeedBack.php:306 msgid "Connection au FTP avec succes" msgstr "" -#: www/prod/prodFeedBack.php:344 +#: www/prod/prodFeedBack.php:310 #, php-format msgid "Erreur lors de la connection au FTP : %s" msgstr "" -#: www/prod/share.php:131 +#: www/prod/share.php:132 msgid "Aucune URL disponible" msgstr "" -#: www/prod/share.php:146 +#: www/prod/share.php:147 msgid "Aucun code disponible" msgstr "" @@ -8186,277 +7677,275 @@ msgstr "" msgid "report::societe" msgstr "" -#: www/thesaurus2/accept.php:46 +#: www/thesaurus2/accept.php:48 msgid "thesaurus:: accepter..." msgstr "" -#: www/thesaurus2/accept.php:165 +#: www/thesaurus2/accept.php:167 msgid "thesaurus:: removed_src" msgstr "" -#: www/thesaurus2/accept.php:168 -#: www/thesaurus2/accept.php:226 +#: www/thesaurus2/accept.php:170 +#: www/thesaurus2/accept.php:228 msgid "thesaurus:: refresh" msgstr "" -#: www/thesaurus2/accept.php:223 +#: www/thesaurus2/accept.php:225 msgid "thesaurus:: removed tgt" msgstr "" -#: www/thesaurus2/accept.php:259 +#: www/thesaurus2/accept.php:261 msgid "thesaurus:: Accepter le terme comme" msgstr "" -#: www/thesaurus2/accept.php:261 -#: www/thesaurus2/accept.php:271 +#: www/thesaurus2/accept.php:263 +#: www/thesaurus2/accept.php:273 msgid "thesaurus:: comme terme specifique" msgstr "" -#: www/thesaurus2/accept.php:265 +#: www/thesaurus2/accept.php:267 #, php-format msgid "thesaurus:: comme synonyme de %s" msgstr "" -#: www/thesaurus2/accept.php:270 +#: www/thesaurus2/accept.php:272 msgid "thesaurus:: Accepter la branche comme" msgstr "" -#: www/thesaurus2/accept.php:294 +#: www/thesaurus2/accept.php:296 #, php-format msgid "thesaurus:: A cet emplacement du thesaurus , un candidat du champ %s ne peut etre accepte" msgstr "" -#: www/thesaurus2/export_text.php:51 -#: www/thesaurus2/export_text_dlg.php:42 -#: www/thesaurus2/export_text_dlg.php:146 +#: www/thesaurus2/export_text.php:53 msgid "thesaurus:: export au format texte" msgstr "" -#: www/thesaurus2/export_text_dlg.php:137 +#: www/thesaurus2/export_text_dlg.php:139 msgid "thesaurus:: options d'export : " msgstr "" -#: www/thesaurus2/export_text_dlg.php:138 +#: www/thesaurus2/export_text_dlg.php:140 msgid "thesaurus:: example" msgstr "" -#: www/thesaurus2/export_text_dlg.php:151 +#: www/thesaurus2/export_text_dlg.php:153 msgid "thesaurus:: exporter avec les synonymes sur la meme ligne" msgstr "" -#: www/thesaurus2/export_text_dlg.php:155 +#: www/thesaurus2/export_text_dlg.php:157 msgid "thesaurus:: exporter avec une ligne par synonyme" msgstr "" -#: www/thesaurus2/export_text_dlg.php:159 +#: www/thesaurus2/export_text_dlg.php:161 msgid "thesaurus:: export : numeroter les lignes " msgstr "" -#: www/thesaurus2/export_text_dlg.php:163 +#: www/thesaurus2/export_text_dlg.php:165 msgid "thesaurus:: export : inclure la langue" msgstr "" -#: www/thesaurus2/export_text_dlg.php:167 +#: www/thesaurus2/export_text_dlg.php:169 msgid "thesaurus:: export : inclure les hits" msgstr "" -#: www/thesaurus2/export_text_dlg.php:173 +#: www/thesaurus2/export_text_dlg.php:175 msgid "thesaurus:: export : format topics" msgstr "" -#: www/thesaurus2/export_topics.php:98 -#: www/thesaurus2/export_topics_dlg.php:43 +#: www/thesaurus2/export_topics.php:100 +#: www/thesaurus2/export_topics_dlg.php:45 msgid "thesaurus:: export en topics" msgstr "" -#: www/thesaurus2/export_topics.php:159 +#: www/thesaurus2/export_topics.php:161 #, php-format msgid "thesaurus:: fichier genere le %s" msgstr "" -#: www/thesaurus2/export_topics.php:178 +#: www/thesaurus2/export_topics.php:180 #, php-format msgid "thesaurus:: fichier genere : %s" msgstr "" -#: www/thesaurus2/export_topics.php:180 +#: www/thesaurus2/export_topics.php:182 msgid "thesaurus:: erreur lors de l'enregsitrement du fichier" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:117 +#: www/thesaurus2/export_topics_dlg.php:119 msgid "thesaurus:: exporter" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:120 +#: www/thesaurus2/export_topics_dlg.php:122 msgid "thesaurus:: exporter vers topics pour toutes les langues" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:128 +#: www/thesaurus2/export_topics_dlg.php:130 msgid "thesaurus:: exporter a l'ecran pour la langue _langue_" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:135 +#: www/thesaurus2/export_topics_dlg.php:137 msgid "phraseanet:: tri" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:145 +#: www/thesaurus2/export_topics_dlg.php:147 msgid "thesaurus:: recherche" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:148 +#: www/thesaurus2/export_topics_dlg.php:150 msgid "thesaurus:: recherche thesaurus *:\"query\"" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:152 +#: www/thesaurus2/export_topics_dlg.php:154 msgid "thesaurus:: recherche fulltext" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:156 +#: www/thesaurus2/export_topics_dlg.php:158 msgid "thesaurus:: question complete (avec operateurs)" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:163 +#: www/thesaurus2/export_topics_dlg.php:165 msgid "thesaurus:: presentation" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:166 +#: www/thesaurus2/export_topics_dlg.php:168 msgid "thesaurus:: presentation : branches refermables" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:170 +#: www/thesaurus2/export_topics_dlg.php:172 msgid "thesaurus:: presentation : branche ouvertes" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:174 +#: www/thesaurus2/export_topics_dlg.php:176 msgid "thesaurus:: tout deployer - refermable" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:178 +#: www/thesaurus2/export_topics_dlg.php:180 msgid "thesaurus:: tout deployer - statique" msgstr "" -#: www/thesaurus2/export_topics_dlg.php:182 +#: www/thesaurus2/export_topics_dlg.php:184 msgid "thesaurus:: tout fermer" msgstr "" -#: www/thesaurus2/import.php:158 +#: www/thesaurus2/import.php:159 #, php-format msgid "over-indent at line %s" msgstr "" -#: www/thesaurus2/import.php:166 +#: www/thesaurus2/import.php:167 #, php-format msgid "bad encoding at line %s" msgstr "" -#: www/thesaurus2/import.php:173 +#: www/thesaurus2/import.php:174 #, php-format msgid "bad character at line %s" msgstr "" -#: www/thesaurus2/import_dlg.php:42 +#: www/thesaurus2/import_dlg.php:44 msgid "thesaurus:: Importer" msgstr "" -#: www/thesaurus2/import_dlg.php:85 +#: www/thesaurus2/import_dlg.php:87 msgid "thesaurus:: coller ici la liste des termes a importer" msgstr "" -#: www/thesaurus2/import_dlg.php:86 +#: www/thesaurus2/import_dlg.php:88 msgid "thesaurus:: langue par default" msgstr "" -#: www/thesaurus2/import_dlg.php:93 +#: www/thesaurus2/import_dlg.php:95 msgid "Fichier ASCII tabule" msgstr "" -#: www/thesaurus2/import_dlg.php:110 +#: www/thesaurus2/import_dlg.php:112 msgid "thesaurus:: supprimer les liens des champs tbranch" msgstr "" -#: www/thesaurus2/import_dlg.php:113 +#: www/thesaurus2/import_dlg.php:115 msgid "thesaurus:: reindexer la base apres l'import" msgstr "" -#: www/thesaurus2/index.php:96 +#: www/thesaurus2/index.php:98 msgid "thesaurus:: Editer le thesaurus" msgstr "" -#: www/thesaurus2/index.php:118 +#: www/thesaurus2/index.php:120 msgid "phraseanet:: choisir" msgstr "" -#: www/thesaurus2/index.php:144 +#: www/thesaurus2/index.php:146 msgid "thesaurus:: langue pivot" msgstr "" -#: www/thesaurus2/index.php:161 +#: www/thesaurus2/index.php:163 msgid "thesaurus:: Vous n'avez acces a aucune base" msgstr "" -#: www/thesaurus2/linkfield.php:32 +#: www/thesaurus2/linkfield.php:34 msgid "thesaurus:: Lier la branche de thesaurus au champ" msgstr "" -#: www/thesaurus2/linkfield.php:112 +#: www/thesaurus2/linkfield.php:114 #, php-format msgid "thesaurus:: Lier la branche de thesaurus au champ %s" msgstr "" -#: www/thesaurus2/linkfield2.php:32 -#: www/thesaurus2/linkfield3.php:33 +#: www/thesaurus2/linkfield2.php:34 +#: www/thesaurus2/linkfield3.php:35 msgid "thesaurus:: Lier la branche de thesaurus" msgstr "" -#: www/thesaurus2/linkfield2.php:116 +#: www/thesaurus2/linkfield2.php:118 #, php-format msgid "thesaurus:: Ce champ a ete modifie ; ancienne branche : %s " msgstr "" -#: www/thesaurus2/linkfield2.php:145 +#: www/thesaurus2/linkfield2.php:147 msgid "thesaurus:: nouvelle branche" msgstr "" -#: www/thesaurus2/linkfield2.php:150 +#: www/thesaurus2/linkfield2.php:152 msgid "thesaurus:: ce champ n'est plus lie au thesaurus, les termes indexes et candidats seront supprimes" msgstr "" -#: www/thesaurus2/linkfield2.php:158 +#: www/thesaurus2/linkfield2.php:160 msgid "thesaurus:: ce champ doit etre lie au thesaurus. La reindexation de la base est necessaire" msgstr "" -#: www/thesaurus2/linkfield2.php:162 +#: www/thesaurus2/linkfield2.php:164 msgid "thesaurus:: le lien au thesaurus doit etre modifie, la reindexation de la base est necessaire" msgstr "" -#: www/thesaurus2/linkfield2.php:177 +#: www/thesaurus2/linkfield2.php:179 msgid "thesaurus:: reindexation necessaire" msgstr "" -#: www/thesaurus2/linkfield2.php:181 +#: www/thesaurus2/linkfield2.php:183 msgid "thesaurus:: pas de reindexation" msgstr "" -#: www/thesaurus2/linkfield3.php:78 +#: www/thesaurus2/linkfield3.php:80 #, php-format msgid "thesaurus:: suppression du lien du champ %s" msgstr "" -#: www/thesaurus2/linkfield3.php:86 -#: www/thesaurus2/linkfield3.php:102 +#: www/thesaurus2/linkfield3.php:88 +#: www/thesaurus2/linkfield3.php:104 #, php-format msgid "thesaurus:: suppression de la branche de mot candidats pour le champ %s" msgstr "" -#: www/thesaurus2/linkfield3.php:112 +#: www/thesaurus2/linkfield3.php:114 msgid "thesaurus:: enregistrement de la liste modifiee des mots candidats." msgstr "" -#: www/thesaurus2/linkfield3.php:124 +#: www/thesaurus2/linkfield3.php:126 msgid "thesaurus:: suppression des indexes vers le thesaurus pour le champ" msgstr "" -#: www/thesaurus2/linkfield3.php:135 +#: www/thesaurus2/linkfield3.php:137 msgid "thesaurus:: reindexer tous les enregistrements" msgstr "" @@ -8464,260 +7953,260 @@ msgstr "" msgid "thesaurus:: corbeille" msgstr "" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: Nouveau terme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:34 +#: www/thesaurus2/newsy_dlg.php:36 msgid "thesaurus:: terme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:37 -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newsy_dlg.php:39 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau synonyme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:37 +#: www/thesaurus2/newsy_dlg.php:39 msgid "thesaurus:: synonyme" msgstr "" -#: www/thesaurus2/newsy_dlg.php:91 +#: www/thesaurus2/newsy_dlg.php:93 msgid "thesaurus:: contexte" msgstr "" -#: www/thesaurus2/newterm.php:38 +#: www/thesaurus2/newterm.php:40 msgid "thesaurus:: Nouveau terme specifique" msgstr "" -#: www/thesaurus2/newterm.php:72 -#, php-format -msgid "thesaurus:: le terme %s" -msgstr "" - #: www/thesaurus2/newterm.php:74 #, php-format -msgid "thesaurus:: avec contexte %s" +msgid "thesaurus:: le terme %s" msgstr "" #: www/thesaurus2/newterm.php:76 +#, php-format +msgid "thesaurus:: avec contexte %s" +msgstr "" + +#: www/thesaurus2/newterm.php:78 msgid "thesaurus:: sans contexte" msgstr "" -#: www/thesaurus2/newterm.php:104 +#: www/thesaurus2/newterm.php:106 msgid "thesaurus:: est deja candidat en provenance du champ acceptable : " msgstr "" -#: www/thesaurus2/newterm.php:106 +#: www/thesaurus2/newterm.php:108 msgid "thesaurus:: est deja candidat en provenance des champs acceptables : " msgstr "" -#: www/thesaurus2/newterm.php:146 +#: www/thesaurus2/newterm.php:148 msgid "thesaurus:: selectionner la provenance a accepter" msgstr "" -#: www/thesaurus2/newterm.php:162 #: www/thesaurus2/newterm.php:164 +#: www/thesaurus2/newterm.php:166 msgid "thesaurus:: est candidat en provenance des champs mais ne peut etre accepte a cet emplacement du thesaurus" msgstr "" -#: www/thesaurus2/newterm.php:169 +#: www/thesaurus2/newterm.php:171 msgid "thesaurus:: n'est pas present dans les candidats" msgstr "" -#: www/thesaurus2/newterm.php:173 +#: www/thesaurus2/newterm.php:175 msgid "thesaurus:: attention :" msgstr "" -#: www/thesaurus2/newterm.php:184 +#: www/thesaurus2/newterm.php:186 msgid "thesaurus:: Ajouter le terme dans reindexer" msgstr "" -#: www/thesaurus2/newterm.php:186 +#: www/thesaurus2/newterm.php:188 msgid "thesaurus:: ajouter le terme et reindexer" msgstr "" -#: www/thesaurus2/properties.php:47 +#: www/thesaurus2/properties.php:49 msgid "thesaurus:: Proprietes" msgstr "" -#: www/thesaurus2/properties.php:92 +#: www/thesaurus2/properties.php:94 msgid "thesaurus::menu: supprimer" msgstr "" -#: www/thesaurus2/properties.php:93 +#: www/thesaurus2/properties.php:95 msgid "thesaurus:: remplacer" msgstr "" -#: www/thesaurus2/properties.php:120 +#: www/thesaurus2/properties.php:122 #, php-format msgid "thesaurus:: %s reponses retournees" msgstr "" -#: www/thesaurus2/properties.php:147 +#: www/thesaurus2/properties.php:149 msgid "thesaurus:: synonymes" msgstr "" -#: www/thesaurus2/properties.php:148 +#: www/thesaurus2/properties.php:150 msgid "thesaurus:: hits" msgstr "" -#: www/thesaurus2/properties.php:149 +#: www/thesaurus2/properties.php:151 msgid "thesaurus:: ids" msgstr "" -#: www/thesaurus2/properties.php:321 +#: www/thesaurus2/properties.php:323 #, php-format msgid "thesaurus:: Confirmer la suppression du terme %s" msgstr "" -#: www/thesaurus2/search.php:77 +#: www/thesaurus2/search.php:79 msgid "thesaurus:: le terme" msgstr "" -#: www/thesaurus2/search.php:78 +#: www/thesaurus2/search.php:80 msgid "thesaurus:: est egal a " msgstr "" -#: www/thesaurus2/search.php:82 +#: www/thesaurus2/search.php:84 msgid "thesaurus:: commence par" msgstr "" -#: www/thesaurus2/search.php:86 +#: www/thesaurus2/search.php:88 msgid "thesaurus:: contient" msgstr "" -#: www/thesaurus2/search.php:91 +#: www/thesaurus2/search.php:93 msgid "thesaurus:: fini par" msgstr "" -#: www/thesaurus2/thesaurus.php:224 -#: www/thesaurus2/thesaurus.php:249 +#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:251 msgid "thesaurus::menu: proprietes" msgstr "" -#: www/thesaurus2/thesaurus.php:225 +#: www/thesaurus2/thesaurus.php:227 msgid "thesaurus::menu: refuser" msgstr "" -#: www/thesaurus2/thesaurus.php:226 +#: www/thesaurus2/thesaurus.php:228 msgid "thesaurus::menu: accepter" msgstr "" -#: www/thesaurus2/thesaurus.php:229 +#: www/thesaurus2/thesaurus.php:231 msgid "thesaurus::menu: supprimer les candidats a 0 hits" msgstr "" -#: www/thesaurus2/thesaurus.php:231 -#: www/thesaurus2/thesaurus.php:252 +#: www/thesaurus2/thesaurus.php:233 +#: www/thesaurus2/thesaurus.php:254 msgid "thesaurus::menu: remplacer" msgstr "" -#: www/thesaurus2/thesaurus.php:235 -#: www/thesaurus2/thesaurus.php:255 +#: www/thesaurus2/thesaurus.php:237 +#: www/thesaurus2/thesaurus.php:257 msgid "thesaurus::menu: chercher" msgstr "" -#: www/thesaurus2/thesaurus.php:236 -#: www/thesaurus2/thesaurus.php:256 +#: www/thesaurus2/thesaurus.php:238 +#: www/thesaurus2/thesaurus.php:258 msgid "thesaurus::menu: exporter" msgstr "" -#: www/thesaurus2/thesaurus.php:239 +#: www/thesaurus2/thesaurus.php:241 msgid "thesaurus::menu: relire les candidats" msgstr "" -#: www/thesaurus2/thesaurus.php:245 +#: www/thesaurus2/thesaurus.php:247 msgid "thesaurus::menu: importer" msgstr "" -#: www/thesaurus2/thesaurus.php:250 +#: www/thesaurus2/thesaurus.php:252 msgid "thesaurus::menu: Nouveau terme" msgstr "" -#: www/thesaurus2/thesaurus.php:251 +#: www/thesaurus2/thesaurus.php:253 msgid "thesaurus::menu: Nouveau synonyme" msgstr "" -#: www/thesaurus2/thesaurus.php:257 +#: www/thesaurus2/thesaurus.php:259 msgid "thesaurus::menu: export topics" msgstr "" -#: www/thesaurus2/thesaurus.php:259 +#: www/thesaurus2/thesaurus.php:261 msgid "thesaurus::menu: lier au champ" msgstr "" -#: www/thesaurus2/thesaurus.php:294 +#: www/thesaurus2/thesaurus.php:296 msgid "thesaurus:: onglet stock" msgstr "" -#: www/thesaurus2/thesaurus.php:299 +#: www/thesaurus2/thesaurus.php:301 msgid "thesaurus:: afficher les termes refuses" msgstr "" -#: www/thesaurus2/thesaurus.php:313 +#: www/thesaurus2/thesaurus.php:315 msgid "thesaurus:: onglet thesaurus" msgstr "" -#: www/thesaurus2/thesaurus.php:513 +#: www/thesaurus2/thesaurus.php:515 msgid "thesaurus:: Supprimer cette branche ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "" -#: www/thesaurus2/thesaurus.php:515 +#: www/thesaurus2/thesaurus.php:517 msgid "thesaurus:: Des reponses sont retournees par cette branche. Supprimer quand meme ? (les termes concernes remonteront en candidats a la prochaine indexation)" msgstr "" -#: www/thesaurus2/thesaurus.php:557 +#: www/thesaurus2/thesaurus.php:559 msgid "thesaurus:: Tous les termes ont des hits" msgstr "" -#: www/thesaurus2/thesaurus.php:563 +#: www/thesaurus2/thesaurus.php:565 msgid "thesaurus:: Des termes de cette branche ne renvoient pas de hits. Les supprimer ?" msgstr "" -#: www/thesaurus2/thesaurus.php:652 +#: www/thesaurus2/thesaurus.php:654 msgid "thesaurus:: Supprimer tous les candidats et placer toutes les fiches en reindexation-thesaurus ?" msgstr "" -#: www/thesaurus2/thesaurus.php:1096 +#: www/thesaurus2/thesaurus.php:1098 msgid "thesaurus:: deplacer le terme dans la corbeille ?" msgstr "" -#: www/upload/index.php:75 +#: www/upload/index.php:76 msgid "upload:You do not have right to upload datas" msgstr "" -#: www/upload/index.php:186 +#: www/upload/index.php:187 msgid "Selectionner une action" msgstr "" -#: www/upload/index.php:187 +#: www/upload/index.php:188 msgid "Aucune enregistrement selectionne" msgstr "" -#: www/upload/index.php:188 +#: www/upload/index.php:189 msgid "Transfert en court, vous devez attendre la fin du transfert" msgstr "" -#: www/upload/index.php:189 +#: www/upload/index.php:190 msgid "File d'attente n'est pas vide, souhaitez vous supprimer ces elements ?" msgstr "" -#: www/upload/index.php:241 +#: www/upload/index.php:242 #, php-format msgid "upload:: %d fichiers uploades" msgstr "" -#: www/upload/index.php:243 +#: www/upload/index.php:244 #: www/upload/index.php:414 #, php-format msgid "upload:: %d fichier uploade" msgstr "" -#: www/upload/index.php:247 +#: www/upload/index.php:248 msgid "Certains elements uploades sont passes en quarantaine" msgstr "" -#: www/upload/index.php:276 +#: www/upload/index.php:277 #, php-format msgid "upload :: choisir les fichiers a uploader (max : %d MB)" msgstr "" @@ -8790,25 +8279,614 @@ msgstr "" msgid "Supprimer precedentes propositions a la substitution" msgstr "" -#: www/upload/upload.php:46 -#: www/upload/upload.php:55 +#: www/upload/upload.php:45 +#: www/upload/upload.php:54 msgid "Internal Server Error" msgstr "" -#: www/upload/upload.php:141 -#: www/upload/upload.php:164 +#: www/upload/upload.php:140 +#: www/upload/upload.php:163 msgid "erreur lors de l'archivage" msgstr "" -#: www/upload/upload.php:144 +#: www/upload/upload.php:143 msgid "Document ajoute a la quarantaine" msgstr "" -#: www/upload/upload.php:147 +#: www/upload/upload.php:146 msgid "Fichier uploade, en attente" msgstr "" -#: www/upload/upload.php:187 +#: www/upload/upload.php:186 msgid "Fichier uploade !" msgstr "" +#: lib/Alchemy/Phrasea/Application/Lightbox.php:402 +msgid "Erreur lors de l'enregistrement des donnees" +msgstr "" + +#: lib/Alchemy/Phrasea/Application/Lightbox.php:475 +msgid "Erreur lors de la mise a jour des donnes " +msgstr "" + +#: lib/Alchemy/Phrasea/Application/Lightbox.php:599 +msgid "Envoie avec succes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Admin/Publications.php:92 +msgid "You are not the owner of this feed, you can not edit it" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:104 +msgid "Basket created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:138 +msgid "Basket has been deleted" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:180 +msgid "Record removed from basket" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:217 +msgid "Basket has been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:311 +msgid "Basket updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:346 +msgid "Basket has been archived" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:350 +msgid "Basket has been unarchived" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:424 +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:176 +#, php-format +msgid "%d records added" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Basket.php:486 +#, php-format +msgid "%d records moved" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:237 +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:308 +msgid "Vous ne pouvez pas editer plusieurs elements simultanement" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:262 +msgid "Vous essayez de faire une action que je ne connais pas !" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:328 +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:468 +msgid "Request contains invalid datas" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Bridge.php:488 +#, php-format +msgid "%d elements en attente" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Edit.php:64 +msgid "Vocabulary not found" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:164 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:207 +msgid "Feed entry not found" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:196 +msgid "Action Forbidden : You are not the publisher" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:292 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:316 +msgid "publication::Voici votre fil RSS personnel. Il vous permettra d'etre tenu au courrant des publications." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:293 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:317 +msgid "publications::Ne le partagez pas, il est strictement confidentiel" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:295 +#: lib/Alchemy/Phrasea/Controller/Prod/Feed.php:319 +msgid "publications::votre rss personnel" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:41 +msgid "prod::recherche: Attention : la liste des bases selectionnees pour la recherche a ete changee." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:47 +msgid "phraseanet::Ne plus afficher ce message" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:48 +msgid "Supprimer egalement les documents rattaches a ces regroupements" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:49 +msgid "reponses:: Ces enregistrements vont etre definitivement supprimes et ne pourront etre recuperes. Etes vous sur ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:52 +msgid "prod::editing valeurs heterogenes, choisir 'remplacer', 'ajouter' ou 'annuler'" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:53 +msgid "prod::editing::annulation: abandonner les modification ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:60 +msgid "Vous n'avez pas les droits pour supprimer certains documents" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:61 +msgid "Vous n'avez pas les droits pour supprimer ces documents" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:62 +msgid "Vous devez donner un titre" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:63 +msgid "Nouveau modele" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:65 +msgid "Vous n'avez pas rempli tous les champ requis" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:66 +msgid "Vous n'avez pas selectionne de fil de publication" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:67 +msgid "panier::Supression d'un element d'un reportage" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:68 +msgid "panier::Attention, vous etes sur le point de supprimer un element du reportage. Merci de confirmer votre action." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:69 +msgid "phraseanet::recherche avancee" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:70 +msgid "panier:: renommer le panier" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:71 +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:80 +msgid "panier:: Un reportage ne peux recevoir que des elements provenants de la base ou il est enregistre" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:72 +msgid "phraseanet:: Erreur" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:73 +msgid "cgus :: Attention, si vous refuser les CGUs de cette base, vous n'y aures plus acces" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:74 +msgid "cgus :: Vous devez vous reauthentifier pour que vos parametres soient pris en compte." +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:75 +#, php-format +msgid "edit:: Supprimer %s du champ dans les records selectionnes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:76 +#, php-format +msgid "edit:: Ajouter %s au champ courrant pour les records selectionnes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:77 +#, php-format +msgid "edit:: Supprimer %s du champ courrant" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:78 +#, php-format +msgid "edit:: Ajouter %s au champ courrant" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:79 +msgid "panier:: vous ne pouvez pas supprimer un panier public" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:81 +msgid "Vous ne pouvez pas selectionner plus de 800 enregistrements" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:83 +msgid "Erreur : soit les parametres sont incorrects, soit le serveur distant ne repond pas" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:84 +msgid "Les parametres sont corrects, le serveur distant est operationnel" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:85 +msgid "Certaines publications n'ont pu etre effectuees, verifiez vos parametres" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:86 +msgid "Aucune publication effectuee, verifiez vos parametres" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:87 +msgid "Attention, en supprimant ce preregalge, vous ne pourrez plus modifier ou supprimer de publications prealablement effectues avec celui-ci" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:88 +msgid "edit::certains documents possedent des champs requis non remplis. Merci de les remplir pour valider votre editing" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:89 +msgid "Aucun document selectionne" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:90 +msgid "Are you sure you want to delete this list ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:91 +msgid "New list name ?" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:92 +msgid "List name can not be empty" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:94 +msgid "Message" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:95 +msgid "Time for feedback (days)" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:97 +msgid "Accuse de reception" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:98 +#, php-format +msgid "%d fields have been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Language.php:99 +msgid "No users selected" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:171 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:308 +msgid "Unable to send the documents" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:190 +#, php-format +msgid "Push from %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:199 +msgid "No receivers specified" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:204 +msgid "No elements to push" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:218 +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:434 +#, php-format +msgid "Unknown user %d" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:281 +#, php-format +msgid "%1$d records have been sent to %2$d users" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:331 +#, php-format +msgid "Validation from %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:340 +msgid "No participants specified" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:345 +msgid "No elements to validate" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:425 +#, php-format +msgid "Missing mandatory participant parameter %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:515 +#, php-format +msgid "%1$d records have been sent for validation to %2$d users" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:601 +msgid "First name is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:604 +msgid "Last name is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:607 +msgid "Email is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:610 +msgid "Email is invalid" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:629 +msgid "User already exists" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:656 +msgid "User successfully created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Push.php:662 +msgid "Error while creating user" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:153 +#, php-format +msgid "reponses:: %d Resultats rappatries sur un total de %d trouves" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:157 +#, php-format +msgid "reponses:: %d Resultats" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %d reponses" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Query.php:166 +#, php-format +msgid "reponses:: %s documents selectionnes" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:102 +msgid "Story created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:211 +msgid "Record removed from story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:281 +msgid "You can not edit this story" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/Story.php:300 +msgid "Story updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:40 +msgid "Error while saving preference" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UserPreferences.php:53 +msgid "Preference saved !" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:144 +#, php-format +msgid "Unable to create list %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:152 +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:272 +msgid "List name is required" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:173 +#, php-format +msgid "List %s has been created" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:263 +msgid "Unable to update list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:294 +msgid "List has been updated" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:340 +#, php-format +msgid "List has been deleted" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:355 +#, php-format +msgid "Unable to delete list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:396 +msgid "Entry removed from list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:411 +msgid "Unable to remove entry from list " +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:472 +#, php-format +msgid "%d Users added to list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:480 +#, php-format +msgid "%d User added to list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:497 +msgid "Unable to add usr to list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:600 +msgid "List shared to user" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:615 +msgid "Unable to share the list with the usr" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:653 +msgid "Owner removed from list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/UsrLists.php:667 +msgid "Unable to remove usr from list" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:177 +#, php-format +msgid "%d Story attached to the WorkZone" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:184 +#, php-format +msgid "%d Stories attached to the WorkZone" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:194 +#, php-format +msgid "%1$d Story attached to the WorkZone, %2$d already attached" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:202 +#, php-format +msgid "%1$d Stories attached to the WorkZone, %2$d already attached" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Prod/WorkZone.php:253 +msgid "Story detached from the WorkZone" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:109 +msgid "It is not recommended to install Phraseanet without HTTPS support" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:157 +msgid "Appbox is unreachable" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:169 +msgid "Databox is unreachable" +msgstr "" + +#: lib/Alchemy/Phrasea/Controller/Setup/Installer.php:321 +#, php-format +msgid "an error occured : %s" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:428 +msgid "phraseanet::technique::datetime-edit-format" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:432 +msgid "phraseanet::technique::date-edit-format" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:433 +msgid "phraseanet::technique::date-edit-explain" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:436 +msgid "phraseanet::technique::time-edit-format" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/Record/Edit.php:437 +msgid "phraseanet::technique::time-edit-explain" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/User/Edit.php:575 +msgid "Email addess is not valid" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/User/Manage.php:165 +msgid "Invalid mail address" +msgstr "" + +#: lib/Alchemy/Phrasea/Helper/User/Manage.php:197 +msgid "Invalid template name" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:356 +#, php-format +msgid "Vous aviez envoye cette demande a %d utilisateurs" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:363 +#, php-format +msgid "Vous avez envoye cette demande a %d utilisateurs" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:373 +#, php-format +msgid "Processus de validation recu de %s et concernant %d utilisateurs" +msgstr "" + +#: lib/Doctrine/Entities/ValidationSession.php:380 +#, php-format +msgid "Processus de validation recu de %s" +msgstr "" + +#: lib/Doctrine/Repositories/BasketElementRepository.php:46 +msgid "Element is not found" +msgstr "" + +#: lib/Doctrine/Repositories/BasketRepository.php:169 +msgid "Basket is not found" +msgstr "" + +#: lib/Doctrine/Repositories/BasketRepository.php:191 +msgid "You have not access to this basket" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:30 +#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:67 +msgid "Owner is not found" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListOwnerRepository.php:35 +msgid "Owner and list mismatch" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListRepository.php:51 +msgid "List is not found" +msgstr "" + +#: lib/Doctrine/Repositories/UsrListRepository.php:56 +msgid "You have not access to this list" +msgstr "" + diff --git a/templates/web/prod/actions/Push.html.twig b/templates/web/prod/actions/Push.html.twig index 1cd06fb48a..5cc6dd1306 100644 --- a/templates/web/prod/actions/Push.html.twig +++ b/templates/web/prod/actions/Push.html.twig @@ -61,16 +61,20 @@
-
+
- +
- - +
+ {% trans 'Find a user' %} +
+
+ +
+ {% trans 'Or' %} {% trans 'Add user' %} -

{% set recommendation = '' %} @@ -142,6 +146,11 @@ {% trans 'Push::une validation est une demande d\'appreciation a d\'autres personnes' %} {% endif %}

+
+ +
diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index 197f049787..51cb02d4e6 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -2,7 +2,7 @@ {% set unique_id = module.getRandom() %} {% for base in search_datas['bases'] %} {% set sbas_id = base['sbas_id'] %} -
+
@@ -423,15 +423,12 @@