# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# 
# Translators:
# Daniel Pan <daniel.pan@seafile.com>, 2015
# EricLF44 <E.lefoll@cdg44.fr>, 2014-2016,2018
# EricLF44 <E.lefoll@cdg44.fr>, 2014
# LowMemory, 2016
# FLEURY Kévin <kevinfleury.todae@gmail.com>, 2017
# JulienDemangeon <freelance@demangeon.fr>, 2017
# Gaspard <info@widelinkpc.be>, 2013-2021
# Gautier Auburtin <gautier.auburtin@campus-condorcet.fr>, 2016,2018,2020
# Gilles Chauvin <gilles.chauvin@univ-rouen.fr>, 2016
# imwhatiam <imwhatiam123@gmail.com>, 2017
# imwhatiam <imwhatiam123@gmail.com>, 2017
# jcbeylot78, 2014
# jcbeylot78, 2014
# jcbeylot78, 2014-2017
# schaeffer <jonathan.schaeffer@univ-brest.fr>, 2014
# JulienDemangeon <freelance@demangeon.fr>, 2017
# Konstantin Genrikh <kostya49.fr@gmail.com>, 2017-2018
# Gaspard <info@widelinkpc.be>, 2013
# llj <lingjun.li1@gmail.com>, 2020
# Daniel Pan <daniel.pan@seafile.com>, 2015
# LowMemory, 2016
# MathieuP, 2014-2015,2019
# chadek <meyer.fabrice@gmx.fr>, 2021-2022
# Nicolas Delvaux <contact@nicolas-delvaux.org>, 2015
# Pierrick B. <pierrick.brun@gmail.com>, 2013
# Pierrick B. <pierrick.brun@gmail.com>, 2013-2014
# Ralf Dyllick <rdb@datamate.org>, 2022
# Romain N <romain.nuel@inria.fr>, 2017
# schaeffer <jonathan.schaeffer@univ-brest.fr>, 2014
# zheng xie <xiez1989@gmail.com>, 2015-2016
msgid ""
msgstr ""
"Project-Id-Version: seahub\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-04-08 18:07+0800\n"
"PO-Revision-Date: 2013-10-25 07:03+0000\n"
"Last-Translator: Ralf Dyllick <rdb@datamate.org>, 2022\n"
"Language-Team: French (http://app.transifex.com/haiwen/seahub/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#: seahub/adfs_auth/utils.py:46 seahub/dingtalk/views.py:50
#: seahub/dingtalk/views.py:74 seahub/dingtalk/views.py:83
#: seahub/dingtalk/views.py:105 seahub/dingtalk/views.py:120
#: seahub/dingtalk/views.py:161 seahub/dingtalk/views.py:186
#: seahub/dingtalk/views.py:195 seahub/dingtalk/views.py:217
#: seahub/dingtalk/views.py:253 seahub/dingtalk/views.py:293
#: seahub/dingtalk/views.py:340 seahub/dingtalk/views.py:356
#: seahub/dingtalk/views.py:425 seahub/dingtalk/views.py:472
#: seahub/oauth/views.py:86 seahub/oauth/views.py:109
#: seahub/oauth/views.py:155 seahub/oauth/views.py:183
#: seahub/oauth/views.py:194 seahub/templates/remote_user/error.html:8
#: seahub/weixin/views.py:36 seahub/weixin/views.py:55
#: seahub/weixin/views.py:60 seahub/weixin/views.py:79
#: seahub/weixin/views.py:95 seahub/work_weixin/views.py:68
#: seahub/work_weixin/views.py:73 seahub/work_weixin/views.py:83
#: seahub/work_weixin/views.py:87 seahub/work_weixin/views.py:106
#: seahub/work_weixin/views.py:177 seahub/work_weixin/views.py:182
#: seahub/work_weixin/views.py:192 seahub/work_weixin/views.py:196
msgid "Error, please contact administrator."
msgstr "Erreur, veuillez contacter un administrateur."

#: seahub/api2/endpoints/admin/account.py:186 seahub/api2/endpoints/user.py:81
#: seahub/api2/views.py:357
msgid "Name is too long (maximum is 64 characters)"
msgstr "Le nom est trop long (le maximum est de 64 caractères)"

#: seahub/api2/endpoints/admin/account.py:190 seahub/api2/endpoints/user.py:85
#: seahub/api2/views.py:361 seahub/forms.py:44 seahub/profile/forms.py:27
msgid "Name should not include '/'."
msgstr "Le nom ne doit pas comporter de '/'."

#: seahub/api2/endpoints/admin/account.py:205
msgid "Login id can't be empty"
msgstr "L'identifiant de connexion ne peut être vide"

#: seahub/api2/endpoints/admin/account.py:209
#: seahub/api2/endpoints/admin/users.py:1074
#, python-format
msgid "Login id %s already exists."
msgstr "L'identifiant de connexion %s existe déjà."

#: seahub/api2/endpoints/admin/account.py:216
msgid "Department is too long (maximum is 512 characters)"
msgstr "Le département est trop long (le maximum est de 512 caractères)"

#: seahub/api2/endpoints/admin/account.py:232 seahub/forms.py:155
msgid "Space quota can't be empty"
msgstr "Le quota ne peut pas être vide"

#: seahub/api2/endpoints/admin/account.py:238
#: seahub/api2/endpoints/admin/users.py:1130
#: seahub/api2/endpoints/admin/users.py:1134
#: seahub/api2/endpoints/admin/users.py:1147
#: seahub/api2/endpoints/admin/users.py:1151
msgid "Must be an integer that is greater than or equal to 0."
msgstr "Doit être un entier supérieur ou égal à 0."

#: seahub/api2/endpoints/admin/account.py:242
#: seahub/api2/endpoints/admin/users_batch.py:176 seahub/forms.py:156
msgid "Space quota is too low (minimum value is 0)"
msgstr "Le quota est trop faible (la valeur minimale est 0)"

#: seahub/api2/endpoints/admin/account.py:250 seahub/institutions/views.py:233
#: seahub/organizations/api/admin/users.py:454 seahub/views/sysadmin.py:325
#, python-format
msgid "Failed to set quota: maximum quota is %d MB"
msgstr "Impossible de définir le quota : quota maximum %d Mo"

#: seahub/api2/endpoints/admin/address_book/groups.py:82
#: seahub/api2/endpoints/admin/groups.py:129
#: seahub/api2/endpoints/admin/groups.py:268
#: seahub/api2/endpoints/groups.py:226 seahub/api2/endpoints/groups.py:299
#: seahub/api2/views.py:4598 seahub/group/forms.py:36
msgid ""
"Name can only contain letters, numbers, spaces, hyphen, dot, single quote, "
"brackets or underscore."
msgstr "Le nom peut être composé uniquement de lettres, chiffres, espace, tiret, point, simple guillemet, d'accolades ou de tiret bas"

#: seahub/api2/endpoints/admin/address_book/groups.py:87
#: seahub/api2/endpoints/admin/groups.py:136
#: seahub/api2/endpoints/admin/groups.py:272
#: seahub/api2/endpoints/groups.py:231 seahub/api2/endpoints/groups.py:304
msgid "There is already a group with that name."
msgstr "Un groupe portant ce nom existe déjà."

#: seahub/api2/endpoints/admin/address_book/groups.py:241
msgid "There are libraries in this department."
msgstr "Il y a des bibliothèques dans ce département."

#: seahub/api2/endpoints/admin/address_book/groups.py:245
msgid "There are sub-departments in this department."
msgstr "Il y a des sous-départements dans cet département."

#: seahub/api2/endpoints/admin/default_library.py:32
#: seahub/api2/endpoints/admin/default_library.py:33
#: seahub/views/__init__.py:664 seahub/views/__init__.py:665
#: seahub/views/__init__.py:669 seahub/views/__init__.py:670
msgid "My Library"
msgstr "Ma bibliothèque"

#: seahub/api2/endpoints/admin/groups.py:216
#: seahub/api2/endpoints/groups.py:330
#, python-format
msgid "User %s is already group owner."
msgstr "L'utilisateur %s est déjà propriétaire du groupe."

#: seahub/api2/endpoints/admin/institution_users.py:170
#, python-format
msgid ""
"Failed to add %s to the institution: user already belongs to an institution"
msgstr "Impossible d'ajouter %s : l'utilisateur appartient déjà à une institution à l'institution"

#: seahub/api2/endpoints/admin/institution_users.py:175
#, python-format
msgid ""
"Failed to add %s to the institution: user already belongs to this "
"institution"
msgstr "Impossible d'ajouter %s à l'organisation : l'utilisateur appartient déjà à cette organisation."

#: seahub/api2/endpoints/admin/libraries.py:265 seahub/views/sysadmin.py:721
msgid "System library can not be deleted."
msgstr "La bibliothèque système ne peut pas être supprimée."

#: seahub/api2/endpoints/admin/libraries.py:386 seahub/api2/views.py:1660
#, python-format
msgid "Transfer failed: role of %s is %s, can not add library."
msgstr "Transfert échoué : le rôle de %s est %s, il ne peut ajouter de bibliothèque."

#: seahub/api2/endpoints/admin/libraries.py:407 seahub/api2/views.py:1665
msgid "Library can not be transferred to owner."
msgstr "La bibliothèque ne peut pas être transférée au propriétaire."

#: seahub/api2/endpoints/admin/share_links.py:225
#: seahub/api2/endpoints/repo_share_links.py:140
#: seahub/api2/endpoints/share_links.py:642
msgid "There is an associated published library."
msgstr "Il existe une bibliothèque publiée associée."

#: seahub/api2/endpoints/admin/shares.py:185
#, python-format
msgid "User %s is already library owner."
msgstr "L'utilisateur %s est déjà le propriétaire de la bibliothèque."

#: seahub/api2/endpoints/admin/shares.py:193
#: seahub/api2/endpoints/invitations.py:50
#: seahub/api2/endpoints/invitations.py:110
#: seahub/api2/endpoints/repo_share_invitations.py:156
#, python-format
msgid "Email %s invalid."
msgstr "L'e-mail %s n'est pas valide."

#: seahub/api2/endpoints/admin/shares.py:211
#: seahub/api2/endpoints/admin/shares.py:268
#: seahub/api2/endpoints/dir_shared_items.py:346
#: seahub/api2/endpoints/dir_shared_items.py:459
#: seahub/api2/endpoints/group_owned_libraries.py:953
#: seahub/api2/endpoints/group_owned_libraries.py:1228
#: seahub/api2/endpoints/repo_share_invitations.py:190
#, python-format
msgid "This item has been shared to %s."
msgstr "Cet objet a été partagé avec %s."

#: seahub/api2/endpoints/admin/statistics.py:397
#: seahub/base/management/commands/export_user_traffic_report.py:45
#: seahub/notifications/templates/notifications/file_updates_email.html:22
#: seahub/notifications/templates/notifications/notice_email.html:20
#: seahub/organizations/api/admin/statistics.py:334
#: seahub/sysadmin_extra/views.py:57
msgid "Time"
msgstr "Heure"

#: seahub/api2/endpoints/admin/statistics.py:397
#: seahub/base/management/commands/export_file_access_log.py:58
#: seahub/base/management/commands/export_user_traffic_report.py:45
#: seahub/notifications/templates/notifications/file_updates_email.html:19
#: seahub/organizations/api/admin/statistics.py:334
#: seahub/sysadmin_extra/views.py:96 seahub/sysadmin_extra/views.py:153
#: seahub/templates/file_access.html:24
msgid "User"
msgstr "Utilisateur"

#: seahub/api2/endpoints/admin/statistics.py:397
#: seahub/base/management/commands/export_user_traffic_report.py:45
#: seahub/organizations/api/admin/statistics.py:334
msgid "Web Download"
msgstr "Téléchargement Web"

#: seahub/api2/endpoints/admin/statistics.py:398
#: seahub/base/management/commands/export_user_traffic_report.py:46
#: seahub/organizations/api/admin/statistics.py:335
msgid "Sync Download"
msgstr "Téléchargement synchronisé"

#: seahub/api2/endpoints/admin/statistics.py:398
#: seahub/base/management/commands/export_user_traffic_report.py:46
#: seahub/organizations/api/admin/statistics.py:335
msgid "Link Download"
msgstr "Lien de téléchargement"

#: seahub/api2/endpoints/admin/statistics.py:399
#: seahub/base/management/commands/export_user_traffic_report.py:47
#: seahub/organizations/api/admin/statistics.py:336
msgid "Web Upload"
msgstr "Envoi Web"

#: seahub/api2/endpoints/admin/statistics.py:399
#: seahub/base/management/commands/export_user_traffic_report.py:47
#: seahub/organizations/api/admin/statistics.py:336
msgid "Sync Upload"
msgstr "Envoi synchronisé"

#: seahub/api2/endpoints/admin/statistics.py:400
#: seahub/base/management/commands/export_user_traffic_report.py:48
#: seahub/organizations/api/admin/statistics.py:337
msgid "Link Upload"
msgstr "Lien d'envoi"

#: seahub/api2/endpoints/admin/statistics.py:445
#: seahub/api2/endpoints/group_members.py:539
#: seahub/base/management/commands/export_user_storage_report.py:41
#: seahub/base/management/commands/export_users.py:43
#: seahub/base/management/commands/export_users.py:47
#: seahub/contacts/templates/contacts/contact_list.html:44
#: seahub/contacts/templates/contacts/contact_list.html:53
#: seahub/institutions/templates/institutions/user_info.html:26
#: seahub/institutions/templates/institutions/useradmin.html:16
#: seahub/institutions/templates/institutions/useradmin_search.html:10
#: seahub/institutions/templates/institutions/useradmin_search.html:19
#: seahub/invitations/templates/invitations/token_view.html:10
#: seahub/organizations/api/admin/statistics.py:380
#: seahub/share/templates/share/share_link_audit.html:9
#: seahub/templates/registration/registration_form.html:22
#: seahub/views/sysadmin.py:198 seahub/views/sysadmin.py:202
#: seahub/views/sysadmin.py:790 seahub/views/sysadmin.py:805
msgid "Email"
msgstr "E-mail"

#: seahub/api2/endpoints/admin/statistics.py:445
#: seahub/base/management/commands/export_user_storage_report.py:41
#: seahub/base/management/commands/export_users.py:43
#: seahub/base/management/commands/export_users.py:47
#: seahub/contacts/templates/contacts/contact_list.html:18
#: seahub/institutions/templates/institutions/info.html:10
#: seahub/institutions/templates/institutions/user_info.html:61
#: seahub/institutions/templates/institutions/user_info.html:105
#: seahub/institutions/templates/institutions/useradmin.html:16
#: seahub/institutions/templates/institutions/useradmin_search.html:19
#: seahub/organizations/api/admin/statistics.py:380
#: seahub/sysadmin_extra/views.py:57
#: seahub/templates/registration/registration_form.html:18
#: seahub/templates/repo_dir_recycle_view.html:44
#: seahub/templates/repo_history_view.html:58 seahub/views/sysadmin.py:198
#: seahub/views/sysadmin.py:202 seahub/views/sysadmin.py:668
#: seahub/views/sysadmin.py:792 seahub/views/sysadmin.py:807
msgid "Name"
msgstr "Nom"

#: seahub/api2/endpoints/admin/statistics.py:445 seahub/auth/forms.py:255
#: seahub/base/management/commands/export_user_storage_report.py:41
#: seahub/base/management/commands/export_users.py:43
#: seahub/base/management/commands/export_users.py:47
#: seahub/institutions/templates/institutions/useradmin.html:16
#: seahub/institutions/templates/institutions/useradmin_search.html:19
#: seahub/organizations/api/admin/statistics.py:380
#: seahub/templates/registration/password_set_form.html:16
#: seahub/views/sysadmin.py:198 seahub/views/sysadmin.py:202
msgid "Contact Email"
msgstr "E-mail de contact"

#: seahub/api2/endpoints/admin/statistics.py:446
#: seahub/base/management/commands/export_user_storage_report.py:42
#: seahub/base/management/commands/export_users.py:44
#: seahub/base/management/commands/export_users.py:48
#: seahub/organizations/api/admin/statistics.py:381
#: seahub/views/sysadmin.py:199 seahub/views/sysadmin.py:203
msgid "Space Usage"
msgstr "Espace utilisé"

#: seahub/api2/endpoints/admin/statistics.py:446
#: seahub/base/management/commands/export_user_storage_report.py:42
#: seahub/base/management/commands/export_users.py:44
#: seahub/base/management/commands/export_users.py:48
#: seahub/organizations/api/admin/statistics.py:381
#: seahub/views/sysadmin.py:199 seahub/views/sysadmin.py:203
#: seahub/views/sysadmin.py:794 seahub/views/sysadmin.py:808
msgid "Space Quota"
msgstr "Quota de l'espace"

#: seahub/api2/endpoints/admin/users.py:480
#: seahub/api2/endpoints/admin/users.py:507
#: seahub/organizations/api/admin/users.py:148
msgid "There are more than 500 users, and sort is not offered."
msgstr "Il y a plus de 500 utilisateurs, et le tri n'est pas disponible."

#: seahub/api2/endpoints/admin/users.py:581
#: seahub/api2/endpoints/admin/users.py:1046 seahub/base/accounts.py:784
#: seahub/forms.py:30
msgid "The number of users exceeds the limit."
msgstr "Le nombre d'utilisateurs dépasse la limite."

#: seahub/api2/endpoints/admin/users.py:675
#, python-format
msgid "Successfully added user %(user)s."
msgstr "L'utilisateur %(user)s a été ajouté avec succès."

#: seahub/api2/endpoints/admin/users.py:679
#: seahub/api2/endpoints/admin/users_batch.py:385 seahub/views/sysadmin.py:567
#, python-format
msgid "You are invited to join %s"
msgstr "Vous êtes invité à rejoindre %s"

#: seahub/api2/endpoints/admin/users.py:685
#, python-format
msgid "Successfully added user %(user)s. An email notification has been sent."
msgstr "L'utilisateur %(user)s a été ajouté avec succès. Une notification a été envoyée par e-mail."

#: seahub/api2/endpoints/admin/users.py:688
#, python-format
msgid ""
"Successfully added user %(user)s. But email notification can not be sent, "
"because Email service is not properly configured."
msgstr "L'utilisateur %(user)s a été ajouté avec succès. L'e-mail de notification n'a pu être envoyé, le service d'e-mail n'est pas configuré correctement"

#: seahub/api2/endpoints/admin/users.py:1191
#: seahub/institutions/templates/institutions/useradmin.html:122
msgid "Edit succeeded"
msgstr "L'édition a réussi."

#: seahub/api2/endpoints/admin/users.py:1194 seahub/views/sysadmin.py:470
#, python-format
msgid "Your account on %s is activated"
msgstr "Votre compte sur %s a été activé"

#: seahub/api2/endpoints/admin/users.py:1199
#: seahub/institutions/templates/institutions/useradmin.html:118
msgid "Edit succeeded, an email has been sent."
msgstr "Édité avec succès, un e-mail a été envoyé."

#: seahub/api2/endpoints/admin/users.py:1202
#: seahub/institutions/templates/institutions/useradmin.html:120
msgid ""
"Edit succeeded, but failed to send email, please check your email "
"configuration."
msgstr "Édité avec succès, mais échec de l'envoi de l'e-mail, veuillez vérifier votre configuration."

#: seahub/api2/endpoints/admin/users.py:1283 seahub/views/sysadmin.py:511
#, python-format
msgid "Password has been reset on %s"
msgstr "Le mot de passe a été réinitialisé sur %s"

#: seahub/api2/endpoints/admin/users.py:1285 seahub/views/sysadmin.py:536
#, python-format
msgid ""
"Successfully reset password to %(passwd)s, an email has been sent to "
"%(user)s."
msgstr "Le mot de passe de %(passwd)s a été réinitialisé avec succès, un e-mail a été envoyé à %(user)s."

#: seahub/api2/endpoints/admin/users.py:1289 seahub/views/sysadmin.py:541
#, python-format
msgid ""
"Successfully reset password to %(passwd)s, but failed to send email to "
"%(user)s, please check your email configuration."
msgstr "Mot de passe remplacé par %(passwd)s avec succès, mais impossible d'envoyer l'e-mail à %(user)s. Le service d'e-mail n'est pas configuré correctement."

#: seahub/api2/endpoints/admin/users.py:1292 seahub/views/sysadmin.py:545
#, python-format
msgid "Successfully reset password to %(passwd)s for user %(user)s."
msgstr "Mot de passe de l'utilisateur %(user)s remplacé par %(passwd)s avec succès."

#: seahub/api2/endpoints/admin/users.py:1295 seahub/views/sysadmin.py:548
#, python-format
msgid ""
"Successfully reset password to %(passwd)s for user %(user)s. But email "
"notification can not be sent, because Email service is not properly "
"configured."
msgstr "Le mot de passe de l'utilisateur %(user)s a été remplacé par %(passwd)s avec succès. Malheureusement la notification par e-mail ne peut pas être envoyée : le service d'e-mail n'est pas configuré correctement."

#: seahub/api2/endpoints/admin/users_batch.py:172
msgid "must be an integer that is greater than or equal to 0."
msgstr "Doit être un nombre entier supérieur ou égal à 0."

#: seahub/api2/endpoints/admin/virus_scan_records.py:201
msgid "Virus file is not found."
msgstr "Fichier de virus introuvable"

#: seahub/api2/endpoints/admin/virus_scan_records.py:219
#: seahub/api2/endpoints/admin/virus_scan_records.py:234
#: seahub/api2/endpoints/admin/virus_scan_records.py:249
#: seahub/api2/endpoints/file_participants.py:129
#: seahub/api2/endpoints/file_tag.py:175
#: seahub/api2/endpoints/invitations.py:78
#: seahub/api2/endpoints/repo_set_password.py:72
#: seahub/api2/endpoints/repo_share_invitations.py:201
#: seahub/api2/endpoints/send_upload_link_email.py:107
#: seahub/api2/endpoints/wiki_pages.py:135 seahub/api2/views.py:3853
#: seahub/notifications/models.py:466 seahub/notifications/models.py:507
#: seahub/notifications/models.py:558 seahub/notifications/models.py:614
#: seahub/notifications/models.py:644 seahub/notifications/models.py:666
#: seahub/notifications/models.py:692 seahub/notifications/models.py:709
#: seahub/notifications/models.py:726 seahub/notifications/models.py:755
#: seahub/search/views.py:200 seahub/share/views.py:326
#: seahub/utils/__init__.py:166 seahub/utils/__init__.py:1240
#: seahub/views/__init__.py:918 seahub/views/ajax.py:401
#: seahub/views/ajax.py:405 seahub/wiki/views.py:208 seahub/wiki/views.py:215
#: seahub/wiki/views.py:224
msgid "Internal Server Error"
msgstr "Erreur interne du serveur"

#: seahub/api2/endpoints/copy_move_task.py:81
#: seahub/api2/endpoints/move_folder_merge.py:137
msgid "Destination path is too long."
msgstr "Le chemin de destination est trop long."

#: seahub/api2/endpoints/copy_move_task.py:91
#: seahub/api2/endpoints/move_folder_merge.py:133
msgid "Invalid destination path"
msgstr "Chemin de destination invalide"

#: seahub/api2/endpoints/copy_move_task.py:148
#: seahub/api2/endpoints/move_folder_merge.py:176
#: seahub/api2/endpoints/repos_batch.py:491 seahub/api2/views.py:1803
#: seahub/api2/views.py:1843 seahub/api2/views.py:1894
#: seahub/api2/views.py:1938 seahub/api2/views.py:1984
#: seahub/api2/views.py:2033 seahub/api2/views.py:2438
#: seahub/api2/views.py:2546
msgid "Out of quota."
msgstr "Quota dépassé."

#: seahub/api2/endpoints/copy_move_task.py:164
#, python-format
msgid "Can not move directory %(src)s to its subdirectory %(des)s"
msgstr "Impossible de déplacer le dossier %(src)s vers son sous-dossier %(des)s"

#: seahub/api2/endpoints/copy_move_task.py:180
#: seahub/api2/endpoints/file.py:297 seahub/api2/endpoints/file.py:386
#: seahub/api2/endpoints/file.py:501 seahub/api2/endpoints/file.py:578
#: seahub/api2/endpoints/file.py:702
msgid "File is locked"
msgstr "Le fichier est verrouillé"

#: seahub/api2/endpoints/copy_move_task.py:247
msgid "Cancel failed"
msgstr "L'annulation a échoué"

#: seahub/api2/endpoints/dir_shared_items.py:330
#: seahub/api2/endpoints/draft_reviewer.py:70
#: seahub/api2/endpoints/group_owned_libraries.py:937
msgid "username invalid."
msgstr "Nom d'utilisateur incorrect."

#: seahub/api2/endpoints/dir_shared_items.py:339
#: seahub/api2/endpoints/draft_reviewer.py:79
#: seahub/api2/endpoints/group_owned_libraries.py:946
#: seahub/oauth/views.py:199
#, python-format
msgid "User %s not found."
msgstr "L'utilisateur %s est introuvable."

#: seahub/api2/endpoints/draft_reviewer.py:96
#: seahub/api2/endpoints/file_participants.py:113
#: seahub/api2/endpoints/file_tag.py:203 seahub/api2/endpoints/file_tag.py:216
#: seahub/api2/endpoints/wikis.py:112 seahub/api2/endpoints/wikis.py:201
#: seahub/drafts/views.py:31 seahub/profile/forms.py:24
#: seahub/profile/views.py:227 seahub/search/views.py:174
#: seahub/thumbnail/views.py:51 seahub/thumbnail/views.py:166
#: seahub/views/__init__.py:742 seahub/views/ajax.py:83
#: seahub/views/ajax.py:113 seahub/views/ajax.py:119
msgid "Permission denied."
msgstr "Autorisation refusée."

#: seahub/api2/endpoints/file.py:607 seahub/api2/endpoints/file.py:627
msgid "File is not locked."
msgstr "Le fichier n'est pas verrouillé."

#: seahub/api2/endpoints/file.py:654 seahub/api2/endpoints/share_links.py:724
msgid "You can not refresh this file's lock."
msgstr "Impossible de rafraichir. Ce fichier est verrouillé."

#: seahub/api2/endpoints/file_participants.py:120
msgid "The participant already exists."
msgstr "Le participant existe déjà."

#: seahub/api2/endpoints/file_tag.py:256 seahub/api2/endpoints/file_tag.py:280
#: seahub/api2/endpoints/file_tag.py:300
#: seahub/api2/endpoints/revision_tag.py:55
#: seahub/api2/endpoints/revision_tag.py:109
msgid "Tag can only contain letters, numbers, dot, hyphen or underscore."
msgstr "Un Tag peut contenir uniquement des lettres, chiffres, points, trait d'union ou trait du bas."

#: seahub/api2/endpoints/group_members.py:110
#: seahub/api2/endpoints/group_members.py:343
#: seahub/api2/endpoints/group_members.py:489
#, python-format
msgid "User %s is already a group member."
msgstr "L'utilisateur %s est déjà membre d'un groupe."

#: seahub/api2/endpoints/group_members.py:116
#: seahub/api2/endpoints/group_members.py:352
#: seahub/api2/endpoints/group_members.py:498 seahub/api2/views.py:1646
#: seahub/organizations/api/admin/user_repos.py:50
#: seahub/organizations/api/admin/user_repos.py:103
#: seahub/organizations/api/admin/users.py:332
#, python-format
msgid "User %s not found in organization."
msgstr "L'utilisateur %s n'a pas été trouvé dans l’organisation."

#: seahub/api2/endpoints/group_members.py:119
#: seahub/api2/endpoints/group_members.py:360
#: seahub/api2/endpoints/group_members.py:506
#, python-format
msgid "User %s is an organization user."
msgstr "L'utilisateur %s est un utilisateur de l'organisation"

#: seahub/api2/endpoints/group_members.py:414 seahub/group/error_msg.py:17
#: seahub/group/error_msg.py:23 seahub/views/file.py:465
msgid "Group does not exist"
msgstr "Le groupe n'existe pas"

#: seahub/api2/endpoints/group_members.py:546 seahub/views/sysadmin.py:189
#: seahub/views/sysadmin.py:295 seahub/views/sysadmin.py:665
#: seahub/views/sysadmin.py:677 seahub/views/sysadmin.py:818
msgid "Failed to export Excel"
msgstr "Impossible d'exporter vers Excel"

#: seahub/api2/endpoints/group_owned_libraries.py:383
#: seahub/api2/endpoints/group_owned_libraries.py:659
msgid "Permission already exists."
msgstr "Cette permission est déjà affectée"

#: seahub/api2/endpoints/invitation.py:106
#, python-format
msgid "%(user)s revoked your access to %(site_name)s."
msgstr "%(user)s a révoqué votre accès à %(site_name)s."

#: seahub/api2/endpoints/invitations.py:54
#: seahub/api2/endpoints/invitations.py:117
#: seahub/api2/endpoints/repo_share_invitations.py:163
msgid "The email address is not allowed to be invited as a guest."
msgstr "L'adresse e-mail n'est pas autorisée à être invitée en tant qu'invité."

#: seahub/api2/endpoints/invitations.py:59
#: seahub/api2/endpoints/invitations.py:126
#, python-format
msgid "%s is already invited."
msgstr "%s est déjà invité."

#: seahub/api2/endpoints/invitations.py:66
#: seahub/api2/endpoints/invitations.py:137
#: seahub/api2/endpoints/repo_share_invitations.py:173
#: seahub/base/accounts.py:794
#, python-format
msgid "User %s already exists."
msgstr "L'utilisateur %s existe déjà."

#: seahub/api2/endpoints/invitations.py:151
#: seahub/api2/endpoints/repo_share_invitations.py:215
#: seahub/api2/endpoints/send_share_link_email.py:34
#: seahub/api2/endpoints/send_upload_link_email.py:33 seahub/auth/forms.py:122
#: seahub/share/views.py:138 seahub/share/views.py:349
msgid ""
"Failed to send email, email service is not properly configured, please "
"contact administrator."
msgstr "Échec d'envoi de l'e-mail, le service de courrier électronique n'est pas correctement configuré, veuillez contacter l'administrateur."

#: seahub/api2/endpoints/multi_share_links.py:55
#: seahub/api2/endpoints/multi_share_links.py:258
#: seahub/api2/endpoints/share_links.py:284
#: seahub/api2/endpoints/upload_links.py:170 seahub/api2/views.py:4006
#: seahub/api2/views.py:4126
msgid "Password is required."
msgstr "Le mot de passe est obligatoire."

#: seahub/api2/endpoints/multi_share_links.py:60
#: seahub/api2/endpoints/share_links.py:290
#: seahub/api2/endpoints/upload_links.py:176
#: seahub/api2/endpoints/webdav_secret.py:60
msgid "Password is too short."
msgstr "Le mot de passe est trop court."

#: seahub/api2/endpoints/multi_share_links.py:64
#: seahub/api2/endpoints/share_links.py:294
#: seahub/api2/endpoints/upload_links.py:180
#: seahub/api2/endpoints/webdav_secret.py:64
msgid "Password is too weak."
msgstr "Mot de passe trop faible"

#: seahub/api2/endpoints/multi_share_links.py:68
#: seahub/api2/endpoints/share_links.py:298
#: seahub/api2/endpoints/upload_links.py:184
#: seahub/api2/endpoints/webdav_secret.py:52
msgid ""
"Password can only contain number, upper letter, lower letter and other "
"symbols."
msgstr "Le mot de passe ne doit contenir que des chiffres, des lettres majuscules, des lettres minuscules et d'autres symboles."

#: seahub/api2/endpoints/multi_share_links.py:91
#: seahub/api2/endpoints/multi_share_links.py:281
#: seahub/api2/endpoints/share_links.py:321
#: seahub/api2/endpoints/share_links.py:566
#: seahub/api2/endpoints/upload_links.py:207
#: seahub/api2/endpoints/upload_links.py:341 seahub/api2/views.py:3420
#, python-format
msgid "Expire days should be greater or equal to %s"
msgstr "Les jours d’expiration doivent être supérieurs ou égaux à %s"

#: seahub/api2/endpoints/multi_share_links.py:96
#: seahub/api2/endpoints/multi_share_links.py:287
#: seahub/api2/endpoints/share_links.py:327
#: seahub/api2/endpoints/share_links.py:572
#: seahub/api2/endpoints/upload_links.py:213
#: seahub/api2/endpoints/upload_links.py:347 seahub/api2/views.py:3426
#, python-format
msgid "Expire days should be less than or equal to %s"
msgstr "Les jours d’expiration doivent être inférieurs ou égaux à %s"

#: seahub/api2/endpoints/multi_share_links.py:116
#: seahub/api2/endpoints/multi_share_links.py:309
#: seahub/api2/endpoints/share_links.py:349
#: seahub/api2/endpoints/share_links.py:596
#: seahub/api2/endpoints/upload_links.py:235
#: seahub/api2/endpoints/upload_links.py:371
#, python-format
msgid "Expiration time should be later than %s."
msgstr "Le délai d'expiration doit être supérieur à  %s."

#: seahub/api2/endpoints/multi_share_links.py:125
#: seahub/api2/endpoints/multi_share_links.py:318
#: seahub/api2/endpoints/share_links.py:358
#: seahub/api2/endpoints/share_links.py:605
#: seahub/api2/endpoints/upload_links.py:244
#: seahub/api2/endpoints/upload_links.py:380
#, python-format
msgid "Expiration time should be earlier than %s."
msgstr "Le délai d'expiration devrait être plus court que %s."

#: seahub/api2/endpoints/query_copy_move_progress.py:47
#: seahub/templates/remote_user/create_unknown_user_false.html:4
#: seahub/templates/remote_user/error.html:4
#: seahub/templates/view_shared_upload_link.html:82
msgid "Error"
msgstr "Erreur "

#: seahub/api2/endpoints/repo_commit_revert.py:66
msgid "This library has not been decrypted."
msgstr "Cette bibliothèque n'a pas été décryptée."

#: seahub/api2/endpoints/repo_send_new_password.py:45
#: seahub/api2/endpoints/user.py:73 seahub/api2/endpoints/user.py:93
msgid "Feature disabled."
msgstr "Fonction désactivée."

#: seahub/api2/endpoints/repo_send_new_password.py:75
#: seahub/api2/endpoints/repo_set_password.py:171
msgid "Can not reset this library's password."
msgstr "Impossible de réinitialiser le mot de passe de cette bibliothèque."

#: seahub/api2/endpoints/repo_send_new_password.py:82
#, python-format
msgid "New password of library %s"
msgstr "Nouveau mot de passe de la bibliothèque %s"

#: seahub/api2/endpoints/repo_set_password.py:69 seahub/api2/views.py:3850
msgid "Wrong password"
msgstr "Le mot de passe est erroné"

#: seahub/api2/endpoints/repo_set_password.py:75 seahub/api2/views.py:3856
msgid "Decrypt library error"
msgstr "Erreur de déchiffrement de la bibliothèque"

#: seahub/api2/endpoints/repo_set_password.py:138
msgid "Wrong old password"
msgstr "Ancien mot de passe erroné"

#: seahub/api2/endpoints/repos_batch.py:1258
#: seahub/api2/endpoints/repos_batch.py:1471
#: seahub/api2/endpoints/repos_batch.py:1559
#, python-format
msgid "File %s is locked."
msgstr "Le fichier %s est verrouillé."

#: seahub/api2/endpoints/repos_batch.py:1268
#: seahub/api2/endpoints/repos_batch.py:1481
#, python-format
msgid "Can't move folder %s, please check its permission."
msgstr "Le dossier %s ne peut être déplacé, veuillez vérifier les permissions."

#: seahub/api2/endpoints/repos_batch.py:1567
#, python-format
msgid "Can't delete folder %s, please check its permission."
msgstr "Le dossier %s ne peut être supprimé, veuillez vérifier les permissions."

#: seahub/api2/endpoints/send_share_link_email.py:102
#: seahub/share/views.py:187
msgid "file"
msgstr "fichier"

#: seahub/api2/endpoints/send_share_link_email.py:103
#: seahub/share/views.py:188
#, python-format
msgid "A file is shared to you on %s"
msgstr "Un fichier a été partagé avec vous sur %s"

#: seahub/api2/endpoints/send_share_link_email.py:105
#: seahub/share/views.py:194
msgid "directory"
msgstr "répertoire"

#: seahub/api2/endpoints/send_share_link_email.py:106
#: seahub/share/views.py:195
#, python-format
msgid "A directory is shared to you on %s"
msgstr "Un dossier vous est partagé sur %s"

#: seahub/api2/endpoints/send_upload_link_email.py:74
msgid "email invalid."
msgstr "L'adresse e-mail n'est pas valide"

#: seahub/api2/endpoints/send_upload_link_email.py:97
#: seahub/share/views.py:390
#, python-format
msgid "An upload link is shared to you on %s"
msgstr "Un lien d'envoi a été partagé pour vous sur %s"

#: seahub/api2/endpoints/share_links.py:427
#: seahub/api2/endpoints/share_links.py:436
#, python-format
msgid "Share link %s already exists."
msgstr "Le lien de partage %s existe déjà."

#: seahub/api2/endpoints/user.py:99
#, python-format
msgid "Contact email %s already exists."
msgstr "L'e-mail de contact %s existe déjà."

#: seahub/api2/endpoints/user.py:113
msgid "telephone is too long (maximum is 100 characters)."
msgstr "Le numéro de téléphone est trop long (le maximum est de 100 caractères)."

#: seahub/api2/endpoints/user_avatar.py:49
#: seahub/organizations/api/admin/logo.py:56 seahub/utils/error_msg.py:8
#, python-format
msgid ""
"%(ext)s is an invalid file extension. Authorized extensions are : "
"%(valid_exts_list)s"
msgstr "%(ext)s est une extension de fichier non valide. Les extensions autorisées sont : %(valid_exts_list)s"

#: seahub/api2/endpoints/user_avatar.py:53
#: seahub/organizations/api/admin/logo.py:64 seahub/utils/error_msg.py:13
#, python-format
msgid ""
"Your file is too big (%(size)s), the maximum allowed size is "
"%(max_valid_size)s"
msgstr "Votre fichier est trop volumineux (%(size)s), le maximum autorisé est de %(max_valid_size)s"

#: seahub/api2/endpoints/user_avatar.py:59 seahub/avatar/forms.py:43
#, python-format
msgid ""
"You already have %(nb_avatars)d avatars, and the maximum allowed is "
"%(nb_max_avatars)d."
msgstr "Vous avez déjà %(nb_avatars)d avatars et la valeur maximale autorisée est de %(nb_max_avatars)d."

#: seahub/api2/endpoints/webdav_secret.py:56
msgid "Length of WebDav password should be less than 30."
msgstr "La longueur du mot de passe WebDav doit être inférieur à 30 caractères."

#: seahub/api2/endpoints/wikis.py:119 seahub/api2/endpoints/wikis.py:217
#, python-format
msgid "%s is taken by others, please try another name."
msgstr "%s est déjà utilisé, veuillez essayer un autre nom."

#: seahub/api2/endpoints/wikis.py:197
msgid "Wiki not found."
msgstr "Wiki introuvable."

#: seahub/api2/endpoints/wikis.py:206
msgid "Name is required."
msgstr "Le nom est requis."

#: seahub/api2/endpoints/wikis.py:210
msgid "Name can only contain letters, numbers, blank, hyphen or underscore."
msgstr "Le nom ne peut contenir que des lettres, nombres, espace, trait d'union ou trait de soulignement."

#: seahub/auth/decorators.py:73
msgid "Please log in."
msgstr "Veuillez vous connecter."

#: seahub/auth/forms.py:28 seahub/templates/registration/login.html:37
msgid "Email or Username"
msgstr "E-mail ou nom d'utilisateur"

#: seahub/auth/forms.py:29 seahub/auth/forms.py:229
#: seahub/base/accounts.py:772
#: seahub/invitations/templates/invitations/token_view.html:13
#: seahub/organizations/templates/organizations/org_register.html:36
#: seahub/share/views.py:320 seahub/templates/decrypt_repo_form.html:10
#: seahub/templates/registration/login.html:38
#: seahub/templates/registration/password_set_form.html:21
#: seahub/templates/registration/registration_form.html:24
#: seahub/templates/share_access_validation.html:23
#: seahub/templates/sysadmin/sudo_mode.html:10 seahub/views/sysadmin.py:791
#: seahub/views/sysadmin.py:806
msgid "Password"
msgstr "Mot de passe"

#: seahub/auth/forms.py:72
msgid ""
"Please enter a correct email/username and password. Note that both fields "
"are case-sensitive."
msgstr "Saisissez un e-mail/nom d’utilisateur correct et un mot de passe. Notez que ces 2 champs sont sensibles à la casse."

#: seahub/auth/forms.py:78 seahub/auth/forms.py:130
msgid ""
"That e-mail address doesn't have an associated user account. Are you sure "
"you've registered?"
msgstr "Cette adresse e-mail n'a pas de compte d'utilisateur associé. Êtes-vous certain d'être enregistré ?"

#: seahub/auth/forms.py:93 seahub/auth/forms.py:94
msgid "This account is inactive."
msgstr "Ce compte est inactif."

#: seahub/auth/forms.py:99
msgid ""
"Your Web browser doesn't appear to have cookies enabled. Cookies are "
"required for logging in."
msgstr "Votre navigateur ne semble pas avoir les cookies activés. Les cookies sont requis pour se connecter."

#: seahub/auth/forms.py:115
msgid "E-mail"
msgstr "E-mail"

#: seahub/auth/forms.py:133
msgid "Can not reset password, please contact LDAP admin."
msgstr "Impossible de réinitialiser le mot de passe, veuillez contacter votre administrateur LDAP."

#: seahub/auth/forms.py:156
#, python-format
msgid "Reset Password on %s"
msgstr "Mot de passe réinitialisé sur %s"

#: seahub/auth/forms.py:165
msgid "New password"
msgstr "Nouveau mot de passe"

#: seahub/auth/forms.py:166
msgid "New password confirmation"
msgstr "Confirmation du nouveau mot de passe"

#: seahub/auth/forms.py:195 seahub/auth/forms.py:241
#: seahub/base/accounts.py:828 seahub/organizations/forms.py:69
msgid "The two password fields didn't match."
msgstr "Les deux mots de passe ne correspondent pas."

#: seahub/auth/forms.py:209
msgid "Old password"
msgstr "Ancien mot de passe"

#: seahub/auth/forms.py:217
msgid "Your old password was entered incorrectly. Please enter it again."
msgstr "Votre ancien mot de passe n'a pas été correctement saisi. Veuillez l'introduire à nouveau."

#: seahub/auth/forms.py:230 seahub/base/accounts.py:774
msgid "Password (again)"
msgstr "Mot de passe (encore)"

#: seahub/auth/forms.py:261 seahub/forms.py:35 seahub/invitations/views.py:37
#: seahub/invitations/views.py:52 seahub/organizations/forms.py:47
#: seahub/profile/forms.py:46
msgid "A user with this email already exists."
msgstr "Un utilisateur avec cette adresse e-mail existe déjà."

#: seahub/auth/views.py:150
msgid "This account has been frozen due to too many failed login attempts."
msgstr "Ce compte a été bloqué suite à de trop nombreuses tentatives de connexions."

#: seahub/auth/views.py:291
msgid "Logged out"
msgstr "Déconnecté"

#: seahub/auth/views.py:342
msgid "Failed to send email, please contact administrator."
msgstr "Échec de l'envoi de l'e-mail, veuillez contacter l'administrateur."

#: seahub/auth/views.py:401
msgid "Can not update password, please contact LDAP admin."
msgstr "Impossible de mettre à jour votre mot de passe, veuillez contacter votre administrateur LDAP."

#: seahub/avatar/models.py:144 seahub/avatar/models.py:172
#, python-format
msgid "Avatar for %s"
msgstr "Avatar pour %s"

#: seahub/avatar/templates/avatar/add.html:6
msgid "Upload Avatar"
msgstr "Importer un avatar"

#: seahub/avatar/templates/avatar/add.html:7
#: seahub/avatar/templates/avatar/change.html:8
msgid "Your current avatar: "
msgstr "Votre avatar actuel : "

#: seahub/avatar/templates/avatar/add.html:9
msgid "Upload New Avatar: "
msgstr "Importer un nouvel avatar : "

#: seahub/avatar/templates/avatar/add.html:13
#: seahub/avatar/templates/avatar/change.html:30
msgid "Upload New Image"
msgstr "Importer une nouvelle image"

#: seahub/avatar/templates/avatar/confirm_delete.html:6
msgid "Please select the avatars that you would like to delete."
msgstr "Veuillez sélectionner les avatars que vous souhaitez supprimer."

#: seahub/avatar/templates/avatar/confirm_delete.html:11
#, python-format
msgid ""
"You have no avatars to delete. Please <a "
"href=\"%(avatar_change_url)s\">upload one</a> now."
msgstr "Vous n'avez aucun avatar à supprimer. Veuillez <a href=\"%(avatar_change_url)s\">en importer un</a> maintenant."

#: seahub/avatar/templates/avatar/confirm_delete.html:18
msgid "Delete These"
msgstr "Supprimer ceci"

#: seahub/avatar/templates/notification/avatar_friend_updated/notice.html:2
#, python-format
msgid ""
"<a href=\"%(user_url)s\">%(avatar_creator)s</a> has updated their avatar <a "
"href=\"%(avatar_url)s\">%(avatar)s</a>."
msgstr "<a href=\"%(user_url)s\">%(avatar_creator)s</a> a mis à jour son avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."

#: seahub/avatar/templates/notification/avatar_updated/notice.html:2
#, python-format
msgid "You have updated your avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."
msgstr "Vous avez mis à jour votre avatar <a href=\"%(avatar_url)s\">%(avatar)s</a>."

#: seahub/avatar/views.py:77
msgid "Successfully uploaded a new avatar."
msgstr "Importation du nouvel avatar réussie."

#: seahub/avatar/views.py:111
msgid "Successfully updated your avatar."
msgstr "Votre avatar a été mis à jour avec succès."

#: seahub/avatar/views.py:151
msgid "Successfully deleted the requested avatars."
msgstr "Les avatars demandés ont été supprimés avec succès."

#: seahub/base/accounts.py:486
#, python-format
msgid "Account %(account)s froze on %(site)s."
msgstr "Compte %(account)s bloqué sur %(site)s."

#: seahub/base/accounts.py:762
msgid "Email address"
msgstr "Adresse e-mail"

#: seahub/base/accounts.py:768
msgid "Username"
msgstr "Nom d'utilisateur"

#: seahub/base/accounts.py:769
msgid "This value must be of length 40"
msgstr "Cette valeur doit être de longueur 40"

#: seahub/base/accounts.py:788
msgid "Enter a valid email address."
msgstr "Entrez une adresse e-mail valide."

#: seahub/base/accounts.py:798
msgid "Invalid user id."
msgstr "ID d'utilisateur non valide."

#: seahub/base/accounts.py:850
msgid "name"
msgstr "nom"

#: seahub/base/accounts.py:853
msgid "department"
msgstr "département"

#: seahub/base/accounts.py:856
msgid "telephone"
msgstr "téléphone"

#: seahub/base/accounts.py:859
msgid "note"
msgstr "note"

#: seahub/base/decorators.py:57
msgid "Files in this library can not be viewed online."
msgstr "Les fichiers de cette bibliothèque ne peuvent pas être consultés en ligne."

#: seahub/base/management/commands/check_user_quota.py:58
#, python-format
msgid "Your quota is almost full on %s"
msgstr "Votre de quota de %s est presque rempli"

#: seahub/base/management/commands/createsuperuser.py:26
msgid "Enter a valid e-mail address."
msgstr "Entrez une adresse e-mail valide."

#: seahub/base/management/commands/export_file_access_log.py:58
#: seahub/sysadmin_extra/views.py:96 seahub/templates/file_access.html:25
msgid "Type"
msgstr "Type"

#: seahub/base/management/commands/export_file_access_log.py:58
#: seahub/sysadmin_extra/views.py:57 seahub/sysadmin_extra/views.py:96
#: seahub/templates/file_access.html:26
msgid "IP"
msgstr "IP"

#: seahub/base/management/commands/export_file_access_log.py:58
#: seahub/sysadmin_extra/views.py:96
msgid "Device"
msgstr "Appareil"

#: seahub/base/management/commands/export_file_access_log.py:58
#: seahub/sysadmin_extra/views.py:96 seahub/sysadmin_extra/views.py:153
#: seahub/sysadmin_extra/views.py:209 seahub/templates/file_access.html:27
msgid "Date"
msgstr "Date"

#: seahub/base/management/commands/export_file_access_log.py:59
#: seahub/sysadmin_extra/views.py:97 seahub/sysadmin_extra/views.py:153
msgid "Library Name"
msgstr "Nom de la bibliothèque"

#: seahub/base/management/commands/export_file_access_log.py:59
#: seahub/sysadmin_extra/views.py:97 seahub/sysadmin_extra/views.py:153
msgid "Library ID"
msgstr "ID de la bibliothèque."

#: seahub/base/management/commands/export_file_access_log.py:59
#: seahub/sysadmin_extra/views.py:97 seahub/sysadmin_extra/views.py:154
msgid "Library Owner"
msgstr "Propriétaire de la bibliothèque."

#: seahub/base/management/commands/export_file_access_log.py:59
#: seahub/sysadmin_extra/views.py:97
msgid "File Path"
msgstr "Chemin du fichier"

#: seahub/base/management/commands/export_file_access_log.py:85
#: seahub/base/templatetags/seahub_tags.py:128
#: seahub/sysadmin_extra/views.py:111 seahub/sysadmin_extra/views.py:167
#: seahub/sysadmin_extra/views.py:215 seahub/sysadmin_extra/views.py:221
msgid "Deleted"
msgstr "Supprimé"

#: seahub/base/management/commands/export_file_access_log.py:88
#: seahub/sysadmin_extra/views.py:114 seahub/sysadmin_extra/views.py:170
#: seahub/templates/file_access.html:37
#: seahub/templates/snippets/add_watermark.html:10
msgid "Anonymous User"
msgstr "Utilisateur anonyme"

#: seahub/base/management/commands/export_users.py:43
#: seahub/base/management/commands/export_users.py:47
#: seahub/institutions/templates/institutions/useradmin.html:17
#: seahub/institutions/templates/institutions/useradmin_search.html:20
#: seahub/sysadmin_extra/views.py:57 seahub/views/sysadmin.py:198
#: seahub/views/sysadmin.py:202
msgid "Status"
msgstr "Statut"

#: seahub/base/management/commands/export_users.py:43
#: seahub/institutions/templates/institutions/user_info.html:106
#: seahub/views/sysadmin.py:198 seahub/views/sysadmin.py:793
msgid "Role"
msgstr "Rôle"

#: seahub/base/management/commands/export_users.py:45
#: seahub/base/management/commands/export_users.py:49
#: seahub/institutions/templates/institutions/user_info.html:107
#: seahub/views/sysadmin.py:200 seahub/views/sysadmin.py:204
#: seahub/views/sysadmin.py:668
msgid "Create At"
msgstr "Créé le"

#: seahub/base/management/commands/export_users.py:45
#: seahub/base/management/commands/export_users.py:49
#: seahub/views/sysadmin.py:200 seahub/views/sysadmin.py:204
msgid "Last Login"
msgstr "Dernière connexion"

#: seahub/base/management/commands/export_users.py:45
#: seahub/base/management/commands/export_users.py:49
#: seahub/institutions/views.py:176 seahub/views/sysadmin.py:200
#: seahub/views/sysadmin.py:204
msgid "Admin"
msgstr "Administration"

#: seahub/base/management/commands/export_users.py:45
#: seahub/base/management/commands/export_users.py:49
#: seahub/views/sysadmin.py:200 seahub/views/sysadmin.py:204
msgid "LDAP(imported)"
msgstr "LDAP (importé)"

#: seahub/base/management/commands/export_users.py:118
#: seahub/institutions/templates/institutions/useradmin.html:33
#: seahub/institutions/templates/institutions/useradmin.html:42
#: seahub/institutions/templates/institutions/useradmin_search.html:36
#: seahub/views/sysadmin.py:258
msgid "Active"
msgstr "Actif"

#: seahub/base/management/commands/export_users.py:120
#: seahub/institutions/templates/institutions/useradmin.html:35
#: seahub/institutions/templates/institutions/useradmin.html:43
#: seahub/institutions/templates/institutions/useradmin_search.html:38
#: seahub/views/sysadmin.py:260
msgid "Inactive"
msgstr "Inactif"

#: seahub/base/management/commands/export_users.py:126
#: seahub/base/management/commands/export_users.py:127
#: seahub/templates/base.html:86 seahub/views/sysadmin.py:266
#: seahub/views/sysadmin.py:267
msgid "Yes"
msgstr "Oui"

#: seahub/base/management/commands/export_users.py:132
#: seahub/views/sysadmin.py:272
msgid "Guest"
msgstr "Invité"

#: seahub/base/management/commands/export_users.py:134
#: seahub/base/management/commands/export_users.py:138
#: seahub/views/sysadmin.py:274 seahub/views/sysadmin.py:278
msgid "Default"
msgstr "Défaut"

#: seahub/base/templatetags/seahub_tags.py:127
msgid "Added"
msgstr "Ajouté"

#: seahub/base/templatetags/seahub_tags.py:129
msgid "Removed"
msgstr "Enlevé"

#: seahub/base/templatetags/seahub_tags.py:130
msgid "Modified"
msgstr "Modifié"

#: seahub/base/templatetags/seahub_tags.py:131
msgid "Renamed"
msgstr "Renommé"

#: seahub/base/templatetags/seahub_tags.py:132
msgid "Moved"
msgstr "Déplacé"

#: seahub/base/templatetags/seahub_tags.py:133
msgid "Added directory"
msgstr "Ajout du dossier"

#: seahub/base/templatetags/seahub_tags.py:134
msgid "Removed directory"
msgstr "Suppression du dossier"

#: seahub/base/templatetags/seahub_tags.py:135
msgid "Renamed directory"
msgstr "Renommage du dossier"

#: seahub/base/templatetags/seahub_tags.py:136
msgid "Moved directory"
msgstr "Déplacement du dossier"

#: seahub/base/templatetags/seahub_tags.py:137
msgid "Added or modified"
msgstr "Ajouté ou modifié"

#: seahub/base/templatetags/seahub_tags.py:152
#: seahub/base/templatetags/seahub_tags.py:223
msgid "Reverted library to status at"
msgstr "Retour de la bibliothèque à son état du "

#: seahub/base/templatetags/seahub_tags.py:155
#: seahub/base/templatetags/seahub_tags.py:226
#, python-format
msgid "Reverted file \"%(file)s\" to status at %(time)s."
msgstr "Retour du fichier \"%(file)s\" à son état du %(time)s."

#: seahub/base/templatetags/seahub_tags.py:159
#: seahub/base/templatetags/seahub_tags.py:230
msgid "Recovered deleted directory"
msgstr "Récupération du dossier supprimé."

#: seahub/base/templatetags/seahub_tags.py:161
#: seahub/base/templatetags/seahub_tags.py:232 seahub/views/ajax.py:460
msgid "Changed library name or description"
msgstr "Le nom de la bibliothèque ou sa description a changé."

#: seahub/base/templatetags/seahub_tags.py:163
#: seahub/base/templatetags/seahub_tags.py:234
msgid "Auto merge by seafile system"
msgstr "Fusion automatique par Seafile"

#: seahub/base/templatetags/seahub_tags.py:165
#: seahub/base/templatetags/seahub_tags.py:236
#: seahub/notifications/management/commands/send_file_updates.py:109
msgid "Created library"
msgstr "Bibliothèque créée"

#: seahub/base/templatetags/seahub_tags.py:316
#: seahub/base/templatetags/seahub_tags.py:352
msgid "Just now"
msgstr "À l'instant"

#: seahub/base/templatetags/seahub_tags.py:327
#, python-format
msgid "%(days)d day ago"
msgid_plural "%(days)d days ago"
msgstr[0] "Il y a %(days)d jour"
msgstr[1] "Il y a %(days)d jours"
msgstr[2] "Il y a %(days)d jours"

#: seahub/base/templatetags/seahub_tags.py:334
#, python-format
msgid "%(hours)d hour ago"
msgid_plural "%(hours)d hours ago"
msgstr[0] "Il y a %(hours)d heure"
msgstr[1] "Il y a %(hours)d heures"
msgstr[2] "Il y a %(hours)d heures"

#: seahub/base/templatetags/seahub_tags.py:341
#, python-format
msgid "%(minutes)d minute ago"
msgid_plural "%(minutes)d minutes ago"
msgstr[0] "Il y a %(minutes)d minute"
msgstr[1] "Il y a %(minutes)d minutes"
msgstr[2] "Il y a %(minutes)d minutes"

#: seahub/base/templatetags/seahub_tags.py:347
#, python-format
msgid "%(seconds)d second ago"
msgid_plural "%(seconds)d seconds ago"
msgstr[0] "Il y a %(seconds)d seconde"
msgstr[1] "Il y a %(seconds)d secondes"
msgstr[2] "Il y a %(seconds)d secondes"

#: seahub/base/templatetags/seahub_tags.py:471
#: seahub/institutions/templates/institutions/user_info.html:72
#: seahub/sysadmin_extra/views.py:237
msgid "Read-Write"
msgstr "Lecture / Écriture"

#: seahub/base/templatetags/seahub_tags.py:473
#: seahub/sysadmin_extra/views.py:239
msgid "Read-Only"
msgstr "Lecture seule"

#: seahub/base/templatetags/seahub_tags.py:497
#: seahub/base/templatetags/seahub_tags.py:509
#, python-format
msgid "%(size)d byte"
msgid_plural "%(size)d bytes"
msgstr[0] "%(size)d byte"
msgstr[1] "%(size)d octets"
msgstr[2] "%(size)d octets"

#: seahub/base/templatetags/seahub_tags.py:511
#, python-format
msgid "%s KB"
msgstr "%s Ko"

#: seahub/base/templatetags/seahub_tags.py:513
#, python-format
msgid "%s MB"
msgstr "%s Mo"

#: seahub/base/templatetags/seahub_tags.py:515
#, python-format
msgid "%s GB"
msgstr "%s Go"

#: seahub/base/templatetags/seahub_tags.py:517
#, python-format
msgid "%s TB"
msgstr "%s To"

#: seahub/base/templatetags/seahub_tags.py:519
#, python-format
msgid "%s PB"
msgstr "%s Po"

#: seahub/contacts/models.py:78
#: seahub/contacts/templates/contacts/contact_list.html:119
msgid "Email is required."
msgstr "L'adresse e-mail est requise."

#: seahub/contacts/templates/contacts/contact_list.html:4
#: seahub/contacts/templates/contacts/contact_list.html:10
msgid "Contacts"
msgstr "Contacts"

#: seahub/contacts/templates/contacts/contact_list.html:11
#: seahub/contacts/templates/contacts/contact_list.html:43
msgid "Add Contacts"
msgstr "Ajouter des contacts"

#: seahub/contacts/templates/contacts/contact_list.html:17
msgid "Email "
msgstr "E-mail "

#: seahub/contacts/templates/contacts/contact_list.html:19
#: seahub/templates/registration/registration_form.html:41
msgid "Note"
msgstr "Remarque"

#: seahub/contacts/templates/contacts/contact_list.html:20
#: seahub/institutions/templates/institutions/user_info.html:64
#: seahub/institutions/templates/institutions/user_info.html:108
#: seahub/institutions/templates/institutions/useradmin.html:20
#: seahub/institutions/templates/institutions/useradmin_search.html:23
#: seahub/templates/repo_dir_recycle_view.html:47
#: seahub/templates/repo_history_view.html:60
msgid "Operations"
msgstr "Actions"

#: seahub/contacts/templates/contacts/contact_list.html:29
#: seahub/institutions/templates/institutions/useradmin.html:38
msgid "Edit"
msgstr "Modifier"

#: seahub/contacts/templates/contacts/contact_list.html:30
#: seahub/institutions/templates/institutions/useradmin.html:59
#: seahub/institutions/templates/institutions/useradmin_search.html:55
#: seahub/sysadmin_extra/views.py:232
#: seahub/templates/view_shared_upload_link.html:87
msgid "Delete"
msgstr "Supprimer"

#: seahub/contacts/templates/contacts/contact_list.html:37
msgid "You don't have any contacts"
msgstr "Vous n'avez pas de contacts"

#: seahub/contacts/templates/contacts/contact_list.html:38
msgid ""
"Add your contacts so you can quickly share libraries and send file shared "
"link."
msgstr "En ajoutant vos contacts, vous pourrez rapidement partager des bibliothèques et envoyer le lien du fichier partagé."

#: seahub/contacts/templates/contacts/contact_list.html:46
#: seahub/contacts/templates/contacts/contact_list.html:55
msgid "Note(optional)"
msgstr "Remarque (optionnel)"

#: seahub/contacts/templates/contacts/contact_list.html:49
#: seahub/contacts/templates/contacts/contact_list.html:58
#: seahub/institutions/templates/institutions/user_info.html:52
#: seahub/institutions/templates/institutions/useradmin_search.html:12
#: seahub/invitations/templates/invitations/token_view.html:17
#: seahub/options/templates/options/set_user_options.html:14
#: seahub/organizations/templates/organizations/org_register.html:42
#: seahub/search/templates/search_results.html:26
#: seahub/search/templates/search_results.html:47
#: seahub/share/templates/share/share_link_audit.html:22
#: seahub/templates/decrypt_repo_form.html:13
#: seahub/templates/home_base.html:103
#: seahub/templates/registration/password_change_form.html:24
#: seahub/templates/registration/password_reset_confirm.html:19
#: seahub/templates/registration/password_reset_form.html:13
#: seahub/templates/registration/password_set_form.html:27
#: seahub/templates/repo_dir_recycle_view.html:74
#: seahub/templates/share_access_validation.html:29
msgid "Submit"
msgstr "Soumettre"

#: seahub/contacts/templates/contacts/contact_list.html:52
msgid "Edit Contact"
msgstr "Modifier le contact"

#: seahub/contacts/templates/contacts/contact_list.html:101
#: seahub/contacts/templates/contacts/contact_list.html:146
#: seahub/templates/view_file_onlyoffice.html:89
#: seahub/templates/view_file_onlyoffice.html:112
msgid "Failed. Please check the network."
msgstr "Échec. Veuillez vérifier le réseau."

#: seahub/contacts/templates/contacts/contact_list.html:109
msgid "Delete Contact"
msgstr "Supprimer le contact"

#: seahub/contacts/templates/contacts/contact_list.html:109
#: seahub/institutions/templates/institutions/useradmin.html:81
#: seahub/institutions/templates/institutions/useradmin_search.html:72
#, python-format
msgid "Are you sure you want to delete %s ?"
msgstr "Êtes-vous certain de vouloir supprimer %s ?"

#: seahub/contacts/templates/contacts/contact_list.html:123
msgid "You cannot add yourself."
msgstr "Vous ne pouvez pas vous ajouter vous-même."

#: seahub/contacts/views.py:65
#, python-format
msgid "%s is not a valid email."
msgstr "\"%s\" n'est pas une adresse e-mail valide."

#: seahub/contacts/views.py:70
#, python-format
msgid "%s is already in your contacts."
msgstr "%s est déjà dans vos contacts."

#: seahub/contacts/views.py:79
#, python-format
msgid "Successfully added %s to contacts."
msgstr "%s ajouté aux contacts avec succès."

#: seahub/contacts/views.py:84
#, python-format
msgid "Failed to add %s to contacts."
msgstr "Échec de l'ajout de %s aux contacts."

#: seahub/contacts/views.py:105
#, python-format
msgid "Successfully edited %s."
msgstr "%s modifié avec succès."

#: seahub/contacts/views.py:118
#, python-format
msgid "Successfully Deleted %s"
msgstr "%s supprimé avec succès"

#: seahub/dingtalk/views.py:123 seahub/dingtalk/views.py:359
#: seahub/weixin/views.py:98
#, python-format
msgid "User %s not found or inactive."
msgstr "L'utilisateur %s n'a pas été trouvé ou est inactif."

#: seahub/forms.py:59
msgid "The two passwords didn't match."
msgstr "Les deux mots de passe ne correspondent pas."

#: seahub/forms.py:68
msgid "Name can't be empty"
msgstr "Le nom ne peut être vide"

#: seahub/forms.py:69
msgid "Name is too long (maximum is 255 characters)"
msgstr "Le nom est trop long (le maximum est de 255 caractères)"

#: seahub/forms.py:72
msgid "Description can't be empty"
msgstr "La description ne doit pas être vide"

#: seahub/forms.py:73
msgid "Description is too long (maximum is 100 characters)"
msgstr "La description est trop longue (le maximum est de 100 caractères)"

#: seahub/forms.py:83 seahub/forms.py:169
#, python-format
msgid "Name %s is not valid"
msgstr "Le nom %s n'est pas valide"

#: seahub/forms.py:97 seahub/share/views.py:296 seahub/views/ajax.py:308
#: seahub/views/ajax.py:312 seahub/views/ajax.py:316 seahub/views/ajax.py:327
#: seahub/views/ajax.py:447 seahub/views/file.py:1875
msgid "Argument missing"
msgstr "Argument manquant"

#: seahub/forms.py:111
msgid "Oldname is required"
msgstr "L'ancien nom est requis"

#: seahub/forms.py:114 seahub/forms.py:135
msgid "It's too long."
msgstr "C'est trop long."

#: seahub/forms.py:115 seahub/forms.py:136
msgid "It's required."
msgstr "Requis."

#: seahub/forms.py:122 seahub/forms.py:143
#, python-format
msgid "Name \"%s\" is not valid"
msgstr "Le nom « %s » n'est pas valide"

#: seahub/forms.py:162
msgid "Library name is required"
msgstr "Le nom de la bibliothèque est requis"

#: seahub/forms.py:164
msgid "Please enter a number"
msgstr "Veuillez entrer un numéro"

#: seahub/forms.py:184 seahub/templates/snippets/repo_create_js.html:34
msgid "Name is required"
msgstr "Le nom est requis"

#: seahub/forms.py:185
msgid "Please enter a valid number"
msgstr "Veuillez introduire un numéro valide"

#: seahub/forms.py:186
msgid "Text is required"
msgstr "Texte requis"

#: seahub/group/error_msg.py:8
msgid "The group has already created"
msgstr "Le groupe a déjà été créé"

#: seahub/group/error_msg.py:9
msgid "Failed to create group"
msgstr "Impossible de créer le groupe"

#: seahub/group/error_msg.py:12
msgid "The group has already created in this org."
msgstr "Ce groupe a déjà été créé dans cette organisation."

#: seahub/group/error_msg.py:13
msgid "Failed to create org group."
msgstr "Impossible de créer le groupe de l'organisation."

#: seahub/group/error_msg.py:16
msgid "Permission error: only group staff can add member"
msgstr "Erreur de permission : seuls les administrateurs du groupe peuvent ajouter des membres"

#: seahub/group/error_msg.py:18
msgid "Group is full"
msgstr "Le groupe est complet"

#: seahub/group/error_msg.py:19
msgid "Failed to add member to group"
msgstr "Impossible d'ajouter des membres au groupe"

#: seahub/group/error_msg.py:22
msgid "Only group staff can remove member"
msgstr "Seuls les administrateurs du groupe peuvent supprimer un membre"

#: seahub/group/error_msg.py:24
msgid "Can not remove myself"
msgstr "Impossible de se supprimer soi-même"

#: seahub/group/forms.py:29
msgid "Group name can't be empty"
msgstr "Le nom du groupe ne peut pas être vide"

#: seahub/group/forms.py:30
msgid "Group name is too long (maximum is 255 characters)"
msgstr "Le nom du groupe est trop long (le maximum est de 255 caractères)"

#: seahub/group/forms.py:46
msgid "Verification message can't be empty"
msgstr "Le message de vérification ne peut pas être vide"

#: seahub/group/forms.py:47
msgid "Verification message is too long (maximun is 255 characters)"
msgstr "Le message de vérification est trop long (le maximum est de 255 caractères)"

#: seahub/group/templates/group/add_member_email.html:8
msgid "Hi, "
msgstr "Bonjour,"

#: seahub/group/templates/group/add_member_email.html:11
#, python-format
msgid ""
"%(escaped_nickname)s invited you to join group %(grp_name)s on "
"%(site_name)s: "
msgstr "%(escaped_nickname)s vous a invité à rejoindre un groupe %(grp_name)s sur %(site_name)s : "

#: seahub/group/templates/group/group_join_email.html:2
#, python-format
msgid ""
"%(user)s want to join to Group \"%(group_name)s\", here is the verification "
"message: "
msgstr "%(user)s veut se joindre au groupe \"%(group_name)s\", voici le message de vérification : "

#: seahub/group/templates/group/group_join_email.html:6
#: seahub/templates/email_base.html:9
msgid "Thanks for using our site!"
msgstr "Merci d'utiliser notre service !"

#: seahub/group/templates/group/group_join_email.html:8
#: seahub/templates/email_base.html:13
#, python-format
msgid "The %(site_name)s team"
msgstr "L'équipe de %(site_name)s"

#: seahub/group/views.py:105 seahub/share/views.py:233
#: seahub/views/__init__.py:569 seahub/views/ajax.py:381
#: seahub/views/ajax.py:427 seahub/views/file.py:1158
#: seahub/views/file.py:1374 seahub/views/file.py:1884
#: seahub/views/repo.py:123 seahub/views/repo.py:180 seahub/views/repo.py:238
#: seahub/views/repo.py:291 seahub/views/repo.py:401
msgid "Permission denied"
msgstr "Autorisation refusée"

#: seahub/group/views.py:171
#, python-format
msgid "You are invited to join a group on %s"
msgstr "Vous êtes invité à joindre le groupe sur %s"

#: seahub/help/templates/help/base.html:26
#: seahub/help/templates/help/base.html:28
#: seahub/help/templates/help/introduction.html:6
msgid "Introduction"
msgstr "Introduction"

#: seahub/help/templates/help/base.html:31
msgid "Managing files and folders"
msgstr "Gestion des fichiers et dossiers"

#: seahub/help/templates/help/base.html:33
#: seahub/help/templates/help/libraries_managing.html:5
msgid "Managing files with libraries"
msgstr "Gestion des fichiers avec les librairies"

#: seahub/help/templates/help/base.html:34
msgid "Restoring deleted files"
msgstr "Restauration des fichiers supprimés"

#: seahub/help/templates/help/base.html:35
msgid "Finding old file versions"
msgstr "Recherche des anciennes versions de fichier"

#: seahub/help/templates/help/base.html:36
#: seahub/help/templates/help/library_history_and_snapshots.html:6
msgid "Library history and snapshots"
msgstr "Historique des librairies et images "

#: seahub/help/templates/help/base.html:37
msgid "Setting history retention period"
msgstr "Paramètres de période de rétention de l'historisation "

#: seahub/help/templates/help/base.html:38
#: seahub/help/templates/help/deleting_a_library.html:5
msgid "Deleting a library"
msgstr "Supprimer une bibliothèque"

#: seahub/help/templates/help/base.html:39
#: seahub/help/templates/help/viewing_files_within_web_app.html:5
msgid "Viewing files within Web App"
msgstr "Visualiser des fichiers depuis l'application Web"

#: seahub/help/templates/help/base.html:40
#: seahub/help/templates/help/full_text_file_search.html:5
msgid "Full text file search"
msgstr "Recherche textuel dans un fichier"

#: seahub/help/templates/help/base.html:43
msgid "Sharing and collaboration"
msgstr "Partage et collaboration"

#: seahub/help/templates/help/base.html:45
#: seahub/help/templates/help/sharing_files_and_folders.html:5
msgid "Sharing files and folders"
msgstr "Partage de fichiers et dossiers"

#: seahub/help/templates/help/base.html:46
#: seahub/help/templates/help/groups_managing.html:5
msgid "Managing groups"
msgstr "Gestion des groupes"

#: seahub/help/templates/help/base.html:47
msgid "Locking files"
msgstr "Verrouiller des fichiers"

#: seahub/help/templates/help/base.html:48
msgid "Folder permission"
msgstr "Permission de dossier"

#: seahub/help/templates/help/base.html:49
msgid "Departments sharing"
msgstr "Partages des départements"

#: seahub/help/templates/help/base.html:52
msgid "Wiki and knowledge management"
msgstr "Wiki et gestion de la base de connaissance "

#: seahub/help/templates/help/base.html:54
#: seahub/help/templates/help/manage_library_as_wiki.html:5
msgid "Managing a library as Wiki"
msgstr "Gestion d'une librairie comme Wiki"

#: seahub/help/templates/help/base.html:57
msgid "Desktop client and syncing"
msgstr "Client de bureau et de synchronisation"

#: seahub/help/templates/help/base.html:59
msgid "Install and sync files"
msgstr "Installation et synchronisation des fichiers"

#: seahub/help/templates/help/base.html:60
msgid "Syncing existing folders"
msgstr "Synchroniser les dossiers existants"

#: seahub/help/templates/help/base.html:61
#: seahub/help/templates/help/selective_sync.html:6
msgid "Selectively sync sub-folders"
msgstr "Synchronisation sélective de sous-dossiers"

#: seahub/help/templates/help/base.html:62
#: seahub/help/templates/help/read-only_syncing.html:5
msgid "Read-only syncing"
msgstr "Synchronisation en lecture seule"

#: seahub/help/templates/help/base.html:63
msgid "Unsync and resync libraries"
msgstr "Désynchroniser et resynchroniser les bibliothèques"

#: seahub/help/templates/help/base.html:64
#: seahub/help/templates/help/sync_interval.html:6
msgid "Setting sync interval"
msgstr "Paramètre d'intervalle de synchronisation"

#: seahub/help/templates/help/base.html:65
msgid "Proxy settings"
msgstr "Paramètres proxy"

#: seahub/help/templates/help/base.html:66
#: seahub/help/templates/help/conflicts.html:5
msgid "File conflicts"
msgstr "Conflit de fichier"

#: seahub/help/templates/help/base.html:67
msgid "Excluding files"
msgstr "Exclure des fichiers/dossiers"

#: seahub/help/templates/help/base.html:70
msgid "Drive client"
msgstr "Client Drive"

#: seahub/help/templates/help/base.html:72
#: seahub/help/templates/help/using_drive_client.html:6
msgid "Using Seafile drive client"
msgstr "Utilisation du client Seafile Drive"

#: seahub/help/templates/help/base.html:73
msgid "Using drive client 2.0 on Windows"
msgstr "Utilisation du client drive 2.0 sur Windows"

#: seahub/help/templates/help/base.html:76
msgid "Security and encryption"
msgstr "Sécurité et chiffrement"

#: seahub/help/templates/help/base.html:78
msgid "How to use encrypted libraries"
msgstr "Comment utiliser les bibliothèques cryptées"

#: seahub/help/templates/help/conflicts.html:7
msgid ""
"Once you and your friends sync a shared file library onto your computers, "
"you may add, delete or edit files in the library together. Every change you "
"make to the library would be automatically synced to others' computers."
msgstr "Une fois que vous et vos amis synchronisez une bibliothèque de fichiers partagés sur vos ordinateurs, vous pouvez ajouter, supprimer ou modifier des fichiers dans la bibliothèque ensemble. Chaque modification apportée à la bibliothèque sera automatiquement synchronisée sur les autres ordinateurs."

#: seahub/help/templates/help/conflicts.html:9
msgid ""
"Sometimes you and your friends may edit the same file at the same time. Your"
" changes may conflict with each other's. In this case, Seafile would keep "
"the first version synced to the cloud unchanged, while rename the other "
"version to a \"conflict file\". A conflict file's name ends with it's "
"author's email address, plus the current time, e.g. test.txt (SFConflict "
"name@example.com 2015-03-07-11-30-28)."
msgstr "Parfois, vous et vos amis pouvez éditer le même fichier en même temps. Vos modifications peuvent entrer en conflit les unes avec les autres. Dans ce cas, Seafile gardera la première version synchronisée avec le nuage inchangée, alors que l'autre version sera renommée en \"fichier de conflit\". Le nom d'un fichier de conflit se termine par l'adresse électronique de son auteur, plus l'heure actuelle, par exemple test.txt (SFConflict name@example.com 2015-03-07-11-30-28)."

#: seahub/help/templates/help/deleting_a_library.html:6
msgid ""
"You can delete a library owned by you. A deleted library can be restored by "
"you or Seafile server's administrator."
msgstr "Vous pouvez supprimer les librairies vous appartenant. Une librairie supprimé peut être restauré par vous ou un administrateur du serveur Seafile. "

#: seahub/help/templates/help/deleting_a_library.html:7
msgid "After a library is deleted, it has following effects:"
msgstr "La suppression d'un librairie a les effets suivant :"

#: seahub/help/templates/help/deleting_a_library.html:9
msgid "Share of the files and folders within this library are all canceled."
msgstr "Les partage de fichiers et dossiers de la librairie sont annulés"

#: seahub/help/templates/help/deleting_a_library.html:10
msgid ""
"Desktop clients synced with this library cannot sync with it any more. But "
"the local files on the client won't be deleted."
msgstr "Les clients de bureau ne peuvent plus synchroniser cette librairie mais les fichiers local du client ne seront pas supprimés"

#: seahub/help/templates/help/departments.html:5
msgid "Managing and using departments"
msgstr "Gestion et usage des départements"

#: seahub/help/templates/help/departments.html:6
msgid ""
"Some organizations consist of complex department hierarchy. There are "
"usually two common use cases for file management in these organizations:"
msgstr "Certaines organisations sont constituées d'une hiérarchie de département complexe. Deux cas d'usages fréquent se présentent dans ces organisations :"

#: seahub/help/templates/help/departments.html:8
msgid ""
"There should be a common file sharing space for the organization. The folder"
" hierarchy should map the department hierarchy. There will be separate "
"folder or space assigned to each department."
msgstr "Il faudrait un espace de partage commun à l'organisation. L'organisation du dossier doit respecter la hiérarchie du département. Des dossiers ou espaces séparés seront assignés à chaque départements. "

#: seahub/help/templates/help/departments.html:9
msgid ""
"The sharing space should be owned and managed by the organization, but not "
"individual employees. So that the ownership of files doesn't have to be "
"changed when an employee leaves the organization."
msgstr "L'espace de partage devrait être détenu et géré par l'organisation, non pas par des employés individuels afin que le propriétaire du dossier n'ait pas à être modifier si l'employé qui l'organisme."

#: seahub/help/templates/help/departments.html:11
msgid ""
"The \"Departments\" feature is designed to meet the above two use cases. "
"We'll introduce this feature from 3 different perspectives:"
msgstr "La fonctionnalité \"Départements\" est faite pour répondre aux deux cas d'usages ci-dessus. Nous introduirons cette fonctionnalité sous 3 différentes perspectives :"

#: seahub/help/templates/help/departments.html:13
#: seahub/help/templates/help/departments.html:17
msgid "System admin"
msgstr "Administrateur système"

#: seahub/help/templates/help/departments.html:14
#: seahub/help/templates/help/departments.html:35
msgid "Department admin"
msgstr "Administrateur de département"

#: seahub/help/templates/help/departments.html:15
#: seahub/help/templates/help/departments.html:52
msgid "Department members"
msgstr "Membre de département"

#: seahub/help/templates/help/departments.html:18
msgid "The system admin can:"
msgstr "L'administrateur système peut :"

#: seahub/help/templates/help/departments.html:20
#: seahub/help/templates/help/departments.html:24
msgid "Manage department hierarchy and members"
msgstr "Gestion de la hiérarchie d'un département et de ces membres"

#: seahub/help/templates/help/departments.html:21
#: seahub/help/templates/help/departments.html:29
msgid "Assign storage quota for departments"
msgstr "Assignation de quota d'espace pour les départements"

#: seahub/help/templates/help/departments.html:22
#: seahub/help/templates/help/departments.html:31
msgid "Create and manage shared libraries in departments"
msgstr "Création et gestion des librairies partagées dans les départements"

#: seahub/help/templates/help/departments.html:25
msgid ""
"The system admin can set up the department hierarchy in two ways: manual "
"setup or import from Active Directory."
msgstr "L'administrateur système peut définir la hiérarchie du département de deux manières : import manuel ou import depuis un Active Directory."

#: seahub/help/templates/help/departments.html:26
msgid ""
"The system admin can create any number of top level departments and create "
"any levels of sub-departments under each department. And each level of "
"department can be populated with members. The system admin can set the role "
"of each member to 'member' or 'admin'. We'll introduce how a department "
"admin can manage department later."
msgstr "L'administrateur système peut créer autant de département au sommet de la hiérarchie qu'il le souhaite et autant de niveaux de sous-départements qu'il le souhaite dans chaque département principale. Chaque niveau de département peut être peuplés par des membres. L'administrateur système peut définir le rôle de chaque membre comme 'membre' ou 'admin'. Nous introduirons comment l'administrateur d'un département peut le gérer plus tard."

#: seahub/help/templates/help/departments.html:27
msgid ""
"The system admin can also import the hierarchy from OUs (Organizational "
"Units) in AD. Each OU will be imported as a department. And the sub-OUs "
"under an OU will be imported as sub-departments. Department libraries can be"
" automatically created in the import process."
msgstr "L'administrateur système peut aussi importer la hiérarchie depuis une OU (Organizational Units) depuis l'AD. Chaque OU sera importé en tant que département et toutes les sous-OU seront importés en tant que sous-département. Les librairies de département peuvent être créé automatiquement durant le processus d'import."

#: seahub/help/templates/help/departments.html:28
msgid ""
"System admin can also delete a department after all the sub-departments and "
"libraries are deleted."
msgstr "L'administrateur système peut aussi supprimer le département après avoir supprimé tout les sous départements et toutes les librairies"

#: seahub/help/templates/help/departments.html:30
msgid ""
"The libraries created inside a department are owned by the department "
"itself, not by any individual user. So the system admin can assign storage "
"quota to a department. The total size of all the libraries in a department "
"cannot exceed the storage quota. <strong>Please note that the quota of sub-"
"department doesn't depend on the quota of its parent department.</strong>"
msgstr "Les librairies créées au sein d'un département sont détenus par le département lui-même et non par un utilisateur. Ainsi, l'administrateur système peut définir un quota par département. La taille total de toutes les librairies du département ne peut excéder la taille du quota.<strong>Attention, le quota d'un sous-département ne dépend pas du quota du département parent.</strong>"

#: seahub/help/templates/help/departments.html:32
msgid ""
"Department libraries can be created by the system admin or department admin."
" There is also an option to control whether individual users can share "
"libraries to a department."
msgstr "Les librairies de départements peuvent être créées par l'administrateur système ou l'administrateur du département. Il existe aussi une option permettant d'autoriser ou non les utilisateurs à partager des librairies avec un département."

#: seahub/help/templates/help/departments.html:33
msgid ""
"All the above operations can be done in the system admin interface. See the "
"below screenshot for information."
msgstr "Toute les opérations ci-dessus peuvent être réalisé depuis l'interface d'administration système. Voir ci-dessous les capture d'écran pour plus de détails."

#: seahub/help/templates/help/departments.html:36
msgid ""
"As noted above, department admin is a special role assigned by the system "
"admin to some members of a department. Department admins can perform the "
"following operations in a department after login to his/her own account."
msgstr "Comme décrit ci-dessus, l'administrateur de département est un rôle particulier attribué par l'administrateur système à certains membres du département. Les administrateurs de département peuvent effectuer les opérations suivantes dans un département après s'être authentifié."

#: seahub/help/templates/help/departments.html:38
msgid "Access to the libraries of the department"
msgstr "Accès aux librairies du département"

#: seahub/help/templates/help/departments.html:39
msgid "Manage members in his/her department"
msgstr "Gestion des membres dans son département"

#: seahub/help/templates/help/departments.html:40
msgid "Manage libraries in his/her department"
msgstr "Gestion des librairies dans son département"

#: seahub/help/templates/help/departments.html:42
msgid ""
"If a user is the admin of a department, he/she can add or delete members in "
"the department. Any users registered in the system can be added as member of"
" the department. But if the departments are imported from AD, the changes to"
" membership will be overwritten on the next sync with AD."
msgstr "Si un utilisateur est administrateur de son département, il peut ajouter ou supprimer des membres du département. Tout utilisateur enregistré dans le système peut être ajouter comme membre du département. Cependant, si le département est importé depuis un AD, les changements effectué manuellement seront écrasés à la prochaine synchronisation de l'AD."

#: seahub/help/templates/help/departments.html:44
msgid ""
"Department admin can manage the libraries in the department. The supported "
"operations are:"
msgstr "L'administrateur du département peut gérer les librairies de son département. Les opérations supportées sont les suivantes :"

#: seahub/help/templates/help/departments.html:46
msgid "Create or delete library"
msgstr "Création ou suppression d'une librairie"

#: seahub/help/templates/help/departments.html:47
msgid "Change library name"
msgstr "Renommer une librairie"

#: seahub/help/templates/help/departments.html:48
msgid ""
"Share a library to users or groups outside of this department. This is very "
"useful for cross-department collaboration."
msgstr "Partage d'une librairie avec des utilisateurs ou groupes extérieur au département. Ceci est très utile pour la collaboration entre différents départements."

#: seahub/help/templates/help/departments.html:49
#, python-format
msgid ""
"Set fine-grained permission to folders in the libraries for users or sub-"
"departments in this department. This works like <a "
"href=\"%(SITE_ROOT)shelp/folder_permission/\">the folder permission "
"feature</a>."
msgstr "Définition de permissions fines d'accès aux dossiers dans les librairies pour des utilisateurs de sous-département fonctionne comme <a href=\"%(SITE_ROOT)shelp/folder_permission/\"> fonctionnalité de permission de dossier </a>. "

#: seahub/help/templates/help/departments.html:53
msgid ""
"A normal member of the department can use the department just like a group. "
"Each department is presented to its members as a group. A user can not only "
"access to the libraries in the department he/she belongs to, but also the "
"libraries in the parent departments of his/her department. For example, if "
"John is in the \"EMEA\" sub-department under the \"Sales\" department, and "
"\"Sales\" is a sub-department under the company \"ACME\", John can then "
"access to the groups \"EMEA\", \"Sales\" and \"ACME\". The groups for "
"departments are marked with a \"building\" icon next to its name."
msgstr "Un membre de département peut utiliser un département exactement comme un groupe. Chaque département est présenté à ces membres comme un groupe. Un utilisateur peut accéder aux librairies des départements dont il est membre mais aussi aux librairies des département parents de son département. Par exemple, si John est dans le sous-département \"EMEA\" du département \"Sales\", et que \"Sales\" est un sous-département de la compagnie \"ACME\", John peut accéder aux groupes \"EMEA\", \"Sales\" et \"ACME\". Les groupes de département sont marqué par un icône \"d'immeuble\" à côté de son nom. "

#: seahub/help/templates/help/desktop_proxy.html:6
msgid "Using proxy in Seafile client"
msgstr "Usage d'un proxy dans le client Seafile"

#: seahub/help/templates/help/desktop_proxy.html:8
msgid ""
"Seafile client supports 3 types of proxy servers: HTTP proxy, SOCKS5 proxy "
"and system proxy settings."
msgstr "Le client Seafile supporte 3 types de serveurs proxy : proxy HTTP, proxy SOCKS5 et les paramètres proxy du système."

#: seahub/help/templates/help/desktop_proxy.html:10
msgid ""
"HTTP proxy and SOCKS5 proxy requires you to enter the proxy server's address"
" and port. If you use system proxy settings, Seafile client reads proxy "
"settings from the operating system. The operating system has some mechanisms"
" to auto-detect proxy server information. So you don't have to manually "
"enter proxy server address."
msgstr "Proxy HTTP et proxy SOCKS5 vous oblige à entrer l'adresse du serveur proxy et le port. Si vous utilisez les paramètres proxy du système, le client Seafile lit les paramètres proxy à partir du système d'exploitation. Le système d'exploitation a des mécanismes qui détectent automatiquement les informations du serveur proxy. Donc, vous ne devez pas entrer manuellement l'adresse du serveur proxy."

#: seahub/help/templates/help/desktop_proxy.html:12
msgid ""
"To change proxy settings, click the Seafile icon in the system notification "
"area. Choose \"Settings\" in the menu. In the pop-up settings dialog, you "
"can change proxy settings in the \"Network\" tab."
msgstr "Pour modifier les paramètres de proxy, cliquez sur l'icône Seafile dans la zone de notification du système. Choisissez \"Paramètres\" dans le menu. Dans la boîte de dialogue paramètres, vous pouvez modifier les paramètres de proxy dans l'onglet \"Réseau\"."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:6
msgid "SeaDrive 2.0 for Windows 10"
msgstr "SeaDrive 2.0 pour Windows 10"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:8
msgid ""
"SeaDrive 2.0 (and future versions) is redesigned with deeper integration to "
"Windows 10 operating system. It supports Windows 10 1709 version (2017 Fall "
"Update for Windows 10) and later versions. We recommend Windows 10 users to "
"upgrade to SeaDrive 2.0 for more native virtual drive experience."
msgstr "SeaDrive 2.0 (et les version futurs) est repensé avec une intégration avec Windows 10 plus pousser. Il supporte la version Windows 10 1709 (2017 Fall Update for Windows 10) et les versions supérieurs. Nous recommandons aux utilisateurs de Windows de passer à la version 2.0 de SeaDrive pour une expérience utilisateur plus confortable."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:10
msgid "Install and access the Virtual Drive"
msgstr "Installation et accès au Virtual Drive"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:11
msgid ""
"You can download SeaDrive 2.0 from official Seafile website. After "
"installation and logging into your Seafile account, SeaDrive will start "
"downloading library and file lists from the server (just as in SeaDrive "
"1.0.x). It may take some time, depending on the number of files available in"
" your seafile account. The download is progressive, so in the mean time you "
"can already access some files in the virtual drive."
msgstr "Vous pouvez télécharger SeaDrive 2.0 depuis le site officiel de Seafile. Après installation et authentification à votre compte Seafile, Seadrive commencera à télécharger une liste de librairie et bibliothèque depuis le serveur (comme avec SeaDrive 1.0.x). Cela peut prendre un certain temps, dépendant du nombre de fichiers disponibles depuis votre compte Seafile. Le téléchargement est progressif, vous don déjà accéder à une partie de vos fichiers de l'espace de stockage virtuel."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:12
msgid ""
"To access the virtual drive, just open Windows file explorer. There is a "
"\"seadrive\" node in the navigation pane of Windows file explorer."
msgstr "Pour accéder au disque virtuel, il suffit d'ouvrir l'explorateur de fichier Windows. Une icône \"Seadrive\" se trouve dans la barre de navigation de l'explorateur de fichier Windows."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:16
msgid "Accessing files in the Virtual Drive"
msgstr "Accéder à des fichiers dans le Virtual Drive"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:17
msgid ""
"Libraries are grouped into 4 categories in the virtual drive: My Libraries, "
"Shared with me, Shared with groups and Shared with all."
msgstr "Les librairies sont regroupées en 4 catégories dans le disque virtuel : Mes librairies, Partagé avec moi, Partagé avec des groupes et Partagé avec tout le monde"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:18
msgid ""
"As you can see, the file status icons is more integrated into Windows file "
"explorer. The icons are a bit different form version 1.0."
msgstr "Comme vous pouvez le voir, l'icône de statut du fichier est mieux intégré à l'explorateur de fichier Windows. Les icônes diffèrent légèrement de la version 1.0. "

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:19
msgid ""
"Files in the virtual drive are created as \"placeholders\" in the local file"
" system. They may be in 3 states:"
msgstr "Les fichiers dans le disque virtuel sont créés comme des \"fichier virtuels\" dans le système de fichier sous la forme d'un des 3 états suivants : "

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:21
msgid ""
"<b>Placeholder file</b>: An empty representation of the file and can only be"
" opened when there is network connection."
msgstr "<b>Fichier virtuel</b>: Une représentation vide du fichier qui peut être ouvert uniquement si un accès réseau est disponible."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:22
msgid ""
"<b>Full file</b>: The file has been downloaded and saved locally. Download "
"is automatic when a placeholder file is opened for the first time. These "
"files are available whenever you open SeaDrive regardless to network "
"connections. The operating system may decide to clear a full file when more "
"disk space is needed."
msgstr "<b>Fichier entier</b>: Le fichier a été téléchargé et sauvegardé localement. Le téléchargement est automatique quand un fichier virtuel est ouvert pour la première fois. Ces fichiers sont toujours disponibles lorsque vous ouvrez SeaDrive même sans connexion réseau. L'OS peut décider de libérer l'espace monopolisé par un fichier lorsque plus d'espace disque est requis  "

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:23
msgid ""
"<b>Pinned full file</b>: The file has been downloaded and saved locally. It "
"is guaranteed to be available offline."
msgstr "<b>Fichier entier épinglé</b>: Le fichier a été téléchargé et sauvegardé localement. Il est garanti disponible hors-connexion."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:26
msgid ""
"You can control which files or folder are cached locally. This can be "
"changed from the context menu when you right click on a file or folder. "
"Choose \"Always keep on this device\" when you want to pin a file or folder "
"locally; choose \"Free up space\" when you want to clean the cache for a "
"file or folder."
msgstr "Vous pouvez contrôler quels fichiers ou dossiers sont stocker localement. Cela peut être modifier depuis le menu contextuel apparaissant après un clique droit sur un fichier ou dossier. Choisir \"Always keep on this device\"  lorsque vous souhaitez conserver un fichier ou dossier localement; choisissez \"Free up space\" lorsque vous souhaitez libérer l'espace monopolisé par un fichier ou dossier. "

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:28
msgid ""
"In SeaDrive 1.0, cached files are not automatically updated when they're "
"updated on the server. In SeaDrive 2.0, full and pinned files are "
"automatically kept in sync with the server."
msgstr "Dans SeaDrive 1.0, les fichiers en cache ne sont pas mise-à-jour automatiquement lorsqu'une modification survient sur le serveur. Dans SeaDrive 2.0, les fichiers entiers et épinglés sont automatiquement synchronisés avec le serveur."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:30
msgid "File Download and Control"
msgstr "Téléchargement et contrôle de fichiers"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:31
msgid ""
"Whenever you open a placeholder file, the operating system will "
"automatically start to download it. If the file may take some time to "
"download, there will be a progress bar shown up in file explorer and you may"
" cancel the download."
msgstr "Lorsque vous ouvrez un fichier virtuel, l'os va automatiquement le télécharger. Si la durée du téléchargement du fichier est importante, une barre de progression apparaîtra dans l'explorateur de fichier permettant d'éventuellement annuler le téléchargement.  "

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:32
msgid ""
"Sometimes a background application may try to download a file in the virtual"
" drive (such as an Anti-Virus software). You will be notified by the "
"operating system about this and you may choose to cancel the download or "
"disallow the application from automatically downloading files in the future."
msgstr "Parfois, une application en tâche de fond peut essayer de télécharger un fichier du disque virtuel (comme un logiciel anti-virus). Vous serez notifié par l'os et vous pourrez choisir d'annuler le téléchargement ou d’empêcher l'application de télécharger automatiquement les fichiers à l'avenir"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:34
#: seahub/help/templates/help/using_drive_client.html:79
msgid "FAQ"
msgstr "FAQ"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:35
msgid "Can I create, delete, rename libraries?"
msgstr "Puis-je créer, supprimer, renommer des librairies ?"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:36
msgid ""
"Yes. When you create, delete or rename library folders in the virtual drive,"
" the operation will be reflected on the server. You can only create, delete,"
" rename libraries under the \"My Libraries\" category. Creating, deleting or"
" renaming libraries in other categories will be ignored."
msgstr "Oui. Lorsque vous créez, supprimez, ou renommez les dossiers de librairies du disque virtuel, l'opération sera reporté côté serveur. Vous pouvez uniquement créer, supprimer et renommer les librairies de la catégorie \"Mes librairies\". La création, suppression ou le renommage de librairies depuis les autres catégories seront ignorés."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:38
msgid "Can I create files or folders outside of a library folder?"
msgstr "Puis-je créer des fichiers et dossiers en dehors du dossier d'une librairie ?"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:39
msgid ""
"Yes. But files created outside of a library folder will be ignored and NOT "
"synced to the server. A new folder under the \"My Libraries\" folder will be"
" handled as a new library."
msgstr "Oui mais les fichiers en dehors du dossier de la librairie seront ignorés et PAS synchroniser sur le serveur. Un nouveau dossier dans le dossier \"Mes librairies\" sur créer en tant que nouvelle librairie. "

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:41
msgid "Can I access encrypted libraries?"
msgstr "Puis-je accéder à une librairie chiffrée ?"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:42
msgid ""
"Yes. By default, encrypted libraries are not synced and shown in the virtual"
" drive. You need to manually choose which encrypted libraries to sync and "
"enter the password. Just right click on the SeaDrive icon in the system tray"
" area and choose \"Show encrypted libraries\". A window will show up and you"
" can choose to sync or unsync an encrypted library."
msgstr "Oui. Par défaut, les librairies chiffré ne sont pas synchronisés mais sont visible dans le dossier virtuel. Vous devez choisir manuellement quel librairie synchroniser et entrer le mot de passe. Il suffit de cliquer sur l'icône de SeaDrive dans la barre d'accès rapide et de choisir \"Voir les bibliothèques chiffrées\". Une fenêtre apparaîtra et vous pourrez choisir de synchroniser ou désynchroniser une librairie chiffée"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:44
msgid "Is it compatible to SeaDrive 1.0?"
msgstr "Est-ce compatible avec SeaDrive 1.0 ?"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:45
msgid ""
"SeaDrive 2.0 will use any existing accounts and their metadata (stored under"
" C:\\users\\username\\seadrive\\ folder). But it will not use the cached "
"files from SeaDrive 1.0. So any locally cached files in 1.0 version will not"
" be accessible in 2.0 version. You can start SeaDrive 1.0 again to upload "
"the files to server or copy them out."
msgstr "SeaDrive 2.0 utilisera tout les comptes existant et leurs metadata (stocké dans le dossier C:\\users\\username\\seadrive\\). Cependant, il n'utilisera pas les fichiers en cache de SeaDrive 1.0. Ainsi, tout les fichiers en cache de la version 1.0 ne seront pas accessible depuis la version 2.0. Vous pouvez lancer SeaDrive 1.0 afin de déposer les fichiers en cache sur le serveur ou les copier ailleurs."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:47
msgid "How do I clean the cache?"
msgstr "Comment nettoyer le cache ?"

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:48
msgid ""
"You can manually choose which folders or files to be cached locally. If you "
"find a folder consumes too much space, just choose to \"Free up space\" on "
"that folder and all cached files in that folder will be cleaned. There is no"
" need to set cache cleaning time and cache size limit as in SeaDrive 1.0. "
"Because placeholders are just normal files created on your local disk, your "
"cache size is only limited by the available disk space on your computer."
msgstr "Vous pouvez choisir manuellement quel dossiers ou fichiers mettre en cache local. Si constater qu'un dossier prend trop d'espace, choisissez l'option \"Free up space\" en faisant un clique droit sur le dossier et tout les fichiers en cache seront effacer. Il n'est pas nécessaire de définir une date de purge et une limite de taille du cache comme avec SeaDrive 1.0. Comme les fichiers virtuels sont des fichiers normaux créés sur votre disque, la taille du cache est uniquement limité par la quantité d'espace disque disponible sur votre PC."

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:50
msgid "How to remove left-over SeaDrive shortcuts in Windows Explorer?"
msgstr ""

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:51
msgid ""
"The \"SeaDrive\" shortcut in Windows Explorer won't disappear after you exit"
" SeaDrive program or switch Seafile accounts in SeaDrive. This is an "
"intended behavior. You don't need to remove them if you still need to access"
" the account later."
msgstr ""

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:52
msgid ""
"In some corner cases, the \"SeaDrvie\" shortcut will be left-over in Windows"
" Explorer and you want to remove it."
msgstr ""

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:53
msgid ""
"You can usually remove those shortcuts by uninstalling SeaDrive program and "
"choose \"Remove account information\" in the prompt dialog."
msgstr ""

#: seahub/help/templates/help/drive_client_2.0_for_windows_10.html:54
msgid ""
"If uninstallation doesn't remove the shortcuts successfully, you can remove "
"the SeaDrive shortcut in Windows Explorer by editing the registry. Open the "
"path "
"\"HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Desktop\\NameSpace\\\""
" in registry editor. Remove the sub-keys correspond to the shortcut you want"
" to remove."
msgstr ""

#: seahub/help/templates/help/encrypted_libraries.html:6
msgid "How to Use Encrypted Libraries"
msgstr "Comment utiliser les bibliothèques cryptées"

#: seahub/help/templates/help/encrypted_libraries.html:8
msgid ""
"Seafile provides client-side end-to-end data encryption. You can create "
"encrypted libraries to use this feature. File contents in encrypted "
"libraries are encrypted on client side. The encryption password is not "
"stored on the server. So even the server administrator can't access your "
"file contents."
msgstr "Seafile fournit un chiffrement des données côté client de bout en bout. Vous pouvez créer des bibliothèques chiffrées pour utiliser cette fonctionnalité. Le contenu des fichiers dans les bibliothèques cryptées est chiffré côté client. Le mot de passe de chiffrement n'est pas stocké sur le serveur. Ainsi, même l'administrateur du serveur ne peut accéder à vos données."

#: seahub/help/templates/help/encrypted_libraries.html:10
msgid "When creating an encrypted library:"
msgstr "Lors de la création d'une bibliothèque cryptée :"

#: seahub/help/templates/help/encrypted_libraries.html:12
msgid ""
"If you create an encrypted library in the web app, the password is sent to "
"the server. The server uses this password to create the library. But it "
"doesn't store the plain text password."
msgstr ""

#: seahub/help/templates/help/encrypted_libraries.html:13
#, python-format
msgid ""
"If you create an encrypted library from a local folder with the desktop "
"client (see <a href=\"%(SITE_ROOT)shelp/install_sync/\">file syncing</a>), "
"the password is not sent to the server."
msgstr "Si vous créez un librairie chiffrée depuis un dossier local avec le client de bureau (voir <a href=\"%(SITE_ROOT)shelp/install_sync/\">Synchronisation de fichier</a>), le mot de passe n'est pas envoyé au serveur."

#: seahub/help/templates/help/encrypted_libraries.html:17
msgid "When you access the encrypted library:"
msgstr "Lorsque vous accédez à la bibliothèque cryptée :"

#: seahub/help/templates/help/encrypted_libraries.html:19
msgid ""
"If you use web app, you have to input the password to the server. The server"
" will cache the password in encrypted format for 1 hour. It won't store the "
"password on disk."
msgstr "Si vous utilisez l'application Web, vous devez entrer le mot de passe au serveur. Le serveur met en cache le mot de passe au format crypté pendant 1 heure. Le mot de passe ne sera pas stocké sur le disque du serveur."

#: seahub/help/templates/help/encrypted_libraries.html:20
msgid ""
"If you use desktop client to sync the library, the password is not sent to "
"the server. The client decrypts and encrypts file contents locally. The "
"plain text password is not stored on the client disk either."
msgstr ""

#: seahub/help/templates/help/encrypted_libraries.html:21
msgid ""
"iOS client supports client side encryption since version 2.1.6. Android "
"client supports it since version 2.1.0."
msgstr ""

#: seahub/help/templates/help/encrypted_libraries.html:25
msgid ""
"Note that encrypted library only encrypts the contents of the files, but not"
" the folder and file names."
msgstr ""

#: seahub/help/templates/help/file_locking.html:5
msgid "File locking"
msgstr "Verrouillage de fichier"

#: seahub/help/templates/help/file_locking.html:6
msgid ""
"When more than one person collaborate on a file, it's likely that more than "
"one person modify the file at about the same time. Seafile handles this "
"situation nicely with conflict files. But it's often more convenient to lock"
" the file when one person wants to exclusively modify the file. Seafile "
"Professional Edition supports file locking."
msgstr "Quand plus d'une personne collaborent sur un fichier, il est probable que plus d'un personne modifient le fichier en même temps. Seafile gère cette situation intelligemment au moyen de fichiers de conflit. Par contre, il est souvent plus pratique de verrouiller le fichier quand une personne souhaite l'exclusivité de la modification. La version Seafile Professional Edition support le verrouillage de fichier"

#: seahub/help/templates/help/file_locking.html:7
msgid ""
"File locking works on both the web app and the desktop syncing client. We'll"
" introduce them one by one."
msgstr "Le verrouillage de fichier fonctionne aussi bien depuis l'interface web qu'avec le client de synchronisation de bureau. Nous allons décrire chacun d'eux."

#: seahub/help/templates/help/file_locking.html:8
msgid "File locking on the Web App"
msgstr "Verrouillage de fichier depuis l'interface web"

#: seahub/help/templates/help/file_locking.html:9
msgid ""
"To lock a file, you can navigate into the file's folder on the web app, and "
"click on the \"operations\" drop-down menu."
msgstr "Pour verrouiller un fichier, vous pouvez naviguer jusqu'au dossier du fichier dans l'interface web et cliquer sur l'option \"opérations\" du menu déroulant "

#: seahub/help/templates/help/file_locking.html:11
msgid ""
"After the file is locked, you can see a red \"stop sign\" at the corner of "
"the file icon. Moving the mouse on the stop sign, you can see who locks the "
"file. And you can also unlock a file that's locked by you. But you cannot "
"unlock files locked by others."
msgstr "Une fois qu'un fichier est verrouillé, vous pouvez observer un signe \"stop\" rouge au coin de l'icône du fichier. En déplaçant la souris sur le signe stop, vous pouvez voir qui verrouille le fichier. Vous pouvez également déverrouiller un fichier que vous avez verrouillé mais pas ceux des autres utilisateurs."

#: seahub/help/templates/help/file_locking.html:13
msgid "File locking on the desktop client"
msgstr "Verrouillage de fichier depuis le client de bureau "

#: seahub/help/templates/help/file_locking.html:14
msgid ""
"After a library is synced to the desktop, you can lock/unlock files in that "
"library inside File Explorer on Windows or Finder on Mac OS."
msgstr "Après qu'une librairie soit synchronisé, vous pouvez verrouiller/déverrouiller les fichiers de cette librairie depuis l'explorateur de fichier Windows ou Finder depuis un Mac."

#: seahub/help/templates/help/file_locking.html:15
msgid ""
"To lock a file, just right click on a synced file and choose \"lock this "
"file\" in the \"Seafile\" menu."
msgstr "Pour verrouiller un fichier, il suffit de faire un clique droit sur un fichier synchronisé et de choisir \"verrouiller ce fichier\" dans le menu \"Seafile\"."

#: seahub/help/templates/help/file_locking.html:17
msgid ""
"If a file is locked by you, you can see an orange \"stop sign\" on the file "
"icon. You can choose to unlock it."
msgstr "Si un fichier est verrouillé par vous, vous verrez un signe \"stop\" orange sur l'icône du fichier. Vous pouvez choisir de le déverrouiller."

#: seahub/help/templates/help/file_locking.html:19
msgid ""
"If a file is locked by other user, you can see a red \"stop sign\" on the "
"file icon. The file is automatically set to read-only. You cannot modify it "
"until it's unlocked."
msgstr "Si un fichier est verrouiller par un autre utilisateur, vous verrez un signe \"stop\" sur le l'icône du fichier. Le fichier est automatiquement accessible en lecture seul. Vous ne pouvez le modifier jusqu'à ce qu'il soit déverrouillé."

#: seahub/help/templates/help/file_locking.html:21
msgid ""
"If a library is not synced, you can still use cloud file browser to lock and"
" unlock files in it."
msgstr "Si une librairie n'est pas synchronisé, vous pouvez toujours utiliser l'interface web pour verrouiller et déverrouiller les fichiers de celle-ci."

#: seahub/help/templates/help/file_locking.html:22
msgid "Auto locking office files"
msgstr "Verrouillage automatique des fichiers de office"

#: seahub/help/templates/help/file_locking.html:23
msgid ""
"After a library is synced to the desktop, when you open a Microsoft Office "
"file inside the library, Seafile automatically locks the file. When you "
"close the file, Seafile automatically unlocks the file. The locking state is"
" propagated to other computers syncing this library. It prevents concurrent "
"editing the same Office file and is convenient for collaboration."
msgstr "Après qu'une librairie soit synchronisé sur le bureau, à l'ouverture d'un fichier Microsoft Office depuis une librairie, Seafile verrouille automatiquement le fichier. Lorsque vous fermer le fichier, Seafile débloque automatiquement le fichier. L'état de verrouillage est propagé aux autres ordinateurs synchronisant cette librairie. Cela empêche l'édition concurrente du même fichier Office."

#: seahub/help/templates/help/file_locking.html:24
msgid "Details about file locking"
msgstr "Détails du verrouillage de fichier"

#: seahub/help/templates/help/file_locking.html:25
msgid "There are a few useful tips about how file locking works:"
msgstr "Quelques conseils pratiquent sur la façon dont le verrouillage de fichier fonctionne : "

#: seahub/help/templates/help/file_locking.html:27
msgid "A locked file can only be unlocked by the user who locked it."
msgstr "Un fichier verrouillé peut uniquement être déverrouillé par un utilisateur qui l'a verrouillé."

#: seahub/help/templates/help/file_locking.html:28
msgid ""
"A locked file cannot be modified, moved, renamed or deleted by other users. "
"But other users can still move, delete or rename the parent folder of a "
"locked file. The purpose of file locking is mainly to prevent concurrent "
"editing."
msgstr "Un fichier verrouiller ne peut être modifié, déplacé, renommé ou supprimé par un autre utilisateur. Cependant, les autres utilisateurs peuvent toujours déplacer, supprimer, ou renommer le dossier parent d'un fichier verrouillé. L'objectif d'un fichier verrouillé est principalement d'éviter l'écriture concurrentiel."

#: seahub/help/templates/help/file_locking.html:29
msgid ""
"When a locked file's parent folder is renamed or moved inside the same "
"library, it remains locked after the operation."
msgstr "Quand le dossier parent d'un fichier verrouillé est renommé ou déplacé dans la même librairie, il reste verrouillé après l'opération. "

#: seahub/help/templates/help/finding_older_version_files.html:6
msgid "Finding older version of files"
msgstr "Trouver d'anciennes version de fichiers"

#: seahub/help/templates/help/finding_older_version_files.html:7
msgid ""
"Seafile tracks the modification history of all files. Whenever a file is "
"modified, a new version is created, while the old version is still kept for "
"a configurable period. When you want to access an older version of a file, "
"the file history feature becomes very handy."
msgstr "Seafile suit l'historique de modification de tout les fichiers. Dès qu'un fichier est modifié, une nouvelle version est créé, tandis que l'ancienne version est conservé pendant une période de temps configurable. Lorsque vous voulez accéder à une ancienne version d'un fichier, l'historique des fichiers devient vraiment pratique."

#: seahub/help/templates/help/finding_older_version_files.html:8
msgid "To list all the versions of a file:"
msgstr "Lister toute les versions d'un fichier :"

#: seahub/help/templates/help/finding_older_version_files.html:10
msgid ""
"In Seafile Web App, navigate into the folder containing the file. Move the "
"cursor onto the row of that file. An operation menu will appear. You can "
"click the \"History\" button in that menu."
msgstr "Depuis l'interface web, naviguer dans le dossier contenu le fichier. Cliquer sur la flèche \"Plus d'action\" du fichier. Un menu déroulant apparaît. Vous pouvez cliquer sur l'option \"Historique\" du menu.  "

#: seahub/help/templates/help/finding_older_version_files.html:11
msgid ""
"A list of all versions of that file will be displayed in time order, from "
"newer to older. The list also contains the file's rename history."
msgstr "Une liste de toute les versions du fichier sera afficher par ordre décroissant de date. La liste contient également l'historique de renommage du fichier "

#: seahub/help/templates/help/finding_older_version_files.html:12
msgid "You can download, restore, view any version of the file."
msgstr "Vous pouvez télécharger, restaurer, voir toute les version du fichier"

#: seahub/help/templates/help/finding_older_version_files.html:14
#, python-format
msgid ""
"You can configure the retention period of file versions: <a "
"href=\"%(SITE_ROOT)shelp/setting_library_history/\">setting history "
"retention period</a>."
msgstr "Vous pouvez configurer la période de rétention des versions de fichier : <a href=\"%(SITE_ROOT)shelp/setting_library_history/\">Paramètre de l'historique</a>."

#: seahub/help/templates/help/folder_permission.html:6
msgid "Use folder permission for fine-grained access control"
msgstr "Utilisez les permissions de dossier pour un contrôle d'accès précis"

#: seahub/help/templates/help/folder_permission.html:8
#, python-format
msgid ""
"For shared libraries or folders, you can set permission to its sub-folders "
"for a person or a group. Available permissions are the same as the ones "
"described in <a "
"href=\"%(SITE_ROOT)shelp/sharing_files_and_folders/\">sharing libraries</a>."
" Here are some use cases:"
msgstr "Pour les librairies et dossiers partagés, vous pouvez définir des permissions pour un utilisateur ou un groupe. Les permissions disponibles sont les même que celles décrites dans <a href=\"%(SITE_ROOT)shelp/sharing_files_and_folders/\">librairie partagées</a>. Voici quelques cas d'usages :"

#: seahub/help/templates/help/folder_permission.html:10
msgid ""
"You shared a library to a group with \"read only\" permission. You also want"
" to allow a specific member of the group to modify files in one sub-folder. "
"You can grant write permission of this sub-folder to this person."
msgstr "Vous partagez une librairie avec un groupe en \"lecture seul\". Vous voulez également autoriser un membre du groupe à modifier les fichiers d'un sous-dossier. Vous pouvez ajouter des droits en écriture au sous-dossier à cette personne."

#: seahub/help/templates/help/folder_permission.html:11
msgid ""
"You shared a library to 3 groups. There are 3 sub-folders under that "
"library, one for each group to upload files. However you don't want users to"
" change files not belong to his/her group. You can grant write permission of"
" a sub-folder only to its group."
msgstr "Vous partager une librairie avec 3 groupes. Cette librairie contient 3 sous-dossiers, un pour que chaque groupe puisse déposer des fichiers. Cependant vous ne voulez pas que les utilisateurs puissent modifier des fichiers n'appartenant pas à leur groupe. Vous pouvez définir des droits en écriture a un sous-dossier uniquement à son groupe."

#: seahub/help/templates/help/folder_permission.html:13
msgid ""
"Folder permissions are only effective for libraries and folders you share to"
" others. To effectively set folder permissions to its sub-folders, you "
"should first share the parent library or folder; otherwise the folder "
"permission won't take effect."
msgstr "Les permissions de dossier sont effectives uniquement pour les librairies et dossier que vous partagés. Pour définir des permissions à des sous-dossiers d'un dossier, il faut préalablement partager la librairie ou le dossier parent, sans cela les permissions du dossier n'auront aucun effet. "

#: seahub/help/templates/help/folder_permission.html:14
msgid ""
"One important design goal of folder permission is to support hierarchical "
"permissions:"
msgstr "Un des objectifs des permissions de dossier est de supporter des permissions hiérarchiques : "

#: seahub/help/templates/help/folder_permission.html:16
msgid ""
"Sub-folders automatically inherit folder permissions from its parent folder."
msgstr "Les sous-dossiers héritent automatiquement des permissions de son dossiers parent."

#: seahub/help/templates/help/folder_permission.html:17
msgid ""
"Permissions set on sub-folders overwrites permissions set on its parent "
"folder. For example, you set \"read write\" permission on folder \"meeting "
"files\" for user A, and you set \"read only\" permission on sub-folder "
"\"meeting files/today\" for user A. Then user A's permission to \"meeting "
"files/today\" is \"read only\"."
msgstr "Les permissions définis au niveau d'un sous-dossier remplacent les permissions de son dossier parent. Par exemple, si vous définissez un accès en \"lecture écriture\" du dossier \"fichier réunion\" pour un utilisateur A, et que vous définissez un accès en \"lecture seul\" du sous-dossier \"fichier réunion/ce_jour\" pour l'utilisateur A, alors les droits d'accès au fichier \"fichier réunion/ce_jour\" sont \"lecture seul\". "

#: seahub/help/templates/help/folder_permission.html:19
msgid "Basic usage"
msgstr "Usage basique"

#: seahub/help/templates/help/folder_permission.html:20
msgid ""
"Only library's owner can set folder permissions for its sub-folders. In the "
"file browsing interface, click \"more operations\" button, choose "
"\"permission\" in the drop-down menu. In the pop-up window, you can see and "
"set folder permissions on this folder."
msgstr "Seul les propriétaires de librairies peuvent définir des droits d'accès aux dossiers. Depuis l'interface web, cliquer sur le bouton \"Plus d'actions\", choisissez l'option \"permission\" du menu déroulant. Depuis la fenêtre pop-up, vous pouvez visualiser et définir les permissions de ce dossier. "

#: seahub/help/templates/help/folder_permission.html:21
msgid ""
"If you want to see all folder permissions set in a library, hover the mouse "
"on the library. Click \"more operations\" button, choose \"Folder "
"Permission\" in the drop-down menu. In the pop-up window, you can see and "
"set folder permissions in this library."
msgstr "Si vous voulez voir toutes les permissions de dossier défini dans une librairie, placer la souris sur la librairie, cliquer sur le bouton \"Plus d'action\", choisir \"Permission de dossier\" du menu déroulant. Depuis la fenêtre pop-up, vous pouvez visualiser et définir les permissions de cette librairie"

#: seahub/help/templates/help/folder_permission.html:22
msgid ""
"When other users navigate into a folder, there will be a small \"eye\" icon "
"next to \"read only\" sub-folders. When the user navigate into that sub-"
"folder, he/she won't be able to add/modify/delete files."
msgstr "Quand d'autres utilisateurs naviguent dans un dossier, apparaîtra l'icône d'un petit \"œil\" à côté des dossiers en \"lecture seul\". Quand un utilisateur navigue dans ce dossier, il ne sera pas capable d'ajouter/modifier/supprimer les fichiers."

#: seahub/help/templates/help/folder_permission.html:24
msgid ""
"If a \"read only\" folder is synced to PC with the Seafile desktop App, "
"changes under a \"read only\" folder won't be uploaded to the cloud."
msgstr "Si un dossier en \"lecture seul\" est synchronisé vers un PC avec l'application Seafile desktop, les modifications apportés au dossier en \"lecture seul\" ne seront pas téléversées vers le cloud."

#: seahub/help/templates/help/folder_permission.html:25
msgid "Advanced: priority between different permissions"
msgstr "Avancé : priorité des permissions"

#: seahub/help/templates/help/folder_permission.html:27
msgid ""
"Folder permissions have higher priority than the permission set in share. "
"For example, if you share a library to user A with \"read write\" "
"permission, and also set \"read only\" permission to a sub-folder of that "
"library. Then user A only has \"read only\" access to the sub-folder, while "
"he/she has \"read write\" access to all other sub-folders and files."
msgstr "Les permissions des dossiers ont une prioritée plus importante que celles définis depuis un partage. Par exemple, si vous partagez une librairie avec un utilisateur A avec des droits d'accès en \"lecture écriture\" et que vous définissez également une permission en \"lecture seul\" a un sous-dossier de cette librairie, alors l'utilisateur A aura uniquement un accès en \"lecture seul\" à ce sous-dossier, alors qu'il aura un accès en \"lecture écriture\" aux autres sous-dossiers et fichiers."

#: seahub/help/templates/help/folder_permission.html:28
msgid ""
"Folder permissions set to a specific user have higher priority than "
"permissions set to a group. That is, when checking permission for a folder, "
"if the system matches a permission specific to the user, it'll ignore all "
"permissions set for the groups the user belongs to."
msgstr "Les permissions de dossier définis pour un utilisateur spécifique on une priorité plus importante que les permission d'un groupe. Ainsi, lorsque les permissions d'un dossier sont évaluées, si le système détecte une permission spécifique à l'utilisateur, il ignorera les permissions des groupes desquels l'utilisateur fait partis"

#: seahub/help/templates/help/folder_permission.html:29
msgid ""
"Permissions on sub-folders have higher priority than those on parent "
"folders."
msgstr "Les permissions de sous-dossiers ont une priorité plus importante que celles des dossiers parent."

#: seahub/help/templates/help/folder_permission.html:31
msgid "Here is a more complex example:"
msgstr "Voici un exemple complexe : "

#: seahub/help/templates/help/folder_permission.html:32
msgid ""
"Supposed the folder structure looks like \"A/B\", user \"John\" is in group "
"\"Staff\". If you set \"read only\" permission on folder A for John, and, "
"you also set \"read write\" permission on folder \"A/B\" for group "
"\"Staff\". Then John's permission to folder \"A/B\" is still only \"read "
"only\". That's because, according to rule 2, \"read only\" permission is "
"first matched for folder \"A/B\" and user \"John\", which is inherited from "
"its parent \"A\"."
msgstr "Supposons que la structure des dossier ressemble à \"A/B\", l'utilisateur \"John\" est dans un groupe \"Staff\". Si vous définissez un accès en \"lecture seul\" au dossier A pour John et que vous définissez un accès en \"lecture écriture\" au dossier \"A/B\" pour le groupe \"Staff\", alors les droits d'accès de John au dossier \"A/B\" est toujours \"lecture seul\". Cela parce que, selon la règle 2, la permission \"lecture seul\" est la première permission rencontré pour le dossier \"A/B\" et l'utilisateur John, héritant de son parent A."

#: seahub/help/templates/help/full_text_file_search.html:6
msgid ""
"If you're using a Pro Edition Server, you can search file and folder names, "
"as well as the content of certain files, in the Seafile web app. Currently "
"Seafile can search the contents of the following types of files:"
msgstr "Si vous utilisez \"Pro Edition Server\", vous pouvez chercher noms de fichier et dossiers aussi bien que le contenu de certains fichiers depuis l'interface web. Actuellement Seafile peut chercher le contenu des types de fichiers suivant : "

#: seahub/help/templates/help/full_text_file_search.html:8
#: seahub/help/templates/help/viewing_files_within_web_app.html:8
msgid "Microsoft Office Doc: .doc, .docx (Pro Edition Server only)"
msgstr "Microsoft Office Doc: .doc, .docx (Édition Serveur Pro uniquement)"

#: seahub/help/templates/help/full_text_file_search.html:9
#: seahub/help/templates/help/viewing_files_within_web_app.html:9
msgid "Microsoft Office PowerPoint: .ppt, .pptx (Pro Edition Server only)"
msgstr "Microsoft Office PowerPoint: .ppt, .pptx (Édition Serveur Pro uniquement)"

#: seahub/help/templates/help/full_text_file_search.html:10
#: seahub/help/templates/help/viewing_files_within_web_app.html:10
msgid "Microsoft Office Excel: .xls, .xlsx (Pro Edition Server only)"
msgstr "Microsoft Office Excel: .xls, .xlsx (Édition Serveur Pro uniquement) "

#: seahub/help/templates/help/full_text_file_search.html:11
#: seahub/help/templates/help/viewing_files_within_web_app.html:11
msgid "LibreOffice files"
msgstr "Fichiers LibreOffice"

#: seahub/help/templates/help/full_text_file_search.html:12
#: seahub/help/templates/help/viewing_files_within_web_app.html:12
msgid "PDF files"
msgstr "Fichiers PDF"

#: seahub/help/templates/help/full_text_file_search.html:13
#: seahub/help/templates/help/viewing_files_within_web_app.html:14
msgid "Markdown files: .md"
msgstr "Fichiers Markdown: .md"

#: seahub/help/templates/help/full_text_file_search.html:14
#: seahub/help/templates/help/viewing_files_within_web_app.html:15
msgid "Various source code files"
msgstr "Divers fichiers de code source"

#: seahub/help/templates/help/full_text_file_search.html:15
#: seahub/help/templates/help/viewing_files_within_web_app.html:16
msgid "Text files: .txt, .log"
msgstr "Fichiers texte : .txt, .log"

#: seahub/help/templates/help/full_text_file_search.html:17
msgid ""
"Note that your Seafile system administrator may not have enabled the full-"
"text search feature. In that case, you can only search file and folder "
"names."
msgstr "A noté que l'administrateur système de votre Seafile peut ne pas avoir activé l'option de recherche de contenu. Dans ce cas, vous pourrez uniquement rechercher les noms de fichiers et dossiers."

#: seahub/help/templates/help/groups_managing.html:6
msgid ""
"Creating a group is a convenient way to share files to many people. In "
"Seafile, you can create and manage a group easily."
msgstr "Créé un groupe est une façon simple de partager des fichiers avec de nombreuses personnes. Dans Seafile, vous pouvez créer et gérer un groupe facilement."

#: seahub/help/templates/help/groups_managing.html:7
msgid "Here is how groups work in Seafile:"
msgstr "Voici comment fonctionne les groupes dans Seafile :"

#: seahub/help/templates/help/groups_managing.html:9
msgid ""
"Each group has a owner. The owner is the creator of the group by default. "
"He/she can transfer the ownership of the group to another member."
msgstr "Chaque groupe a un propriétaire qui est, par défaut, le créateur du groupe. Il peut transférer la propriété du groupe à un autre membre."

#: seahub/help/templates/help/groups_managing.html:10
msgid ""
"Each group can have multiple admins. The group owner and group admins can "
"add more group admins."
msgstr "Chaque groupe peut avoir plusieurs administrateurs. Le propriétaire et les administrateurs du groupe peuvent ajouter de nouveaux administrateurs."

#: seahub/help/templates/help/groups_managing.html:11
msgid ""
"The group admin can add/delete members in the group. And he/she can also "
"unshare a library in the group."
msgstr "L'administrateur du groupe peut ajouter/supprimer des membres du groupe et peut également annuler le partage d'une librairie avec le groupe "

#: seahub/help/templates/help/groups_managing.html:13
msgid ""
"Click on the \"Shared with groups\" tab on the left panel, and you'll see "
"all the groups you're in. Clicking into any group, you'll see the libraries "
"shared into this group."
msgstr "Cliquer sur l'onglet \"Partagé avec des groupes\" du panneau gauche et vous verrez tout les groupes dont vous faites parti. Cliquer sur l'un des groupes, vous verrez les librairies partagées avec ce groupe.  "

#: seahub/help/templates/help/groups_managing.html:14
msgid ""
"To create a new group, click on the \"Shared with groups\" tab on the left "
"panel. Then click on \"All Groups\". In the page, you can click the \"New "
"Group\" button to create a group."
msgstr "Pour créer un nouveau groupe, cliquer sur l'onglet \"Partagé avec des groupes\" du panneau gauche puis cliquer sur \"Mes groupes\". Sur la page, vous pouvez cliquer sur \"Nouveau groupe\" pour créer un groupe."

#: seahub/help/templates/help/groups_managing.html:15
#, python-format
msgid ""
"See <a href=\"%(SITE_ROOT)shelp/sharing_files_and_folders/\">sharing files "
"and folders</a> about how to share libraries or folders to a group."
msgstr "Voir <a href=\"%(SITE_ROOT)shelp/sharing_files_and_folders/\">Partage des fichiers et dossiers</a> pour le partage des librairies et dossiers avec un groupe"

#: seahub/help/templates/help/ignore.html:6
msgid "Excluding files/folders from syncing"
msgstr "Exclure des fichiers/dossiers de la synchronisation"

#: seahub/help/templates/help/ignore.html:8
msgid ""
"Sometimes you don't want to sync some files or folders inside a library. To "
"achieve this, create a seafile-ignore.txt file in the root folder of a "
"library. This special file specifies the files and folders that Seafile "
"should not sync. Each line in a ignore.txt file specifies a pattern. The "
"following pattern format are supported."
msgstr "Parfois, vous ne voulez pas synchroniser des fichiers ou des dossiers dans une bibliothèque. Pour ce faire, créer un fichier seafile-ignore.txt dans le dossier racine d'une bibliothèque. Ce fichier spécial spécifie les fichiers et les dossiers que Seafile ne doit pas synchroniser. Chaque ligne d'un fichier ignore.txt spécifie un modèle. Les formats des modèles suivants sont pris en charge."

#: seahub/help/templates/help/ignore.html:10
msgid "A blank line matches no files."
msgstr "Une ligne vide ne trouve pas de fichier."

#: seahub/help/templates/help/ignore.html:11
msgid "A line starting with # serves as a comment."
msgstr "Une ligne commençant par # sert de commentaire."

#: seahub/help/templates/help/ignore.html:12
msgid ""
"Seafile supports wildcards in the pattern. For example, \"foo/*\" matches "
"\"foo/1\" and \"foo/hello\". \"foo/?\" matches \"foo/1\" but not "
"\"foo/hello\". Note that the wildcard character * recursively matches all "
"the paths under a folder. For instance, \"foo/*.html\" matches "
"\"foo/a.html\" and \"foo/templates/b.html\"."
msgstr "Seafile supporte les caractères de remplacement dans le modèle. Par exemple, \"toto/*\" correspond à \"toto/1\" et \"toto/hello\". \"toto/?\" correspond à \"toto/1\", mais pas \"toto/hello\".\nNotez que le caractère de remplacement * correspond de façon récurrente à tous les chemins sous un dossier. \nPar exemple, \"toto/*.html\" correspond à \"toto/a.html\" et \"toto/templates/b.html\"."

#: seahub/help/templates/help/ignore.html:13
msgid ""
"If the pattern ends with a slash, it would only match a folder. In other "
"words, \"foo/\" will match a folder \"foo\" and paths underneath it, but "
"will not match a regular file or a symbolic link \"foo\"."
msgstr "Si le modèle se termine par une barre oblique, cela fera référence uniquement à un dossier. En d'autres termes, \"foo/\" correspondra à un dossier \"foo\" ainsi que les chemins en dessous, mais ne correspond pas à un fichier régulier ou un lien symbolique \"foo\"."

#: seahub/help/templates/help/ignore.html:14
msgid ""
"If a pattern doesn't end with a slash or a wildcard, it would not match a "
"folder. For example, \"foo\" can only match regular file \"foo\" or a "
"symbolic link; while \"foo/\" and \"foo*\" match a folder and paths under "
"it."
msgstr "Si un modèle ne finit pas par un slash ou un caractère de remplacement, il ne correspond pas à un dossier. Par exemple, \"toto\" peut seulement correspondre au fichier \"toto\" ou à un lien symbolique; tandis que \"toto/\" et \"toto*\" correspondent à un dossier et aux chemins au-dessous de lui."

#: seahub/help/templates/help/ignore.html:18
msgid "Example"
msgstr "Exemple"

#: seahub/help/templates/help/ignore.html:36
msgid "Notes"
msgstr "Notes"

#: seahub/help/templates/help/ignore.html:38
msgid ""
"The seafile-ignore.txt file only controls which files to exclude on the "
"client side. You can still create a file from seahub web interface that's "
"excluded on the client. In this case,"
msgstr "Le fichier seafile-ignore.txt contrôle uniquement les fichiers à exclure côté client. Vous pouvez toujours créer un fichier à partir de l'interface web seahub qui sera exclu sur le client. Dans ce cas,"

#: seahub/help/templates/help/ignore.html:40
msgid ""
"The created file will still be synced back to clients. But any later local "
"changes to those files will be ignored."
msgstr "Le fichier créé sera toujours synchronisé sur les clients. Mais n'importe quels changements locaux postérieurs de ces fichiers seront ignorés."

#: seahub/help/templates/help/ignore.html:41
msgid ""
"If the file is modified on seahub, the new version will also be synced back "
"to clients; If the file on the client is also modified, a conflict file will"
" be generated on the client."
msgstr "Si le fichier est modifié sur l'interface web, la nouvelle version sera aussi synchronisée sur les clients; si le fichier sur le client est aussi modifié, un fichier de conflit sera produit sur le client."

#: seahub/help/templates/help/ignore.html:45
msgid ""
"seafile-ignore.txt only ignores files that are not synced yet. If a file is "
"already synced, and some time later you add it to the ignore list, its "
"existing versions won't be removed."
msgstr "Seafile-ignore.txt ignore seulement les fichiers/dossiers qui ne sont pas encore synchronisés. Si un fichier/dossier est déjà synchronisé et que vous l'ajoutez par la suite à la liste, ses versions existantes ne seront pas retirées."

#: seahub/help/templates/help/install_sync.html:6
msgid "Installing Seafile client program"
msgstr "Installation du client Seafile"

#: seahub/help/templates/help/install_sync.html:8
msgid ""
"After downloading Seafile client program, you have 3 steps left to get it up"
" and running."
msgstr "Après avoir téléchargé le programme du client Seafile, il vous reste 3 étapes avant de l'utiliser."

#: seahub/help/templates/help/install_sync.html:10
msgid "1. Select a disk partition to store local Seafile data"
msgstr "1. Choisissez un dossier sur le disque pour stocker les données de fonctionnement de Seafile "

#: seahub/help/templates/help/install_sync.html:11
msgid "Selecting a folder to store Seafile data"
msgstr "Sélectionner un dossier pour stocker les données de Seafile"

#: seahub/help/templates/help/install_sync.html:13
msgid "2. Add an account"
msgstr "2. Ajoutez un compte"

#: seahub/help/templates/help/install_sync.html:14
msgid "Add an account on your private Seafile server or our public server."
msgstr "Renseignez le compte existant sur votre serveur Seafile privé ou sur un serveur public."

#: seahub/help/templates/help/install_sync.html:18
msgid "3. Sync a library"
msgstr "3. Synchronisez une bibliothèque"

#: seahub/help/templates/help/install_sync.html:20
msgid "Click the \"Sync this library\" button to sync it with a local folder."
msgstr "Cliquer sur le bouton \"Synchroniser cette bibliothèque\" pour synchroniser une bibliothèque avec un dossier local."

#: seahub/help/templates/help/install_sync.html:21
msgid ""
"Then you add some files into the library. They will be automatically synced "
"with cloud platform."
msgstr "Ensuite vous ajoutez des fichiers dans la bibliothèque. Ils seront automatiquement synchronisés dans le cloud."

#: seahub/help/templates/help/install_sync.html:26
msgid "4. (Optional) Create a library"
msgstr "4. (Optionnel) Créez une bibliothèque"

#: seahub/help/templates/help/install_sync.html:28
msgid "You can also create a library from a local folder."
msgstr "Vous pouvez aussi créer une bibliothèque depuis un dossier local."

#: seahub/help/templates/help/install_sync.html:34
msgid "5. Browse files on the cloud"
msgstr "5. Parcourir les fichiers dans le cloud"

#: seahub/help/templates/help/install_sync.html:35
msgid ""
"In some occasions, you want to modify files on the cloud directly without "
"syncing them. Seafile client comes with a \"cloud file browser\" to meet "
"this need. Click an unsynced library will open the cloud file browser."
msgstr "Dans certaines circonstances, vous souhaitez modifier des fichiers dans le cloud directement sans pour autant les synchroniser. Le client Seafile est livré avec un \"Explorateur de fichiers dans le cloud\" pour répondre à ce besoin. Cliquer sur une bibliothèque non synchronisée ouvrira l'eplorateur de fichiers dans le cloud."

#: seahub/help/templates/help/introduction.html:8
msgid ""
"Seafile is an enterprise file hosting platform with high reliability and "
"performance."
msgstr "Seafile est une plateforme d'hébergement de fichier hautement fiable et performante."

#: seahub/help/templates/help/introduction.html:9
#, python-format
msgid ""
"Seafile contains a web interface for you to manage and share files. It has "
"two kinds of desktop clients, <a "
"href=\"%(SITE_ROOT)shelp/install_sync/\">the file syncing client</a> and <a "
"href=\"%(SITE_ROOT)shelp/using_drive_client\">the drive client</a>. It also "
"has mobile clients for Android and iOS."
msgstr "Seafile est composé d'une interface web vous permettant de gérer et partager des fichiers. Il existe deux types de client, <a href=\"%(SITE_ROOT)shelp/install_sync/\">le client de synchronisation</a> et <a href=\"%(SITE_ROOT)shelp/using_drive_client\">le client \"drive\"</a>. Il existe aussi des clients pour Android et iOS."

#: seahub/help/templates/help/introduction.html:10
msgid ""
"You can download the clients in <a "
"href=\"https://www.seafile.com/en/download/\" target=\"_blank\">Seafile web "
"site</a>."
msgstr "Vous pouvez télécharger les clients depuis <a href=\"https://www.seafile.com/en/download/\" target=\"_blank\">le site web de Seafile</a>."

#: seahub/help/templates/help/introduction.html:11
msgid ""
"If this manual does not contain the information you needed, you can seek "
"help in our forum: <a href=\"https://forum.seafile.com\" "
"target=\"_blank\">https://forum.seafile.com</a>."
msgstr "Si ce manuel ne contient pas l'information recherché, vous trouverez de l'aide sur notre forum: <a href=\"https://forum.seafile.com\" target=\"_blank\">https://forum.seafile.com</a>."

#: seahub/help/templates/help/libraries_managing.html:6
msgid ""
"Seafile uses \"libraries\" to organize your files. A library is a top level "
"container for a set of files and folders. You can create a library for each "
"project you work on, or each document type you want to save in Seafile. A "
"library works mostly like a top level folder. But it also has some special "
"properties:"
msgstr "Seafile utilise des librairies pour organiser vos fichiers. Une librairie est un contenant pour vos dossier et fichiers. Vous pouvez créer une librairie pour chaque projets sur lequel vous travaillez, ou pour chaque type de document que vous souhaitez enregistrer sur Seafile. Une librairie fonctionne comme un dossier racine. Mais elle a aussi des propriétés spéciales :"

#: seahub/help/templates/help/libraries_managing.html:8
msgid ""
"Each library keeps its own file modification history. There is no global "
"file modification history across all libraries."
msgstr "Chaque librairie conserve son propre historique de modification des fichiers. Il n'y a pas d'historique de modification global comprenant tout les librairies."

#: seahub/help/templates/help/libraries_managing.html:9
msgid ""
"Each library can be synced to desktop clients separately. You can choose "
"which libraries to be synced."
msgstr "Chaque librairie peut être synchronisé vers les clients de bureau séparément. Vous pouvez choisir quels librairies synchroniser."

#: seahub/help/templates/help/libraries_managing.html:11
msgid ""
"When you log into Seafile's web app for the first time, Seafile "
"automatically creates a default library named \"My Library\" for you. You "
"can also create more libraries. Here is what it looks like when you've "
"created a few libraries."
msgstr "Lorsque vous vous connectez depuis l'interface web de Seafile pour la première fois, Seafile créé automatiquement une librairie par défaut pour vous nommée \"Ma Librairie\". Vous pouvez créer d'autres librairies. Voici à quoi cela ressemble lorsque vous avez créé plusieurs librairies."

#: seahub/help/templates/help/libraries_managing.html:13
msgid ""
"You can navigate into a library and manage your files and folders. You can "
"upload, download, rename, move, copy and delete files."
msgstr "Vous pouvez naviguer dans une librairie et gérer vos fichiers et dossiers. Vous pouvez téléverser, télécharger, renommer, déplacer, copier et supprimer des fichiers."

#: seahub/help/templates/help/libraries_managing.html:15
#, python-format
msgid ""
"After <a href=\"%(SITE_ROOT)shelp/install_sync/\">syncing a library with "
"desktop client</a>, you can do any file operations inside the local library "
"folder. The operations will be uploaded to the server. "
msgstr "Après avoir <a href=\"%(SITE_ROOT)shelp/install_sync/\">synchroniser une librairie avec un client de bureau</a>, vous pouvez effectuer n'importe quel opérations depuis le dossier local de la librairie. Les opérations seront répercutées sur le serveur. "

#: seahub/help/templates/help/library_history_and_snapshots.html:7
msgid ""
"Seafile tracks modification history for the entire library. Whenever a file "
"operation applies to a library (file update, file deletion etc.), Seafile "
"creates a \"snapshot\" of the previous state of the library. The snapshot "
"contains the complete file and folder structure of the library."
msgstr "Seafile suit l'historique de modification de la librairie entière. Lorsqu'une opération s'applique à une librairie (mise à jour de fichier, suppression de fichier etc...), Seafile créé une \"image\" de l'état précédent de la librairie. L'image contient la structure complète des fichiers et dossiers de la librairie."

#: seahub/help/templates/help/library_history_and_snapshots.html:8
msgid ""
"In some cases, you have changed a lot of files in the library, and find that"
" you want to revert all these changes. Restoring many files to their old "
"versions can be tedious. At this time, the snapshot feature becomes very "
"handy. You can restore the entire library to any point in the past. All the "
"files in the library will be restored to that point of time, all at once. It"
" works like a \"time machine\" for the library."
msgstr "Dans certains cas, vous avez modifié de nombreux fichiers, et souhaitez annuler ces changements. Restaurer de nombreux fichiers vers une versions antérieur peut être fastidieux. Dans ce cas, l'image de la librairie devient très pratique. Vous pouvez restaurer entièrement la librairie a n'importe quel moment du passé. Tout les fichiers de la librairie seront restaurer à ce instant du passé en une fois. Cela fonctionne comme \"une machine à remonter le temps\" pour la librairie   "

#: seahub/help/templates/help/library_history_and_snapshots.html:9
msgid "To view library history and snapshots:"
msgstr "Pour voir l'historique et les images d'une librairie :"

#: seahub/help/templates/help/library_history_and_snapshots.html:11
msgid ""
"In Seafile Web App, navigate into the root folder of a library. Click the "
"\"History\" icon in the library navigation top bar. All the change record of"
" the library will be displayed in a list."
msgstr "Dans l'interface Web de Seafile, se rendre dans le dossier racine de la librairie. Cliquer sur l'icône \"Historique\" dans la barre de navigation situé en haut. Tout les changements de la librairie apparaîtront sous forme de liste"

#: seahub/help/templates/help/library_history_and_snapshots.html:12
msgid ""
"Click the \"view snapshot\" link on any modification record. You'll see the "
"library state at the point of time."
msgstr "Cliquez sur le lien \"voir l'image\" sur n'importe quel entrée de modification. Vous verrez l'état de la librairie à ce moment du passé."

#: seahub/help/templates/help/library_history_and_snapshots.html:13
msgid ""
"In the snapshot view, you can download or restore any file or folder. If "
"you're the library's owner, you can restore the enitre library to this point"
" of time."
msgstr "Depuis l'affichage de l'image, vous pouvez télécharger ou restaurer n'importe quel fichier ou dossier. Si vous êtes le propriétaire de la librairie, vous pouvez restaurer entièrement la librairie à ce moment du temps. "

#: seahub/help/templates/help/library_history_and_snapshots.html:15
#, python-format
msgid ""
"You can configure the retention period of library history: <a "
"href=\"%(SITE_ROOT)shelp/setting_library_history/\">setting history "
"retention period</a>."
msgstr "Vous pouvez configurer la période de rétention de l'historique de la librairie: <a href=\"%(SITE_ROOT)shelp/setting_library_history/\">Paramètre de la période de rétention de l'historique</a>."

#: seahub/help/templates/help/manage_library_as_wiki.html:6
msgid ""
"Capturing and storing little structured data in an easy-to-use fashion – "
"that is what Seafile’s wikis are for. Wiki pages are written in Markdown "
"(MD), a simple markup language, to ensure cross platform compatibility. MD "
"files store textual, tabular as well as graphical information; You can also "
"add links to other documents in a Markdown file."
msgstr "Saisir et stocker des données peu structurées d'une manière facile à utiliser - voilà à quoi servent les wikis de Seafile. Les pages du wiki sont écrites en Markdown (MD), un langage de balisage simple, pour assurer la compatibilité entre les plateformes. Les fichiers MD stockent des informations textuelles, tabulaires et graphiques. Vous pouvez également ajouter des liens vers d'autres documents dans un fichier Markdown."

#: seahub/help/templates/help/manage_library_as_wiki.html:7
msgid ""
"You can manage a standard library in Seafile like a Wiki, with the \"Column "
"View\" introduced in 7.0 version. Since Seafile implements wikis as standard"
" Seafile libraries, they can be synced and shared with other users just like"
" any ordinary library."
msgstr "Vous pouvez gérer une bibliothèque standard dans Seafile comme un Wiki, avec la \"Vue en colonne\" introduite dans la version 7.0. Puisque Seafile implémente les wikis comme des bibliothèques Seafile standard, ils peuvent être synchronisés et partagés avec d'autres utilisateurs comme n'importe quelle bibliothèque ordinaire."

#: seahub/help/templates/help/manage_library_as_wiki.html:8
msgid "Column view"
msgstr "Vue colonne"

#: seahub/help/templates/help/manage_library_as_wiki.html:9
msgid ""
"Wikis usually have a side bar containing a tree-like folder structure, to "
"enable quick-and-easy browsing of Wiki pages. Seafile's Column View allows "
"you to manage the files in a library in the same way as a Wiki space. Users "
"can browse in it and move files and folders just by dragging and dropping. "
"File actions such as renaming, moving, and opening via client are available "
"in a right-click-accessible context menu."
msgstr "Les wikis ont généralement une barre latérale contenant une structure de dossiers en forme d'arbre, pour permettre une navigation rapide et facile des pages du wiki. La vue en colonnes de Seafile permet de gérer les fichiers d'une bibliothèque de la même manière qu'un espace Wiki. Les utilisateurs peuvent y naviguer et déplacer des fichiers et des dossiers par simple glisser-déposer. Les actions sur les fichiers telles que le renommage, le déplacement et l'ouverture via le client sont disponibles dans un menu contextuel accessible par un clic droit."

#: seahub/help/templates/help/manage_library_as_wiki.html:12
msgid "WYSIWYG Markdown editor"
msgstr "Éditeur Markdown WYSIWYG"

#: seahub/help/templates/help/manage_library_as_wiki.html:13
msgid ""
"Wiki pages in Seafile are saved as ordinary documents in Markdown format. To"
" create a new Wiki page in a library, just create a new Markdown document. "
"MD files can be edited straight from Seafile’s web interface with the online"
" MD editor. The web-based editor offers a smooth user experience and rich "
"formatting options for text, images, and tables. Images can be imported into"
" MD files from libraries and local storage as well as by hyperlinks. Basic "
"image editing functions such as scaling can also be performed in the "
"editor’s what-you-see-is-what-you-get (WYSIWYG) interface. Tables can be "
"inserted and modified with just a few clicks. The same thing goes for a "
"table’s content: A table can be copied in its entirety or in part without "
"leaving the WYSIWYG view."
msgstr "Les pages Wiki de Seafile sont enregistrées comme des documents ordinaires au format Markdown. Pour créer une nouvelle page Wiki dans une bibliothèque, il suffit de créer un nouveau document Markdown. Les fichiers MD peuvent être édités directement depuis l'interface web de Seafile avec l'éditeur MD en ligne. L'éditeur en ligne offre une expérience utilisateur fluide et des options de formatage riches pour le texte, les images et les tableaux. Les images peuvent être importées dans les fichiers MD depuis les bibliothèques et le stockage local, ainsi que par des hyperliens. Les fonctions d'édition d'images de base, telles que la mise à l'échelle, peuvent également être exécutées dans l'interface WYSIWYG (what-you-see-is-what-you-get) de l'éditeur. Les tableaux peuvent être insérés et modifiés en quelques clics. Il en va de même pour le contenu d'un tableau : Un tableau peut être copié dans sa totalité ou en partie sans quitter la vue WYSIWYG."

#: seahub/help/templates/help/manage_library_as_wiki.html:15
msgid ""
"The change history of a Markdown file can be easily accessed by clicking the"
" \"File History\" button in the menu on top of the editor interface."
msgstr "L'historique des modifications d'un fichier Markdown est facilement accessible en cliquant sur le bouton \"Historique du fichier\" dans le menu en haut de l'interface de l'éditeur."

#: seahub/help/templates/help/manage_library_as_wiki.html:17
msgid ""
"You can open a hidden side bar on the right side of the Markdown editor. "
"Table of contents, file information, and collaborative commenting are "
"provided in this side bar."
msgstr ""

#: seahub/help/templates/help/manage_library_as_wiki.html:19
msgid "File tagging and related documents"
msgstr "Étiquetage des fichiers et documents connexes"

#: seahub/help/templates/help/manage_library_as_wiki.html:20
msgid ""
"File tagging is an important feature for knowledge management. Seafile "
"allows users to define tags for each library and apply tags to files. Tags "
"can be managed from the side bar of the Markdown editor, or from the file "
"browser interface."
msgstr "L'étiquetage des fichiers est une fonctionnalité importante pour la gestion des connaissances. Seafile permet aux utilisateurs de définir des balises pour chaque bibliothèque et d'appliquer des balises aux fichiers. Les balises peuvent être gérées à partir de la barre latérale de l'éditeur Markdown ou depuis l'interface du navigateur de fichiers."

#: seahub/help/templates/help/manage_library_as_wiki.html:23
msgid ""
"The file browser interface provides a summary of all file tags in the "
"current library."
msgstr "L'interface du navigateur de fichiers fournit un résumé de toutes les balises de fichiers dans la bibliothèque actuelle."

#: seahub/help/templates/help/read-only_syncing.html:6
#, python-format
msgid ""
"For ready-only libraries or folders, Seafile will show a forbidden icon "
"(<img src=\"%(MEDIA_URL)simg/help/read_only.png\" alt=\"\" width=\"24\" />) "
"to indicate they are read-only. However, users can still modify the synced "
"local copies. When a local copy is modified, Seafile will ignore the "
"modified one. When the copy at the server is also modified, the client will "
"popup a notification, saying that the local modified copy conflicts with the"
" copy at the server side. To prevent data loss, the local copy is renamed to"
" a conflict file."
msgstr "Pour les bibliothèques ou dossiers en lecture seule, Seafile affichera une icône interdite (<img src=\"%(MEDIA_URL)simg/help/read_only.png\" alt=\"\" width=\"24\" />) pour indiquer qu'ils sont en lecture seule. Cependant, les utilisateurs peuvent toujours modifier les copies locales synchronisées. Lorsqu'une copie locale est modifiée, Seafile ignorera la copie modifiée. Lorsque la copie sur le serveur est également modifiée, le client affichera une notification indiquant que la copie locale modifiée est en conflit avec la copie sur le serveur. Pour éviter la perte de données, la copie locale est renommée en fichier de conflit."

#: seahub/help/templates/help/read-only_syncing.html:7
msgid ""
"If you want the be-shared users not be able to modify local copies, you can "
"consider using the Seafile Drive client."
msgstr "Si vous voulez que les utilisateurs partagés ne soient pas en mesure de modifier les copies locales, vous pouvez envisager d'utiliser le client Seafile Drive."

#: seahub/help/templates/help/restoring_deleted_files.html:6
msgid "Restoring deleted files and folders"
msgstr "Restauration des fichiers et dossiers supprimés"

#: seahub/help/templates/help/restoring_deleted_files.html:7
msgid ""
"Each library in Seafile tracks your file deletion operations automatically. "
"Sometimes you find files are deleted mistakenly. You can find back your "
"deleted files in the trash bin of each library."
msgstr "Chaque bibliothèque de Seafile suit automatiquement vos opérations de suppression de fichiers. Parfois, vous constatez que des fichiers sont supprimés par erreur. Vous pouvez retrouver vos fichiers supprimés dans la corbeille de chaque bibliothèque."

#: seahub/help/templates/help/restoring_deleted_files.html:8
msgid "Here is how to use the trash bin feature:"
msgstr "Voici comment utiliser la fonction \"corbeille\" : "

#: seahub/help/templates/help/restoring_deleted_files.html:10
msgid ""
"In Seafile Web App, navigate into the parent folder containing the deleted "
"file or folder."
msgstr "Dans Seafile Web App, naviguez dans le dossier parent contenant le fichier ou le dossier supprimé."

#: seahub/help/templates/help/restoring_deleted_files.html:11
msgid ""
"Click the \"trash\" icon in the library operation bar. The deleted files and"
" folders will be listed in deletion time order. In the bottom of the list, "
"you can click the \"more\" button to load more deleted files."
msgstr "Cliquez sur l'icône \"corbeille\" dans la barre de fonctions de la bibliothèque. Les fichiers et dossiers supprimés sont répertoriés dans l'ordre de leur suppression. En bas de la liste, vous pouvez cliquer sur le bouton \"plus\" pour charger d'autres fichiers supprimés."

#: seahub/help/templates/help/restoring_deleted_files.html:12
msgid ""
"In the deleted files list, you can restore file and folders. If a file or "
"folder's parent folder has been deleted, it will be restored to the "
"library's root folder."
msgstr "Dans la liste des fichiers supprimés, vous pouvez restaurer des fichiers et des dossiers. Si le dossier parent d'un fichier ou d'un dossier a été supprimé, il sera restauré dans le dossier racine de la bibliothèque."

#: seahub/help/templates/help/restoring_deleted_files.html:13
msgid ""
"Note that the trash bin only contains files and sub-folders deleted under "
"the current folder. Files deleted in the sub-folders of the current folder "
"are also included in the list."
msgstr "Notez que la corbeille ne contient que les fichiers et sous-dossiers supprimés dans le dossier en cours. Les fichiers supprimés dans les sous-dossiers du dossier en cours sont également inclus dans la liste."

#: seahub/help/templates/help/restoring_deleted_files.html:15
#, python-format
msgid ""
"You can configure the retention period of deleted files: <a "
"href=\"%(SITE_ROOT)shelp/setting_library_history/\">setting history "
"retention period</a>."
msgstr "Vous pouvez configurer la période de rétention des fichiers supprimés : <a href=\"%(SITE_ROOT)shelp/setting_library_history/\">paramétrage la période de rétention de l'historique</a>."

#: seahub/help/templates/help/selective_sync.html:8
msgid ""
"You may have some very large libraries on the Seafile server. And you're "
"currently only interested in a sub-folder inside one library. Then you can "
"selectively sync a sub-folder in a library, instead of syncing the entire "
"library."
msgstr "Vous avez peut-être de très grandes bibliothèques sur le serveur Seafile. Et vous n'êtes actuellement intéressé que par un sous-dossier dans une bibliothèque. Vous pouvez alors synchroniser sélectivement un sous-dossier dans une bibliothèque, au lieu de synchroniser la bibliothèque entière."

#: seahub/help/templates/help/selective_sync.html:10
msgid ""
"To sync a sub-folder, open cloud file browser by double clicking a library "
"which hasn't been synced. Navigate into the parent folder of that sub-"
"folder. Right click on the sub-folder. Choose \"Sync this folder\" in the "
"pop-up menu."
msgstr "Pour synchroniser un sous-dossier, ouvrez l'explorateur de fichiers dans le cloud en double cliquant sur une bibliothèque qui n'a pas été synchronisée. Naviguez dans le dossier parent de ce sous-dossier. Clic droit sur le sous-dossier. Choisissez \"Synchroniser ce dossier\" dans le menu pop-up."

#: seahub/help/templates/help/selective_sync.html:14
msgid ""
"After syncing the sub-folder, you can see its syncing status in the \"Synced"
" Libraries\" group in the client's main window."
msgstr "Après la synchronisation du sous-dossier, vous pouvez voir son statut de synchronisation dans le groupe \"Bibliothèques synchronisées\" dans la fenêtre principale du client."

#: seahub/help/templates/help/setting_library_history.html:6
msgid "Setting library history retention period"
msgstr "Paramétrage de la période de rétention de l'historique de la bibliothèque"

#: seahub/help/templates/help/setting_library_history.html:7
msgid ""
"A library's history retention period length controls how long you can access"
" your history data in the following features:"
msgstr "La durée de la période de rétention de l'historique d'une bibliothèque contrôle la durée pendant laquelle vous pouvez accéder aux données de votre historique dans les fonctions suivantes : "

#: seahub/help/templates/help/setting_library_history.html:9
msgid ""
"Restore deleted files: you cannot restore files and folders deleted before "
"the retention period."
msgstr "Restaurer les fichiers supprimés : vous ne pouvez pas restaurer les fichiers et dossiers supprimés en dehors de la période de rétention."

#: seahub/help/templates/help/setting_library_history.html:10
msgid ""
"File versions: you cannot access file versions older than the retention "
"period."
msgstr "Versions de fichiers : vous ne pouvez pas accéder aux versions de fichiers antérieures en dehors de la période de rétention."

#: seahub/help/templates/help/setting_library_history.html:11
msgid ""
"Library history and snapshots: you cannot access library snapshots older "
"than the retention period."
msgstr "Historique et instantanés de la bibliothèque : vous ne pouvez pas accéder aux instantanés de la bibliothèque antérieurs à la période de rétention."

#: seahub/help/templates/help/setting_library_history.html:13
msgid ""
"The retention period of old files versions can be configured for each "
"library, separately. You must be the library's owner to set the retention "
"period. To set retention period length:"
msgstr "La période de rétention des anciennes versions des fichiers peut être configurée pour chaque bibliothèque, séparément. Vous devez être le propriétaire de la bibliothèque pour définir la période de rétention. Comment définir la durée de la période de rétention : "

#: seahub/help/templates/help/setting_library_history.html:15
msgid ""
"In Seafile Web App, click the \"Mine\" tab in the navigation panel (as in "
"the below screenshot). All libraries owned by you will be listed."
msgstr "Dans Seafile Web App, cliquez sur l'onglet \"Mes bibliothèques\" dans le panneau de navigation (comme dans la capture d'écran ci-dessous). Toutes les bibliothèques que vous possédez seront listées."

#: seahub/help/templates/help/setting_library_history.html:16
msgid ""
"Move the cursor onto the row of the library. An operation menu will appear. "
"Click \"History Setting\" in the drop-down menu."
msgstr "Déplacez le curseur sur la ligne de la bibliothèque. Un menu d'opération apparaît. Cliquez sur \"Paramètres de l'historique\" dans le menu déroulant."

#: seahub/help/templates/help/setting_library_history.html:17
msgid "In the pop-up dialog, you can set the length of file retention period."
msgstr "Dans la boîte de dialogue contextuelle, vous pouvez définir la durée de la période de rétention des fichiers."

#: seahub/help/templates/help/sharing_files_and_folders.html:6
msgid ""
"In Seafile there are a few ways to share files and folders with others:"
msgstr "Dans Seafile, il existe plusieurs façons de partager des fichiers et des dossiers avec d'autres personnes : "

#: seahub/help/templates/help/sharing_files_and_folders.html:8
msgid ""
"Using links: there are multiple types of links that can be used to share "
"with various scope of collaborators."
msgstr "Utilisation de liens : il existe plusieurs types de liens qui peuvent être utilisés pour partager avec différents types de collaborateurs."

#: seahub/help/templates/help/sharing_files_and_folders.html:10
msgid ""
"Share links: Any user who has access to the links can access the files or "
"folders pointed by the link. No login is required."
msgstr "Partager des liens : Tout utilisateur ayant accès aux liens peut accéder aux fichiers ou dossiers pointés par le lien. Aucune authentification n'est requise."

#: seahub/help/templates/help/sharing_files_and_folders.html:11
msgid ""
"Upload links: Any user who has access to the links can upload files to the "
"folder pointed by the link. No login is required."
msgstr "Liens de téléchargement : Tout utilisateur ayant accès aux liens peut télécharger des fichiers vers le dossier indiqué par le lien. Aucune authentification n'est requise."

#: seahub/help/templates/help/sharing_files_and_folders.html:12
msgid ""
"Internal links: Only logged in users who have read permission to the file or"
" folder can access this link. Used for internal file sharing."
msgstr "Liens internes : Seuls les utilisateurs connectés qui ont le droit de lire le fichier ou le dossier peuvent accéder à ce lien. Utilisé pour le partage en interne de fichiers."

#: seahub/help/templates/help/sharing_files_and_folders.html:15
msgid ""
"Sharing libraries or folders: used for setting access permissions to a "
"library or folder for specific users or groups. Users have to log in to "
"access the folders."
msgstr "Partage de bibliothèques ou de dossiers : utilisé pour définir les autorisations d'accès d'une bibliothèque ou d'un dossier pour des utilisateurs ou des groupes spécifiques. Les utilisateurs doivent se connecter pour accéder aux dossiers."

#: seahub/help/templates/help/sharing_files_and_folders.html:17
msgid "Creating share links to files or folders"
msgstr "Création de liens de partages de fichier ou dossiers"

#: seahub/help/templates/help/sharing_files_and_folders.html:18
msgid ""
"Share links are public links to files or folders. They can be accessed by "
"anyone, including those who don't have a Seafile account. You can also use "
"password and expiration time to protect your links."
msgstr "Les liens de partage sont des liens publics vers des fichiers ou des dossiers. Ils sont accessibles par tous, y compris à ceux qui n'ont pas de compte Seafile. Vous pouvez également utiliser un mot de passe et un délai d'expiration pour protéger vos liens."

#: seahub/help/templates/help/sharing_files_and_folders.html:19
msgid ""
"You can also set access permission to share links. There are three types of "
"permissions:"
msgstr "Vous pouvez également définir des autorisations d'accès pour partager des liens. Il existe trois types de permissions : "

#: seahub/help/templates/help/sharing_files_and_folders.html:21
msgid ""
"Preview and Download: the file or files in the folder can be downloaded. If "
"the type of files can be previewd in web browser, they can also be viewed "
"online (e.g. Office files)."
msgstr "Prévisualisation et téléchargement : le ou les fichiers du dossier peuvent être téléchargés. Si le type de fichiers peut être prévisualisé dans le navigateur web, ils peuvent également être visualisés en ligne (par exemple, les fichiers Office)."

#: seahub/help/templates/help/sharing_files_and_folders.html:22
msgid ""
"Preview only: the file or files in the folder can only be viewed in web "
"browser, but cannot be downloaded. This is useful for sharing confidential "
"data."
msgstr "Prévisualisation uniquement : le ou les fichiers du dossier peuvent uniquement être visualisés dans le navigateur web, mais ne peuvent pas être téléchargés. Cette option est utile pour partager des données confidentielles."

#: seahub/help/templates/help/sharing_files_and_folders.html:23
msgid ""
"Edit on cloud and download: Similar to \"Preview and Download\", but if the "
"file can be edited in web browser (e.g. an Office file), any user who has "
"access to the link is allowed to edit it."
msgstr "Modifier sur le cloud et télécharger : Similaire à \"Prévisualiser et télécharger\", mais si le fichier peut être édité dans un navigateur web (par exemple un fichier Office), tout utilisateur ayant accès au lien est autorisé à l'éditer."

#: seahub/help/templates/help/sharing_files_and_folders.html:25
msgid "To create a share link in Seafile web app:"
msgstr "Comment créer un lien de partage dans l'application web Seafile : "

#: seahub/help/templates/help/sharing_files_and_folders.html:27
msgid ""
"Navigate into the parent folder containing the file or folder. Hover your "
"mouse over the file or folder and click on the \"Share\" icon that appears."
msgstr "Naviguez dans le dossier parent contenant le fichier ou le dossier. Passez votre souris sur le fichier ou le dossier et cliquez sur l'icône \"Partager\" qui apparaît."

#: seahub/help/templates/help/sharing_files_and_folders.html:28
msgid ""
"A pop-up window will appear with share options. Click the \"Share Link\" tab"
" on the left panel. Then click \"Generate\" button to create a link. You can"
" use password, expiration time and permission to protect your link."
msgstr "Une fenêtre pop-up apparaîtra avec des options de partage. Cliquez sur l'onglet \"Lien de partage\" dans le panneau de gauche. Cliquez ensuite sur le bouton \"Générer\" pour créer un lien. Vous pouvez utiliser un mot de passe, un délai d'expiration et une autorisation pour protéger votre lien."

#: seahub/help/templates/help/sharing_files_and_folders.html:29
#: seahub/help/templates/help/sharing_files_and_folders.html:42
msgid ""
"Copy the link to email, instant messaging client or any other tool to send "
"it to others."
msgstr "Copiez le lien dans un courriel, un client de messagerie instantanée ou tout autre outil pour l'envoyer à d'autres personnes."

#: seahub/help/templates/help/sharing_files_and_folders.html:31
msgid "You can also create share links from the desktop clients."
msgstr "Vous pouvez également créer des liens de partage à partir des clients de bureau."

#: seahub/help/templates/help/sharing_files_and_folders.html:33
msgid ""
"If the library is synced, double click the library in the main window of "
"Seafile client. The local folder of that library will be opened. Right click"
" on the file or folder that you want to create a link to. In the pop-up "
"menu, choose \"Seafile\" then \"Create share link\"."
msgstr "Si la bibliothèque est synchronisée, double-cliquez sur la bibliothèque dans la fenêtre principale du client Seafile. Le dossier local de cette bibliothèque sera ouvert. Faites un clic droit sur le fichier ou le dossier vers lequel vous voulez créer un lien. Dans le menu contextuel, choisissez \"Seafile\" puis \"Créer un lien de partage\"."

#: seahub/help/templates/help/sharing_files_and_folders.html:34
msgid ""
"If the library is not synced, double click the library in the main window of"
" Seafile client. The cloud file browser window will be opened, and you can "
"create a link to a file or folder in it."
msgstr "Si la bibliothèque n'est pas synchronisée, double-cliquez sur la bibliothèque dans la fenêtre principale du client Seafile. La fenêtre du navigateur de fichiers dans le cloud s'ouvrira, et vous pourrez y créer un lien vers un fichier ou un dossier."

#: seahub/help/templates/help/sharing_files_and_folders.html:36
msgid "Creating upload links to folders"
msgstr "Créer des liens de téléchargement vers des dossiers"

#: seahub/help/templates/help/sharing_files_and_folders.html:37
msgid ""
"You can use upload links to collect files from others. You can only create "
"upload links for folders. Others cannot see the files in the folders. They "
"can only upload files to them."
msgstr "Vous pouvez utiliser des liens de téléchargement pour collecter des fichiers auprès d'autres personnes. Vous ne pouvez créer des liens de téléchargement que pour des dossiers. Les autres ne peuvent pas voir les fichiers dans les dossiers. Ils peuvent seulement y télécharger des fichiers."

#: seahub/help/templates/help/sharing_files_and_folders.html:38
msgid "To create an upload link in Seafile web app:"
msgstr "Pour créer un lien de téléchargement dans l'application web Seafile :"

#: seahub/help/templates/help/sharing_files_and_folders.html:40
msgid ""
"Navigate into the parent folder containing the folder. Hover your mouse over"
" the folder and click on the \"Share\" icon that appears."
msgstr "Naviguez dans le dossier parent contenant le dossier. Passez votre souris sur le dossier et cliquez sur l'icône \"Partager\" qui apparaît."

#: seahub/help/templates/help/sharing_files_and_folders.html:41
msgid ""
"A pop-up window will appear with share options. Click the \"Upload Link\" "
"tab on the left panel. Then click \"Generate\" button to create a link. You "
"can use password to protect your link."
msgstr "Une fenêtre pop-up apparaîtra avec des options de partage. Cliquez sur l'onglet \"Lien d’envoi\" dans le panneau de gauche. Cliquez ensuite sur le bouton \"Générer\" pour créer un lien. Vous pouvez utiliser un mot de passe pour protéger votre lien."

#: seahub/help/templates/help/sharing_files_and_folders.html:44
msgid "Sharing libraries or folders"
msgstr "Partage de librairies et dossiers :"

#: seahub/help/templates/help/sharing_files_and_folders.html:45
msgid ""
"You can share a library or folder to other registered Seafile users. The "
"shared library or folder can be accessed by others with the web app and "
"Seafile clients."
msgstr "Vous pouvez partager une librairie ou un dossier avec un autre utilisateur enregistrer de Seafile. La bibliothèque ou dossier partagé peut être accédé par d'autres par l'interface web et par les clients Seafile."

#: seahub/help/templates/help/sharing_files_and_folders.html:46
msgid "You can choose the range of the share:"
msgstr "Vous pouvez choisir la portée du partage :"

#: seahub/help/templates/help/sharing_files_and_folders.html:48
msgid "Share to user: You can share to one or more users."
msgstr "Partage avec une utilisateur : vous pouvez partager avec un ou plusieurs utilisateurs."

#: seahub/help/templates/help/sharing_files_and_folders.html:49
msgid "Share to group: You can share to a group."
msgstr "Partage avec un groupe : Vous pouvez partager avec un groupe"

#: seahub/help/templates/help/sharing_files_and_folders.html:50
msgid ""
"Share to organization: If you're using a private server, sometimes it's "
"useful to share to all members on the server (the entire organization)."
msgstr "Partager avec une organisation : si vous avez un serveur privé, il est parfois utile de partager avec l'ensemble des membres du serveur (l'organisation entière)"

#: seahub/help/templates/help/sharing_files_and_folders.html:52
msgid "You can also set permission on the share:"
msgstr "Vous pouvez aussi définir des permissions sur les partages :"

#: seahub/help/templates/help/sharing_files_and_folders.html:54
msgid "Read-Write: users can read, write, upload, download and sync files."
msgstr "Lecture-écriture : les utilisateurs peuvent lire, écrire, téléverser, télécharger et synchroniser les fichiers."

#: seahub/help/templates/help/sharing_files_and_folders.html:55
msgid "Read-only: users can read, download and sync files."
msgstr "Lecture seule : les utilisateurs peuvent lire, télécharger et synchroniser les fichiers."

#: seahub/help/templates/help/sharing_files_and_folders.html:56
msgid "Admin: besides the write permission, users can also share the library."
msgstr "Administrateur : outre l'autorisation d'écriture, les utilisateurs peuvent également partager la bibliothèque."

#: seahub/help/templates/help/sharing_files_and_folders.html:57
msgid ""
"Online Read-Write: users can view and edit files online via a web browser. "
"The files cannot be downloaded."
msgstr "Lecture-écriture en ligne : les utilisateurs peuvent visualiser et modifier des fichiers en ligne via un navigateur web. Les fichiers ne peuvent pas être téléchargés."

#: seahub/help/templates/help/sharing_files_and_folders.html:58
msgid ""
"Online Read-only: users can only view files online via a web browser. The "
"files cannot be downloaded."
msgstr "En ligne en lecture seule : les utilisateurs peuvent uniquement consulter les fichiers en ligne via un navigateur web. Les fichiers ne peuvent pas être téléchargés."

#: seahub/help/templates/help/sharing_files_and_folders.html:60
msgid "To share a library or folder to a user or group:"
msgstr "Partager une bibliothèque ou un dossier avec un utilisateur ou un groupe :"

#: seahub/help/templates/help/sharing_files_and_folders.html:62
msgid ""
"Hover your mouse over the library or folder and click on the \"Share\" icon "
"that appears."
msgstr "Passez votre souris sur la bibliothèque ou le dossier et cliquez sur l'icône \"Partager\" qui apparaît."

#: seahub/help/templates/help/sharing_files_and_folders.html:63
msgid ""
"A pop-up window will appear with share options. Click the \"Share to user\" "
"or \"Share to group\" tab on the left panel. Select the user or group. Then "
"click \"Submit\"."
msgstr "Une fenêtre pop-up apparaît avec des options de partage. Cliquez sur l'onglet \"Partager avec un utilisateur\" ou \"Partager avec un groupe\" dans le panneau de gauche. Sélectionnez l'utilisateur ou le groupe. Cliquez ensuite sur \"Soumettre\"."

#: seahub/help/templates/help/sharing_files_and_folders.html:65
msgid ""
"After you share a library or folder to a user, the user can see it by "
"clicking the \"Shared with me\" tab on the left panel in Seafile web app. If"
" you share it to a group, the group members can only see it by navigating "
"into the group."
msgstr "Après avoir partagé une bibliothèque ou un dossier avec un utilisateur, ce dernier peut le voir en cliquant sur l'onglet \"Partagé avec moi\" sur le panneau de gauche dans l'application web Seafile. Si vous la partagez avec un groupe, les membres du groupe ne peuvent la voir qu'en naviguant dans le groupe."

#: seahub/help/templates/help/sharing_files_and_folders.html:66
msgid ""
"To share a library to the entire organization: In Seafile web app, click the"
" \"Shared with all\" tab on the left panel. Then click the \"Add Library\" "
"button. In the drop-down menu, you can choose to share an existing library "
"or create a new library and share it."
msgstr "Pour partager une bibliothèque à l'ensemble de l'organisation : Dans Seafile web app, cliquez sur l'onglet \"Partagée avec tout le monde\" sur le panneau gauche. Puis cliquez sur le bouton \"Ajouter une bibliothèque\". Dans le menu déroulant, vous pouvez choisir de partager une bibliothèque existante ou de créer une nouvelle bibliothèque et de la partager."

#: seahub/help/templates/help/sharing_files_and_folders.html:67
msgid "Internal links"
msgstr "Liens interne"

#: seahub/help/templates/help/sharing_files_and_folders.html:68
msgid ""
"Only logged in users who have read permission to the file or folder can "
"access this link. It is used for internal file sharing. It's a convenient "
"way for sharing files among team members who have access to a common "
"library. You may just copy the link and paste it into an email or IM "
"software."
msgstr "Seul les utilisateurs authentifiés ayant le droit de lecture peuvent accéder à ce lien. Ce lien est utilisé pour du partage interne. C'est un bon moyen de partager des documents entres membres d'une équipe ayant accès à une librairie commune. Il suffit de copier le lien et de le transmettre par mail ou messagerie instantanée. "

#: seahub/help/templates/help/sync_interval.html:8
msgid ""
"Usually Seafile client automatically detects changes on local folder and "
"upload the changes to server. However, if the local folder is in a Windows "
"network share drive, Seafile client cannot detect changes reliably. In this "
"case, you can ask Seafile client to periodically checks for changes in the "
"local folder. You can set the interval of this periodic sync. The interval "
"is set in the unit of seconds."
msgstr "Habituellement le client Seafile détecte automatiquement les modifications sur le dossier local et télécharge les modifications apportées au serveur. Toutefois, si le dossier local est dans un lecteur de partage réseau Windows, le client Seafile ne peut pas détecter les changements de manière fiable. Dans ce cas, vous pouvez demander au client Seafile de vérifier périodiquement les modifications dans le dossier local. Vous pouvez paramétrer l'intervalle de cette synchronisation périodique. L'intervalle est défini en secondes."

#: seahub/help/templates/help/syncing_existing_folders.html:6
msgid "Syncing with an existing folder"
msgstr "Synchronisation avec un dossier existant"

#: seahub/help/templates/help/syncing_existing_folders.html:8
#, python-format
msgid ""
"Sometimes you already have a library on the Seafile server (shared by "
"others, or uploaded from another computer). You can sync this library with "
"an existing folder on your computer. The local folder must have the same "
"name as the library. The files in the local folder will be merged with the "
"files in the library. No file in the local folder or the library will be "
"overwritten or lost. The merge will produce some <a "
"href=\"%(SITE_ROOT)shelp/conflicts/\">conflict files</a> if file contents "
"are different in the local folder and the library. "
msgstr "Parfois, vous avez déjà une bibliothèque sur le serveur Seafile (partagé par d'autres, ou téléchargé à partir d'un autre ordinateur). Vous pouvez synchroniser cette bibliothèque avec un dossier existant sur votre ordinateur. Le dossier local doit avoir le même nom que la bibliothèque. Les fichiers dans le dossier local seront fusionnés avec les fichiers dans la bibliothèque. Aucun fichier dans le dossier local ou la bibliothèque ne sera écrasé ou perdu. La fusion va produire certains <a fichiers href=\"%(SITE_ROOT)shelp/conflicts/\"> conflits de fichiers </a> si le contenu du fichier est différent dans le dossier local et la bibliothèque."

#: seahub/help/templates/help/syncing_existing_folders.html:10
msgid ""
"To sync a library with an existing folder, right click on the library in "
"Seafile client's main window and click \"Sync this library\"."
msgstr "Pour synchroniser une bibliothèque avec un dossier existant, cliquez droit sur la bibliothèque dans la fenêtre principale du client Seafile et cliquez sur \"Synchroniser cette bibliothèque\"."

#: seahub/help/templates/help/syncing_existing_folders.html:14
msgid "In the pop-up dialog, click the \"Sync with an existing folder\" link."
msgstr "Dans la boîte de dialogue pop-up, cliquez sur le lien \"Synchroniser avec un dossier existant\"."

#: seahub/help/templates/help/syncing_existing_folders.html:18
msgid "Then choose an existing folder to sync with this library."
msgstr "Ensuite, choisissez un dossier existant à synchroniser avec cette bibliothèque."

#: seahub/help/templates/help/unsync_resync.html:6
msgid "Unsync and resync library"
msgstr "Bibliothèque désynchronisé et resynchronisé"

#: seahub/help/templates/help/unsync_resync.html:8
#, python-format
msgid ""
"When you no longer want to sync a local folder with a library, you can "
"unsync it. After you unsync a library, changes to the local folder and files"
" will not be uploaded, and changes in the library will not be downloaded. If"
" you want to sync the library with the local folder again, you can use the "
"<a href=\"%(SITE_ROOT)shelp/syncing_existing_folders/\">sync with existing "
"folder</a> feature."
msgstr "Lorsque vous ne souhaitez plus synchroniser un dossier local avec une bibliothèque, vous pouvez la désynchroniser. Après avoir désynchronisé une bibliothèque, les modifications apportées au dossier local et aux fichiers ne seront pas téléchargées, et les modifications apportées à la bibliothèque ne seront pas téléchargées. Si vous souhaitez synchroniser à nouveau la bibliothèque avec le dossier local, vous pouvez utiliser la fonction <a href=\"%(SITE_ROOT)shelp/syncing_existing_folders/\">Synchroniser avec un dossier existant.</a>"

#: seahub/help/templates/help/unsync_resync.html:10
msgid ""
"Sometimes there are internal errors in the client which blocks syncing. In "
"these cases, it's usually helpful to \"resync\" the library. Resync means "
"unsync and then immediately sync the library with the same folder. You can "
"find this action in the pop-up menu of the client's main window."
msgstr "Parfois, il y a des erreurs internes du client qui bloquent la synchronisation. Dans ces cas, il est généralement utile de \"resynchroniser\" la bibliothèque. Resynchroniser signifie DÉSYNCHRONISER puis resynchroniser immédiatement la bibliothèque avec le même dossier. Vous pouvez trouver cette commande dans le menu contextuel de la fenêtre principale du client."

#: seahub/help/templates/help/using_drive_client.html:7
msgid ""
"After installing a drive client with the instructions on the <a "
"href=\"https://www.seafile.com/en/download/\">download page</a>, you can "
"start it by double clicking the \"SeaDrive\" app icon on your desktop."
msgstr "Après avoir installé un client de lecteur avec les instructions sur la <a href=\"https://www.seafile.com/en/download/\">page de téléchargement</a>, vous pouvez le démarrer en double cliquant sur l'icône \"SeaDrive\" sur votre bureau."

#: seahub/help/templates/help/using_drive_client.html:8
msgid ""
"You'll be asked to choose a drive letter for the virtual drive. By default, "
"\"S:\" will be used."
msgstr "Il vous sera demandé de choisir une lettre pour le lecteur virtuel. Par défaut, \"S :\" sera utilisé."

#: seahub/help/templates/help/using_drive_client.html:9
msgid "Then you'll be asked to log into your Seafile server."
msgstr "Ensuite, il vous sera demandé de vous connecter à votre serveur Seafile."

#: seahub/help/templates/help/using_drive_client.html:12
msgid ""
"After successfully log into the server, the Drive client starts to fetch "
"library and file list from the server. The file contents are not downloaded "
"at this moment. So it'll not take very long. You can let it run in the "
"background. You'll be noticed when the fetch is done."
msgstr "Après avoir réussi à se connecter au serveur, le client Drive commence à récupérer la bibliothèque et la liste des fichiers sur le serveur. Le contenu des fichiers n'est pas téléchargé à ce moment-là. Cela ne prendra donc pas beaucoup de temps. Vous pouvez le laisser fonctionner en arrière-plan. Vous serez averti lorsque la récupération sera terminée."

#: seahub/help/templates/help/using_drive_client.html:14
msgid ""
"The virtual drive folder will be opened. You'll find it works just like an "
"ordinary hard drive on your computer. The top level folders in the virtual "
"drive are libraries on the Seafile server. File contents will be downloaded "
"when you open a file. Recently opened file will be cached in your local "
"disk. All cached files will be marked with a green tick."
msgstr "Le dossier du lecteur virtuel s'ouvre. Vous constaterez qu'il fonctionne exactement comme un disque dur ordinaire sur votre ordinateur. Les dossiers de niveau supérieur dans le lecteur virtuel sont des bibliothèques sur le serveur Seafile. Le contenu des fichiers est téléchargé lorsque vous ouvrez un fichier. Le fichier récemment ouvert sera mis en cache sur votre disque local. Tous les fichiers mis en cache seront marqués d'une coche verte."

#: seahub/help/templates/help/using_drive_client.html:17
msgid "Synced State"
msgstr "État de synchronisation"

#: seahub/help/templates/help/using_drive_client.html:18
msgid ""
"Files and folders in the virtual drive are in either cloud-only, synced, or "
"in partially synced state."
msgstr "Les fichiers et les dossiers du lecteur virtuel sont soit dans l'état \"cloud-uniquement\", soit synchronisés, soit partiellement synchronisés."

#: seahub/help/templates/help/using_drive_client.html:22
#: seahub/help/templates/help/using_drive_client.html:51
msgid "State"
msgstr "État "

#: seahub/help/templates/help/using_drive_client.html:23
#: seahub/help/templates/help/using_drive_client.html:52
msgid "Icon"
msgstr "Icône"

#: seahub/help/templates/help/using_drive_client.html:24
#: seahub/help/templates/help/using_drive_client.html:53
msgid "Details"
msgstr "Détails"

#: seahub/help/templates/help/using_drive_client.html:29
msgid "Cloud-only content"
msgstr "Contenu cloud uniquement"

#: seahub/help/templates/help/using_drive_client.html:31
msgid ""
"Cloud-only content shows in the virtual drive, but doesn’t use the full "
"amount of space that the file would. In your file explorer, you can see the "
"file, but the content isn’t fully downloaded until you need it. What "
"downloaded is only information about the file, such as its name, its size "
"and the date it was updated."
msgstr "Le contenu du cloud s'affiche sur le lecteur virtuel, mais n'utilise pas la totalité de l'espace qu'occuperait le fichier. Dans votre explorateur de fichiers, vous pouvez voir le fichier, mais le contenu n'est pas entièrement téléchargé tant que vous n'en avez pas besoin. Ce qui est téléchargé n'est que des informations sur le fichier, comme son nom, sa taille et la date de sa mise à jour."

#: seahub/help/templates/help/using_drive_client.html:34
msgid "Synced content"
msgstr "Contenu synchronisé"

#: seahub/help/templates/help/using_drive_client.html:36
msgid ""
"Synced content is downloaded and saved on the hard drive of your computer. "
"You can directly edit these files from applications on your computer."
msgstr "Le contenu synchronisé est téléchargé et enregistré sur le disque dur de votre ordinateur. Vous pouvez modifier directement ces fichiers à partir d'applications sur votre ordinateur."

#: seahub/help/templates/help/using_drive_client.html:39
msgid "Partially synced content"
msgstr "Contenu partiellement synchronisé"

#: seahub/help/templates/help/using_drive_client.html:41
msgid ""
"Partially synced folders contain both synced and cloud-only files or "
"folders."
msgstr "Les dossiers partiellement synchronisés contiennent à la fois des fichiers ou des dossiers synchronisés et des fichiers ou dossiers dans le cloud."

#: seahub/help/templates/help/using_drive_client.html:46
msgid "Special States"
msgstr "États spéciaux"

#: seahub/help/templates/help/using_drive_client.html:47
msgid ""
"For files that are already synced to local computer, they may be in 3 other "
"special states, besides the normal \"synced\" state. "
msgstr "Pour les fichiers qui sont déjà synchronisés avec l'ordinateur local, ils peuvent être dans trois autres états spéciaux, en plus de l'état normal \"synchronisé\". "

#: seahub/help/templates/help/using_drive_client.html:58
msgid "Locked by other user"
msgstr "Verrouiller par un autre utilisateur"

#: seahub/help/templates/help/using_drive_client.html:60
msgid ""
"The file is locked by other user on the server. You can only open the file "
"in read-only mode. You cannot modify, delete, rename or move the file."
msgstr "Le fichier est verrouillé par un autre utilisateur sur le serveur. Vous ne pouvez ouvrir le fichier qu'en mode lecture seule. Vous ne pouvez pas modifier, supprimer, renommer ou déplacer le fichier."

#: seahub/help/templates/help/using_drive_client.html:63
msgid "Locked by me"
msgstr "Verrouillé par moi"

#: seahub/help/templates/help/using_drive_client.html:65
msgid ""
"The file is locked by you. This prevents others from modifying the file."
msgstr "Vous avez verrouillé le fichier. Cela empêche les autres de le modifier"

#: seahub/help/templates/help/using_drive_client.html:68
msgid "Read-only"
msgstr "Lecture seule"

#: seahub/help/templates/help/using_drive_client.html:70
msgid ""
"The folder or library of this file is shared with read-only permission to "
"you. You cannot modify, delete or move the file."
msgstr "Le dossier ou la bibliothèque de ce fichier est partagé avec une autorisation de lecture seule pour vous. Vous ne pouvez pas modifier, supprimer ou déplacer le fichier."

#: seahub/help/templates/help/using_drive_client.html:74
msgid ""
"The Drive client regularly cleans up unused cached files in the background. "
"You can also limit the local cache space."
msgstr "Le client Drive nettoie régulièrement les fichiers en cache inutilisés en arrière-plan. Vous pouvez également limiter l'espace de cache local."

#: seahub/help/templates/help/using_drive_client.html:76
msgid ""
"You can log into multiple accounts in the Drive client. However, only files "
"on the current selected server will be shown in the virtual drive. You can "
"switch among accounts."
msgstr "Vous pouvez vous connecter à plusieurs comptes au client Drive. Cependant, seuls les fichiers du serveur actuellement sélectionné seront affichés dans le lecteur virtuel. Vous pouvez passer d'un compte à l'autre."

#: seahub/help/templates/help/using_drive_client.html:80
msgid "1. Why can't I create new files or delete folders in root folder?"
msgstr "1. Pourquoi ne puis-je pas créer de nouveaux fichiers ou supprimer des dossiers dans le dossier racine ?"

#: seahub/help/templates/help/using_drive_client.html:81
msgid ""
"The root folder of the virtual drive contains only library folders. Seafile "
"can only sync files inside libraries. Files in the root folder cannot be "
"uploaded to Seafile server. So it doesn't make sense to support creating "
"files in root folder. Since the top level folders in the virtual drive "
"represents libraries, we don't want users to delete their libraries by "
"mistake. So the Drive client doesn't support deleting top level folders."
msgstr "Le dossier racine du lecteur virtuel ne contient que des dossiers de bibliothèque. Seafile peut seulement synchroniser les fichiers à l'intérieur des bibliothèques. Les fichiers dans le dossier racine ne peuvent pas être téléchargés vers le serveur Seafile. Il n'est donc pas logique de soutenir la création de fichiers dans le dossier racine. Puisque les dossiers de niveau supérieur dans le lecteur virtuel représentent des bibliothèques, nous ne voulons pas que les utilisateurs suppriment leurs bibliothèques par erreur. Donc le client Drive ne supporte pas la suppression des dossiers de niveau supérieur."

#: seahub/help/templates/help/viewing_files_within_web_app.html:6
msgid ""
"Some types of files can be directly opened and viewed within the Seafile Web"
" App. Currently they are:"
msgstr "Certains types de fichiers peuvent être ouvert directement depuis l'interface Web de Seafile :"

#: seahub/help/templates/help/viewing_files_within_web_app.html:13
msgid "Image files"
msgstr "Fichiers image"

#: seahub/institutions/templates/institutions/base.html:7
msgid "Exit admin panel"
msgstr "Quitter le panneau de l’administrateur"

#: seahub/institutions/templates/institutions/base.html:13
#: seahub/templates/base.html:32 seahub/templates/home_base.html:9
msgid "Close"
msgstr "Fermer"

#: seahub/institutions/templates/institutions/base.html:18
#: seahub/institutions/templates/institutions/useradmin.html:9
msgid "Users"
msgstr "Utilisateurs"

#: seahub/institutions/templates/institutions/base.html:23
msgid "Search users..."
msgstr "Recherche d'utilisateurs ..."

#: seahub/institutions/templates/institutions/info.html:7
msgid "Info"
msgstr "Infos"

#: seahub/institutions/templates/institutions/info.html:13
#: seahub/templates/home_base.html:63
msgid "Libraries"
msgstr "Bibliothèques"

#: seahub/institutions/templates/institutions/info.html:16
msgid "Activated Users"
msgstr "Utilisateurs activés"

#: seahub/institutions/templates/institutions/info.html:16
msgid "Total Users"
msgstr "Utilisateurs totaux"

#: seahub/institutions/templates/institutions/info.html:23
#: seahub/institutions/templates/institutions/user_info.html:17
msgid "Groups"
msgstr "Groupes"

#: seahub/institutions/templates/institutions/user_info.html:15
#: seahub/profile/templates/profile/user_profile.html:4
msgid "Profile"
msgstr "Profil"

#: seahub/institutions/templates/institutions/user_info.html:16
#: seahub/templates/i18n.html:11
msgid "Owned Libs"
msgstr "Bibliothèques possédées"

#: seahub/institutions/templates/institutions/user_info.html:23
msgid "Avatar"
msgstr "Avatar"

#: seahub/institutions/templates/institutions/user_info.html:30
msgctxt "true name"
msgid "Name"
msgstr "Nom"

#: seahub/institutions/templates/institutions/user_info.html:35
#: seahub/templates/registration/registration_form.html:31
msgid "Department"
msgstr "Département"

#: seahub/institutions/templates/institutions/user_info.html:38
#: seahub/templates/registration/registration_form.html:36
msgid "Telephone"
msgstr "Téléphone"

#: seahub/institutions/templates/institutions/user_info.html:42
#: seahub/institutions/templates/institutions/useradmin.html:18
#: seahub/institutions/templates/institutions/useradmin_search.html:21
msgid "Space Used"
msgstr "Espace utilisé"

#: seahub/institutions/templates/institutions/user_info.html:43
#: seahub/institutions/templates/institutions/user_info.html:47
msgid "Set Quota"
msgstr "Définir le quota"

#: seahub/institutions/templates/institutions/user_info.html:50
msgid "Available quota:"
msgstr "Quota disponible :"

#: seahub/institutions/templates/institutions/user_info.html:62
#: seahub/search/templates/search_results.html:39
#: seahub/templates/repo_dir_recycle_view.html:46
#: seahub/templates/repo_history_view.html:59
msgid "Size"
msgstr "Taille"

#: seahub/institutions/templates/institutions/user_info.html:63
#: seahub/search/templates/search_results.html:31
msgid "Last Update"
msgstr "Mise à jour"

#: seahub/institutions/templates/institutions/user_info.html:70
msgid "Encrypted"
msgstr "Chiffré"

#: seahub/institutions/templates/institutions/user_info.html:70
#: seahub/institutions/templates/institutions/user_info.html:72
msgid "library icon"
msgstr "Icône de bibliothèque"

#: seahub/institutions/templates/institutions/user_info.html:96
msgid "This user has not created any libraries"
msgstr "Cet utilisateur n'a créé aucune bibliothèque"

#: seahub/institutions/templates/institutions/user_info.html:121
msgid "This user has not created or joined any groups"
msgstr "L'utilisateur n'a pas été créé ou n'a rejoint aucun groupe"

#: seahub/institutions/templates/institutions/user_info.html:146
msgid "Space Quota can't be empty"
msgstr "L'espace du quota ne peut être vide"

#: seahub/institutions/templates/institutions/useradmin.html:19
#: seahub/institutions/templates/institutions/useradmin_search.html:22
msgid "Create At / Last Login"
msgstr "Créé le / Dernière connexion"

#: seahub/institutions/templates/institutions/useradmin.html:68
#: seahub/institutions/templates/institutions/useradmin_search.html:63
msgid "Empty"
msgstr "Vide"

#: seahub/institutions/templates/institutions/useradmin.html:72
msgid "Activating..., please wait"
msgstr "Activation ..., veuillez patienter"

#: seahub/institutions/templates/institutions/useradmin.html:80
#: seahub/institutions/templates/institutions/useradmin_search.html:71
msgid "Delete User"
msgstr "Supprimer l'utilisateur"

#: seahub/institutions/templates/institutions/useradmin.html:130
msgid "Edit failed."
msgstr "L'édition a échoué."

#: seahub/institutions/templates/institutions/useradmin_search.html:7
msgid "Search User"
msgstr "Recherche d'utilisateurs"

#: seahub/institutions/templates/institutions/useradmin_search.html:14
msgid "Result"
msgstr "Résultat"

#: seahub/institutions/views.py:174
msgid "Owner"
msgstr "Propriétaire"

#: seahub/institutions/views.py:178
msgid "Member"
msgstr "Membre"

#: seahub/institutions/views.py:209 seahub/views/sysadmin.py:390
msgid "Failed to delete: the user does not exist"
msgstr "Impossible de supprimer : l'utilisateur n'existe pas"

#: seahub/institutions/views.py:213
msgid "Failed to delete: the user is system administrator"
msgstr ""

#: seahub/institutions/views.py:217 seahub/views/sysadmin.py:380
#, python-format
msgid "Successfully deleted %s"
msgstr "%s a été supprimé avec succès."

#: seahub/invitations/models.py:95
#, python-format
msgid "You are invited to join %(site_name)s."
msgstr "Vous avez invité %(site_name)s à rejoindre."

#: seahub/invitations/templates/invitations/invitation_email.html:9
#: seahub/invitations/templates/invitations/invitation_revoke_email.html:9
#: seahub/notifications/templates/notifications/file_updates_email.html:7
#: seahub/notifications/templates/notifications/notify_virus.html:10
#: seahub/notifications/templates/notifications/notify_virus.html:17
#: seahub/share/templates/share/audit_code_email.html:8
#: seahub/templates/registration/activation_email.html:9
#: seahub/templates/registration/password_reset_email.html:9
#: seahub/templates/shared_link_email.html:9
#: seahub/templates/shared_upload_link_email.html:8
#: seahub/templates/snippets/reset_repo_password.html:7
#: seahub/templates/sysadmin/user_activation_email.html:9
#: seahub/templates/sysadmin/user_add_email.html:9
#: seahub/templates/sysadmin/user_batch_add_email.html:9
#: seahub/templates/sysadmin/user_freeze_email.html:9
#: seahub/templates/sysadmin/user_reset_email.html:9
#: seahub/templates/user_quota_full.html:9
msgid "Hi,"
msgstr "Bonjour,"

#: seahub/invitations/templates/invitations/invitation_email.html:12
#, python-format
msgid ""
"%(inviter_name)s invited you to join %(site_name)s. Please click the link "
"below:"
msgstr "%(inviter_name)s vous a invité à rejoindre %(site_name)s. Veuillez cliquer sur le lien suivant :"

#: seahub/invitations/templates/invitations/invitation_revoke_email.html:12
#, python-format
msgid "%(inviter)s revoked your access to %(site_name)s."
msgstr "%(inviter)s a révoqué votre accès à %(site_name)s."

#: seahub/invitations/templates/invitations/token_view.html:4
msgid "Create Account"
msgstr "Créer un compte"

#: seahub/invitations/templates/invitations/token_view.html:8
msgid "Set your password"
msgstr "Définir un mot de passe"

#: seahub/invitations/templates/invitations/token_view.html:26
msgid "It is required."
msgstr "Cela est requis."

#: seahub/notifications/management/commands/notify_admins_on_virus.py:67
#: seahub/notifications/management/commands/notify_admins_on_virus.py:82
#: seahub/notifications/management/commands/notify_admins_on_virus.py:103
#, python-format
msgid "Virus detected on %s"
msgstr "Virus détecté sur %s"

#: seahub/notifications/management/commands/send_dingtalk_notifications.py:177
#: seahub/notifications/templates/notifications/notice_email.html:9
#, python-format
msgid ""
"\n"
"You've got 1 new notice on %(site_name)s:\n"
msgid_plural ""
"\n"
"You've got %(num)s new notices on %(site_name)s:\n"
msgstr[0] "\nVous avez 1 nouvelle notification sur %(site_name)s:\n"
msgstr[1] "\nVous avez %(num)s nouvelles notifications sur %(site_name)s :\n"
msgstr[2] "\nVous avez %(num)s nouvelles notifications sur %(site_name)s :\n"

#: seahub/notifications/management/commands/send_file_updates.py:112
msgid "Renamed library"
msgstr "Bibliothèque renommée"

#: seahub/notifications/management/commands/send_file_updates.py:115
msgid "Deleted library"
msgstr "Supprimer une bibliothèque"

#: seahub/notifications/management/commands/send_file_updates.py:118
msgid "Restored library"
msgstr "Bibliothèque restaurée"

#: seahub/notifications/management/commands/send_file_updates.py:122
msgid "Removed all items from trash."
msgstr "Supprimer tous les éléments de la corbeille."

#: seahub/notifications/management/commands/send_file_updates.py:124
#, python-format
msgid "Removed items older than %s days from trash."
msgstr "Supprimer les éléments de la corbeille de plus de %s jours."

#: seahub/notifications/management/commands/send_file_updates.py:132
msgid "Created file"
msgstr "Fichier créé"

#: seahub/notifications/management/commands/send_file_updates.py:135
msgid "Deleted file"
msgstr "Fichier supprimé"

#: seahub/notifications/management/commands/send_file_updates.py:138
msgid "Restored file"
msgstr "Fichier restauré"

#: seahub/notifications/management/commands/send_file_updates.py:141
msgid "Renamed file"
msgstr "Fichier renommé"

#: seahub/notifications/management/commands/send_file_updates.py:147
msgid "Moved file"
msgstr "Fichier déplacé"

#: seahub/notifications/management/commands/send_file_updates.py:153
msgid "Updated file"
msgstr "Fichier mis à jour"

#: seahub/notifications/management/commands/send_file_updates.py:160
msgid "Created folder"
msgstr "Dossier créé"

#: seahub/notifications/management/commands/send_file_updates.py:163
msgid "Deleted folder"
msgstr "Dossier supprimé"

#: seahub/notifications/management/commands/send_file_updates.py:166
msgid "Restored folder"
msgstr "Dossier restauré"

#: seahub/notifications/management/commands/send_file_updates.py:169
msgid "Renamed folder"
msgstr "Dossier renommé"

#: seahub/notifications/management/commands/send_file_updates.py:174
msgid "Moved folder"
msgstr "Dossier déplacé"

#: seahub/notifications/management/commands/send_file_updates.py:268
#, python-format
msgid "New file updates on %s"
msgstr "Nouvelles mises à jour fichier sur %s"

#: seahub/notifications/management/commands/send_notices.py:353
#, python-format
msgid "New notice on %s"
msgstr " Nouvelle notification sur %s"

#: seahub/notifications/management/commands/send_notices_to_social_account.py:223
#, python-format
msgid "You've got %(num)s new notices on %(site_name)s:\n"
msgstr "Vous avez %(num)s nouvelles notifications sur %(site_name)s :\n"

#: seahub/notifications/models.py:484
#, python-format
msgid ""
"A file named <a href='%(file_link)s'>%(file_name)s</a> is uploaded to <a "
"href='%(link)s'>%(name)s</a>"
msgstr "Un fichier nommé <a href='%(file_link)s'>%(file_name)s</a> est envoyé vers <a href='%(link)s'>%(name)s</a>"

#: seahub/notifications/models.py:491
#, python-format
msgid ""
"A file named <strong>%(file_name)s</strong> is uploaded to <strong>Deleted "
"Library</strong>"
msgstr "Un fichier nommé <strong>%(file_name)s</strong> est envoyé vers <strong>Bibliothèque supprimée</strong>"

#: seahub/notifications/models.py:625
#, python-format
msgid ""
"User <a href='%(user_profile)s'>%(username)s</a> has asked to join group <a "
"href='%(href)s'>%(group_name)s</a>, verification message: "
"%(join_request_msg)s"
msgstr "L'utilisateur <a href='%(user_profile)s'>%(username)s</a> a demandé à rejoindre un groupe <a href='%(href)s'>%(group_name)s</a>, message de vérification: %(join_request_msg)s"

#: seahub/notifications/models.py:654
#, python-format
msgid ""
"User <a href='%(user_profile)s'>%(group_staff)s</a> has added you to group "
"<a href='%(href)s'>%(group_name)s</a>"
msgstr "L'utilisateur <a href='%(user_profile)s'>%(group_staff)s</a> a été ajouté au groupe <a href='%(href)s'>%(group_name)s</a>"

#: seahub/notifications/models.py:680
#, python-format
msgid ""
"File <a href='%(file_url)s'>%(file_name)s</a> has a new comment from user "
"%(author)s"
msgstr "Le fichier <a href='%(file_url)s'>%(file_name)s</a>a un nouveau commentaire de l'utilisateur %(author)s"

#: seahub/notifications/models.py:697
#, python-format
msgid ""
"<a href='%(file_url)s'>Draft #%(draft_id)s</a> has a new comment from user "
"%(author)s"
msgstr "<a href='%(file_url)s'>Brouillon #%(draft_id)s</a> a une nouveau commentaire de l'utilisateur %(author)s"

#: seahub/notifications/models.py:714
#, python-format
msgid ""
"%(from_user)s has sent you a request for <a href='%(file_url)s'>draft "
"#%(draft_id)s</a>"
msgstr "%(from_user)s a envoyé une requête pour <a href='%(file_url)s'>brouillon #%(draft_id)s</a>"

#: seahub/notifications/models.py:737
#: seahub/notifications/templates/notifications/notice_email.html:63
#, python-format
msgid ""
"Guest %(user)s accepted your <a "
"href=\"%(url_base)s%(inv_url)s\">invitation</a> at %(time)s."
msgstr "l'invité %(user)s a accepté votre <a href=\"%(url_base)s%(inv_url)s\">invitation</a> à %(time)s."

#: seahub/notifications/models.py:761
#, python-format
msgid ""
"%(user)s has transfered a library named <a "
"href=\"%(repo_url)s\">%(repo_name)s</a> to you."
msgstr "%(user)s vous a transféré une bibliotèque nommée <a href=\"%(repo_url)s\">%(repo_name)s</a>."

#: seahub/notifications/templates/notifications/file_updates_email.html:9
#, python-format
msgid ""
"\n"
"You've got 1 new file updates on %(site_name)s:\n"
msgid_plural ""
"\n"
"You've got %(num)s file updates on %(site_name)s:\n"
msgstr[0] "\nVous avez 1 mise à jour de fichier sur %(site_name)s :\n"
msgstr[1] "\nVous avez %(num)s mises à jour de fichier sur %(site_name)s :\n"
msgstr[2] "\nVous avez %(num)s mises à jour de fichier sur %(site_name)s :\n"

#: seahub/notifications/templates/notifications/file_updates_email.html:20
msgid "Operation"
msgstr "Opération"

#: seahub/notifications/templates/notifications/file_updates_email.html:21
#: seahub/search/templates/search_results.html:67
#: seahub/templates/repo_history_view.html:74
#: seahub/templates/snippets/repo_dir_trash_tr.html:21
msgid "File"
msgstr "Fichier"

#: seahub/notifications/templates/notifications/file_updates_email.html:21
#: seahub/sysadmin_extra/views.py:208
msgid "Library"
msgstr "Bibliothèque"

#: seahub/notifications/templates/notifications/notice_email.html:7
#, python-format
msgid "Hi, %(name)s"
msgstr "Bonjour, %(name)s"

#: seahub/notifications/templates/notifications/notice_email.html:19
msgid "Message"
msgstr "Message"

#: seahub/notifications/templates/notifications/notice_email.html:45
#, python-format
msgid ""
"You have received a <a href=\"%(url_base)s%(msg_url)s\">new message</a> from"
" %(user)s."
msgstr "Vous avez reçu un <a href=\"%(url_base)s%(msg_url)s\">nouveau message</a> de %(user)s."

#: seahub/notifications/templates/notifications/notice_email.html:51
#, python-format
msgid ""
"A file named <a href=\"%(url_base)s%(file_url)s\">%(file_name)s</a> is "
"uploaded to your folder <a "
"href=\"%(url_base)s%(folder_url)s\">%(folder_name)s</a>."
msgstr "Un fichier nommé <a href=\"%(url_base)s%(file_url)s\">%(file_name)s</a> a été envoyé dans votre dossier <a href=\"%(url_base)s%(folder_url)s\">%(folder_name)s</a>."

#: seahub/notifications/templates/notifications/notice_email.html:54
#, python-format
msgid ""
"User <a href=\"%(url_base)s%(user_url)s\">%(user)s</a> has asked to join "
"group <a href=\"%(url_base)s%(grp_url)s\">%(grp_name)s</a>, verification "
"message: %(msg)s"
msgstr "L'utilisateur <a href=\"%(url_base)s%(user_url)s\">%(user)s</a> vous demande de rejoindre un groupe  <a href=\"%(url_base)s%(grp_url)s\">%(grp_name)s</a>, message de vérification : %(msg)s."

#: seahub/notifications/templates/notifications/notice_email.html:57
#, python-format
msgid ""
"User <a href=\"%(url_base)s%(user_url)s\">%(user)s</a> has added you to "
"group <a href=\"%(url_base)s%(grp_url)s\">%(grp_name)s</a>"
msgstr "L'utilisateur <a href=\"%(url_base)s%(user_url)s\">%(user)s</a> vous a ajouté au groupe <a href=\"%(url_base)s%(grp_url)s\">%(grp_name)s</a>"

#: seahub/notifications/templates/notifications/notice_email.html:60
#, python-format
msgid ""
"File <a href=\"%(url_base)s%(file_url)s\">%(file_name)s</a> has a new "
"comment from user %(author)s"
msgstr "Le fichier <a href=\"%(url_base)s%(file_url)s\">%(file_name)s</a> a un nouveau commentaire de l'utilisateur %(author)s"

#: seahub/notifications/templates/notifications/notice_email.html:73
msgid "Go check out at the following page:"
msgstr "Veuillez vérifier sur la page suivante :"

#: seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html:1
#, python-format
msgid ""
"%(user)s has shared a folder named <a "
"href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> to you."
msgstr "%(user)s à partagé avec vous un dossier nommé <a href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a>."

#: seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html:1
#, python-format
msgid ""
"%(user)s has shared a folder named <a "
"href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> to group <a "
"href=\"%(url_base)s%(group_url)s\">%(group_name)s</a>."
msgstr "%(user)s a partagé un dossier nommé <a href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> avec le groupe <a href=\"%(url_base)s%(group_url)s\">%(group_name)s</a>."

#: seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html:1
#, python-format
msgid ""
"%(user)s has shared a library named <a "
"href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> to you."
msgstr "%(user)s a partagé une bibliothèque nommée <a href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> avec vous."

#: seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html:1
#, python-format
msgid ""
"%(user)s has shared a library named <a "
"href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> to group <a "
"href=\"%(url_base)s%(group_url)s\">%(group_name)s</a>."
msgstr "%(user)s a partagé une bibliothèque nommée <a href=\"%(url_base)s%(lib_url)s\">%(lib_name)s</a> au groupe <a href=\"%(url_base)s%(group_url)s\">%(group_name)s</a>."

#: seahub/notifications/templates/notifications/notify_virus.html:13
#, python-format
msgid ""
"Virus detected in library %(repo_name)s during regular scanning: "
"%(file_path)s."
msgstr ""

#: seahub/notifications/templates/notifications/notify_virus.html:20
msgid "Virus is detected on regular scanning:"
msgstr ""

#: seahub/notifications/templates/notifications/user_notification_list_react.html:5
msgid "Notifications"
msgstr "Notifications"

#: seahub/options/templates/options/set_user_options.html:7
msgid "Please choose how to view encrypted libraries online:"
msgstr "Veuillez choisir comment voir les bibliothèques cryptées en ligne : "

#: seahub/options/templates/options/set_user_options.html:10
msgid "Send passwords to the server."
msgstr "Envoyer les mots de passe au serveur."

#: seahub/options/templates/options/set_user_options.html:10
msgid "Files will be decrypted in the server before being sent to you."
msgstr "Les fichiers seront déchiffrés sur le serveur avant de vous être envoyés."

#: seahub/options/templates/options/set_user_options.html:12
msgid "Save passwords in your browser."
msgstr "Sauvegardez les mots de passe dans votre navigateur."

#: seahub/options/templates/options/set_user_options.html:12
msgid "Files will be decrypted in your browser when you download them."
msgstr "Les fichiers seront déchiffrés dans votre navigateur quand vous les téléchargerez."

#: seahub/options/templates/options/set_user_options.html:13
msgid ""
"Tip: the latter way is more secure, but it is not supported well by all "
"browsers. We advise you to use the latest version of Chrome or Firefox."
msgstr "Astuce : La dernière méthode est plus sécurisée, mais elle n'est pas bien supportée par tous les navigateurs. Nous vous conseillons d'utiliser la dernière version de Chrome ou Firefox."

#: seahub/organizations/api/admin/info.py:102
#: seahub/organizations/api/admin/logo.py:33
#: seahub/organizations/api/admin/logo.py:42 seahub/work_weixin/views.py:37
#: seahub/work_weixin/views.py:62 seahub/work_weixin/views.py:151
#: seahub/work_weixin/views.py:171 seahub/work_weixin/views.py:231
msgid "Feature is not enabled."
msgstr "Cette fonctionnalité n'est pas activée."

#: seahub/organizations/api/admin/saml_config.py:179
msgid ""
"org_url_prefix should be 6 to 20 characters, and can only contain "
"alphanumeric characters and hyphens."
msgstr ""

#: seahub/organizations/forms.py:40 seahub/share/views.py:530
msgid "Email address is not valid"
msgstr "L'adresse e-mail n'est pas valide"

#: seahub/organizations/templates/organizations/org_register.html:3
#: seahub/organizations/templates/organizations/org_register.html:8
#: seahub/templates/choose_register.html:3
#: seahub/templates/choose_register.html:8
#: seahub/templates/registration/login.html:90
#: seahub/templates/registration/registration_form.html:3
#: seahub/templates/registration/registration_form.html:12
msgid "Signup"
msgstr "S'inscrire"

#: seahub/organizations/templates/organizations/org_register.html:10
#: seahub/templates/registration/registration_form.html:14
msgid "Welcome back, you are already signed in."
msgstr "Bienvenue à nouveau, vous êtes déjà inscrit."

#: seahub/organizations/templates/organizations/org_register.html:13
msgid "Organization Name"
msgstr "Nom de l'organisation"

#: seahub/organizations/templates/organizations/org_register.html:27
msgid "Admin Name"
msgstr "Nom de l'administrateur"

#: seahub/organizations/templates/organizations/org_register.html:32
msgid "Admin Email"
msgstr "E-mail de l'administrateur"

#: seahub/organizations/templates/organizations/org_register.html:38
#: seahub/templates/registration/password_change_form.html:21
#: seahub/templates/registration/password_set_form.html:24
#: seahub/templates/registration/registration_form.html:27
#: seahub/templates/sysadmin/sudo_mode.html:4
#: seahub/templates/sysadmin/sudo_mode.html:18
msgid "Confirm Password"
msgstr "Confirmer le mot de passe"

#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:4
#: seahub/search/templates/search_results.html:98
#: seahub/templates/file_access.html:55
#: seahub/templates/snippets/admin_paginator.html:4
msgid "Previous"
msgstr "Précédent"

#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:7
#: seahub/search/templates/search_results.html:101
#: seahub/templates/file_access.html:58
#: seahub/templates/snippets/admin_paginator.html:7
#: seahub/two_factor/templates/two_factor/_wizard_actions.html:5
msgid "Next"
msgstr "Suivant"

#: seahub/organizations/templates/organizations/sysadmin_log_paginator.html:12
#: seahub/templates/file_access.html:63
#: seahub/templates/snippets/admin_paginator.html:12
msgid "Per page: "
msgstr "Par page : "

#: seahub/organizations/views.py:273 seahub/thumbnail/views.py:154
msgid "Invalid token."
msgstr "Token non valide."

#: seahub/profile/templates/profile/set_profile_react.html:5
msgid "Settings"
msgstr "Paramètres"

#: seahub/profile/templates/profile/set_profile_react.html:20
msgctxt "true name"
msgid "Name:"
msgstr "Nom : "

#: seahub/profile/templates/profile/set_profile_react.html:25
#: seahub/templates/registration/password_set_form.html:4
#: seahub/templates/registration/password_set_form.html:12
msgid "Set Password"
msgstr "Définir un mot de passe"

#: seahub/profile/templates/profile/set_profile_react.html:25
msgid "Update"
msgstr "Mettre à jour"

#: seahub/profile/views.py:42
msgid "Successfully edited profile."
msgstr "Profil modifié avec succès."

#: seahub/profile/views.py:46
msgid "Failed to edit profile"
msgstr "Impossible de modifier le profil"

#: seahub/profile/views.py:212
msgid "Has not accepted invitation yet"
msgstr "L'invitation n'a pas encore été acceptée."

#: seahub/profile/views.py:237
msgid "Demo account can not be deleted."
msgstr "Le compte de démo ne peut pas être supprimé."

#: seahub/profile/views.py:264
msgid "Failed to set default library."
msgstr "Impossible à définir comme bibliothèque par défaut."

#: seahub/profile/views.py:268
msgid "Can not set encrypted library as default library."
msgstr "Impossible de définir une bibliothèque cryptée comme bibliothèque par défaut."

#: seahub/profile/views.py:273
#, python-format
msgid "Successfully set \"%s\" as your default library."
msgstr "%s définie comme votre bibliothèque par défaut avec succès."

#: seahub/search/templates/search_results.html:25
msgid "Search Files"
msgstr "Recherche de fichiers"

#: seahub/search/templates/search_results.html:28
msgid "advanced"
msgstr "avancé"

#: seahub/search/templates/search_results.html:56
msgid "No result found"
msgstr "Aucun résultat trouvé"

#: seahub/search/templates/search_results.html:58
#, python-format
msgid "%(total)s result"
msgid_plural "%(total)s results"
msgstr[0] "%(total)s résultat"
msgstr[1] "%(total)s résultats"
msgstr[2] "%(total)s résultats"

#: seahub/search/templates/search_results.html:63
msgid "Directory icon"
msgstr "Icône du dossier"

#: seahub/search/templates/search_results.html:168
msgid "Invalid start date, should be yyyy-mm-dd"
msgstr "Date de début incorrecte, cela doit être aaaa-mm-jj"

#: seahub/search/templates/search_results.html:172
msgid "Invalid end date, should be yyyy-mm-dd"
msgstr "Date de début incorrecte, cela doit être aaaa-mm-jj"

#: seahub/search/templates/search_results.html:176
msgid "Start date should be earlier than end date."
msgstr "La date de début doit être plus récente que la date de fin."

#: seahub/search/views.py:33
msgid "Invalid argument."
msgstr "Argument non valide."

#: seahub/search/views.py:81 seahub/search/views.py:89
msgid "Invalid date."
msgstr "Date non valide."

#: seahub/search/views.py:97 seahub/search/views.py:105
msgid "Invalid file size."
msgstr "Taille de fichier non valide."

#: seahub/search/views.py:112
msgid "Invalid file size range."
msgstr "L'intervalle de la taille de fichier n'est pas valide."

#: seahub/search/views.py:117
msgid "Invalid date range."
msgstr "Plage de dates non valide."

#: seahub/search/views.py:166
#, python-format
msgid "Library %s not found."
msgstr "Bibliothèque %s non trouvée."

#: seahub/share/forms.py:20 seahub/share/forms.py:33
msgid "Email is required"
msgstr "L'adresse e-mail est obligatoire"

#: seahub/share/forms.py:21 seahub/share/forms.py:34
msgid "Email is not longer than 512 characters"
msgstr "L'e-mail ne peut pas dépasser 512 caractères."

#: seahub/share/models.py:92
msgid "Password can't be empty"
msgstr "Le mot de passe ne peut pas être vide"

#: seahub/share/models.py:99
msgid "Please enter a correct password."
msgstr "Saisissez un mot de passe correct."

#: seahub/share/templates/share/audit_code_email.html:11
#, python-format
msgid "Your code is %(code)s, this code will be valid for one hour."
msgstr "Votre code est %(code)s, ce code sera valide pour une heure."

#: seahub/share/templates/share/share_link_audit.html:6
msgid "Email Verification"
msgstr "Vérification de l'e-mail"

#: seahub/share/templates/share/share_link_audit.html:8
msgid "Please provide your email address to continue."
msgstr "Veuillez renseigner votre e-mail pour continuer."

#: seahub/share/templates/share/share_link_audit.html:11
msgid "Get code"
msgstr "Obtenir un code"

#: seahub/share/templates/share/share_link_audit.html:13
msgid "Verification code"
msgstr "Code de vérification"

#: seahub/share/templates/share/share_link_audit.html:63
msgid "A verification code has been sent to the email."
msgstr "Un code de vérification a été envoyé sur votre e-mail."

#: seahub/share/views.py:208 seahub/share/views.py:403
msgid "Internal server error, or please check the email(s) you entered"
msgstr "Erreur interne du serveur, ou alors vérifiez le(s) e-mail(s) reçus"

#: seahub/share/views.py:229
msgid "Please choose a directory."
msgstr "Veuillez choisir un dossier."

#: seahub/share/views.py:253
msgid "Successfully saved."
msgstr "Sauvegardé avec succès."

#: seahub/share/views.py:283
msgid "Preview and download"
msgstr "Prévisualiser et télécharger"

#: seahub/share/views.py:284
msgid "Preview only"
msgstr "Aperçu uniquement"

#: seahub/share/views.py:285
msgid "Download and upload"
msgstr "Téléchargement et envoi"

#: seahub/share/views.py:286
msgid "Edit on cloud and download"
msgstr "Éditer dans le cloud et télécharger"

#: seahub/share/views.py:287
msgid "Edit on cloud only"
msgstr "Édition dans le cloud uniquement"

#: seahub/share/views.py:319
msgid "Share Link"
msgstr "Lien de partage"

#: seahub/share/views.py:319 seahub/views/sysadmin.py:668
msgid "Creator"
msgstr "Créateur"

#: seahub/share/views.py:320 seahub/sysadmin_extra/views.py:208
msgid "Permission"
msgstr "Droit"

#: seahub/share/views.py:320
msgid "Expiration"
msgstr "Expiration"

#: seahub/share/views.py:422 seahub/thumbnail/views.py:39
#: seahub/thumbnail/views.py:161 seahub/views/ajax.py:140
#: seahub/views/ajax.py:418
msgid "Library does not exist."
msgstr "La bibliothèque n'existe pas."

#: seahub/share/views.py:426 seahub/views/ajax.py:386
msgid "Directory does not exist."
msgstr "Le répertoire n’existe pas."

#: seahub/share/views.py:474
msgid "Only the owner of the library has permission to share it."
msgstr "Seul le propriétaire de la bibliothèque a l'autorisation de la partager."

#: seahub/share/views.py:512
msgid "Please check the email(s) you entered"
msgstr "Veuillez vérifier l'e-mail ou les e-mails que vous avez entré(s)"

#: seahub/share/views.py:539
msgid "Share link is not found"
msgstr "Le lien de partage n'a pas été trouvé"

#: seahub/share/views.py:547
msgid "Verification code for visiting share links"
msgstr "Code de vérification pour les liens de partage"

#: seahub/share/views.py:558
msgid "Failed to send a verification code, please try again later."
msgstr "L'envoi du code de vérification a échoué, veuillez réessayer plus tard."

#: seahub/sysadmin_extra/views.py:42 seahub/sysadmin_extra/views.py:53
#: seahub/sysadmin_extra/views.py:91 seahub/sysadmin_extra/views.py:148
#: seahub/sysadmin_extra/views.py:203
msgid "Failed to export excel, invalid start or end date"
msgstr "Échec de l'exportation d'Excel, date de début ou de fin non valide."

#: seahub/sysadmin_extra/views.py:61 seahub/views/sysadmin.py:703
msgid "Success"
msgstr "Succès"

#: seahub/sysadmin_extra/views.py:61
msgid "Failed"
msgstr "Échec"

#: seahub/sysadmin_extra/views.py:67 seahub/sysadmin_extra/views.py:124
#: seahub/sysadmin_extra/views.py:179 seahub/sysadmin_extra/views.py:256
msgid "Failed to export excel"
msgstr "Échec de l'exportation d'excel"

#: seahub/sysadmin_extra/views.py:85 seahub/sysadmin_extra/views.py:142
#: seahub/sysadmin_extra/views.py:197
msgid "Failed to export excel, this feature is only in professional version."
msgstr "Impossible d'exporter l'Excel, cette fonction n'est disponible que dans la version professionnelle."

#: seahub/sysadmin_extra/views.py:154 seahub/sysadmin_extra/views.py:208
msgid "Action"
msgstr "Action"

#: seahub/sysadmin_extra/views.py:208
msgid "From"
msgstr "De"

#: seahub/sysadmin_extra/views.py:208
msgid "To"
msgstr "Vers"

#: seahub/sysadmin_extra/views.py:209
msgid "Folder Path"
msgstr "Chemin du dossier"

#: seahub/sysadmin_extra/views.py:223
msgid "Organization"
msgstr "Organisation"

#: seahub/sysadmin_extra/views.py:228
msgid "Add"
msgstr "Ajouter"

#: seahub/sysadmin_extra/views.py:230
msgid "Modify"
msgstr "Modifier"

#: seahub/templates/404.html:6
msgid "Sorry, but the requested page could not be found."
msgstr "Désolé, mais la page demandée est introuvable."

#: seahub/templates/base.html:8 seahub/templates/base_for_react.html:9
msgid "File, Collaboration, Team, Organization"
msgstr "Fichier, Collaboration, Équipe, Organisation"

#: seahub/templates/base.html:41
msgid "Side Nav Menu"
msgstr "Menu de navigation sur le côté"

#: seahub/templates/base.html:87
msgid "No"
msgstr "Non"

#: seahub/templates/choose_register.html:9
msgid "Create a personal account"
msgstr "Créer un compte personnel"

#: seahub/templates/choose_register.html:10
msgid "Create an organization account"
msgstr "Créer un compte d'organisation"

#: seahub/templates/decrypt_repo_form.html:7
msgid ""
"This library is encrypted. Please input the password if you want to browse "
"it online. And the password will be kept on the server for only 1 hour."
msgstr "Cette bibliothèque est cryptée. Veuillez entrer le mot de passe si vous voulez la parcourir en ligne. Le mot de passe est conservé sur le serveur pendant 1 heure."

#: seahub/templates/decrypt_repo_form.html:26
#: seahub/templates/share_access_validation.html:40
msgid "Please enter the password."
msgstr "Veuillez entrer le mot de passe."

#: seahub/templates/download.html:4 seahub/templates/repo_history_view.html:79
msgid "Download"
msgstr "Télécharger"

#: seahub/templates/file_access.html:4 seahub/templates/file_access.html:7
msgid "Access Log"
msgstr "Fichier journaux"

#: seahub/templates/file_access.html:10 seahub/templates/text_diff.html:21
msgid "Current Path:"
msgstr "Chemin d'accès actuel :"

#: seahub/templates/file_access.html:26
msgid "Device Name"
msgstr "Nom de l'appareil"

#: seahub/templates/file_access.html:82
msgid "This file has (apparently) not been accessed yet"
msgstr "Ce fichier n'a (apparemment) pas encore été consulté"

#: seahub/templates/home_base.html:11
msgid "Files"
msgstr "Fichiers"

#: seahub/templates/home_base.html:14
msgid "My Libraries"
msgstr "Mes bibliothèques"

#: seahub/templates/home_base.html:16
msgid "Shared with me"
msgstr "Partagée avec moi"

#: seahub/templates/home_base.html:18
msgid "Shared with all"
msgstr "Partagée avec tout le monde"

#: seahub/templates/home_base.html:23
msgid "Shared with groups"
msgstr "Partagée avec des groupes"

#: seahub/templates/home_base.html:26
msgid "All Groups"
msgstr "Tous les groupes"

#: seahub/templates/home_base.html:38
msgid "Tools"
msgstr "Outils"

#: seahub/templates/home_base.html:41
msgid "Favorites"
msgstr "Favoris"

#: seahub/templates/home_base.html:43
msgid "Activities"
msgstr "Activités"

#: seahub/templates/home_base.html:47
msgid "Wikis"
msgstr "Wikis"

#: seahub/templates/home_base.html:50
msgid "Linked Devices"
msgstr "Appareils liés"

#: seahub/templates/home_base.html:53
msgid "Invite People"
msgstr "Inviter des personnes"

#: seahub/templates/home_base.html:56
msgid "Drafts"
msgstr "Brouillons"

#: seahub/templates/home_base.html:59
msgid "Share Admin"
msgstr "Mes partages"

#: seahub/templates/home_base.html:66
msgid "Folders"
msgstr "Dossiers"

#: seahub/templates/home_base.html:71 seahub/templates/home_base.html:75
msgid "Links"
msgstr "Liens"

#: seahub/templates/home_base.html:90
msgid "Enable Modules"
msgstr "Activer les modules"

#: seahub/templates/home_base.html:97
msgid "Personal Wiki"
msgstr "Wiki personnel"

#: seahub/templates/i18n.html:6
msgid "Upload Folder"
msgstr "Importer un dossier"

#: seahub/templates/i18n.html:7
msgid "Add auto expiration"
msgstr "Ajouter l'expiration automatique"

#: seahub/templates/i18n.html:8
msgid "Days"
msgstr "Nombre de jours"

#: seahub/templates/i18n.html:9
msgid "Shared Links"
msgstr "Liens partagés"

#: seahub/templates/i18n.html:10
msgid "View and manage all the shared links in this library."
msgstr "Voir et administrer tous les liens partagés de cette bibliothèque."

#: seahub/templates/i18n.html:12
msgid "Shared Libs"
msgstr "Bibliothèques partagées"

#: seahub/templates/registration/activation_email.html:12
#, python-format
msgid ""
"You (or someone pretending to be you) have asked to register an account at "
"%(site_name)s. If this wasn't you, please ignore this email and your address"
" will be removed from our records."
msgstr "Vous (ou quelqu'un en votre nom) a demandé la création d'un compte sur %(site_name)s. Si ce n'était pas vous, veuillez ignorer cet e-mail et votre adresse sera retirée de nos bases de données."

#: seahub/templates/registration/activation_email.html:14
#, python-format
msgid ""
"To activate this account, please click the following link within the next "
"%(expiration_days)s days: "
msgstr "Pour activer ce compte, veuillez cliquer sur le lien suivant dans les %(expiration_days)s prochains jours : "

#: seahub/templates/registration/activation_email.html:18
#: seahub/templates/registration/registration_form.html:46
msgid "Sign Up"
msgstr "S'inscrire"

#: seahub/templates/registration/login.html:4
#: seahub/templates/registration/login.html:35
#: seahub/templates/registration/login.html:72
#: seahub/templates/registration/password_reset_complete.html:8
#: seahub/templates/sysadmin/user_activation_email.html:15
#: seahub/templates/sysadmin/user_add_email.html:25
#: seahub/templates/sysadmin/user_batch_add_email.html:21
msgid "Log In"
msgstr "Se connecter"

#: seahub/templates/registration/login.html:42
msgid "Refresh"
msgstr "Rafraichir"

#: seahub/templates/registration/login.html:58
msgid "Incorrect email or password"
msgstr "Mot de passe ou e-mail incorrect"

#: seahub/templates/registration/login.html:66
#, python-format
msgid "Remember me for %(remember_days)s days "
msgstr "Mémoriser pendant %(remember_days)s jours"

#: seahub/templates/registration/login.html:69
msgid "Forgot password?"
msgstr "Mot de passe oublié ?"

#: seahub/templates/registration/login.html:76
msgid "Single Sign-On"
msgstr "Authentification unique"

#: seahub/templates/registration/login.html:81
msgid "Login with: "
msgstr "S'identifier avec :"

#: seahub/templates/registration/login.html:147
msgid "Failed to refresh the CAPTCHA, please try again later."
msgstr "Impossible de rafraichir le CAPTCHA, veuillez essayer ultérieurement."

#: seahub/templates/registration/login.html:155
msgid "Email or username cannot be blank"
msgstr "L'e-mail ou le nom d'utilisateur ne peut être vide"

#: seahub/templates/registration/login.html:159
#: seahub/templates/registration/password_change_form.html:66
#: seahub/templates/registration/password_set_form.html:64
#: seahub/templates/registration/registration_form.html:91
#: seahub/templates/sysadmin/sudo_mode.html:35
msgid "Password cannot be blank"
msgstr "Le mot de passe ne peut pas être vide"

#: seahub/templates/registration/logout.html:4
msgid "Log Out"
msgstr "Déconnexion"

#: seahub/templates/registration/logout.html:8
msgid "Thanks for your participation! "
msgstr "Merci d'utiliser Seafile! "

#: seahub/templates/registration/logout.html:8
#: seahub/templates/registration/password_change_done.html:10
msgid "Log in again"
msgstr "Vous connecter à nouveau"

#: seahub/templates/registration/password_change_done.html:4
msgid "Password Change Successfully"
msgstr "Mot de passe modifié avec succès."

#: seahub/templates/registration/password_change_done.html:9
msgid "Your password has been changed successfully."
msgstr "Votre mot de passe a été modifié avec succès."

#: seahub/templates/registration/password_change_form.html:3
#: seahub/templates/registration/password_change_form.html:11
msgid "Password Modification"
msgstr "Modifier le mot de passe"

#: seahub/templates/registration/password_change_form.html:14
msgid "Please update your password before continue."
msgstr "Veuillez mettre à jour votre mot de passe avant de poursuivre."

#: seahub/templates/registration/password_change_form.html:16
msgid "Current Password"
msgstr "Mot de passe actuel"

#: seahub/templates/registration/password_change_form.html:18
msgid "New Password"
msgstr "Nouveau mot de passe"

#: seahub/templates/registration/password_change_form.html:37
#: seahub/templates/registration/password_set_form.html:40
#: seahub/templates/registration/registration_form.html:62
#, python-format
msgid ""
"Passwords must have at least %(min_len)s characters and contain %(level)s of"
" the following: uppercase letters, lowercase letters, numbers, and symbols."
msgstr "Le mot de passe doit avoir au moins %(min_len)s caractères et contenir %(level)s des éléments suivants : lettres majuscules, lettres minuscules,  chiffres et symboles."

#: seahub/templates/registration/password_change_form.html:62
msgid "Current password cannot be blank"
msgstr "Le mot de passe actuel ne peut être vide"

#: seahub/templates/registration/password_change_form.html:70
#: seahub/templates/registration/password_set_form.html:68
#: seahub/templates/registration/registration_form.html:95
#: seahub/templates/snippets/repo_create_js.html:54
msgid "Please enter the password again"
msgstr "Veuillez ressaisir le mot de passe"

#: seahub/templates/registration/password_change_form.html:74
#: seahub/templates/registration/password_set_form.html:72
#: seahub/templates/registration/registration_form.html:99
#: seahub/templates/snippets/repo_create_js.html:58
msgid "Passwords don't match"
msgstr "Les mots de passe ne correspondent pas"

#: seahub/templates/registration/password_reset_complete.html:4
msgid "Successfully reset password"
msgstr "Mot de passe réinitialisé avec succès"

#: seahub/templates/registration/password_reset_complete.html:8
msgid "Successfully reset password."
msgstr "Mot de passe réinitialisé avec succès."

#: seahub/templates/registration/password_reset_confirm.html:4
#: seahub/templates/registration/password_reset_done.html:4
#: seahub/templates/registration/password_reset_form.html:4
#: seahub/templates/registration/password_reset_form.html:7
msgid "Password Reset"
msgstr "Réinitialisation du mot de passe"

#: seahub/templates/registration/password_reset_confirm.html:11
msgid "Reset Password"
msgstr "Réinitialisation du mot de passe"

#: seahub/templates/registration/password_reset_confirm.html:13
msgid "New Password: "
msgstr "Nouveau mot de passe : "

#: seahub/templates/registration/password_reset_confirm.html:16
msgid "Confirm Password: "
msgstr "Confirmez le mot de passe : "

#: seahub/templates/registration/password_reset_confirm.html:26
msgid "Failed to reset password: this link is no longer available."
msgstr "Impossible de réinitialiser le mot de passe : ce lien n'est plus disponible."

#: seahub/templates/registration/password_reset_done.html:8
msgid "We've sent a password reset email to your mailbox."
msgstr "Un message de réinitialisation de votre mot de passe a été envoyé dans votre boîte mail."

#: seahub/templates/registration/password_reset_email.html:12
#, python-format
msgid ""
"To reset the password of your account %(account)s on %(site_name)s, please "
"click the following link: "
msgstr "Pour réinitialiser le mot de passe de votre compte %(account)s sur %(site_name)s, cliquez sur le lien suivant :"

#: seahub/templates/registration/password_reset_email.html:20
msgid "If you did not request it, just skip it."
msgstr "Si vous n'êtes pas à l'origine de cette demande, vous pouvez l'ignorer."

#: seahub/templates/registration/password_reset_form.html:9
msgid "Your email used in login: "
msgstr "E-mail utilisé pour se connecter : "

#: seahub/templates/registration/password_reset_form.html:12
msgid "We will send you an email to set new password"
msgstr "Nous vous enverrons un e-mail pour définir un nouveau mot de passe"

#: seahub/templates/registration/register_complete_email.html:1
#, python-format
msgid ""
"You're receiving this e-mail because you are the admin of %(site_name)s, and"
" a new user %(reg_email)s is joined."
msgstr "Vous recevez cette invitation en tant qu'admin du site%(site_name)set parce que l'utilisateur %(reg_email)s l'a rejoint."

#: seahub/templates/registration/register_complete_email.html:3
msgid "Please click the following link to view the new account:"
msgstr "Cliquez sur le lien suivant pour voir le nouveau compte :"

#: seahub/templates/registration/register_complete_email_subject.html:1
#, python-format
msgid "New account created on %(site_name)s"
msgstr "Nouveau compte créé sur le site %(site_name)s"

#: seahub/templates/registration/registration_complete.html:4
#: seahub/templates/shibboleth/complete.html:4
msgid "Registration complete"
msgstr "Enregistrement terminé"

#: seahub/templates/registration/registration_complete.html:10
msgid ""
"An activation email has been sent. Please check your email and click on the "
"link to activate your account."
msgstr "Un e-mail d'activation a été envoyé. Veuillez vérifier vos messages et cliquer sur le lien pour activer votre compte."

#: seahub/templates/registration/registration_complete.html:12
msgid ""
"Registration complete, please wait for administrator to activate your "
"account."
msgstr "Enregistrement terminé, veuillez attendre qu'un administrateur active votre compte."

#: seahub/templates/registration/registration_complete.html:15
msgid "Signup function is not enabled."
msgstr "la fonction d'inscription n'est pas activée."

#: seahub/templates/registration/registration_form.html:87
msgid "Email cannot be blank"
msgstr "L'adresse e-mail ne peut pas être vide"

#: seahub/templates/remote_user/create_unknown_user_false.html:8
#: seahub/work_weixin/views.py:110
msgid ""
"Error, new user registration is not allowed, please contact administrator."
msgstr "Erreur, l'enregistrement d'un nouvel utilisateur n'est pas autorisé, veuillez contacter l'administrateur."

#: seahub/templates/remote_user/not_active.html:6
#: seahub/templates/shibboleth/complete.html:8 seahub/work_weixin/views.py:131
msgid ""
"Your account is created successfully, please wait for administrator to "
"activate your account."
msgstr "Votre compte a bien été créé avec succès, veuillez patienter le temps qu'un administrateur active votre compte."

#: seahub/templates/repo_dir_recycle_view.html:13
#, python-format
msgid "<span class=\"op-target\">%(repo_dir_name)s</span> Trash"
msgstr "<span class=\"op-target\">%(repo_dir_name)s</span> Corbeille"

#: seahub/templates/repo_dir_recycle_view.html:15
#: seahub/templates/repo_history_view.html:16
#: seahub/templates/text_diff.html:15
#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:26
msgid "Back"
msgstr "Retour"

#: seahub/templates/repo_dir_recycle_view.html:21
#: seahub/templates/repo_history_view.html:40
msgid "Current path: "
msgstr "Chemin d'accès actuel : "

#: seahub/templates/repo_dir_recycle_view.html:37
#: seahub/templates/repo_dir_recycle_view.html:65
msgid "Clean"
msgstr "Nettoyer"

#: seahub/templates/repo_dir_recycle_view.html:45
msgid "Delete Time"
msgstr "Date de suppression"

#: seahub/templates/repo_dir_recycle_view.html:59
msgid "More"
msgstr "Plus"

#: seahub/templates/repo_dir_recycle_view.html:66
msgid "Clear files in trash and history："
msgstr "Nettoyer les fichiers dans la corbeille et l'historique :"

#: seahub/templates/repo_dir_recycle_view.html:68
msgid "3 days ago"
msgstr "Il y a 3 jours"

#: seahub/templates/repo_dir_recycle_view.html:69
msgid "1 week ago"
msgstr "Il y a 1 semaine"

#: seahub/templates/repo_dir_recycle_view.html:70
msgid "1 month ago"
msgstr "Il y a 1 mois"

#: seahub/templates/repo_dir_recycle_view.html:71
msgid "all"
msgstr "tout"

#: seahub/templates/repo_dir_recycle_view.html:75
#: seahub/templates/view_shared_upload_link.html:86
#: seahub/two_factor/templates/two_factor/_wizard_actions.html:4
#: seahub/two_factor/templates/two_factor/profile/disable.html:12
msgid "Cancel"
msgstr "Annuler"

#: seahub/templates/repo_dir_recycle_view.html:192
msgid "Successfully restored 1 item."
msgstr "1 objet a été restauré avec succès."

#: seahub/templates/repo_folder_trash_react.html:5
msgid "Trash"
msgstr "Corbeille"

#: seahub/templates/repo_history_react.html:5
msgid "History"
msgstr "Historique"

#: seahub/templates/repo_history_view.html:13
#, python-format
msgid "<span class=\"op-target\">%(repo_name)s</span> Snapshot"
msgstr "<span class=\"op-target\">%(repo_name)s</span> Instantané"

#: seahub/templates/repo_history_view.html:30
msgid "Unknown"
msgstr "Inconnu"

#: seahub/templates/repo_history_view.html:51
#: seahub/templates/repo_history_view.html:68
#: seahub/templates/repo_history_view.html:78
#: seahub/templates/snippets/repo_dir_trash_tr.html:11
#: seahub/templates/snippets/repo_dir_trash_tr.html:26
msgid "Restore"
msgstr "Restaurer"

#: seahub/templates/repo_history_view.html:65
#: seahub/templates/snippets/repo_dir_trash_tr.html:6
msgid "Directory"
msgstr "Dossier"

#: seahub/templates/repo_history_view.html:89
msgid "Restore Library"
msgstr "Restaurer la bibliothèque"

#: seahub/templates/repo_history_view.html:90
msgid "Are you sure you want to restore this library?"
msgstr "Êtes-vous certain de vouloir restaurer cette bibliothèque ?"

#: seahub/templates/repo_history_view.html:114
#, python-brace-format
msgid "Successfully restored {dirent_name}"
msgstr "Le dossier {dirent_name} a été restauré avec succès"

#: seahub/templates/repo_snapshot_react.html:5
msgid "Snapshot"
msgstr "Instantané"

#: seahub/templates/share_access_validation.html:6
msgid ""
"Please input the password if you want to browse the shared file/directory."
msgstr "Veuillez saisir le mot de passe si vous voulez afficher les dossiers/fichiers partagés. "

#: seahub/templates/shared_link_email.html:12
#, python-format
msgid ""
"%(escaped_nickname)s shared a %(file_shared_type)s <span style=\"font-"
"weight:bold;\">%(file_shared_name)s</span> to you on %(site_name)s:"
msgstr "%(escaped_nickname)s a partagé un %(file_shared_type)s <span style=\"font-weight:bold;\">%(file_shared_name)s</span> avec vous sur %(site_name)s :"

#: seahub/templates/shared_link_email.html:17
#: seahub/templates/shared_upload_link_email.html:20
msgid "Password:"
msgstr "Mot de passe :"

#: seahub/templates/shared_upload_link_email.html:11
#, python-format
msgid "%(escaped_nickname)s shared an upload link to you on %(site_name)s."
msgstr "%(escaped_nickname)s ont partagé un lien d'envoi avec vous sur %(site_name)s."

#: seahub/templates/shared_upload_link_email.html:15
msgid "You can go to the following page and upload your files:"
msgstr "Rendez-vous sur la page suivante et envoyez des fichiers :"

#: seahub/templates/snippets/password_strength_js.html:42
msgid "too weak"
msgstr "trop faible"

#: seahub/templates/snippets/password_strength_js.html:43
msgid "weak"
msgstr "faible"

#: seahub/templates/snippets/password_strength_js.html:44
msgid "medium"
msgstr "moyen"

#: seahub/templates/snippets/password_strength_js.html:45
msgid "strong"
msgstr "fort"

#: seahub/templates/snippets/policy_service_link.html:5
#: seahub/templates/snippets/policy_service_link.html:9
msgid "Privacy Policy"
msgstr "Politique de vie privée"

#: seahub/templates/snippets/policy_service_link.html:7
#: seahub/templates/snippets/policy_service_link.html:11
msgid "Terms of Service"
msgstr "Conditions générales"

#: seahub/templates/snippets/repo_create_js.html:38
msgid "Description is required"
msgstr "La description est requise"

#: seahub/templates/snippets/repo_create_js.html:46
msgid "Please enter password"
msgstr "Veuillez entrer le mot de passe"

#: seahub/templates/snippets/repo_create_js.html:50
msgid "Password is too short"
msgstr "Le mot de passe est trop court"

#: seahub/templates/snippets/reset_repo_password.html:10
#, python-format
msgid ""
"The new password of library %(repo_name)s is %(password)s. Please change it "
"as soon as possible."
msgstr "Le nouveau mot de passe de la bibliothèque %(repo_name)s est %(password)s. Veuillez le changer le plus rapidement possible."

#: seahub/templates/sysadmin/sudo_mode.html:8
msgid "Confirm password to continue"
msgstr "Confirmer le mot de passe pour continuer"

#: seahub/templates/sysadmin/sudo_mode.html:13
msgid "Incorrect password"
msgstr "Mot de passe incorrect"

#: seahub/templates/sysadmin/sudo_mode.html:24
msgid "Tip:"
msgstr "Astuce :"

#: seahub/templates/sysadmin/sudo_mode.html:24
msgid ""
"You are entering admin area, we won't ask for your password again for a few "
"hours."
msgstr "Vous entrez dans l'espace d'administration, nous ne vous demanderons plus votre mot de passe pour quelques heures."

#: seahub/templates/sysadmin/user_activation_email.html:12
#, python-format
msgid "Your account %(username)s on %(site_name)s has been activated."
msgstr "Votre compte %(username)s sur %(site_name)s a été activé."

#: seahub/templates/sysadmin/user_add_email.html:13
#, python-format
msgid ""
"%(escaped_nickname)s invited you to join organization \"%(org_name)s\" on "
"%(site_name)s."
msgstr "%(escaped_nickname)s est invité à rejoindre l'organisation \"%(org_name)s\" sur %(site_name)s."

#: seahub/templates/sysadmin/user_add_email.html:15
#: seahub/templates/sysadmin/user_batch_add_email.html:12
#, python-format
msgid "%(escaped_nickname)s invited you to join %(site_name)s."
msgstr "%(escaped_nickname)s vous a invité à rejoindre %(site_name)s."

#: seahub/templates/sysadmin/user_add_email.html:20
#: seahub/templates/sysadmin/user_batch_add_email.html:16
msgid "Here is your account information:"
msgstr "Informations de votre compte :"

#: seahub/templates/sysadmin/user_add_email.html:21
#: seahub/templates/sysadmin/user_batch_add_email.html:17
#, python-format
msgid "Email: %(email)s"
msgstr "E-mail : %(email)s"

#: seahub/templates/sysadmin/user_add_email.html:22
#: seahub/templates/sysadmin/user_batch_add_email.html:18
#, python-format
msgid "Password: %(password)s"
msgstr "Mot de passe : %(password)s"

#: seahub/templates/sysadmin/user_freeze_email.html:12
#, python-format
msgid ""
"Account %(user)s froze due to excessive failed logins. Please check at:"
msgstr "Le compte %(user)s est bloqué suite à de trop nombreux échecs de connexion. Veuillez vérifier sur :"

#: seahub/templates/sysadmin/user_reset_email.html:12
#, python-format
msgid ""
"Your password on %(site_name)s has been reset. Now it is %(password)s. "
"Please change it as soon as possible. "
msgstr "Votre mot de passe sur %(site_name)s a été réinitialisé. Votre mot de passe est maintenant %(password)s. Veuillez le changer dès que possible."

#: seahub/templates/text_diff.html:12
msgid "modification details"
msgstr "Détails de la modification"

#: seahub/templates/text_diff.html:33
msgid "It's a newly-created blank file."
msgstr "Il s'agit d'un fichier vide nouvellement créé."

#: seahub/templates/text_diff.html:40
msgid "before modification"
msgstr "avant modification"

#: seahub/templates/text_diff.html:42
msgid "after modification"
msgstr "après modification"

#: seahub/templates/user_404.html:6
msgid "Sorry, this user is not registered yet."
msgstr "Désolé, cet utilisateur n'est pas encore enregistré."

#: seahub/templates/user_quota_full.html:12
#, python-format
msgid "Your quota is almost full on %(site_name)s."
msgstr "Votre quota de %(site_name)s est presque rempli"

#: seahub/templates/user_quota_full.html:14
msgid "Used:"
msgstr "Utilisé :"

#: seahub/templates/view_shared_upload_link.html:8
#, python-format
msgid "Upload files to <span class=\"op-target\">%(dir_name)s</span>"
msgstr "Envoyer des fichiers vers <span class=\"op-target\">%(dir_name)s</span>"

#: seahub/templates/view_shared_upload_link.html:9
msgid "shared by:"
msgstr "partagé par :"

#: seahub/templates/view_shared_upload_link.html:11
msgid "The owner of this library has run out of space."
msgstr "Le propriétaire de cette bibliothèque n'a plus assez d'espace libre.."

#: seahub/templates/view_shared_upload_link.html:18
#: seahub/templates/view_shared_upload_link.html:64
msgid "Add Files"
msgstr "Ajouter des fichiers"

#: seahub/templates/view_shared_upload_link.html:24
msgid "Add folder"
msgstr "Ajouter un dossier"

#: seahub/templates/view_shared_upload_link.html:30
msgid "Cancel All"
msgstr "Annuler tout"

#: seahub/templates/view_shared_upload_link.html:34
msgid ""
"File Drag & Drop is supported for Chrome, Safari 5.0+, Firefox 4.0+, IE "
"10.0+"
msgstr "Glisser & Déposer est supporté par Chrome, Safari 5.0+, Firefox 4.0+, IE 10.0+"

#: seahub/templates/view_shared_upload_link.html:36
msgid "Folder Drag & Drop is supported for Chrome"
msgstr "Glisser et Déposer des dossiers est supporté par Chrome"

#: seahub/templates/view_shared_upload_link.html:39
#, python-format
msgid "File size should be smaller than %(max_file_size)s"
msgstr "La taille du fichier doit être plus petite que %(max_file_size)s"

#: seahub/templates/view_shared_upload_link.html:48
msgid "Saving..."
msgstr "Sauvegarde ..."

#: seahub/templates/view_shared_upload_link.html:75
msgid "File is too big"
msgstr "Le fichier est trop gros"

#: seahub/templates/view_shared_upload_link.html:76
msgid "File is too small"
msgstr "Le fichier est trop petit"

#: seahub/templates/view_shared_upload_link.html:77
msgid "Filetype not allowed"
msgstr "Ce type de fichier n'est pas autorisé"

#: seahub/templates/view_shared_upload_link.html:78
msgid "Maximum number of files exceeded"
msgstr "Nombre maximal de fichiers dépassé"

#: seahub/templates/view_shared_upload_link.html:79
msgid "Uploaded bytes exceed file size"
msgstr "Le nombre d'octets envoyés dépasse la taille du fichier"

#: seahub/templates/view_shared_upload_link.html:80
msgid "Empty file upload result"
msgstr "Résultat d'envoi du fichier vide"

#: seahub/templates/view_shared_upload_link.html:83
msgid "uploaded"
msgstr "Envoyé"

#: seahub/templates/view_shared_upload_link.html:84
msgid "canceled"
msgstr "Annulé"

#: seahub/templates/view_shared_upload_link.html:85
msgid "Start"
msgstr "Démarrer"

#: seahub/templates/view_shared_upload_link.html:227
msgid "Network error"
msgstr "Erreur réseau"

#: seahub/templates/wiki/wiki.html:25
msgid "Last modified by"
msgstr "Modifié dernièrement par"

#: seahub/thumbnail/views.py:45 seahub/thumbnail/views.py:172
#: seahub/views/__init__.py:601
msgid "Invalid arguments."
msgstr "Arguments non valides."

#: seahub/thumbnail/views.py:62 seahub/thumbnail/views.py:185
msgid "Failed to create thumbnail."
msgstr "Échec de la création de la vignette."

#: seahub/two_factor/forms.py:39 seahub/two_factor/forms.py:63
#: seahub/two_factor/forms.py:167 seahub/two_factor/forms.py:173
#: seahub/two_factor/forms.py:297
msgid "Token"
msgstr "Token"

#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:6
msgid "Backup Tokens"
msgstr "Sauvegarde de tokens"

#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:8
msgid ""
"Backup tokens can be used when your primary and backup\n"
"      phone numbers aren't available. The backup tokens below can be used\n"
"      for login verification. If you've used up all your backup tokens, you\n"
"      can generate a new set of backup tokens. Only the backup tokens shown\n"
"      below will be valid."
msgstr "Les jetons de sauvegarde peuvent être utilisés lorsque les principaux et\nles numéros de téléphones sont indisponibles. Les jetons de sauvegarde\nci-dessous peuvent être utilisés pour la vérification de connexion. Si vous\navez utilisé tous vos jetons de sauvegarde, vous pouvez générer un nouvel\nensemble de jetons de sauvegarde. Seuls les jetons de sauvegarde affichés\nci-dessous seront valides."

#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:20
msgid "Print these tokens and keep them somewhere safe."
msgstr "Imprimez ces jetons et gardez-les dans un endroit sûr."

#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:22
msgid "You don't have any backup codes yet."
msgstr "Vous n'avez aucune sauvegarde de code pour l'instant"

#: seahub/two_factor/templates/two_factor/core/backup_tokens.html:27
msgid "Generate Tokens"
msgstr "Générer des tokens"

#: seahub/two_factor/templates/two_factor/core/login.html:7
msgid "Two-Factor Authentication"
msgstr "Authentification à deux facteurs"

#: seahub/two_factor/templates/two_factor/core/login.html:19
msgid ""
"Open the two-factor authentication app on your device to view your "
"authentication token and verify your identify."
msgstr "Ouvrez l'application d'authentification à deux facteurs sur votre périphérique pour voir votre token d'authentification et vérifier votre identité"

#: seahub/two_factor/templates/two_factor/core/login.html:22
msgid "Authentication token"
msgstr "Token d'authentification"

#: seahub/two_factor/templates/two_factor/core/login.html:27
#, python-format
msgid "Remember this computer for %(remember_days)s days"
msgstr "Se souvenir de cet ordinateur pendant %(remember_days)s jour(s)"

#: seahub/two_factor/templates/two_factor/core/login.html:31
#: seahub/two_factor/templates/two_factor/core/login.html:50
msgid "Incorrect code"
msgstr "Code incorrect"

#: seahub/two_factor/templates/two_factor/core/login.html:35
#: seahub/two_factor/templates/two_factor/core/login.html:55
msgid "Verify"
msgstr "Vérifié"

#: seahub/two_factor/templates/two_factor/core/login.html:40
msgid "Don't have your phone?"
msgstr "Vous n'avez pas votre téléphone ?"

#: seahub/two_factor/templates/two_factor/core/login.html:41
msgid "Enter a two-factor backup code"
msgstr "Entrer un code de secours à deux facteurs"

#: seahub/two_factor/templates/two_factor/core/login.html:47
msgid "Backup code"
msgstr "Code de secours"

#: seahub/two_factor/templates/two_factor/core/login.html:54
msgid ""
"You can enter one of your backup codes in case you lost access to your "
"mobile device."
msgstr "Vous pouvez entrer l'un de vos codes de sauvegarde au cas où vous perderiez l'accès à votre appareil mobile."

#: seahub/two_factor/templates/two_factor/core/setup.html:6
msgid "Enable Two-Factor Authentication"
msgstr "Activer l'authentification à deux facteurs"

#: seahub/two_factor/templates/two_factor/core/setup.html:16
msgid ""
"To start using a token generator, please use your\n"
"        smartphone to scan the QR code below. For example, use Google\n"
"        Authenticator. Then, enter the token generated by the app.\n"
"        "
msgstr "Pour commencer à utiliser un générateur de jetons, utilisez votre\nsmartphone pour scanner le QR code ci-dessous. Par exemple, utilisez\nl'Identificateur de Google. Ensuite, entrez le jeton généré par l'application."

#: seahub/two_factor/templates/two_factor/profile/disable.html:6
msgid "Disable Two-Factor Authentication"
msgstr "Désactiver l'authentification à deux facteurs"

#: seahub/two_factor/templates/two_factor/profile/disable.html:8
msgid ""
"You are about to disable two-factor authentication. This\n"
"    compromises your account security, are you sure?"
msgstr "Vous êtes sur le point de désactiver l'authentification à deux facteurs. Ceci \ncompromet la sécurité de votre compte, êtes-vous certain ?"

#: seahub/two_factor/templates/two_factor/profile/disable.html:11
msgid "Disable"
msgstr "Désactiver"

#: seahub/utils/__init__.py:152
msgid "permission error"
msgstr "Erreur de permission"

#: seahub/views/__init__.py:402 seahub/views/__init__.py:417
#: seahub/views/__init__.py:432
msgid "Unable to view recycle page"
msgstr "Impossible d'afficher la page de la corbeille"

#: seahub/views/__init__.py:477
msgid "Unable to view library modification"
msgstr "Impossible d'afficher les modifications de la bibliothèque"

#: seahub/views/__init__.py:560 seahub/views/__init__.py:603
#: seahub/views/__init__.py:737 seahub/views/__init__.py:882
#: seahub/views/ajax.py:376 seahub/views/file.py:1870
msgid "Library does not exist"
msgstr "La bibliothèque n'existe pas"

#: seahub/views/__init__.py:594
msgid "Please specify history ID"
msgstr "Veuillez préciser l'ID de l'historique"

#: seahub/views/__init__.py:598
msgid "Successfully restored the library."
msgstr "Bibliothèque restaurée avec succès"

#: seahub/views/__init__.py:605
msgid "History you specified does not exist"
msgstr "L'historique que vous avez spécifié n'existe pas"

#: seahub/views/__init__.py:607
msgid "Unknown error"
msgstr "Erreur inconnue"

#: seahub/views/__init__.py:889 seahub/views/repo.py:295
#, python-format
msgid "\"%s\" does not exist."
msgstr "\"%s\" n'existe pas."

#: seahub/views/__init__.py:921
#, python-format
msgid "Unable to download \"%s\""
msgstr "Impossible de télécharger \"%s\""

#: seahub/views/ajax.py:161 seahub/views/ajax.py:441
msgid "Library is encrypted."
msgstr "La bibliothèque est cryptée."

#: seahub/views/ajax.py:167
msgid "Error: no head commit id"
msgstr "Erreur : pas d'ID de commit de tête"

#: seahub/views/ajax.py:321
msgid "Wrong repo id"
msgstr "Mauvais ID de repo"

#: seahub/views/ajax.py:332 seahub/views/ajax.py:364
msgid "Bad upload link token."
msgstr "Mauvais token de lien d'envoi."

#: seahub/views/ajax.py:338 seahub/views/file.py:459 seahub/views/file.py:490
#: seahub/views/file.py:1153 seahub/views/file.py:1369
#: seahub/views/file.py:1879
msgid "File does not exist"
msgstr "Le fichier n'existe pas"

#: seahub/views/ajax.py:371
msgid "Bad repo id in upload link."
msgstr "Mauvais id de dépôt dans le lien d'envoi."

#: seahub/views/ajax.py:463
msgid "No conflict in the merge."
msgstr "Pas de conflit dans la fusion."

#: seahub/views/file.py:193
msgid "HTTPError: failed to open file online"
msgstr "HTTPError: impossible d'ouvrir le fichier en ligne"

#: seahub/views/file.py:197
msgid "URLError: failed to open file online"
msgstr "URLError: impossible d'ouvrir le fichier en ligne"

#: seahub/views/file.py:204
msgid "The encoding you chose is not proper."
msgstr "L'encodage que vous avez choisi n'est pas approprié."

#: seahub/views/file.py:221 seahub/views/file.py:224
msgid "Unknown file encoding"
msgstr "Encodage de fichier inconnu"

#: seahub/views/file.py:344 seahub/views/file.py:379 seahub/views/file.py:667
#: seahub/views/file.py:757 seahub/views/file.py:879
#, python-format
msgid "File size surpasses %s, can not be opened online."
msgstr "La taille du fichier dépasse %s, il ne peut donc pas être visionné en ligne."

#: seahub/views/file.py:351 seahub/views/file.py:792
msgid "The library is encrypted, can not open file online."
msgstr "La bibliothèque est cryptée. Elle ne peut pas être ouverte en ligne."

#: seahub/views/file.py:446 seahub/views/file.py:468 seahub/views/file.py:473
#: seahub/views/file.py:514 seahub/views/file.py:747 seahub/views/file.py:1012
#: seahub/views/file.py:1038 seahub/views/file.py:1068
#: seahub/views/file.py:1199 seahub/views/file.py:1288
#: seahub/views/file.py:1410 seahub/views/file.py:1510
msgid "Unable to view file"
msgstr "Impossible d'afficher le fichier"

#: seahub/views/file.py:816 seahub/views/file.py:960 seahub/views/file.py:1249
#: seahub/views/file.py:1448
msgid "Error when prepare Office Online file preview page."
msgstr "Erreur en préparant la page de prévisualisation du document Office Online"

#: seahub/views/file.py:848 seahub/views/file.py:972 seahub/views/file.py:1268
#: seahub/views/file.py:1464
msgid "Error when prepare OnlyOffice file preview page."
msgstr "Erreur en préparant la page de prévisualisation du fichier OnlyOffice"

#: seahub/views/file.py:1104
msgid "Unable to download file, invalid file path"
msgstr "Impossible de télécharger le fichier, chemin de fichier invalide"

#: seahub/views/file.py:1113
msgid "Unable to download file, wrong file path"
msgstr "Impossible de télécharger le fichier, chemin de fichier erroné"

#: seahub/views/file.py:1120
msgid "Unable to download file."
msgstr "Impossible de télécharger le fichier."

#: seahub/views/file.py:1304 seahub/views/file.py:1529
#: seahub/views/repo.py:347
#, python-format
msgid "Share link for %s."
msgstr "Partager le lien pour %s."

#: seahub/views/file.py:1647 seahub/views/file.py:1652
msgid "Unable to download file"
msgstr "Impossible de télécharger le fichier"

#: seahub/views/sysadmin.py:331 seahub/views/sysadmin.py:357
msgid "Failed to set quota: internal server error"
msgstr "Échec de mise en place du quota : erreur interne du serveur"

#: seahub/views/sysadmin.py:376
msgid "Failed to delete: the user is an organization creator"
msgstr "Impossible de supprimer : l'utilisateur est le créateur de l'organisation"

#: seahub/views/sysadmin.py:421
#, python-format
msgid "Successfully revoke the admin permission of %s"
msgstr "Permissions administrateur de %s supprimées avec succès"

#: seahub/views/sysadmin.py:423
msgid "Failed to revoke admin: the user does not exist"
msgstr "Impossible de supprimer les droits administrateur : l'utilisateur n'existe pas"

#: seahub/views/sysadmin.py:551
msgid "Failed to reset password: user does not exist"
msgstr "Impossible de réinitialiser le mot de passe : l'utilisateur n'existe pas"

#: seahub/views/sysadmin.py:600
#, python-format
msgid "Fail to add user %s."
msgstr "Échec de l'ajout de l'utilisateur %s."

#: seahub/views/sysadmin.py:625 seahub/views/sysadmin.py:638
#, python-format
msgid "Successfully added user %s. An email notification has been sent."
msgstr "Utilisateur %s ajouté avec succès. Une notification par e-mail a été envoyée."

#: seahub/views/sysadmin.py:628 seahub/views/sysadmin.py:641
#, python-format
msgid ""
"Successfully added user %s. An error accurs when sending email notification,"
" please check your email configuration."
msgstr "Utilisateur %s ajouté avec succès. Une erreur s'est produite lors de l'envoi de notification par e-mail. Le service de courrier électronique n'est pas configuré correctement."

#: seahub/views/sysadmin.py:630 seahub/views/sysadmin.py:643
#, python-format
msgid "Successfully added user %s."
msgstr "L'utilisateur %s a été ajouté avec succès."

#: seahub/views/sysadmin.py:645
#, python-format
msgid ""
"Successfully added user %s. But email notification can not be sent, because "
"Email service is not properly configured."
msgstr "L'utilisateur %s a été ajouté avec succès. La notification par e-mail ne peut être envoyée, le service d'e-mail n'est pas configuré correctement."

#: seahub/views/sysadmin.py:697
msgid "Input should be a number"
msgstr "La saisie doit être un nombre"

#: seahub/views/sysadmin.py:707
msgid "Input number should be greater than 0"
msgstr "Le nombre saisi doit être supérieur à 0"

#: seahub/views/sysadmin.py:745
msgid "Successfully deleted."
msgstr "Supprimé avec succès."

#: seahub/views/sysadmin.py:775
#, python-format
msgid "Successfully set %s as admin."
msgstr "%s défini en tant qu'administrateur avec succès."

#: seahub/views/sysadmin.py:777
#, python-format
msgid "Failed to set %s as admin: user does not exist."
msgstr "Impossible de définir %s en tant qu'administrateur : l'utilisateur n'existe pas."

#: seahub/views/sysadmin.py:792 seahub/views/sysadmin.py:793
#: seahub/views/sysadmin.py:794 seahub/views/sysadmin.py:807
#: seahub/views/sysadmin.py:808
msgid "Optional"
msgstr "Optionnel"

#: seahub/wiki/views.py:158
msgid "Unable to view Wiki"
msgstr "Impossible d'afficher le Wiki"
