mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
Exchanged all french messages with their English counterparts.
git-svn-id: svn://localhost@847 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
@@ -41,15 +41,15 @@ freely, subject to the following restrictions:
|
||||
Extension::Extension()
|
||||
{
|
||||
DECLARE_THE_EXTENSION("ParticleSystem",
|
||||
_("Système de particules"),
|
||||
_("Extension permettant d'afficher un grand nombre de petites particules."),
|
||||
_("Particle system"),
|
||||
_("Extension allowing to display a large number of small particles."),
|
||||
"Compil Games",
|
||||
"zlib/libpng License ( Open Source )")
|
||||
|
||||
//Declaration of all objects available
|
||||
DECLARE_OBJECT("ParticleEmitter",
|
||||
_("Emetteur de particules"),
|
||||
_("Objet affichant un grand nombre de petites particules"),
|
||||
_("Particles emitter"),
|
||||
_("Object displaying a large number of small particles"),
|
||||
"Extensions/particleSystemicon.png",
|
||||
&CreateParticleEmitterObject,
|
||||
&DestroyParticleEmitterObject,
|
||||
@@ -141,3 +141,4 @@ extern "C" ExtensionBase * GD_EXTENSION_API CreateGDExtension() {
|
||||
extern "C" void GD_EXTENSION_API DestroyGDExtension(ExtensionBase * p) {
|
||||
delete p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user