error in external function should returns only ConfigError

This commit is contained in:
2017-02-12 10:38:57 +01:00
parent 80f6f4ba03
commit 5bf75b3824
6 changed files with 45 additions and 15 deletions

View File

@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tiramisu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-02-11 18:05+0100\n"
"POT-Creation-Date: 2017-02-12 10:35+0100\n"
"PO-Revision-Date: \n"
"Last-Translator: Emmanuel Garette <egarette@cadoles.com>\n"
"Language-Team: Tiramisu's team <egarette@cadoles.com>\n"
@ -26,9 +26,18 @@ msgid "callback cannot return a list for a slave option ({0})"
msgstr ""
"un calcul ne peut pas retourner une liste pour une option esclave ({0})"
#: tiramisu/autolib.py:263
msgid "function \"{0}\" returns \"{1}\" for option \"{2}\""
msgstr "la fonction \"{0}\" retourne \"{1}\" pour l'option \"{2}\""
#: tiramisu/autolib.py:264
msgid ""
"unexpected error \"{0}\" in function \"{1}\" with arguments \"{3}\" and "
"\"{4}\" for option \"{2}\""
msgstr ""
"erreur inattendue \"{0}\" dans la fonction \"{1}\" avec les arguments "
"\"{3}\" et \"{4}\" pour l'option \"{2}\""
#: tiramisu/autolib.py:271
msgid "unexpected error \"{0}\" in function \"{1}\" for option \"{2}\""
msgstr ""
"erreur inattendue \"{0}\" dans la fonction \"{1}\" pour l'option \"{2}\""
#: tiramisu/config.py:64
msgid "descr must be an optiondescription, not {0}"
@ -931,6 +940,9 @@ msgstr "ne peut étendre une option multi {0} pour une maître ou une esclave"
msgid "cannot pop a value on a multi option {0} which is a slave"
msgstr "ne peut supprimer une valeur dans l'option multi {0} qui est esclave"
#~ msgid "function \"{0}\" returns \"{1}\" for option \"{2}\""
#~ msgstr "la fonction \"{0}\" retourne \"{1}\" pour l'option \"{2}\""
#~ msgid "not allowed default value for option {0} in group {1}"
#~ msgstr "valeur de défaut non autorisée pour l'option {0} du groupe {1}"