Changeset - 4ce36e5fb161
[Not reviewed]
default
0 1 0
Thomas De Schampheleire - 7 years ago 2019-03-26 22:14:37
patrickdepinguin@gmail.com
i18n: updated translation for French

Currently translated at 100.0% (1091 of 1091 strings)
1 file changed with 3 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/i18n/fr/LC_MESSAGES/kallithea.po
Show inline comments
 
# French translations for Kallithea.
 
# Copyright (C) 2014 RhodeCode GmbH, and others.
 
# This file is distributed under the same license as the Kallithea project.
 
# Translators:
 
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011
 
msgid ""
 
msgstr ""
 
"Project-Id-Version: Kallithea 0.3\n"
 
"Report-Msgid-Bugs-To: translations@kallithea-scm.org\n"
 
"POT-Creation-Date: 2019-03-26 22:07+0100\n"
 
"PO-Revision-Date: 2019-03-23 09:34+0000\n"
 
"Last-Translator: Étienne Gilli <etienne.gilli@gmail.com>\n"
 
"PO-Revision-Date: 2019-03-26 21:15+0000\n"
 
"Last-Translator: Thomas De Schampheleire <patrickdepinguin@gmail.com>\n"
 
"Language-Team: French <https://hosted.weblate.org/projects/kallithea/"
 
"kallithea/fr/>\n"
 
"Language: fr\n"
 
"MIME-Version: 1.0\n"
 
"Content-Type: text/plain; charset=UTF-8\n"
 
"Content-Transfer-Encoding: 8bit\n"
 
"Plural-Forms: nplurals=2; plural=n > 1;\n"
 
"X-Generator: Weblate 3.6-dev\n"
 

	
 
#: kallithea/controllers/changelog.py:67
 
#: kallithea/controllers/pullrequests.py:252 kallithea/lib/base.py:605
 
msgid "There are no changesets yet"
 
msgstr "Il n’y a aucun changement pour le moment"
 

	
 
#: kallithea/controllers/admin/permissions.py:62
 
#: kallithea/controllers/admin/permissions.py:66
 
#: kallithea/controllers/admin/permissions.py:70
 
#: kallithea/controllers/changelog.py:136
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:7
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:88
 
#: kallithea/templates/admin/repos/repo_edit_permissions.html:7
 
#: kallithea/templates/admin/user_groups/user_group_edit_perms.html:7
 
#: kallithea/templates/base/perms_summary.html:14
 
msgid "None"
 
msgstr "Aucun"
 

	
 
#: kallithea/controllers/changelog.py:139 kallithea/controllers/files.py:197
 
msgid "(closed)"
 
msgstr "(fermé)"
 

	
 
#: kallithea/controllers/changeset.py:83
 
msgid "Show whitespace"
 
msgstr "Afficher les espaces et tabulations"
 

	
 
#: kallithea/controllers/changeset.py:90
 
#: kallithea/controllers/changeset.py:97
 
#: kallithea/templates/files/diff_2way.html:55
 
msgid "Ignore whitespace"
 
msgstr "Ignorer les espaces et tabulations"
 

	
 
#: kallithea/controllers/changeset.py:163
 
#, python-format
 
msgid "Increase diff context to %(num)s lines"
 
msgstr "Augmenter le contexte du diff à %(num)s lignes"
 

	
 
#: kallithea/controllers/changeset.py:203
 
msgid "No permission to change status"
 
msgstr "Permission manquante pour changer le statut"
 

	
 
#: kallithea/controllers/changeset.py:214
 
#, python-format
 
msgid "Successfully deleted pull request %s"
 
msgstr "La requête de pull %s a été supprimée avec succès"
 

	
 
#: kallithea/controllers/changeset.py:321 kallithea/controllers/files.py:97
 
#: kallithea/controllers/files.py:117 kallithea/controllers/files.py:727
 
msgid "Such revision does not exist for this repository"
 
msgstr "Une telle révision n'existe pas pour ce dépôt"
 

	
 
#: kallithea/controllers/compare.py:66
 
#, python-format
 
msgid "Could not find other repository %s"
 
msgstr "Impossible de trouver l'autre dépôt %s"
 

	
 
#: kallithea/controllers/compare.py:72
 
msgid "Cannot compare repositories of different types"
 
msgstr "Impossible de comparer des dépôts de types différents"
 

	
 
#: kallithea/controllers/compare.py:244
 
msgid "Cannot show empty diff"
 
msgstr "Impossible d'afficher un diff vide"
 

	
 
#: kallithea/controllers/compare.py:246
 
msgid "No ancestor found for merge diff"
 
msgstr "Aucun ancêtre trouvé pour le diff de fusion"
 

	
 
#: kallithea/controllers/compare.py:250
 
msgid "Multiple merge ancestors found for merge compare"
 
msgstr "Plusieurs ancêtres de fusion trouvés pour la comparaison de fusion"
 

	
 
#: kallithea/controllers/compare.py:266
 
msgid "Cannot compare repositories without using common ancestor"
 
msgstr "Impossible de comparer des dépôts sans utiliser un ancêtre commun"
 

	
 
#: kallithea/controllers/error.py:70
 
msgid "No response"
 
msgstr "Pas de réponse"
 

	
 
#: kallithea/controllers/error.py:71
 
msgid "Unknown error"
 
msgstr "Erreur inconnue"
 

	
 
#: kallithea/controllers/error.py:84
 
msgid ""
 
"The request could not be understood by the server due to malformed syntax."
 
msgstr ""
 
"Le serveur n’a pas pu interpréter la requête à cause d’une erreur de "
 
"syntaxe."
 

	
 
#: kallithea/controllers/error.py:87
 
msgid "Unauthorized access to resource"
 
msgstr "Accès interdit à cette ressource"
 

	
 
#: kallithea/controllers/error.py:89
 
msgid "You don't have permission to view this page"
 
msgstr "Vous n’avez pas la permission de voir cette page"
 

	
 
#: kallithea/controllers/error.py:91
 
msgid "The resource could not be found"
 
msgstr "Ressource introuvable"
 

	
 
#: kallithea/controllers/error.py:93
 
msgid ""
 
"The server encountered an unexpected condition which prevented it from "
 
"fulfilling the request."
 
msgstr ""
 
"La requête n’a pu être traitée en raison d’une erreur survenue sur le "
 
"serveur."
 

	
 
#: kallithea/controllers/feed.py:63
 
#, python-format
 
msgid "%s committed on %s"
 
msgstr "%s a commité, le %s"
 

	
 
#: kallithea/controllers/feed.py:88
 
#: kallithea/templates/changeset/changeset.html:154
 
#: kallithea/templates/changeset/changeset.html:173
 
#: kallithea/templates/compare/compare_diff.html:81
 
#: kallithea/templates/compare/compare_diff.html:95
 
#: kallithea/templates/pullrequests/pullrequest_show.html:309
 
#: kallithea/templates/pullrequests/pullrequest_show.html:333
 
msgid "Changeset was too big and was cut off..."
 
msgstr "Cet ensemble de changements était trop important et a été découpé…"
 

	
 
#: kallithea/controllers/feed.py:111 kallithea/controllers/feed.py:143
 
#, python-format
 
msgid "%s %s feed"
 
msgstr "Flux %s de %s"
 

	
 
#: kallithea/controllers/feed.py:113 kallithea/controllers/feed.py:145
 
#, python-format
 
msgid "Changes on %s repository"
 
msgstr "Changements sur le dépôt %s"
 

	
 
#: kallithea/controllers/files.py:92
 
msgid "Click here to add new file"
 
msgstr "Ajouter un nouveau fichier"
 

	
 
#: kallithea/controllers/files.py:93
 
#, python-format
 
msgid "There are no files yet. %s"
 
msgstr "Il n'y a actuellement pas de fichiers. %s"
 

	
 
#: kallithea/controllers/files.py:194
 
#, python-format
 
msgid "%s at %s"
 
msgstr "%s à %s"
 

	
 
#: kallithea/controllers/files.py:300 kallithea/controllers/files.py:360
 
#: kallithea/controllers/files.py:427
 
#, python-format
 
msgid "This repository has been locked by %s on %s"
 
msgstr "Ce dépôt a été verrouillé par %s sur %s"
 

	
 
#: kallithea/controllers/files.py:312
 
msgid "You can only delete files with revision being a valid branch"
 
msgstr ""
 
"Vous ne pouvez supprimer les fichiers que si la révision est une branche "
 
"valide"
 

	
 
#: kallithea/controllers/files.py:323
 
#, python-format
 
msgid "Deleted file %s via Kallithea"
 
msgstr "Le fichier %s a été supprimé via Kallithea"
 

	
 
#: kallithea/controllers/files.py:345
 
#, python-format
 
msgid "Successfully deleted file %s"
 
msgstr "Suppression du fichier %s effectuée avec succès"
 

	
 
#: kallithea/controllers/files.py:349 kallithea/controllers/files.py:415
 
#: kallithea/controllers/files.py:496
 
msgid "Error occurred during commit"
 
msgstr "Une erreur est survenue durant le commit"
 

	
 
#: kallithea/controllers/files.py:372
 
msgid "You can only edit files with revision being a valid branch"
 
msgstr ""
 
"Vous ne pouvez modifier les fichiers que si la révision est une branche "
 
"valide"
 

	
 
#: kallithea/controllers/files.py:386
 
#, python-format
 
msgid "Edited file %s via Kallithea"
 
msgstr "%s édité via Kallithea"
 

	
 
#: kallithea/controllers/files.py:402
 
msgid "No changes"
 
msgstr "Aucun changement"
 

	
 
#: kallithea/controllers/files.py:411 kallithea/controllers/files.py:485
 
#, python-format
 
msgid "Successfully committed to %s"
 
msgstr "Commit réalisé avec succès sur %s"
 

	
 
#: kallithea/controllers/files.py:438
 
msgid "Added file via Kallithea"
 
msgstr "%s ajouté par Kallithea"
 

	
 
#: kallithea/controllers/files.py:459
 
msgid "No content"
 
msgstr "Aucun contenu"
 

	
 
#: kallithea/controllers/files.py:463
 
msgid "No filename"
 
msgstr "Aucun nom de fichier"
 

	
 
#: kallithea/controllers/files.py:488
 
msgid "Location must be relative path and must not contain .. in path"
 
msgstr ""
 
"Le chemin doit être un chemin relatif et ne doit pas contenir .. dans le "
 
"chemin"
 

	
 
#: kallithea/controllers/files.py:520
 
msgid "Downloads disabled"
 
msgstr "Les téléchargements sont désactivés"
 

	
 
#: kallithea/controllers/files.py:531
 
#, python-format
 
msgid "Unknown revision %s"
 
msgstr "Révision %s inconnue"
 

	
 
#: kallithea/controllers/files.py:533
 
msgid "Empty repository"
 
msgstr "Dépôt vide"
 

	
 
#: kallithea/controllers/files.py:535
 
msgid "Unknown archive type"
 
msgstr "Type d’archive inconnu"
 

	
 
#: kallithea/controllers/files.py:756
 
#: kallithea/templates/changeset/changeset_range.html:9
 
#: kallithea/templates/email_templates/pull_request.html:64
 
#: kallithea/templates/pullrequests/pullrequest.html:84
 
msgid "Changesets"
 
msgstr "Changesets"
 

	
 
#: kallithea/controllers/files.py:757
 
#: kallithea/controllers/pullrequests.py:184 kallithea/model/scm.py:706
 
msgid "Branches"
 
msgstr "Branches"
 

	
 
#: kallithea/controllers/files.py:758
 
#: kallithea/controllers/pullrequests.py:185 kallithea/model/scm.py:717
 
msgid "Tags"
 
msgstr "Tags"
 

	
 
#: kallithea/controllers/forks.py:174
 
#, python-format
 
msgid "An error occurred during repository forking %s"
 
msgstr "Une erreur est survenue durant le fork du dépôt %s"
 

	
 
#: kallithea/controllers/home.py:78
 
msgid "Groups"
 
msgstr "Groupes"
 

	
 
#: kallithea/controllers/home.py:88
 
#: kallithea/templates/admin/repo_groups/repo_group_edit_perms.html:90
 
#: kallithea/templates/admin/repos/repo_add.html:12
 
#: kallithea/templates/admin/repos/repo_add.html:16
 
#: kallithea/templates/admin/repos/repos.html:9
 
#: kallithea/templates/admin/users/user_edit_advanced.html:6
 
#: kallithea/templates/base/base.html:56
 
#: kallithea/templates/base/base.html:73
 
#: kallithea/templates/base/base.html:444 kallithea/templates/index.html:5
 
msgid "Repositories"
 
msgstr "Dépôts"
 

	
 
#: kallithea/controllers/home.py:121
 
#: kallithea/templates/files/files_add.html:32
 
#: kallithea/templates/files/files_delete.html:23
 
#: kallithea/templates/files/files_edit.html:32
 
msgid "Branch"
 
msgstr "Branche"
 

	
 
#: kallithea/controllers/home.py:127
 
msgid "Closed Branches"
 
msgstr "Branches fermées"
 

	
 
#: kallithea/controllers/home.py:133
 
msgid "Tag"
 
msgstr "Étiquette"
 

	
 
#: kallithea/controllers/home.py:139
 
msgid "Bookmark"
 
msgstr "Signet"
 

	
 
#: kallithea/controllers/journal.py:113 kallithea/controllers/journal.py:155
 
#: kallithea/templates/journal/public_journal.html:4
 
#: kallithea/templates/journal/public_journal.html:18
 
msgid "Public Journal"
 
msgstr "Journal public"
 

	
 
#: kallithea/controllers/journal.py:117 kallithea/controllers/journal.py:159
 
#: kallithea/templates/base/base.html:297
 
#: kallithea/templates/journal/journal.html:5
 
#: kallithea/templates/journal/journal.html:13
 
msgid "Journal"
 
msgstr "Historique"
 

	
 
#: kallithea/controllers/login.py:139 kallithea/controllers/login.py:184
 
msgid "Bad captcha"
 
msgstr "Mauvais captcha"
 

	
 
#: kallithea/controllers/login.py:145
 
#, python-format
 
msgid "You have successfully registered with %s"
 
msgstr "Vous vous êtes inscrit avec succès avec %s"
 

	
 
#: kallithea/controllers/login.py:189
 
msgid "A password reset confirmation code has been sent"
 
msgstr ""
 
"Un lien de confirmation de réinitialisation de mot de passe a été envoyé"
 

	
 
#: kallithea/controllers/login.py:238
 
msgid "Invalid password reset token"
 
msgstr "Clé de réinitialisation de mot de passe invalide"
 

	
 
#: kallithea/controllers/admin/my_account.py:155
 
#: kallithea/controllers/login.py:243
 
msgid "Successfully updated password"
 
msgstr "Mot de passe mis à jour avec succès"
 

	
 
#: kallithea/controllers/pullrequests.py:71
 
#, python-format
 
msgid "Invalid reviewer \"%s\" specified"
 
msgstr "Reviewer spécifié \"%s\" non valide"
 

	
 
#: kallithea/controllers/pullrequests.py:133
 
#, python-format
 
msgid "%s (closed)"
 
msgstr "%s (fermé)"
 

	
 
#: kallithea/controllers/pullrequests.py:160
 
#: kallithea/templates/changeset/changeset.html:12
 
msgid "Changeset"
 
msgstr "Changements"
 

	
 
#: kallithea/controllers/pullrequests.py:181
 
msgid "Special"
 
msgstr "Spécial"
 

	
 
#: kallithea/controllers/pullrequests.py:182
 
msgid "Peer branches"
 
msgstr "Branches appairées"
 

	
 
#: kallithea/controllers/pullrequests.py:183 kallithea/model/scm.py:712
 
msgid "Bookmarks"
 
msgstr "Signets"
 

	
 
#: kallithea/controllers/pullrequests.py:320
 
#, python-format
 
msgid "Error creating pull request: %s"
 
msgstr "Erreur de création de la demande de pull : %s"
 

	
 
#: kallithea/controllers/pullrequests.py:347
 
#: kallithea/controllers/pullrequests.py:370
 
msgid "Error occurred while creating pull request"
 
msgstr "Une erreur est survenue durant la création de la pull request"
 

	
 
#: kallithea/controllers/pullrequests.py:352
 
msgid "Successfully opened new pull request"
 
msgstr "La requête de pull a été ouverte avec succès"
 

	
 
#: kallithea/controllers/pullrequests.py:375
 
msgid "New pull request iteration created"
 
msgstr "Nouvelle itération de requête de pull créée"
 

	
 
#: kallithea/controllers/pullrequests.py:403
 
#, python-format
 
msgid "Meanwhile, the following reviewers have been added: %s"
 
msgstr "Entretemps, les relecteurs suivants on été ajoutés : %s"
 

	
 
#: kallithea/controllers/pullrequests.py:407
 
@@ -4216,772 +4216,770 @@ msgid "Parent rev."
 
msgstr "Révision parente"
 

	
 
#: kallithea/templates/base/base.html:533
 
msgid "Child rev."
 
msgstr "Révision fille"
 

	
 
#: kallithea/templates/base/default_perms_box.html:11
 
msgid "Inherit defaults"
 
msgstr "Hériter des réglages par défaut"
 

	
 
#: kallithea/templates/base/default_perms_box.html:15
 
#, python-format
 
msgid ""
 
"Select to inherit global settings, IP whitelist and permissions from the "
 
"%s."
 
msgstr ""
 
"Sélectionner pour hériter des réglages généraux, de la liste blanche d'IP "
 
"et des permissions depuis les %s."
 

	
 
#: kallithea/templates/base/default_perms_box.html:23
 
msgid "Create repositories"
 
msgstr "Création de dépôts"
 

	
 
#: kallithea/templates/base/default_perms_box.html:27
 
msgid "Select this option to allow repository creation for this user"
 
msgstr ""
 
"Sélectionner cette option pour autoriser cet utilisateur à créer des "
 
"dépôts"
 

	
 
#: kallithea/templates/base/default_perms_box.html:33
 
msgid "Create user groups"
 
msgstr "Créer des groupes d'utilisateurs"
 

	
 
#: kallithea/templates/base/default_perms_box.html:37
 
msgid "Select this option to allow user group creation for this user"
 
msgstr ""
 
"Sélectionner cette option pour autoriser cet utilisateur à créer des "
 
"groupes d'utilisateurs"
 

	
 
#: kallithea/templates/base/default_perms_box.html:43
 
msgid "Fork repositories"
 
msgstr "Forker les dépôts"
 

	
 
#: kallithea/templates/base/default_perms_box.html:47
 
msgid "Select this option to allow repository forking for this user"
 
msgstr ""
 
"Sélectionner cette option pour autoriser cet utilisateur à forker des "
 
"dépôts"
 

	
 
#: kallithea/templates/base/perms_summary.html:13
 
#: kallithea/templates/changelog/changelog.html:41
 
msgid "Show"
 
msgstr "Afficher"
 

	
 
#: kallithea/templates/base/perms_summary.html:22
 
msgid "No permissions defined yet"
 
msgstr "Aucune permission définie pour l'instant"
 

	
 
#: kallithea/templates/base/perms_summary.html:30
 
#: kallithea/templates/base/perms_summary.html:55
 
msgid "Permission"
 
msgstr "Permission"
 

	
 
#: kallithea/templates/base/perms_summary.html:32
 
#: kallithea/templates/base/perms_summary.html:57
 
msgid "Edit Permission"
 
msgstr "Éditer"
 

	
 
#: kallithea/templates/base/perms_summary.html:92
 
msgid "No permission defined"
 
msgstr "Aucune permission définie"
 

	
 
#: kallithea/templates/base/root.html:28
 
msgid "Retry"
 
msgstr "Réessayer"
 

	
 
#: kallithea/templates/base/root.html:29
 
#: kallithea/templates/changeset/changeset_file_comment.html:65
 
msgid "Submitting ..."
 
msgstr "Envoi…"
 

	
 
#: kallithea/templates/base/root.html:30
 
msgid "Unable to post"
 
msgstr "Impossible de publier"
 

	
 
#: kallithea/templates/base/root.html:31
 
msgid "Add Another Comment"
 
msgstr "Ajouter un autre commentaire"
 

	
 
#: kallithea/templates/base/root.html:32
 
msgid "Stop following this repository"
 
msgstr "Arrêter de suivre ce dépôt"
 

	
 
#: kallithea/templates/base/root.html:33
 
msgid "Start following this repository"
 
msgstr "Suivre ce dépôt"
 

	
 
#: kallithea/templates/base/root.html:34
 
msgid "Group"
 
msgstr "Groupe"
 

	
 
#: kallithea/templates/base/root.html:35
 
msgid "Loading ..."
 
msgstr "Chargement..."
 

	
 
#: kallithea/templates/base/root.html:36
 
msgid "loading ..."
 
msgstr "chargement..."
 

	
 
#: kallithea/templates/base/root.html:37
 
msgid "Search truncated"
 
msgstr "Recherche tronquée"
 

	
 
#: kallithea/templates/base/root.html:38
 
msgid "No matching files"
 
msgstr "Aucun fichier correspondant"
 

	
 
#: kallithea/templates/base/root.html:39
 
msgid "Open New Pull Request from {0}"
 
msgstr "Ouvrir une nouvelle requête de pull à partir de {0}"
 

	
 
#: kallithea/templates/base/root.html:40
 
msgid "Open New Pull Request for {0} &rarr; {1}"
 
msgstr "Ouvrir une nouvelle requête de pull pour {0} &rarr; {1}"
 

	
 
#: kallithea/templates/base/root.html:41
 
msgid "Show Selected Changesets {0} &rarr; {1}"
 
msgstr "Afficher les changesets sélectionnés {0} &rarr; {1}"
 

	
 
#: kallithea/templates/base/root.html:42
 
msgid "Selection Link"
 
msgstr "Lien vers la sélection"
 

	
 
#: kallithea/templates/base/root.html:43
 
#: kallithea/templates/changeset/diff_block.html:7
 
msgid "Collapse Diff"
 
msgstr "Replier le Diff"
 

	
 
#: kallithea/templates/base/root.html:44
 
msgid "Expand Diff"
 
msgstr "Déplier le Diff"
 

	
 
#: kallithea/templates/base/root.html:45
 
msgid "No revisions"
 
msgstr "Aucune révision"
 

	
 
#: kallithea/templates/base/root.html:46
 
msgid "Type name of user or member to grant permission"
 
msgstr ""
 
"Saisir le nom de l'utilisateur ou du membre à qui donner l'autorisation"
 

	
 
#: kallithea/templates/base/root.html:47
 
msgid "Failed to revoke permission"
 
msgstr "Échec de la révocation de permission"
 

	
 
#: kallithea/templates/base/root.html:48
 
msgid "Confirm to revoke permission for {0}: {1} ?"
 
msgstr "Voulez-vous vraiment révoquer la permission pour {0} : {1} ?"
 

	
 
#: kallithea/templates/base/root.html:51
 
#: kallithea/templates/compare/compare_diff.html:108
 
msgid "Select changeset"
 
msgstr "Sélectionner le changeset"
 

	
 
#: kallithea/templates/base/root.html:52
 
msgid "Specify changeset"
 
msgstr "Sélectionner le changeset"
 

	
 
#: kallithea/templates/base/root.html:53
 
msgid "Click to sort ascending"
 
msgstr "Tri ascendant"
 

	
 
#: kallithea/templates/base/root.html:54
 
msgid "Click to sort descending"
 
msgstr "Tri descendant"
 

	
 
#: kallithea/templates/base/root.html:55
 
msgid "No records found."
 
msgstr "Aucun élément n’a été trouvé."
 

	
 
#: kallithea/templates/base/root.html:56
 
msgid "Data error."
 
msgstr "Erreur d’intégrité des données."
 

	
 
#: kallithea/templates/base/root.html:57
 
msgid "Loading..."
 
msgstr "Chargement…"
 

	
 
#: kallithea/templates/changelog/changelog.html:8
 
#, python-format
 
msgid "%s Changelog"
 
msgstr "Historique de %s"
 

	
 
#: kallithea/templates/changelog/changelog.html:23
 
#, python-format
 
msgid "showing %d out of %d revision"
 
msgid_plural "showing %d out of %d revisions"
 
msgstr[0] "Affichage de %d révision sur %d"
 
msgstr[1] "Affichage de %d révisions sur %d"
 

	
 
#: kallithea/templates/changelog/changelog.html:47
 
msgid "Clear selection"
 
msgstr "Vider la sélection"
 

	
 
#: kallithea/templates/changelog/changelog.html:54
 
msgid "Go to tip of repository"
 
msgstr "Aller au sommet (tip) du dépôt"
 

	
 
#: kallithea/templates/changelog/changelog.html:59
 
#: kallithea/templates/forks/forks_data.html:16
 
#, python-format
 
msgid "Compare fork with %s"
 
msgstr "Comparer le fork avec %s"
 

	
 
#: kallithea/templates/changelog/changelog.html:61
 
#, python-format
 
msgid "Compare fork with parent repository (%s)"
 
msgstr "Comparer le fork avec le dépôt parent (%s)"
 

	
 
#: kallithea/templates/changelog/changelog.html:65
 
#: kallithea/templates/files/files.html:29
 
msgid "Branch filter:"
 
msgstr "Filtre de branche :"
 

	
 
#: kallithea/templates/changelog/changelog.html:221
 
msgid "There are no changes yet"
 
msgstr "Il n’y a aucun changement pour le moment"
 

	
 
#: kallithea/templates/changelog/changelog_details.html:4
 
#: kallithea/templates/changeset/changeset.html:77
 
msgid "Removed"
 
msgstr "Supprimé"
 

	
 
#: kallithea/templates/changelog/changelog_details.html:5
 
#: kallithea/templates/changeset/changeset.html:78
 
msgid "Changed"
 
msgstr "Modifié"
 

	
 
#: kallithea/templates/changelog/changelog_details.html:6
 
#: kallithea/templates/changeset/changeset.html:79
 
#: kallithea/templates/changeset/diff_block.html:38
 
msgid "Added"
 
msgstr "Ajouté"
 

	
 
#: kallithea/templates/changelog/changelog_details.html:8
 
#: kallithea/templates/changelog/changelog_details.html:9
 
#: kallithea/templates/changelog/changelog_details.html:10
 
#: kallithea/templates/changeset/changeset.html:81
 
#: kallithea/templates/changeset/changeset.html:82
 
#: kallithea/templates/changeset/changeset.html:83
 
#, python-format
 
msgid "Affected %s files"
 
msgstr "%s fichiers affectés"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:20
 
msgid "First (oldest) changeset in this list"
 
msgstr "Premier changeset dans cette liste (le plus vieux)"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:22
 
msgid "Last (most recent) changeset in this list"
 
msgstr "Dernier changeset dans cette liste (le plus récent)"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:24
 
msgid "Position in this list of changesets"
 
msgstr "Position dans cette liste de changesets"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:35
 
#, python-format
 
msgid ""
 
"Changeset status: %s by %s\n"
 
"Click to open associated pull request %s"
 
msgstr ""
 
"Statut du changeset : %s par %s\n"
 
"Cliquer pour ouvrir la requête de pull %s associée"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:41
 
#, python-format
 
msgid "Changeset status: %s by %s"
 
msgstr "Statut de changeset : %s par %s"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:60
 
msgid "Expand commit message"
 
msgstr "Développer le message de commit"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:76
 
#, python-format
 
msgid "%s comments"
 
msgstr "%s commentaires"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:80
 
#: kallithea/templates/changeset/changeset.html:63
 
#: kallithea/templates/changeset/changeset_range.html:84
 
#, python-format
 
msgid "Bookmark %s"
 
msgstr "Marque-page %s"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:83
 
#: kallithea/templates/changeset/changeset.html:67
 
#: kallithea/templates/changeset/changeset_range.html:90
 
#: kallithea/templates/pullrequests/pullrequest_show.html:165
 
#, python-format
 
msgid "Tag %s"
 
msgstr "Tag %s"
 

	
 
#: kallithea/templates/changelog/changelog_table.html:102
 
#: kallithea/templates/changeset/changeset.html:71
 
#: kallithea/templates/changeset/changeset_range.html:94
 
#, python-format
 
msgid "Branch %s"
 
msgstr "Branche %s"
 

	
 
#: kallithea/templates/changeset/changeset.html:8
 
#, python-format
 
msgid "%s Changeset"
 
msgstr "Changeset de %s"
 

	
 
#: kallithea/templates/changeset/changeset.html:34
 
msgid "Changeset status"
 
msgstr "Statut du changeset"
 

	
 
#: kallithea/templates/changeset/changeset.html:43
 
#: kallithea/templates/changeset/diff_block.html:64
 
#: kallithea/templates/files/diff_2way.html:51
 
msgid "Raw diff"
 
msgstr "Diff brut"
 

	
 
#: kallithea/templates/changeset/changeset.html:46
 
msgid "Patch diff"
 
msgstr "Diff patch"
 

	
 
#: kallithea/templates/changeset/changeset.html:49
 
#: kallithea/templates/changeset/diff_block.html:66
 
#: kallithea/templates/files/diff_2way.html:54
 
msgid "Download diff"
 
msgstr "Télécharger le diff"
 

	
 
#: kallithea/templates/changeset/changeset.html:59
 
#: kallithea/templates/changeset/changeset_range.html:80
 
msgid "Merge"
 
msgstr "Fusion"
 

	
 
#: kallithea/templates/changeset/changeset.html:96
 
msgid "Grafted from:"
 
msgstr "Grafté depuis :"
 

	
 
#: kallithea/templates/changeset/changeset.html:102
 
msgid "Transplanted from:"
 
msgstr "Transplanté depuis :"
 

	
 
#: kallithea/templates/changeset/changeset.html:108
 
msgid "Replaced by:"
 
msgstr "Remplacé par :"
 

	
 
#: kallithea/templates/changeset/changeset.html:122
 
msgid "Preceded by:"
 
msgstr "Précédé par :"
 

	
 
#: kallithea/templates/changeset/changeset.html:139
 
#: kallithea/templates/compare/compare_diff.html:59
 
#: kallithea/templates/pullrequests/pullrequest_show.html:290
 
#, python-format
 
msgid "%s file changed"
 
msgid_plural "%s files changed"
 
msgstr[0] "%s fichier changé"
 
msgstr[1] "%s fichiers changés"
 

	
 
#: kallithea/templates/changeset/changeset.html:141
 
#: kallithea/templates/compare/compare_diff.html:61
 
#: kallithea/templates/pullrequests/pullrequest_show.html:292
 
#, python-format
 
msgid "%s file changed with %s insertions and %s deletions"
 
msgid_plural "%s files changed with %s insertions and %s deletions"
 
msgstr[0] "%s fichier changé avec %s insertions et %s suppressions"
 
msgstr[1] "%s fichiers changés avec %s insertions et %s suppressions"
 

	
 
#: kallithea/templates/changeset/changeset.html:154
 
#: kallithea/templates/changeset/changeset.html:173
 
#: kallithea/templates/compare/compare_diff.html:81
 
#: kallithea/templates/pullrequests/pullrequest_show.html:309
 
#: kallithea/templates/pullrequests/pullrequest_show.html:333
 
msgid "Show full diff anyway"
 
msgstr "Afficher le diff complet quand même"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:20
 
#, fuzzy
 
#| msgid "Comment"
 
msgid "comment"
 
msgstr "Commentaire"
 
msgstr "commentaire"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:21
 
msgid "on pull request"
 
msgstr "sur la requête de pull"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:22
 
msgid "No title"
 
msgstr "Aucun titre"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:24
 
msgid "on this changeset"
 
msgstr "sur ce changeset"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:30
 
msgid "Delete comment?"
 
msgstr "Supprimer le commentaire ?"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:38
 
#: kallithea/templates/changeset/changeset_file_comment.html:71
 
msgid "Status change"
 
msgstr "Changement de statut"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:87
 
msgid "Comments are in plain text. Use @username to notify another user."
 
msgstr ""
 
"Les commentaires sont en texte brut. Utilisez @nomutilisateur pour "
 
"envoyer une notification à un autre utilisateur."
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:93
 
msgid "Set changeset status"
 
msgstr "Modifier le statut du changeset"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:95
 
msgid "Vote for pull request status"
 
msgstr "Voter pour le statut de la requête de pull"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:101
 
#: kallithea/templates/changeset/diff_block.html:46
 
msgid "No change"
 
msgstr "Aucun changement"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:114
 
msgid "Finish pull request"
 
msgstr "Terminer la requête de pull"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:117
 
msgid "Close"
 
msgstr "Fermer"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:129
 
msgid "Comment"
 
msgstr "Commentaire"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:137
 
msgid "You need to be logged in to comment."
 
msgstr "Vous devez être connecté pour poster des commentaires."
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:137
 
msgid "Login now"
 
msgstr "Se connecter maintenant"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:141
 
msgid "Hide"
 
msgstr "Masquer"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:153
 
#, python-format
 
msgid "%d comment"
 
msgid_plural "%d comments"
 
msgstr[0] "%d commentaire"
 
msgstr[1] "%d commentaires"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:154
 
#, python-format
 
msgid "%d inline"
 
msgid_plural "%d inline"
 
msgstr[0] "%d de ligne"
 
msgstr[1] "%d de ligne"
 

	
 
#: kallithea/templates/changeset/changeset_file_comment.html:155
 
#, python-format
 
msgid "%d general"
 
msgid_plural "%d general"
 
msgstr[0] "%d général"
 
msgstr[1] "%d généraux"
 

	
 
#: kallithea/templates/changeset/changeset_range.html:5
 
#, python-format
 
msgid "%s Changesets"
 
msgstr "Changesets de %s"
 

	
 
#: kallithea/templates/changeset/changeset_range.html:43
 
#, python-format
 
msgid "Changeset status: %s"
 
msgstr "Statut de changeset : %s"
 

	
 
#: kallithea/templates/changeset/changeset_range.html:50
 
msgid "Files affected"
 
msgstr "Fichiers affectés"
 

	
 
#: kallithea/templates/changeset/diff_block.html:30
 
msgid "No file before"
 
msgstr "Pas de fichier précédent"
 

	
 
#: kallithea/templates/changeset/diff_block.html:33
 
msgid "File before"
 
msgstr "Fichier précédent"
 

	
 
#: kallithea/templates/changeset/diff_block.html:40
 
msgid "Modified"
 
msgstr "Modifié"
 

	
 
#: kallithea/templates/changeset/diff_block.html:42
 
msgid "Deleted"
 
msgstr "Supprimé"
 

	
 
#: kallithea/templates/changeset/diff_block.html:44
 
msgid "Renamed"
 
msgstr "Renommé"
 

	
 
#: kallithea/templates/changeset/diff_block.html:48
 
#, python-format
 
msgid "Unknown operation: %r"
 
msgstr "Opération inconnue : %r"
 

	
 
#: kallithea/templates/changeset/diff_block.html:52
 
msgid "No file after"
 
msgstr "Aucun fichier suivant"
 

	
 
#: kallithea/templates/changeset/diff_block.html:55
 
msgid "File after"
 
msgstr "Fichier suivant"
 

	
 
#: kallithea/templates/changeset/diff_block.html:60
 
#: kallithea/templates/files/diff_2way.html:43
 
msgid "Show full diff for this file"
 
msgstr "Afficher le diff complet pour ce fichier"
 

	
 
#: kallithea/templates/changeset/diff_block.html:62
 
#: kallithea/templates/files/diff_2way.html:47
 
msgid "Show full side-by-side diff for this file"
 
msgstr "Afficher le diff complet côte-à-côte pour ce fichier"
 

	
 
#: kallithea/templates/changeset/diff_block.html:72
 
msgid "Show inline comments"
 
msgstr "Afficher les commentaires de ligne"
 

	
 
#: kallithea/templates/compare/compare_cs.html:5
 
msgid "No changesets"
 
msgstr "Aucun changeset"
 

	
 
#: kallithea/templates/compare/compare_cs.html:12
 
msgid "Criss cross merge situation with multiple merge ancestors detected!"
 
msgstr "Fusion croisée avec plusieurs ancêtres de fusion détectée !"
 

	
 
#: kallithea/templates/compare/compare_cs.html:15
 
msgid ""
 
"Please merge the target branch to your branch before creating a pull "
 
"request."
 
msgstr ""
 
"Merci de fusionner la branche cible dans votre branche avant de créer une "
 
"requête de pull."
 

	
 
#: kallithea/templates/compare/compare_cs.html:19
 
msgid "Merge Ancestor"
 
msgstr "Ancêtre de fusion"
 

	
 
#: kallithea/templates/compare/compare_cs.html:40
 
msgid "Show merge diff"
 
msgstr "Afficher le diff de fusion"
 

	
 
#: kallithea/templates/compare/compare_cs.html:54
 
msgid "is"
 
msgstr "est"
 

	
 
#: kallithea/templates/compare/compare_cs.html:55
 
#, python-format
 
msgid "%s changesets"
 
msgstr "Changesets de %s"
 

	
 
#: kallithea/templates/compare/compare_cs.html:56
 
msgid "behind"
 
msgstr "derrière"
 

	
 
#: kallithea/templates/compare/compare_diff.html:6
 
#: kallithea/templates/compare/compare_diff.html:8
 
#, python-format
 
msgid "%s Compare"
 
msgstr "Comparaison de %s"
 

	
 
#: kallithea/templates/compare/compare_diff.html:13
 
#: kallithea/templates/compare/compare_diff.html:41
 
msgid "Compare Revisions"
 
msgstr "Comparer les révisions"
 

	
 
#: kallithea/templates/compare/compare_diff.html:39
 
msgid "Swap"
 
msgstr "Échanger"
 

	
 
#: kallithea/templates/compare/compare_diff.html:48
 
msgid "Compare revisions, branches, bookmarks, or tags."
 
msgstr "Comparer les révisions, les branches, les marque-pages ou les tags."
 

	
 
#: kallithea/templates/compare/compare_diff.html:53
 
#: kallithea/templates/pullrequests/pullrequest_show.html:278
 
#, python-format
 
msgid "Showing %s commit"
 
msgid_plural "Showing %s commits"
 
msgstr[0] "Affichage de %s commit"
 
msgstr[1] "Affichage de %s commits"
 

	
 
#: kallithea/templates/compare/compare_diff.html:95
 
msgid "Show full diff"
 
msgstr "Afficher le diff complet"
 

	
 
#: kallithea/templates/data_table/_dt_elements.html:23
 
msgid "Public repository"
 
msgstr "Dépôt public"
 

	
 
#: kallithea/templates/data_table/_dt_elements.html:29
 
msgid "Repository creation in progress..."
 
msgstr "Création du dépôt en cours..."
 

	
 
#: kallithea/templates/data_table/_dt_elements.html:42
 
msgid "No changesets yet"
 
msgstr "Dépôt vide"
 

	
 
#: kallithea/templates/data_table/_dt_elements.html:48
 
#: kallithea/templates/data_table/_dt_elements.html:50
 
#, python-format
 
msgid "Subscribe to %s rss feed"
 
msgstr "S’abonner au flux RSS de %s"
 

	
 
#: kallithea/templates/data_table/_dt_elements.html:56
 
#: kallithea/templates/data_table/_dt_elements.html:58
 
#, python-format
 
msgid "Subscribe to %s atom feed"
 
msgstr "S’abonner au flux ATOM de %s"
 

	
 
#: kallithea/templates/data_table/_dt_elements.html:76
 
msgid "Creating"
 
msgstr "En cours de création"
 

	
 
#: kallithea/templates/email_templates/changeset_comment.html:4
 
#, python-format
 
msgid "Mention in Comment on Changeset \"%s\""
 
msgstr "Mention dans le commentaire sur le changeset « %s »"
 

	
 
#: kallithea/templates/email_templates/changeset_comment.html:4
 
#, python-format
 
msgid "Comment on Changeset \"%s\""
 
msgstr "Commentaire sur le changeset « %s »"
 

	
 
#: kallithea/templates/email_templates/changeset_comment.html:20
 
msgid "Changeset on"
 
msgstr "Changeset sur"
 

	
 
#: kallithea/templates/email_templates/changeset_comment.html:23
 
#: kallithea/templates/email_templates/pull_request.html:22
 
#: kallithea/templates/email_templates/pull_request.html:28
 
#: kallithea/templates/email_templates/pull_request_comment.html:30
 
#: kallithea/templates/email_templates/pull_request_comment.html:36
 
msgid "branch"
 
msgstr "branche"
 

	
 
#: kallithea/templates/email_templates/changeset_comment.html:29
 
#: kallithea/templates/email_templates/pull_request.html:15
 
#: kallithea/templates/email_templates/pull_request_comment.html:23
 
msgid "by"
 
msgstr "par"
 

	
 
#: kallithea/templates/email_templates/comment.html:27
 
msgid "Status change:"
 
msgstr "Changement de statut :"
 

	
 
#: kallithea/templates/email_templates/comment.html:33
 
msgid "The pull request has been closed."
 
msgstr "La requête de pull a été fermée."
 

	
 
#: kallithea/templates/email_templates/password_reset.html:9
 
#, python-format
 
msgid "Hello %s"
 
msgstr "Bonjour %s"
 

	
 
#: kallithea/templates/email_templates/password_reset.html:16
 
msgid "We have received a request to reset the password for your account."
 
msgstr ""
 
"Nous avons reçu une demande de réinitialisation du mot de passe de votre "
 
"compte."
 

	
 
#: kallithea/templates/email_templates/password_reset.html:25
 
msgid ""
 
"This account is however managed outside this system and the password "
 
"cannot be changed here."
 
msgstr ""
 
"Cependant, ce compte est géré hors de ce système et le mot de passe ne "
 
"peut pas être changé ici."
 

	
 
#: kallithea/templates/email_templates/password_reset.html:28
 
msgid "To set a new password, click the following link"
 
msgstr "Pour choisir un nouveau mot de passe, cliquez sur le lien suivant"
 

	
 
#: kallithea/templates/email_templates/password_reset.html:33
 
msgid ""
 
"Should you not be able to use the link above, please type the following "
 
"code into the password reset form"
 
msgstr ""
 
"Si vous ne pouvez pas utiliser le lien ci-dessus, merci de saisir le code "
 
"suivant dans le formulaire de réinitialisation de mot de passe"
 

	
 
#: kallithea/templates/email_templates/password_reset.html:44
 
msgid ""
 
"If it weren't you who requested the password reset, just disregard this "
 
"message."
 
msgstr ""
 
"Si vous n'avez pas demandé la réinitialisation de votre mot de passe, ne "
 
"tenez pas compte de ce message."
 

	
 
#: kallithea/templates/email_templates/pull_request.html:4
 
#, python-format
 
msgid "Mention on Pull Request %s \"%s\" by %s"
 
msgstr "Mention sur la requête de pull %s « %s » par %s"
 

	
 
#: kallithea/templates/email_templates/pull_request.html:4
 
#, python-format
 
msgid "Added as Reviewer of Pull Request %s \"%s\" by %s"
 
msgstr "Ajouté comme relecteur de la requête de pull %s « %s » par %s"
 

	
 
#: kallithea/templates/email_templates/pull_request.html:12
 
#: kallithea/templates/email_templates/pull_request_comment.html:20
 
msgid "Pull request"
 
msgstr "Requête de pull"
 

	
 
#: kallithea/templates/email_templates/pull_request.html:19
 
#: kallithea/templates/email_templates/pull_request_comment.html:27
 
msgid "from"
 
msgstr "depuis"
 

	
 
#: kallithea/templates/email_templates/pull_request.html:25
 
#: kallithea/templates/email_templates/pull_request_comment.html:33
 
msgid "to"
 
msgstr "vers"
 

	
 
#: kallithea/templates/email_templates/pull_request_comment.html:4
 
#, python-format
 
msgid "Mention in Comment on Pull Request %s \"%s\""
 
msgstr "Mention dans le commentaire sur la requête de pull %s « %s »"
 

	
 
#: kallithea/templates/email_templates/pull_request_comment.html:4
 
#, python-format
 
msgid "Pull Request %s \"%s\" Closed"
 
msgstr "Requête de pull %s « %s » fermée"
 

	
 
#: kallithea/templates/email_templates/pull_request_comment.html:4
 
#, python-format
 
msgid "Comment on Pull Request %s \"%s\""
 
msgstr "Commentaire sur la requête de pull %s « %s »"
 

	
 
#: kallithea/templates/email_templates/registration.html:22
 
msgid "Full Name"
 
msgstr "Nom complet"
 

	
 
#: kallithea/templates/files/diff_2way.html:15
 
#, python-format
 
msgid "%s File side-by-side diff"
 
msgstr "Diff côte-à-côte de fichier pour %s"
 

	
 
#: kallithea/templates/files/diff_2way.html:19
 
#: kallithea/templates/files/file_diff.html:8
 
msgid "File diff"
 
msgstr "Diff de fichier"
 

	
 
#: kallithea/templates/files/file_diff.html:4
 
#, python-format
 
msgid "%s File Diff"
 
msgstr "Diff de fichier pour %s"
 

	
 
#: kallithea/templates/files/files.html:4
 
#: kallithea/templates/files/files.html:77
 
#, python-format
 
msgid "%s Files"
 
msgstr "Fichiers de %s"
 

	
 
#: kallithea/templates/files/files_add.html:4
0 comments (0 inline, 0 general)