summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c++-kde/po/fr.po
blob: cdacb2d53e526dfb95e4776bca60855e109320d4 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
# Messages français pour GNU gettext.
# Copyright (C) 2006 Yoyodyne, Inc. (msgids)
# This file is distributed under the same license as the gettext package.
#
# Michel Robitaille <robitail@IRO.UMontreal.CA>, 2006.
# Christophe Combelles <ccomb@free.fr>, 2006
# Stéphane Aulery <lkppo@free.fr>, 2015
#
msgid ""
msgstr ""
"Project-Id-Version: hello-c++-kde 0.19.4.73\n"
"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
"PO-Revision-Date: 2015-12-22 23:54+0100\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"

#: hello.cc:46
msgid "Hello example"
msgstr "Exemple Bonjour"

#: hello.cc:48
msgid "Hello world example"
msgstr "Exemple de « Bonjour le monde »"

#: hellowindow.cc:42
msgid "Hello, world!"
msgstr "Bonjour, le monde !"

#: hellowindow.cc:49
#, qt-format
msgid "This program is running as process number %1."
msgstr "Ce programme est exécuté en tant que processus numéro %1."