Skip to content
Snippets Groups Projects
documentation.fr.po 2.59 MiB
Newer Older
Jean-Noël Avila's avatar
Jean-Noël Avila committed
# French translations for Git Manual Pages.
# Copyright (C) 2017 Jean-Noël Avila <jn.avila@free.fr>
# This file is distributed under the same license as the Git package.
# Jean-Noël Avila <jn.avila@free.fr>, 2019.
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgid ""
msgstr ""
"Project-Id-Version: git documentation\n"
"Report-Msgid-Bugs-To: jn.avila@free.fr\n"
"POT-Creation-Date: 2020-04-04 19:51+0200\n"
"PO-Revision-Date: 2020-04-24 08:30+0000\n"
"Last-Translator: Jean-Noël Avila <jn.avila@free.fr>\n"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
"Language-Team: Jean-Noël Avila <jn.avila@free.fr>\n"
"Language: fr\n"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
"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 4.0.2-dev\n"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#: en/blame-options.txt:1 en/diff-options.txt:666 en/git-instaweb.txt:45 en/git-mailinfo.txt:47 en/git-mailsplit.txt:35 en/git-repack.txt:126 en/git-status.txt:31
#, ignore-same, no-wrap, priority:280
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:4
msgid "Show blank SHA-1 for boundary commits.  This can also be controlled via the `blame.blankboundary` config option."
msgstr "Afficher un SHA-1 vierge pour les validations de limite.  Cela peut également être contrôlé par l’option de configuration `blame.blankboundary`."
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#: en/blame-options.txt:5 en/git-diff-tree.txt:42 en/git-format-patch.txt:343 en/git-fsck.txt:38 en/git-rebase.txt:523
#, ignore-same, no-wrap, priority:100
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:8
msgid "Do not treat root commits as boundaries.  This can also be controlled via the `blame.showRoot` config option."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:9
#, ignore-same, no-wrap, priority:100
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:11
msgid "Include additional statistics at the end of blame output."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:12
#, no-wrap, priority:100
msgid "-L <start>,<end>"
msgstr "-L <début>,<fin>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Labeled list
#: en/blame-options.txt:13
#, no-wrap, priority:100
msgid "-L :<funcname>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Plain text
#: en/blame-options.txt:16
msgid "Annotate only the given line range. May be specified multiple times.  Overlapping ranges are allowed."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Plain text
#: en/blame-options.txt:19
msgid "<start> and <end> are optional. ``-L <start>'' or ``-L <start>,'' spans from <start> to end of file. ``-L ,<end>'' spans from start of file to <end>."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#: en/blame-options.txt:22 en/git-archive.txt:43 en/git-branch.txt:171 en/git-checkout.txt:197 en/git-clone.txt:44 en/git-config.txt:164 en/git-grep.txt:187 en/git-instaweb.txt:23 en/git-ls-tree.txt:51 en/git-repack.txt:66 en/git-svn.txt:244 en/git-tag.txt:99 en/git-var.txt:20
#, ignore-same, no-wrap, priority:300
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:24
msgid "Show long rev (Default: off)."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#: en/blame-options.txt:25 en/fetch-options.txt:148 en/git-branch.txt:205 en/git-cat-file.txt:36 en/git-checkout.txt:157 en/git-diff-tree.txt:39 en/git-ls-files.txt:113 en/git-ls-remote.txt:26 en/git-ls-tree.txt:47 en/git-svn.txt:312 en/git-switch.txt:151 en/rev-list-options.txt:1026
#, ignore-same, no-wrap, priority:260
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:27
#, priority:100
msgid "Show raw timestamp (Default: off)."
msgstr "Afficher les horodatages bruts (Défaut : désactivé)."
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Labeled list
#: en/blame-options.txt:28
#, no-wrap, priority:100
msgid "-S <revs-file>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Plain text
#: en/blame-options.txt:30
#, priority:100
msgid "Use revisions from revs-file instead of calling linkgit:git-rev-list[1]."
msgstr "Utiliser les révisions depuis le fichier-des-révisions au lieu d'appeler linkgit:git-rev-list[1]."
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Labeled list
#: en/blame-options.txt:31
#, no-wrap, priority:100
msgid "--reverse <rev>..<rev>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Plain text
#: en/blame-options.txt:38
msgid "Walk history forward instead of backward. Instead of showing the revision in which a line appeared, this shows the last revision in which a line has existed. This requires a range of revision like START..END where the path to blame exists in START.  `git blame --reverse START` is taken as `git blame --reverse START..HEAD` for convenience."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#: en/blame-options.txt:39 en/diff-options.txt:16 en/diff-options.txt:22 en/fetch-options.txt:99 en/git-add.txt:89 en/git-cat-file.txt:49 en/git-checkout.txt:267 en/git-commit.txt:71 en/git-cvsexportcommit.txt:41 en/git-grep.txt:238 en/git-instaweb.txt:41 en/git-merge-file.txt:63 en/git-rebase.txt:485 en/git-request-pull.txt:29 en/git-restore.txt:47 en/git-stash.txt:183 en/git-svn.txt:535 en/git-svn.txt:679 en/git.txt:101
#, ignore-same, no-wrap, priority:300
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#: en/blame-options.txt:40 en/git-commit.txt:114 en/git-push.txt:176 en/git-worktree.txt:179
#, ignore-same, no-wrap, priority:280
msgstr "--porcelain"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:42
#, priority:100
msgid "Show in a format designed for machine consumption."
msgstr "Afficher dans un format propice à la consommation par machine."
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Labeled list
#: en/blame-options.txt:43
#, ignore-same, no-wrap, priority:100
msgid "--line-porcelain"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:47
msgid "Show the porcelain format, but output commit information for each line, not just the first time a commit is referenced.  Implies --porcelain."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#: en/blame-options.txt:48 en/git-pack-objects.txt:138 en/git-svn.txt:373
#, ignore-same, no-wrap, priority:100
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:51
msgid "Show the result incrementally in a format designed for machine consumption."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:52 en/git-mailinfo.txt:62 en/pretty-options.txt:35
#, no-wrap, priority:260
msgid "--encoding=<encoding>"
msgstr "--encoding=<codage>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:58
msgid "Specifies the encoding used to output author names and commit summaries. Setting it to `none` makes blame output unconverted data. For more information see the discussion about encoding in the linkgit:git-log[1] manual page."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:59
#, no-wrap, priority:100
msgid "--contents <file>"
msgstr "--contents <fichier>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

#. type: Plain text
#: en/blame-options.txt:65
msgid "When <rev> is not specified, the command annotates the changes starting backwards from the working tree copy.  This flag makes the command pretend as if the working tree copy has the contents of the named file (specify `-` to make the command read from the standard input)."
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr ""

#. type: Labeled list
#: en/blame-options.txt:66
#, no-wrap, priority:100
msgid "--date <format>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed
msgstr "--date <format>"
Jean-Noël Avila's avatar
Jean-Noël Avila committed

Loading
Loading full blame...