summaryrefslogtreecommitdiff
path: root/gettext-tools/examples/hello-c++-kde/po/fr.po
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples/hello-c++-kde/po/fr.po')
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/fr.po34
1 files changed, 34 insertions, 0 deletions
diff --git a/gettext-tools/examples/hello-c++-kde/po/fr.po b/gettext-tools/examples/hello-c++-kde/po/fr.po
new file mode 100644
index 0000000..e864baf
--- /dev/null
+++ b/gettext-tools/examples/hello-c++-kde/po/fr.po
@@ -0,0 +1,34 @@
+# Messages français pour GNU gettext.
+# Copyright © 2006 Yoyodyne, Inc.
+# Michel Robitaille <robitail@IRO.UMontreal.CA>, 2006.
+# Christophe Combelles <ccomb@free.fr>, 2006
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: GNU hello-c++-kde 0.15-pre5\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"PO-Revision-Date: 2006-10-01 02:29+0200\n"
+"Last-Translator: Christophe Combelles <ccomb@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 Hello"
+
+#: hello.cc:48
+msgid "Hello world example"
+msgstr "Exemple de « Hello world »"
+
+#: 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."