From 3565aad630864ecdbe53fdaa501ea708555b3c7c Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 30 Apr 2023 18:30:36 -0400 Subject: New upstream version 3.4.4+dfsg. --- .../translations/ScriptingPython_fr_FR.ts | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts (limited to 'Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts') diff --git a/Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts b/Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts new file mode 100644 index 0000000..2bf1d89 --- /dev/null +++ b/Plugins/ScriptingPython/translations/ScriptingPython_fr_FR.ts @@ -0,0 +1,32 @@ + + + + + QObject + + + Invalid use of %1 function. Expected %2 arguments, but got %3. + Utilisation non valide de la fonction %1. Attendait %2 arguments, mais a obtenu %3. + + + + Unknown error from function %1. + Erreur inconnue de la fonction %1. + + + + Could not calculate string representation of the Python object passed as argument to the function %1. + Impossible de calculer la représentation de la chaîne de caractères de l'objet Python passé comme argument à la fonction %1. + + + + Could not find execution context for function %1. This is a bug of Python plugin. Please report it. + Impossible de trouver le contexte d'exécution de la fonction %1. Ceci est un bug du plugin Python. Veuillez le signaler. + + + + Error from Python function %1: %2 + Erreur de la fonction Python %1 : %2 + + + -- cgit v1.2.3