Imported Upstream version 0.19.7
[platform/upstream/gettext.git] / gettext-tools / examples / hello-perl / po / fr.po
1 # Messages français pour GNU gettext.
2 # Copyright (C) 2006 Yoyodyne, Inc. (msgids)
3 # This file is distributed under the same license as the gettext package.
4 #
5 # Michel Robitaille <robitail@IRO.UMontreal.CA>, 2006.
6 # Christophe Combelles <ccomb@free.fr>, 2006
7 # Stéphane Aulery <lkppo@free.fr>, 2015
8 #
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: hello-perl 0.19.4.73\n"
12 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
13 "PO-Revision-Date: 2015-12-22 23:54+0100\n"
14 "Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
15 "Language-Team: French <traduc@traduc.org>\n"
16 "Language: fr\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
21
22 #: hello-1.pl.in:17 hello-2.pl.in:12
23 msgid "Hello, world!"
24 msgstr "Bonjour, le monde !"
25
26 #: hello-1.pl.in:19
27 #, perl-format
28 msgid "This program is running as process number %d."
29 msgstr "Ce programme est exécuté en tant que processus numéro %d."
30
31 #: hello-2.pl.in:14
32 #, perl-brace-format
33 msgid "This program is running as process number {pid}."
34 msgstr "Ce programme est exécuté en tant que processus numéro {pid}."