~win-cross-dev/win-cross/gettext

« back to all changes in this revision

Viewing changes to gettext-tools/examples/hello-perl/po/fr.po

  • Committer: Nathan Osman
  • Date: 2012-08-11 05:06:52 UTC
  • Revision ID: admin@quickmediasolutions.com-20120811050652-ochkxjtonbw6kkve
Initial commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
5
#
 
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"
 
18
 
 
19
#: hello-1.pl.in:17 hello-2.pl.in:12
 
20
msgid "Hello, world!"
 
21
msgstr "Bonjour, le monde !"
 
22
 
 
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."
 
27
 
 
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}."