blob: 491f82552952e20509d22623600dbcd49f97e0dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Messages français pour GNU gettext.
# Copyright © 2003 Free Software Foundation, Inc.
# Michel Robitaille <robitail@iro.umontreal.ca>, traducteur depuis/since 1996.
#
msgid ""
msgstr ""
"Project-Id-Version: GNU hello-csharp-forms 0.13.1\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
"PO-Revision-Date: 2003-12-18 08:00-0500\n"
"Last-Translator: Michel Robitaille <robitail@IRO.UMontreal.CA>\n"
"Language-Team: French <traduc@traduc.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: hello.cs:30
msgid "Hello, world!"
msgstr "Bonjour, le monde!"
#: hello.cs:37
#, csharp-format
msgid "This program is running as process number {0}."
msgstr "Ce programme est exécuté en tant que processus numéro {0}."
|