diff options
| author | 2010-08-04 15:42:52 +0000 | |
|---|---|---|
| committer | 2010-08-04 15:42:52 +0000 | |
| commit | 6eddb1eb011b27701e7c4d72c9d6a58578042068 (patch) | |
| tree | 110c1db3065165dc812f4f7a1af58ac9c11d1323 /po/modules/python | |
| parent | Fix #878 (diff) | |
| download | KVIrc-6eddb1eb011b27701e7c4d72c9d6a58578042068.tar.gz KVIrc-6eddb1eb011b27701e7c4d72c9d6a58578042068.tar.bz2 KVIrc-6eddb1eb011b27701e7c4d72c9d6a58578042068.zip | |
Updated french translation by xoffice
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4777 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'po/modules/python')
| -rw-r--r-- | po/modules/python/python_fr.po | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/po/modules/python/python_fr.po b/po/modules/python/python_fr.po new file mode 100644 index 000000000..60f4312c9 --- /dev/null +++ b/po/modules/python/python_fr.po @@ -0,0 +1,42 @@ +# 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: python_fr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-06-19 20:08+0200\n" +"PO-Revision-Date: 2010-07-18 12:29+0100\n" +"Last-Translator: \n" +"Language-Team: Français <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/modules/python/libkvipython.cpp:46 +msgid "The pythoncore module can't be loaded: python support not available" +msgstr "Le module pythoncore ne peux pas être chargé : la gestion de Python n'est pas disponible" + +#: src/modules/python/libkvipython.cpp:47 +msgid "To see more details about loading failure try /pythoncore.load" +msgstr "Pour plus de détails sur le problème de chargement, essayez /pythoncore.load" + +#: src/modules/python/libkvipython.cpp:60 +msgid "This KVIrc executable has been compiled without python scripting support" +msgstr "Cet exécutable KVIrc n'a pas été compilé avec la gestion des scripts Python" + +#: src/modules/python/libkvipython.cpp:100 +#: src/modules/python/libkvipython.cpp:153 +msgid "The pythoncore module failed to execute the code: something is wrong with the python support" +msgstr "Le module pythoncore n'a pas réussi à exécuter le code : un problème est survenu dans la gestion de Python" + +#: src/modules/python/libkvipython.cpp:117 +#: src/modules/python/libkvipython.cpp:121 +msgid "Python execution error:" +msgstr "Erreur d'exécution de Python :" + +#: src/modules/pythoncore/libkvipythoncore.cpp:112 +msgid "Internal error: python interpreter not initialized" +msgstr "Erreur interne : l'interpréteur de Python n'est pas initialisé" |
