Newer
Older
# French translations for Mercurial
# Traductions françaises de Mercurial
# Copyright (C) 2009 Olivia Mackall <olivia@selenic.com> and others
# Quelques règles :
# - dans l'aide d'une commande, la première ligne descriptive
# commence par un verbe au présent sans majuscule
# - dans l'aide d'une commande, la description des options
# utilise un verbe à l'infinitif
# Note : la terminologie ci-dessous est loin d'être complète, figée ou
# parfaite. À compléter et à améliorer, particulièrement les
# termes comportant un point d'interrogation...
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Dictionnaire de termes courants :
# - to apply a patch appliquer un patch
# - a branch une branche
# - to check out extraire (terminologie utilisée par svn)
# - children des rejetons ? des descendants ?
# - to clone clôner
# - a conflict un conflit
# - an extension une extension (au sens de module Mercurial)
# - to fold patches agréger des patchs (replier des patch ?? bof)
# - an integrity check une vérification d'intégrité (ou de cohérence ?)
# - a mail un courriel, un courrier électronique
# - a merge une fusion
# - to merge fusionner
# - a node un nœud ?
# - a patch queue/stack une pile de patchs (mq)
# - à l'utilisation c'est vraiment une _pile_
# (on y empile et dépile des patchs)
# - l'unique cas où _file_ conviendrait est dans le
# contexte de la commande qfinish
# => terme unique de pile pour plus de cohérence
# - the patch series la série (complète) de patchs (suite ?)
# - rejects des rejets ? (à propos de l'application d'un
# patch)
# - a repository un dépôt
# - to revert annuler des modifications (ou défaire ?)
# - a revision une révision
# - the topmost patch le dernier patch appliqué
# - a tree une arborescence
# - an unrelated repository un dépôt non apparenté
# - unversioned
# unmanaged
# untracked non suivi, non géré, pas sous contrôle du dépôt,
# hors révision ?
# - the working directory le répertoire de travail
# Termes très courants repris de l'anglais - à utiliser sans guillemets
# pour ne pas alourdir inutilement la traduction :
# - a diff un diff ? (ou également un patch ? synonymes...)
# - a hook un hook
# - a patch un patch
# - a tag un tag
# - to tag taguer
# Termes anglais avec une signification très spécifique, difficile à
# paraphraser sans alourdir ou perdre le sens - à utiliser avec guillemets :
# - a bundle un \"bundle\"
# - to bundle créer un \"bundle\" ?
# - a changeset un \"changeset\"
# - a changegroup un \"changegroup\"
# - the tip la révision \"tip\"
# Termes dont le classement / la traduction sont à déterminer :
# - a commit un commit, un \"commit\"
# - to commit \"committer\" ? (beuark, même dit tous les jours)
# - a guard une \"garde\" ? (une protection ?)
# - to guard a patch \"garder\" un patch ?
# - to pull rapatrier des \"changesets\" ? effectuer une
# opération de \"pull\" ? \"puller\" ?? (argh !)
# - to push propager ? (utilisé par svn pour commit)
# publier ? pousser ?? envoyer ??
# - the series file (mq) ?
# Notes :
# - (cédric) je verrais bien l'ajout d'une rubrique générale dans l'aide
# (par exemple 'hg help glossary') librement remplissable par chaque équipe
# de traduction, qui introduirait succintement à l'utilisateur les termes
# qui vont être rencontrés dans mercurial - et en particulier permettrait
# de faire le lien avec des termes franglisants parfois utilisés
# (par ex. fusionner = "merger", etc.) ... ?
msgid ""
msgstr ""
"Project-Id-Version: Mercurial\n"
"Report-Msgid-Bugs-To: <mercurial-devel@mercurial-scm.org>\n"
"POT-Creation-Date: 2009-10-25 12:38+0100\n"
"PO-Revision-Date: 2009-10-25 12:43+0100\n"
"Last-Translator: Cedric Duval <cedricduval@free.fr>\n"
"Language-Team: French\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"
#, python-format
msgid " (default: %s)"
msgid " aliases: %s"
msgstr ""
msgid "Some commands allow the user to specify a date, e.g.:"
msgstr ""
msgid ""
"- backout, commit, import, tag: Specify the commit date.\n"
"- log, revert, update: Select revision(s) by date."
msgstr ""
msgid "Many date formats are valid. Here are some examples::"
msgstr ""
msgid ""
" \"Wed Dec 6 13:18:29 2006\" (local timezone assumed)\n"
" \"Dec 6 13:18 -0600\" (year assumed, time offset provided)\n"
" \"Dec 6 13:18 UTC\" (UTC and GMT are aliases for +0000)\n"
" \"Dec 6\" (midnight)\n"
" \"13:18\" (today assumed)\n"
" \"3:39\" (3:39AM assumed)\n"
" \"3:39pm\" (15:39)\n"
" \"2006-12-06 13:18:29\" (ISO 8601 format)\n"
" \"2006-12-6 13:18\"\n"
" \"2006-12-6\"\n"
" \"12-6\"\n"
" \"12/6\"\n"
" \"12/6/6\" (Dec 6 2006)"
msgstr ""
msgid "Lastly, there is Mercurial's internal format::"
msgstr ""
msgid " \"1165432709 0\" (Wed Dec 6 13:18:29 2006 UTC)"
msgstr ""
msgid ""
"This is the internal representation format for dates. unixtime is the\n"
"number of seconds since the epoch (1970-01-01 00:00 UTC). offset is\n"
"the offset of the local timezone, in seconds west of UTC (negative if\n"
"the timezone is east of UTC)."
msgstr ""
msgid "The log command also accepts date ranges::"
msgstr ""
msgid ""
" \"<{datetime}\" - at or before a given date/time\n"
" \">{datetime}\" - on or after a given date/time\n"
" \"{datetime} to {datetime}\" - a date range, inclusive\n"
" \"-{days}\" - within a given number of days of today\n"
msgstr ""
msgid ""
"Mercurial's default format for showing changes between two versions of\n"
"a file is compatible with the unified format of GNU diff, which can be\n"
"used by GNU patch and many other standard tools."
msgstr ""
msgid ""
"While this standard format is often enough, it does not encode the\n"
"following information:"
msgstr ""
msgid ""
"- executable status and other permission bits\n"
"- copy or rename information\n"
"- changes in binary files\n"
"- creation or deletion of empty files"
msgstr ""
msgid ""
"Mercurial also supports the extended diff format from the git VCS\n"
"which addresses these limitations. The git diff format is not produced\n"
"by default because a few widespread tools still do not understand this\n"
"format."
msgstr ""
msgid ""
"This means that when generating diffs from a Mercurial repository\n"
"(e.g. with \"hg export\"), you should be careful about things like file\n"
"copies and renames or other things mentioned above, because when\n"
"applying a standard diff to a different repository, this extra\n"
"information is lost. Mercurial's internal operations (like push and\n"
"pull) are not affected by this, because they use an internal binary\n"
"format for communicating changes."
msgstr ""
Loading
Loading full blame...