diff --git a/app/other/MakeWebSite/.src/MTranslation.module b/app/other/MakeWebSite/.src/MTranslation.module index 557b90bb6..c5e767105 100644 --- a/app/other/MakeWebSite/.src/MTranslation.module +++ b/app/other/MakeWebSite/.src/MTranslation.module @@ -10,8 +10,6 @@ Public Sub Load() $cTr["Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic™ (but it is NOT a clone !)."] = ("Gambas is a free development environment based on a Basic interpreter with object extensions, a bit like Visual Basic™ (but it is NOT a clone !).") $cTr["Read the introduction for more information."] = ("Read the introduction for more information.") $cTr["With Gambas, you can quickly design your program GUI with QT4 or GTK+, access MySQL, PostgreSQL, ODBC and SQLite databases, pilot applications with D-Bus, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on..."] = ("With Gambas, you can quickly design your program GUI with QT4 or GTK+, access MySQL, PostgreSQL, ODBC and SQLite databases, pilot applications with D-Bus, translate your program into any language, create network applications easily, make 3D OpenGL applications, make CGI web applications, and so on...") - $cTr["You can support Gambas by making a small donation with"] = ("You can support Gambas by making a small donation with") - $cTr["or by using"] = ("or by using") $cTr["The greatest formula of the world!"] = ("The greatest formula of the world!") $cTr["Click there to see all news"] = ("Click there to see all news") $cTr["Last news"] = ("Last news") @@ -19,6 +17,8 @@ Public Sub Load() $cTr["Release Notes"] = ("Release Notes") $cTr["Donate with PayPal"] = ("Donate with PayPal") $cTr["Flattr this"] = ("Flattr this") + $cTr["You can support Gambas by making a small donation with"] = ("You can support Gambas by making a small donation with") + $cTr["or by using"] = ("or by using") $cTr["Hall Of Fame"] = ("Hall Of Fame") $cTr["Developers"] = ("Developers") $cTr["Developer"] = ("Developer") diff --git a/app/other/MakeWebSite/gambas.sourceforge.net/home.html b/app/other/MakeWebSite/gambas.sourceforge.net/home.html index 6bf794790..b0210f60c 100644 --- a/app/other/MakeWebSite/gambas.sourceforge.net/home.html +++ b/app/other/MakeWebSite/gambas.sourceforge.net/home.html @@ -21,17 +21,15 @@