diff options
Diffstat (limited to '')
-rw-r--r-- | po/fr/man1/od.1.po | 96 |
1 files changed, 66 insertions, 30 deletions
diff --git a/po/fr/man1/od.1.po b/po/fr/man1/od.1.po index dbd79338..e6cee630 100644 --- a/po/fr/man1/od.1.po +++ b/po/fr/man1/od.1.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: coreutils manpages\n" -"POT-Creation-Date: 2024-02-15 18:05+0100\n" -"PO-Revision-Date: 2023-12-23 00:04+0100\n" +"POT-Creation-Date: 2024-05-01 15:47+0200\n" +"PO-Revision-Date: 2024-05-02 17:19+0200\n" "Last-Translator: Jean-Philippe MENGUAL <jpmengual@debian.org>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" "Language: fr\n" @@ -18,7 +18,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bits\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -28,16 +28,16 @@ msgid "OD" msgstr "OD" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable #, no-wrap -msgid "January 2024" -msgstr "Janvier 2024" +msgid "March 2024" +msgstr "Mars 2024" #. type: TH -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed #, no-wrap -msgid "GNU coreutils 9.4" -msgstr "GNU coreutils 9.4" +msgid "GNU coreutils 9.5" +msgstr "GNU coreutils 9.5" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -217,7 +217,8 @@ msgid "B<-S> BYTES, B<--strings>[=I<\\,BYTES\\/>]" msgstr "B<-S> I<OCTETS>, B<--strings>[=I<\\,OCTETS\\/>]" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "show only NUL terminated strings of at least BYTES (3) printable characters" msgstr "" @@ -556,18 +557,18 @@ msgid "hexadecimal, SIZE bytes per integer" msgstr "hexadécimal, N octets par entier" #. type: Plain text -#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide -#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" "SIZE is a number. For TYPE in [doux], SIZE may also be C for sizeof(char), " "S for sizeof(short), I for sizeof(int) or L for sizeof(long). If TYPE is f, " -"SIZE may also be F for sizeof(float), D for sizeof(double) or L for " -"sizeof(long double)." +"SIZE may also be B for Brain 16 bit, H for Half precision float, F for " +"sizeof(float), D for sizeof(double), or L for sizeof(long double)." msgstr "" "N est un nombre. Si le TYPE est d, o, u ou x, N peut être aussi C pour " "sizeof(char), S pour sizeof(short), I pour sizeof(int) ou L pour " -"sizeof(long). Si le TYPE est f, N peut aussi être F pour sizeof(float), D " -"pour sizeof(double) ou L pour sizeof(long double)." +"sizeof(long). Si le TYPE est f, N peut aussi être B pour bloat16 16 bits " +"(Brain 16 bit), H virgule flottante demi-précision (Half precision float), " +"F pour sizeof(float), D pour sizeof(double) ou L pour sizeof(long double)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide @@ -652,7 +653,8 @@ msgid "1024*1024" msgstr "1024*1024" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed msgid "" "and so on for G, T, P, E, Z, Y, R, Q. Binary prefixes can be used, too: " "KiB=K, MiB=M, and so on." @@ -739,12 +741,12 @@ msgid "COPYRIGHT" msgstr "COPYRIGHT" #. type: Plain text -#: archlinux debian-unstable fedora-40 fedora-rawhide opensuse-tumbleweed +#: archlinux fedora-rawhide opensuse-tumbleweed msgid "" -"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"Copyright \\(co 2024 Free Software Foundation, Inc. License GPLv3+: GNU GPL " "version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." msgstr "" -"Copyright \\(co 2022 Free Software Foundation, Inc. Licence GPLv3+\\ : GNU " +"Copyright \\(co 2024 Free Software Foundation, Inc. Licence GPLv3+\\ : GNU " "GPL version 3 ou ultérieure E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: Plain text @@ -787,13 +789,13 @@ msgid "September 2022" msgstr "Septembre 2022" #. type: TH -#: debian-bookworm mageia-cauldron +#: debian-bookworm #, no-wrap msgid "GNU coreutils 9.1" msgstr "GNU coreutils 9.1" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm opensuse-leap-15-6 msgid "" "output strings of at least BYTES graphic chars; 3 is implied when BYTES is " "not specified" @@ -802,7 +804,20 @@ msgstr "" "I<OCTETS> est omis, la valeur utilisée est B<3>" #. type: Plain text -#: debian-bookworm mageia-cauldron opensuse-leap-15-6 +#: debian-bookworm debian-unstable fedora-40 mageia-cauldron opensuse-leap-15-6 +msgid "" +"SIZE is a number. For TYPE in [doux], SIZE may also be C for sizeof(char), " +"S for sizeof(short), I for sizeof(int) or L for sizeof(long). If TYPE is f, " +"SIZE may also be F for sizeof(float), D for sizeof(double) or L for " +"sizeof(long double)." +msgstr "" +"N est un nombre. Si le TYPE est d, o, u ou x, N peut être aussi C pour " +"sizeof(char), S pour sizeof(short), I pour sizeof(int) ou L pour " +"sizeof(long). Si le TYPE est f, N peut aussi être F pour sizeof(float), D " +"pour sizeof(double) ou L pour sizeof(long double)." + +#. type: Plain text +#: debian-bookworm opensuse-leap-15-6 msgid "" "and so on for G, T, P, E, Z, Y. Binary prefixes can be used, too: KiB=K, " "MiB=M, and so on." @@ -811,7 +826,7 @@ msgstr "" "également utilisés : KiO=K, MiO=M et ainsi de suite." #. type: Plain text -#: debian-bookworm mageia-cauldron +#: debian-bookworm msgid "" "Copyright \\(co 2022 Free Software Foundation, Inc. License GPLv3+: GNU GPL " "version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." @@ -820,16 +835,37 @@ msgstr "" "GPL version 3 ou ultérieure E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: TH -#: mageia-cauldron +#: debian-unstable fedora-40 mageia-cauldron #, no-wrap -msgid "April 2022" -msgstr "Avril 2022" +msgid "GNU coreutils 9.4" +msgstr "GNU coreutils 9.4" + +#. type: Plain text +#: debian-unstable fedora-40 mageia-cauldron +msgid "" +"Copyright \\(co 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL " +"version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." +msgstr "" +"Copyright \\(co 2022 Free Software Foundation, Inc. Licence GPLv3+\\ : GNU " +"GPL version 3 ou ultérieure E<lt>https://gnu.org/licenses/gpl.htmlE<gt>." #. type: TH -#: opensuse-leap-15-6 +#: fedora-40 opensuse-leap-15-6 +#, no-wrap +msgid "January 2024" +msgstr "Janvier 2024" + +#. type: TH +#: fedora-rawhide opensuse-tumbleweed +#, no-wrap +msgid "April 2024" +msgstr "Avril 2024" + +#. type: TH +#: mageia-cauldron #, no-wrap -msgid "October 2021" -msgstr "Octobre 2021" +msgid "August 2023" +msgstr "Août 2023" #. type: TH #: opensuse-leap-15-6 |