summaryrefslogtreecommitdiff
path: root/demo/django_xmlrpc/locale
diff options
context:
space:
mode:
authorJohnson Chetty <johnsonchetty@gmail.com>2012-07-25 04:33:24 +0000
committerJohnson Chetty <johnsonchetty@gmail.com>2012-07-25 04:33:24 +0000
commit5200a05c2ec637b338bf5e7adb2ba3ec4626928c (patch)
treeea7269000ff412da721a73803d2e88323996a1ed /demo/django_xmlrpc/locale
parent34ec628e9f35a45011b62e12640d88199650af4a (diff)
downloadgnowsys-5200a05c2ec637b338bf5e7adb2ba3ec4626928c.tar.gz
xmlrpc now allows marshalling of None values
Diffstat (limited to 'demo/django_xmlrpc/locale')
-rw-r--r--demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.mobin0 -> 1030 bytes
-rw-r--r--demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.po49
2 files changed, 49 insertions, 0 deletions
diff --git a/demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.mo b/demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.mo
new file mode 100644
index 00000000..06035ed2
--- /dev/null
+++ b/demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.mo
Binary files differ
diff --git a/demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.po b/demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.po
new file mode 100644
index 00000000..091e086f
--- /dev/null
+++ b/demo/django_xmlrpc/locale/fr/LC_MESSAGES/django.po
@@ -0,0 +1,49 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: django-xmlrpc\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-31 15:33+0200\n"
+"PO-Revision-Date: 2010-07-31 15:50+0100\n"
+"Last-Translator: Fantomas <Fantomas42@gmail.com>\n"
+"Language-Team: Fantomas42 <fantomas42@gmail.com>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Language: French\n"
+"X-Poedit-Country: FRANCE\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#: decorators.py:60
+msgid "Username and/or password is incorrect"
+msgstr "Nom d'utilisateur et/ou mot de passe incorrect"
+
+#: decorators.py:68
+msgid "Permission denied"
+msgstr "Permission refusée"
+
+#: templates/xmlrpc_get.html:4
+#: templates/xmlrpc_get.html.py:7
+msgid "XML-RPC Service"
+msgstr "Service XML-RPC"
+
+#: templates/xmlrpc_get.html:9
+msgid "You need to invoke this service using an XML-RPC Client."
+msgstr "Vous devez invoquer ce service en utilisant un client XML-RPC."
+
+#: templates/xmlrpc_get.html:11
+msgid "The following methods are available :"
+msgstr "Les méthodes suivantes sont disponibles :"
+
+#: templates/xmlrpc_get.html:17
+msgid "Types of argument"
+msgstr "Types d'argument"
+
+#: templates/xmlrpc_get.html:19
+msgid "Type of return"
+msgstr "Type de retour"
+