Newer
Older
# 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.
msgid ""
msgstr ""
"Project-Id-Version: git documentation\n"
"POT-Creation-Date: 2019-02-13 20:53+0100\n"
"Last-Translator: Adrien Ollier <adr.ollier@hotmail.fr>\n"
"Language-Team: Jean-Noël Avila <jn.avila@free.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"
#. type: Labeled list
#: en/blame-options.txt:1 en/diff-options.txt:646 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 en/git-submodule.txt:258
#: en/blame-options.txt:4
msgid ""
"Show blank SHA-1 for boundary commits. This can also be controlled via the "
"`blame.blankboundary` config option."
#. type: Labeled list
#: en/blame-options.txt:5 en/git-diff-tree.txt:42 en/git-format-patch.txt:314
#: en/git-fsck.txt:38 en/git-rebase.txt:465
msgstr "--root"
#: en/blame-options.txt:8
msgid ""
"Do not treat root commits as boundaries. This can also be controlled via "
"the `blame.showRoot` config option."
#. type: Labeled list
#: en/blame-options.txt:9
msgstr "--show-stats"
#: en/blame-options.txt:11
msgid "Include additional statistics at the end of blame output."
#. type: Labeled list
#: en/blame-options.txt:12
#, no-wrap
msgid "-L <start>,<end>"
#. type: Labeled list
#: en/blame-options.txt:13
#, no-wrap
msgid "-L :<funcname>"
#: en/blame-options.txt:16
msgid ""
"Annotate only the given line range. May be specified multiple times. "
"Overlapping ranges are allowed."
#. type: Plain text
#: en/blame-options.txt:19
"<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>."
#. type: Labeled list
#: en/blame-options.txt:22 en/git-archive.txt:43 en/git-branch.txt:157
#: en/git-checkout.txt:185 en/git-clone.txt:44 en/git-config.txt:164
#: en/git-grep.txt:186 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:92 en/git-var.txt:20
#. type: Plain text
#: en/blame-options.txt:24
msgid "Show long rev (Default: off)."
#. type: Labeled list
#: en/blame-options.txt:25 en/fetch-options.txt:137 en/git-branch.txt:185
#: en/git-cat-file.txt:36 en/git-checkout.txt:166 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/rev-list-options.txt:974
#. type: Plain text
#: en/blame-options.txt:27
msgid "Show raw timestamp (Default: off)."
#. type: Labeled list
#: en/blame-options.txt:28
#, no-wrap
msgid "-S <revs-file>"
#. type: Plain text
#: en/blame-options.txt:30
msgid ""
"Use revisions from revs-file instead of calling linkgit:git-rev-list[1]."
#. type: Labeled list
#: en/blame-options.txt:31
#, no-wrap
msgid "--reverse <rev>..<rev>"
#. type: Plain text
#: en/blame-options.txt:38
"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."
#. type: Labeled list
#: en/blame-options.txt:39 en/diff-options.txt:16 en/diff-options.txt:22
#: en/fetch-options.txt:91 en/git-add.txt:88 en/git-cat-file.txt:49
#: en/git-checkout.txt:253 en/git-commit.txt:70 en/git-cvsexportcommit.txt:41
#: en/git-grep.txt:237 en/git-instaweb.txt:41 en/git-merge-file.txt:63
#: en/git-rebase.txt:428 en/git-request-pull.txt:29 en/git-svn.txt:535
#: en/git-svn.txt:679 en/git.txt:99
#. type: Labeled list
#: en/blame-options.txt:40 en/git-commit.txt:113 en/git-push.txt:176
#: en/git-worktree.txt:179
#. type: Plain text
#: en/blame-options.txt:42
msgid "Show in a format designed for machine consumption."
#. type: Labeled list
#: en/blame-options.txt:43
msgid "--line-porcelain"
msgstr "--line-porcelain"
#. 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."
#. type: Labeled list
#: en/blame-options.txt:48 en/git-pack-objects.txt:138 en/git-svn.txt:373
msgid "--incremental"
msgstr "--incremental"
#. type: Plain text
#: en/blame-options.txt:51
msgid ""
"Show the result incrementally in a format designed for machine consumption."
#. type: Labeled list
#: en/blame-options.txt:52 en/git-mailinfo.txt:62 en/pretty-options.txt:35
#, no-wrap
msgid "--encoding=<encoding>"
#. 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] "
Loading
Loading full blame...