Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / examples / hello-perl / po / fr.po
blob4dbcd87a39e7969a61fc4e94196e4f67e2fbff37
1 # Messages français pour GNU gettext.
2 # Copyright © 2006 Yoyodyne, Inc.
3 # Michel Robitaille <robitail@IRO.UMontreal.CA>, 2006.
4 # Christophe Combelles <ccomb@free.fr>, 2006
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU hello-perl 0.15-pre5\n"
9 "Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
10 "PO-Revision-Date: 2006-10-01 02:29+0200\n"
11 "Last-Translator: Christophe Combelles <ccomb@free.fr>\n"
12 "Language-Team: French <traduc@traduc.org>\n"
13 "Language: fr\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19 #: hello-1.pl.in:17 hello-2.pl.in:12
20 msgid "Hello, world!"
21 msgstr "Bonjour, le monde !"
23 #: hello-1.pl.in:19
24 #, perl-format
25 msgid "This program is running as process number %d."
26 msgstr "Ce programme est exécuté en tant que processus numéro %d."
28 #: hello-2.pl.in:14
29 #, perl-brace-format
30 msgid "This program is running as process number {pid}."
31 msgstr "Ce programme est exécuté en tant que processus numéro {pid}."