Exchanged all french messages with their English counterparts.

git-svn-id: svn://localhost@847 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
Florian
2012-09-20 19:57:57 +00:00
parent ddd15f58b9
commit 46aa856447
17 changed files with 2565 additions and 2526 deletions
@@ -36,15 +36,15 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
{
#if defined(GD_IDE_ONLY)
DECLARE_OBJECT_ACTION("ParticleColor1",
_("Couleur initiale"),
_("Modifie la couleur initiale des particules."),
_("Mettre la couleur initiale des particules de _PARAM0_ à _PARAM1_"),
_("Commun"),
_("Initial color"),
_("Modify initial color of particles."),
_("Put initial color of particles of _PARAM0_ to _PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("color", _("Couleur initiale"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("color", _("Initial color"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleColor1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -52,15 +52,15 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_ACTION("ParticleColor2",
_("Couleur finale"),
_("Modifie la couleur finale des particules."),
_("Mettre la couleur finale des particules de _PARAM0_ à _PARAM1_"),
_("Commun"),
_("Final color"),
_("Modify final color of particles."),
_("Put final color of particles of _PARAM0_ to _PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("color", _("Couleur finale"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("color", _("Final color"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleColor2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -68,16 +68,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_ACTION("ParticleRed1",
_("Couleur rouge, paramètre 1"),
_("Modifie le paramètre 1 de la couleur rouge."),
_("Faire _PARAM2__PARAM1_ au paramètre 1 de la couleur rouge de _PARAM0_"),
_("Avancé"),
_("Red color, parameter 1"),
_("Modify parameter 1 of the red color."),
_("Do _PARAM2__PARAM1_ to parameter 1 of red color of _PARAM0_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleRed1").SetManipulatedType("number").SetAssociatedGetter("GetParticleRed1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -85,16 +85,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleRed1",
_("Couleur rouge, paramètre 1"),
_("Teste le paramètre 1 de la couleur rouge"),
_("Le paramètre 1 de la couleur rouge de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Avancé"),
_("Red color, parameter 1"),
_("Test parameter 1 of the red color"),
_("Parameter 1 of red color of _PARAM0_ is _PARAM2__PARAM1_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleRed1").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -102,16 +102,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleRed2",
_("Couleur rouge, paramètre 2"),
_("Modifie le paramètre 2 de la couleur rouge."),
_("Faire _PARAM2__PARAM1_ au paramètre 2 de la couleur rouge de _PARAM0_"),
_("Avancé"),
_("Red color, parameter 2"),
_("Modify parameter 2 of the red color"),
_("Do _PARAM2__PARAM1_ to parameter 2 of red color of _PARAM0_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleRed2").SetManipulatedType("number").SetAssociatedGetter("GetParticleRed2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -119,16 +119,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleRed2",
_("Couleur rouge, paramètre 2"),
_("Teste le paramètre 2 de la couleur rouge"),
_("Le paramètre 2 de la couleur rouge de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Avancé"),
_("Red color, parameter 2"),
_("Test parameter 2 of the red color"),
_("Parameter 2 of red color of _PARAM0_ is _PARAM2__PARAM1_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleRed2").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -136,16 +136,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleBlue1",
_("Couleur bleu, paramètre 1"),
_("Modifie le paramètre 1 de la couleur bleu."),
_("Faire _PARAM2__PARAM1_ au paramètre 1 de la couleur bleu de _PARAM0_"),
_("Avancé"),
_("Blue color, parameter 1"),
_("Modify parameter 1 of blue color"),
_("Do _PARAM2__PARAM1_ to the parameter 1 of blue color of _PARAM0_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleBlue1").SetManipulatedType("number").SetAssociatedGetter("GetParticleBlue1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -153,16 +153,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleBlue1",
_("Couleur bleu, paramètre 1"),
_("Teste le paramètre 1 de la couleur bleu"),
_("Le paramètre 1 de la couleur bleu de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Avancé"),
_("Blue color, parameter 1"),
_("Test parameter 1 of blue color"),
_("Parameter 1 of blue color of _PARAM0_ is _PARAM2__PARAM1_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleBlue1").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -170,16 +170,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleBlue2",
_("Couleur bleu, paramètre 2"),
_("Modifie le paramètre 2 de la couleur bleu."),
_("Faire _PARAM2__PARAM1_ au paramètre 2 de la couleur bleu de _PARAM0_"),
_("Avancé"),
_("Blue color, parameter 2"),
_("Modify parameter 2 of blue color"),
_("Do _PARAM2__PARAM1_ to the parameter 2 of blue color of _PARAM0_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleBlue2").SetManipulatedType("number").SetAssociatedGetter("GetParticleBlue2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -187,16 +187,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleBlue2",
_("Couleur bleu, paramètre 2"),
_("Teste le paramètre 2 de la couleur bleu"),
_("Le paramètre 2 de la couleur bleu de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Avancé"),
_("Blue color, parameter 2"),
_("Test parameter 2 of blue color"),
_("Parameter 2 of blue color of _PARAM0_ is _PARAM2__PARAM1_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleBlue2").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -204,16 +204,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleGreen1",
_("Couleur vert, paramètre 1"),
_("Modifie le paramètre 1 de la couleur vert."),
_("Faire _PARAM2__PARAM1_ au paramètre 1 de la couleur vert de _PARAM0_"),
_("Avancé"),
_("Green color, parameter 1"),
_("Modify parameter 1 of green color"),
_("Do _PARAM2__PARAM1_ to the parameter 1 of green color of _PARAM0_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleGreen1").SetManipulatedType("number").SetAssociatedGetter("GetParticleGreen1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -221,16 +221,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleGreen1",
_("Couleur vert, paramètre 1"),
_("Teste le paramètre 1 de la couleur vert"),
_("Le paramètre 1 de la couleur vert de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Avancé"),
_("Green color, parameter 1"),
_("Test parameter 1 of green color"),
_("Parameter 1 of green color of _PARAM0_ is _PARAM2__PARAM1_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleGreen1").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -239,16 +239,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleGreen2",
_("Couleur vert, paramètre 2"),
_("Modifie le paramètre 2 de la couleur vert."),
_("Faire _PARAM2__PARAM1_ au paramètre 2 de la couleur vert de _PARAM0_"),
_("Avancé"),
_("Green color, parameter 2"),
_("Modify the parameter 2 of the green color"),
_("Do _PARAM2__PARAM1_ to the parameter 2 of green color of _PARAM0_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleGreen2").SetManipulatedType("number").SetAssociatedGetter("GetParticleGreen2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -256,16 +256,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleGreen2",
_("Couleur vert, paramètre 2"),
_("Teste le paramètre 2 de la couleur vert"),
_("Le paramètre 2 de la couleur vert de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Avancé"),
_("Green color, parameter 2"),
_("Test the parameter 2 of the green color"),
_("Parameter 2 of green color of _PARAM0_ is _PARAM2__PARAM1_"),
_("Advanced"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleGreen2").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -274,16 +274,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleSize1",
_("Taille, paramètre 1"),
_("Modifie le paramètre 1 de la taille des particules."),
_("Faire _PARAM2__PARAM1_ au paramètre 1 de la taille des particules de _PARAM0_"),
_("Commun"),
_("SIze, parameter 1"),
_("Modifyt parameter 1 of the size of particles"),
_("Do _PARAM2__PARAM1_ to the parameter 1 of size of _PARAM0_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleSize1").SetManipulatedType("number").SetAssociatedGetter("GetParticleSize1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -291,16 +291,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleSize1",
_("Taille, paramètre 1"),
_("Teste le paramètre 1 de la taille des particules"),
_("Le paramètre 1 de la taille des particules de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Commun"),
_("SIze, parameter 1"),
_("Test parameter 1 of the size of particles"),
_("Parameter 1 of the size of _PARAM0_ is _PARAM2__PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleSize1").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -308,16 +308,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleSize2",
_("Taille, paramètre 2"),
_("Modifie le paramètre 2 de la taille des particules."),
_("Faire _PARAM2__PARAM1_ au paramètre 2 de la taille des particules de _PARAM0_"),
_("Commun"),
_("Size, parameter 2"),
_("Modify parameter 2 of the size of particles"),
_("Do _PARAM2__PARAM1_ to the parameter 2 of size of _PARAM0_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleSize2").SetManipulatedType("number").SetAssociatedGetter("GetParticleSize2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -325,16 +325,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleSize2",
_("Taille, paramètre 2"),
_("Teste le paramètre 2 de la taille des particules"),
_("Le paramètre 2 de la taille des particules de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Commun"),
_("Size, parameter 2"),
_("Test parameter 2 of the size of particles"),
_("Parameter 2 of the size of _PARAM0_ is _PARAM2__PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleSize2").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -342,16 +342,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleAngle1",
_("Angle, paramètre 1"),
_("Modifie le paramètre 1 de l'angle des particules."),
_("Faire _PARAM2__PARAM1_ au paramètre 1 de l'angle des particules de _PARAM0_"),
_("Commun"),
_("Angle, parameter 1"),
_("Modify parameter 1 of the angle of particles"),
_("Do _PARAM2__PARAM1_ to the parameter 1 of angle of _PARAM0_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleAngle1").SetManipulatedType("number").SetAssociatedGetter("GetParticleAngle1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -359,16 +359,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleAngle1",
_("Angle, paramètre 1"),
_("Teste le paramètre 1 de l'angle des particules"),
_("Le paramètre 1 de l'angle des particules de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Commun"),
_("Angle, parameter 1"),
_("Test parameter 1 of the angle of particles"),
_("Parameter 1 of angle of _PARAM0_ is _PARAM2__PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleAngle1").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -376,16 +376,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleAngle2",
_("Angle, paramètre 2"),
_("Modifie le paramètre 2 de l'angle des particules."),
_("Faire _PARAM2__PARAM1_ au paramètre 2 de l'angle des particules de _PARAM0_"),
_("Commun"),
_("Angle, parameter 2"),
_("Modify parameter 2 of the angle of particles"),
_("Do _PARAM2__PARAM1_ to the parameter 2 of angle of _PARAM0_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleAngle2").SetManipulatedType("number").SetAssociatedGetter("GetParticleAngle2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -393,16 +393,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleAngle2",
_("Angle, paramètre 2"),
_("Teste le paramètre 2 de l'angle des particules"),
_("Le paramètre 2 de l'angle des particules de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Commun"),
_("Angle, parameter 2"),
_("Test parameter 2 of the angle of particles"),
_("Parameter 2 of angle of _PARAM0_ is _PARAM2__PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleAngle2").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -410,16 +410,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleAlpha1",
_("Transparence, paramètre 1"),
_("Modifie le paramètre 1 de la transparence des particules."),
_("Faire _PARAM2__PARAM1_ au paramètre 1 de la transparence des particules de _PARAM0_"),
_("Commun"),
_("Transparency, parameter 1"),
_("Modify parameter 1 of the transparency of particles"),
_("Do _PARAM2__PARAM1_ to parameter 1 of the transparency of _PARAM0_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleAlpha1").SetManipulatedType("number").SetAssociatedGetter("GetParticleAlpha1").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -427,16 +427,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleAlpha1",
_("Transparence, paramètre 1"),
_("Teste le paramètre 1 de la transparence des particules"),
_("Le paramètre 1 de la transparence des particules de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Commun"),
_("Transparency, parameter 1"),
_("Test parameter 1 of the transparency of particles"),
_("Parameter 1 of the transparency of _PARAM0_ is _PARAM2__PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleAlpha1").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -444,16 +444,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_ACTION("ParticleAlpha2",
_("Transparence, paramètre 2"),
_("Modifie le paramètre 2 de la transparence des particules."),
_("Faire _PARAM2__PARAM1_ au paramètre 2 de la transparence des particules de _PARAM0_"),
_("Commun"),
_("Transparency, parameter 2"),
_("Modify parameter 2 of the transparency of particles"),
_("Do _PARAM2__PARAM1_ to parameter 2 of the transparency of _PARAM0_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur"), "", false);
instrInfo.AddParameter("operator", _("Signe de la modification"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value"), "", false);
instrInfo.AddParameter("operator", _("Modification's sign"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("SetParticleAlpha2").SetManipulatedType("number").SetAssociatedGetter("GetParticleAlpha2").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -462,16 +462,16 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_ACTION()
DECLARE_OBJECT_CONDITION("ParticleAlpha2",
_("Transparence, paramètre 2"),
_("Teste le paramètre 2 de la transparence des particules"),
_("Le paramètre 2 de la transparence des particules de _PARAM0_ est _PARAM2_ à _PARAM1_"),
_("Commun"),
_("Transparency, parameter 2"),
_("Test parameter 2 of the transparency of particles"),
_("Parameter 2 of the transparency of _PARAM0_ is _PARAM2__PARAM1_"),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Valeur à tester"), "", false);
instrInfo.AddParameter("relationalOperator", _("Signe du test"), "", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.AddParameter("expression", _("Value to test"), "", false);
instrInfo.AddParameter("relationalOperator", _("Sign of the test"), "", false);
instrInfo.cppCallingInformation.SetFunctionName("GetParticleAlpha2").SetManipulatedType("number").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -480,14 +480,14 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
DECLARE_OBJECT_CONDITION("NoMoreParticles",
_("Plus aucune particules"),
_("Renvoi vrai si l'objet n'émet plus aucune particule, pour pouvoir par exemple le détruire ensuite."),
_("_PARAM0_ n'émet plus de particules"),
_("Commun"),
_("No more particles"),
_("Return true if the object does not emit particles anylonger, so as to destroy it for example."),
_("_PARAM0_ does not emit anylonger."),
_("Common"),
"Extensions/particleSystemicon24.png",
"Extensions/particleSystemicon16.png");
instrInfo.AddParameter("object", _("Objet"), "ParticleEmitter", false);
instrInfo.AddParameter("object", _("Object"), "ParticleEmitter", false);
instrInfo.cppCallingInformation.SetFunctionName("NoMoreParticles").SetIncludeFile("ParticleSystem/ParticleEmitterObject.h");
@@ -496,3 +496,4 @@ void Extension::ExtensionSubDeclaration2(ExtensionObjectInfos & objInfos)
DECLARE_END_OBJECT_CONDITION()
#endif
}