diff --git a/po/documentation.fr.po b/po/documentation.fr.po index a882618bc12c5b2df3341e9c465475fabf504c51..0e591f731b01930fcd93b2a1957b16b48da5097a 100644 --- a/po/documentation.fr.po +++ b/po/documentation.fr.po @@ -3,7 +3,7 @@ # 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\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-01-11 13:34+0100\nPO-Revision-Date: 2022-03-16 09:57+0000\nLast-Translator: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage-Team: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage: fr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 4.12-dev\n" +msgstr "Project-Id-Version: git documentation\nReport-Msgid-Bugs-To: jn.avila@free.fr\nPOT-Creation-Date: 2022-01-11 13:34+0100\nPO-Revision-Date: 2022-03-21 22:54+0000\nLast-Translator: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage-Team: Jean-No챘l Avila <jn.avila@free.fr>\nLanguage: fr\nMIME-Version: 1.0\nContent-Type: text/plain; charset=UTF-8\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=n > 1;\nX-Generator: Weblate 4.12-dev\n" #. type: Labeled list #: en/blame-options.txt:1 en/diff-options.txt:754 en/git-instaweb.txt:45 en/git-mailinfo.txt:49 en/git-mailsplit.txt:35 en/git-repack.txt:129 en/git-status.txt:31 @@ -22376,7 +22376,7 @@ msgstr "Formats de date" #: en/git-fast-import.txt:273 #, priority:100 msgid "The following date formats are supported. A frontend should select the format it will use for this import by passing the format name in the --date-format=<fmt> command-line option." -msgstr "" +msgstr "Les formats de date suivants sont support챕s. Un frontal doit s챕lectionner le format qu'il utilisera pour cette importation en passant le nom du format dans l'option de ligne de commande --date-format=<fmt>." #. type: Labeled list #: en/git-fast-import.txt:274 @@ -22388,19 +22388,19 @@ msgstr "`raw`" #: en/git-fast-import.txt:278 #, priority:100 msgid "This is the Git native format and is `<time> SP <offutc>`. It is also fast-import's default format, if --date-format was not specified." -msgstr "" +msgstr "Il s'agit du format natif de Git et correspond 횪 `<temps> ; SP <d챕calage utc>`. C'est 챕galement le format par d챕faut de fast-import, si --date-format n'a pas 챕t챕 sp챕cifi챕." #. type: Plain text #: en/git-fast-import.txt:282 #, priority:100 msgid "The time of the event is specified by `<time>` as the number of seconds since the UNIX epoch (midnight, Jan 1, 1970, UTC) and is written as an ASCII decimal integer." -msgstr "" +msgstr "L'heure de l'챕v챕nement est sp챕cifi챕e par `<temps>` comme le nombre de secondes depuis l'챕poque UNIX (minuit, 1er janvier 1970, UTC) et est 챕crite comme un entier d챕cimal ASCII." #. type: Plain text #: en/git-fast-import.txt:288 #, priority:100 msgid "The local offset is specified by `<offutc>` as a positive or negative offset from UTC. For example EST (which is 5 hours behind UTC) would be expressed in `<tz>` by ``-0500'' while UTC is ``+0000''. The local offset does not affect `<time>`; it is used only as an advisement to help formatting routines display the timestamp." -msgstr "" +msgstr "Le d챕calage local est sp챕cifi챕 par `<d챕calage utc>` comme un d챕calage positif ou n챕gatif par rapport 횪 UTC. Par exemple, EST (qui est 5 heures derri챔re UTC) sera exprim챕 en `<tz>` par `-0500'' alors que UTC est ``+0000''. Le d챕calage local n'affecte pas `<temps>` il n'est utilis챕 que comme une indication pour aider les routines de formatage 횪 afficher l'horodatage." #. type: Plain text #: en/git-fast-import.txt:294