Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1398)
+++ branches/2.8.x/CHANGELOG	(revision 1399)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+21 Jan-2011 Build 1399 Dietmar Woellbrink (Luisehahne)
+# Ticket 1090 fix wrong translation
 20 Jan-2011 Build 1398 Frank Heyne (FrankH)
 # Security fix in admin/admintools and admin/groups
 20 Jan-2011 Build 1397 Dietmar Woellbrink (Luisehahne)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1398)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1399)
@@ -52,6 +52,6 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.2.RC5');
-if(!defined('REVISION')) define('REVISION', '1398');
+if(!defined('REVISION')) define('REVISION', '1399');
 
 ?>
Index: branches/2.8.x/wb/languages/FI.php
===================================================================
--- branches/2.8.x/wb/languages/FI.php	(revision 1398)
+++ branches/2.8.x/wb/languages/FI.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Rajaton';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Yl&ouml;s';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Lataa palvelimelle';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'K&auml;ytt&auml;j&auml;';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Konfigurointitiedostoa ei voi vavata';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Konfiguraation kirjoitus ei onnistu';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Susitellaan ainoastaan testitarkoituksiin';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Anna s&auml;hk&ouml;postiosoite';
Index: branches/2.8.x/wb/languages/EN.php
===================================================================
--- branches/2.8.x/wb/languages/EN.php	(revision 1398)
+++ branches/2.8.x/wb/languages/EN.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Unlimited';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Up';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Upload File(s)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'User';
Index: branches/2.8.x/wb/languages/CS.php
===================================================================
--- branches/2.8.x/wb/languages/CS.php	(revision 1398)
+++ branches/2.8.x/wb/languages/CS.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Neomezen&yacute;';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Nahoru';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Nahr&aacute;t soubor(y)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'U&#382;ivatel';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nelze otev&#345;&iacute;t soubor s konfigurac&iacute;';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nelze zapisovat do souboru s konfigurac&iacute;';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Pozn.: zapnut&iacute; t&eacute;to volby se doporu&#269;uje jen v testovac&iacute;m prost&#345;ed&iacute;';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Mus&iacute;te zadat e-mailovou adresu';
Index: branches/2.8.x/wb/languages/index.php
===================================================================
--- branches/2.8.x/wb/languages/index.php	(revision 1398)
+++ branches/2.8.x/wb/languages/index.php	(revision 1399)
@@ -1,21 +1,21 @@
-<?php
-/**
- *
- * @category        framework
- * @package         language
- * @author          WebsiteBaker Project
- * @copyright       2004-2009, Ryan Djurovich
- * @copyright       2009-2011, Website Baker Org. e.V.
- * @link			http://www.websitebaker2.org/
- * @license         http://www.gnu.org/licenses/gpl.html
- * @platform        WebsiteBaker 2.8.x
- * @requirements    PHP 5.2.2 and higher
- * @version         $Id$
- * @filesource		$HeadURL$
- * @lastmodified    $Date$
- *
- */
-
-require('../config.php');
-header('Location: '.WB_URL.'/');
+<?php
+/**
+ *
+ * @category        framework
+ * @package         language
+ * @author          WebsiteBaker Project
+ * @copyright       2004-2009, Ryan Djurovich
+ * @copyright       2009-2011, Website Baker Org. e.V.
+ * @link			http://www.websitebaker2.org/
+ * @license         http://www.gnu.org/licenses/gpl.html
+ * @platform        WebsiteBaker 2.8.x
+ * @requirements    PHP 5.2.2 and higher
+ * @version         $Id$
+ * @filesource		$HeadURL$
+ * @lastmodified    $Date$
+ *
+ */
+
+require('../config.php');
+header('Location: '.WB_URL.'/');
 exit;
\ No newline at end of file
Index: branches/2.8.x/wb/languages/SE.php
===================================================================
--- branches/2.8.x/wb/languages/SE.php	(revision 1398)
+++ branches/2.8.x/wb/languages/SE.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Obegr&auml;nsat';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Upp';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Ladda upp filer';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Anv&auml;ndare';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Kunde inte &ouml;ppna konfigurationsfilen';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Kan inte skriva till konfigurationsfilen';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Observera: detta rekomenderas endast f&ouml;r tillf&auml;llig pr&ouml;vning av sidorna';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Du m&aring;ste skriva en e-postadress';
Index: branches/2.8.x/wb/languages/ES.php
===================================================================
--- branches/2.8.x/wb/languages/ES.php	(revision 1398)
+++ branches/2.8.x/wb/languages/ES.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Ilimitado';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Arriba';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Subir Archivo(s)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Ususario';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'No se pudo abrir el archivo de configuraci&oacute;n';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'No se pudo escribir en el archivo de configuraci&oacute;n';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Atenci&oacute;n: S&oacute;lo recomendado para entornos de prueba';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Debe ingresar una direccion de email';
Index: branches/2.8.x/wb/languages/FR.php
===================================================================
--- branches/2.8.x/wb/languages/FR.php	(revision 1398)
+++ branches/2.8.x/wb/languages/FR.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Illimit&eacute;';
 $TEXT['UNZIP_FILE'] = 'Uploader et d&eacute;compresser l&apos;archive zip';
 $TEXT['UP'] = 'Haut';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Uploader un/des fichier(s)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Utilisateur';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Impossible de lire le fichier de configuration';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Impossible d&apos;&eacute;crire dans le fichier de configuration';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Recommand&eacute; uniquement pour les environnement de test';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-Enregistrement d&apos;un nouvel utilisateur.
-
-Identifiant: {LOGIN_NAME}
-Code utilisateur: {LOGIN_ID}
-Adresse email: {LOGIN_EMAIL}
-Adresse IP: {LOGIN_IP}
-Date d&apos;enregistrement: {SIGNUP_DATE}
-----------------------------------------
-Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+Enregistrement d&apos;un nouvel utilisateur.
+
+Identifiant: {LOGIN_NAME}
+Code utilisateur: {LOGIN_ID}
+Adresse email: {LOGIN_EMAIL}
+Adresse IP: {LOGIN_IP}
+Date d&apos;enregistrement: {SIGNUP_DATE}
+----------------------------------------
+Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Bonjour {LOGIN_DISPLAY_NAME},
-
-Vous avez re&ccedil;u ce message car vous avez utilis&eacute; la fonction \'Retrouver vos identifiants de connexion\' depuis votre compte.
-
-Voici vos nouveaux param&egrave;tres de connexion pour \'{LOGIN_WEBSITE_TITLE}\':
-
-Identifiant: {LOGIN_NAME}
-Mot de Passe: {LOGIN_PASSWORD}
-
-Nous vous avons attribu&eacute; le mot de passe ci-dessus.
-Cela signifie que vous ne pouvez plus vous servir de votre ancien mot de passe!
-Si vous avez des probl&egrave;mes ou des questions concernant vos nouveaux param&egrave;tres de connexion
-veuillez contacter l&apos;administrateur du site ou l&apos;&eacute;quipe de \'{LOGIN_WEBSITE_TITLE}\'.
-Pensez &agrave; vider le cache de votre navigateur avant de vous reconnecter pour &eacute;viter toute probl&egrave;me &eacute;ventuel.
-
-Bien cordialement
--------------------------------------
-Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Bonjour {LOGIN_DISPLAY_NAME},
+
+Vous avez re&ccedil;u ce message car vous avez utilis&eacute; la fonction \'Retrouver vos identifiants de connexion\' depuis votre compte.
+
+Voici vos nouveaux param&egrave;tres de connexion pour \'{LOGIN_WEBSITE_TITLE}\':
+
+Identifiant: {LOGIN_NAME}
+Mot de Passe: {LOGIN_PASSWORD}
+
+Nous vous avons attribu&eacute; le mot de passe ci-dessus.
+Cela signifie que vous ne pouvez plus vous servir de votre ancien mot de passe!
+Si vous avez des probl&egrave;mes ou des questions concernant vos nouveaux param&egrave;tres de connexion
+veuillez contacter l&apos;administrateur du site ou l&apos;&eacute;quipe de \'{LOGIN_WEBSITE_TITLE}\'.
+Pensez &agrave; vider le cache de votre navigateur avant de vous reconnecter pour &eacute;viter toute probl&egrave;me &eacute;ventuel.
+
+Bien cordialement
+-------------------------------------
+Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Bonjour {LOGIN_DISPLAY_NAME},
-
-Bienvenue chez \'{LOGIN_WEBSITE_TITLE}\'.
-
-Voici vos param&egrave;tres de connexion pour \'{LOGIN_WEBSITE_TITLE}\':
-Identifiant: {LOGIN_NAME}
-Mot de Passe: {LOGIN_PASSWORD}
-
-Bien cordialement
-
-Remarque:
-Si vous pensez avoir re&ccedil;u ce message par erreur, veuillez l&apos;effacer et ne pas en tenir compte!
--------------------------------------
-Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Bonjour {LOGIN_DISPLAY_NAME},
+
+Bienvenue chez \'{LOGIN_WEBSITE_TITLE}\'.
+
+Voici vos param&egrave;tres de connexion pour \'{LOGIN_WEBSITE_TITLE}\':
+Identifiant: {LOGIN_NAME}
+Mot de Passe: {LOGIN_PASSWORD}
+
+Bien cordialement
+
+Remarque:
+Si vous pensez avoir re&ccedil;u ce message par erreur, veuillez l&apos;effacer et ne pas en tenir compte!
+-------------------------------------
+Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Param&egrave;tres de votre connexion ...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'L&apos;adresse email est obligatoire';
Index: branches/2.8.x/wb/languages/ET.php
===================================================================
--- branches/2.8.x/wb/languages/ET.php	(revision 1398)
+++ branches/2.8.x/wb/languages/ET.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Piiramatu';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = '&Uuml;lesse';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Saada Fail(id)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Kasutaja';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'V&otilde;imetu avama konfiguratsioonifaili';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Ei saa kirjutada konfiguratsioonifaili';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'M&auml;rge: see on vajalik ainult &uuml;mbruse testimiseks';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Sa pead sisestama emaili aadressi';
Index: branches/2.8.x/wb/languages/HR.php
===================================================================
--- branches/2.8.x/wb/languages/HR.php	(revision 1398)
+++ branches/2.8.x/wb/languages/HR.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Neograni&egrave;en';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Gore';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Nasnimi fajlove)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Korisnik';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nemogu&aelig;e je otvoriti konfiguracijski file';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Ne mo&#382;e zapisivati u konfiguracijski file';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Obavijest: ovo je preporu&egrave;ljivo samo za uvijete testiranja';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Unesite email adresu';
Index: branches/2.8.x/wb/languages/NL.php
===================================================================
--- branches/2.8.x/wb/languages/NL.php	(revision 1398)
+++ branches/2.8.x/wb/languages/NL.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Ongelimiteerd';
 $TEXT['UNZIP_FILE'] = 'Uploaden en uitpakken van ZIP-bestand';
 $TEXT['UP'] = 'Omhoog';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Upload bestand(en)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Gebruiker';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Het configuratiebestand kan niet worden geopend';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Het configuratiebestand kan niet worden opgeslagen';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Opgelet: dit is alleen bedoeld voor testdoeleinden!';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Uw login-gegevens...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'U moet een e-mailadres invullen';
Index: branches/2.8.x/wb/languages/PL.php
===================================================================
--- branches/2.8.x/wb/languages/PL.php	(revision 1398)
+++ branches/2.8.x/wb/languages/PL.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Nieograniczony';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'G&oacute;ra';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Za&#322;aduj plik(i)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'U&#380;ytkownik';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nie mo&#380;na otworzy&#263; pliku konfiguracyjnego';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nie mo&#380;na zapisa&#263; pliku konfiguracyjnego';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Uwaga: to jest zalecane wy&#322;&#261;cznie w &#347;rodowiskach testowych';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Nale&#380;y wprowadzi&#263; adres e-mail';
Index: branches/2.8.x/wb/languages/HU.php
===================================================================
--- branches/2.8.x/wb/languages/HU.php	(revision 1398)
+++ branches/2.8.x/wb/languages/HU.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'V&eacute;gtelen';
 $TEXT['UNZIP_FILE'] = 'ZIP arch&iacute;vum felt&ouml;lt&eacute;se &eacute;s kicsomagol&aacute;sa';
 $TEXT['UP'] = 'Fel';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'F&aacute;jl felt&ouml;lt&eacute;s';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Felhaszn&aacute;l&oacute;';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'A konfigur&aacute;ci&oacute;s file nem nyithat&oacute; meg';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nem lehets&eacute;ges a konfigur&aacute;ci&oacute;s file &iacute;r&aacute;sa';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Figyelmeztet&eacute;s: Ez csak tesztk&ouml;rnyezetben javasolt';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Bejelentkez&eacute;si r&eacute;szletek...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'E-mail c&iacute;met meg kell adnia';
Index: branches/2.8.x/wb/languages/IT.php
===================================================================
--- branches/2.8.x/wb/languages/IT.php	(revision 1398)
+++ branches/2.8.x/wb/languages/IT.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Illimitato';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Su';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Carica File(s)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'User';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Impossibile aprire il file di configurazione';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Impossibile scrivere il file di configurazione';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Raccomandato solo in fase di test';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Deve inserire un indirizzo di email';
Index: branches/2.8.x/wb/languages/NO.php
===================================================================
--- branches/2.8.x/wb/languages/NO.php	(revision 1398)
+++ branches/2.8.x/wb/languages/NO.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Ubegrenset';
 $TEXT['UNZIP_FILE'] = 'Last opp og pakk ut et .zip arkiv';
 $TEXT['UP'] = 'Opp';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Last opp fil(er)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Bruker';
@@ -579,50 +579,50 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Kunne ikke &aring;pne konfigurasjons filen';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Kunne ikke skrive til konfigurasjons filen';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Merk: Dette er kun ment for teste milj&oslash;er';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-En ny bruker ble registrert.
-
-Brukernavn: {LOGIN_NAME}
-BrukerID: {LOGIN_ID}
-e-post: {LOGIN_EMAIL}
-IP-Adresse: {LOGIN_IP}
-Registrasjons dateo: {SIGNUP_DATE}
-----------------------------------------
-Denne meldingen ble automatisk generert!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+En ny bruker ble registrert.
+
+Brukernavn: {LOGIN_NAME}
+BrukerID: {LOGIN_ID}
+e-post: {LOGIN_EMAIL}
+IP-Adresse: {LOGIN_IP}
+Registrasjons dateo: {SIGNUP_DATE}
+----------------------------------------
+Denne meldingen ble automatisk generert!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hei {LOGIN_DISPLAY_NAME},
-
-Denne e-posten ble sendt til deg fordi \'glemt passord\' funksjonen er blitt benyttet p&aring; din konto.
-Dine nye \'{LOGIN_WEBSITE_TITLE}\' p&aring;loggingsdetalejer er:
-
-Brukernavn: {LOGIN_NAME}
-Passord: {LOGIN_PASSWORD}
-
-Passordet dit er endret til det som st&aring;r over.
-Dette betyr at det gamle passordet dit ikke virker lenger!
-Hvis du har sp&oslash;rsm&aring;le eller problemer med de nye p&aring;loggingsdataene
-b&oslash;r du ta kontakt med \'{LOGIN_WEBSITE_TITLE}\' sine administratorer.
-Venligst husk &aring; t&oslash;mme nettleserens cache f&oslash;r du benytter deg av de nye p&aring;loggingsdetaljene dine, slik at du unng&aring;r uventede feil.
-Med hilsen
-------------------------------------
-Denne meldingen ble automatisk generert!
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hei {LOGIN_DISPLAY_NAME},
+
+Denne e-posten ble sendt til deg fordi \'glemt passord\' funksjonen er blitt benyttet p&aring; din konto.
+Dine nye \'{LOGIN_WEBSITE_TITLE}\' p&aring;loggingsdetalejer er:
+
+Brukernavn: {LOGIN_NAME}
+Passord: {LOGIN_PASSWORD}
+
+Passordet dit er endret til det som st&aring;r over.
+Dette betyr at det gamle passordet dit ikke virker lenger!
+Hvis du har sp&oslash;rsm&aring;le eller problemer med de nye p&aring;loggingsdataene
+b&oslash;r du ta kontakt med \'{LOGIN_WEBSITE_TITLE}\' sine administratorer.
+Venligst husk &aring; t&oslash;mme nettleserens cache f&oslash;r du benytter deg av de nye p&aring;loggingsdetaljene dine, slik at du unng&aring;r uventede feil.
+Med hilsen
+------------------------------------
+Denne meldingen ble automatisk generert!
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hei {LOGIN_DISPLAY_NAME},
-
-Velkommen til v&aring;r hjemmeside \'{LOGIN_WEBSITE_TITLE}\'.
-
-Dine \'{LOGIN_WEBSITE_TITLE}\' p&aring;loggingsdetaljer er:
-Brukernavn: {LOGIN_NAME}
-Passord: {LOGIN_PASSWORD}
-
-Med hilsen
-OBS!:
-Hvis du har mottatt denne e-posten ved en feiltakelse, vennligst slett den med en gang!
--------------------------------------
-Denne meldingen ble automatisk generert!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hei {LOGIN_DISPLAY_NAME},
+
+Velkommen til v&aring;r hjemmeside \'{LOGIN_WEBSITE_TITLE}\'.
+
+Dine \'{LOGIN_WEBSITE_TITLE}\' p&aring;loggingsdetaljer er:
+Brukernavn: {LOGIN_NAME}
+Passord: {LOGIN_PASSWORD}
+
+Med hilsen
+OBS!:
+Hvis du har mottatt denne e-posten ved en feiltakelse, vennligst slett den med en gang!
+-------------------------------------
+Denne meldingen ble automatisk generert!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Dine p&aring;-loggings detaljer...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Du m&aring; skrive inn en e-post adresse';
Index: branches/2.8.x/wb/languages/SK.php
===================================================================
--- branches/2.8.x/wb/languages/SK.php	(revision 1398)
+++ branches/2.8.x/wb/languages/SK.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Neobmedzen&yacute;';
 $TEXT['UNZIP_FILE'] = 'Nahraj a rozba&#318; zip s&uacute;bor';
 $TEXT['UP'] = 'Nahor';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Nahra&#357; s&uacute;bor(y)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'U&#382;&iacute;vate&#318;';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nejde otvori s&uacute;bor s konfigurciou';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nejde zapisova&#357; do s&uacute;boru s konfigur&aacute;ciou';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Pozn.: zapnutie tejto vo&#318;by sa doporu&#269;uje  len v testovacom prostred&iacute;';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Vase prihlasovacie udaje...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Mus&iacute;te zada&#357; e-mailovou adresu';
Index: branches/2.8.x/wb/languages/LV.php
===================================================================
--- branches/2.8.x/wb/languages/LV.php	(revision 1398)
+++ branches/2.8.x/wb/languages/LV.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Neierobe&#382;ots';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Uz aug&scaron;u';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Aug&scaron;upieladet failus';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Lietotajs';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nebija iespejams atvert konfiguracijas datni';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nebija iespejams ierakstit konfiguracijas datne';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Ludzu iegaume: &scaron;is te ir ieteicams vienigi teste&scaron;anas re&#382;ima';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Jaievada e-pasta adrese';
Index: branches/2.8.x/wb/languages/CA.php
===================================================================
--- branches/2.8.x/wb/languages/CA.php	(revision 1398)
+++ branches/2.8.x/wb/languages/CA.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Il&middot;limitat';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Amunt';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Penja Fitxer(s)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Usuari';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'No ha estat possible obrir el fitxer de configuraci&oacute;';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'No es pot escriure al fitxer de configuraci&oacute;';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Av&iacute;s: a&ccedil;&ograve; nom&eacute;s &eacute;s recomana per a entorns de proves';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Heu d\'Introduir una adre&ccedil;a de correu';
Index: branches/2.8.x/wb/languages/PT.php
===================================================================
--- branches/2.8.x/wb/languages/PT.php	(revision 1398)
+++ branches/2.8.x/wb/languages/PT.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Ilimitado';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Cima';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Enviar Arquivo(s)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Usu&aacute;rio';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'N&atilde;o foi possivel abrir o arquivo de configura&ccdil;&atilde;o';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'N&atilde;o foi possivel gravar no aquivo de configura&ccdil;&atilde;o';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Aten&ccdil;&atilde;o: Somente recomendado para ambientes de teste';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Voc&ecirc; precisa informar um endere&ccdil;o de email';
Index: branches/2.8.x/wb/languages/DA.php
===================================================================
--- branches/2.8.x/wb/languages/DA.php	(revision 1398)
+++ branches/2.8.x/wb/languages/DA.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'Ubegr&aelig;nset';
 $TEXT['UNZIP_FILE'] = 'Overf&oslash;r og udpak et zip-arkiv';
 $TEXT['UP'] = 'Op';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Overf&oslash;r fil(er)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Bruger';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Er ikke i stand til at &aring;bne konfigurationsfilen';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Kan ikke skrive til konfigurationsfilen (check rettigheder for filen)';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'OBS! Dette anbefales kun i testmilj&oslash;er ';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Dine login-oplysninger...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Du skal indtaste en gyldig email-adresse';
Index: branches/2.8.x/wb/languages/TR.php
===================================================================
--- branches/2.8.x/wb/languages/TR.php	(revision 1398)
+++ branches/2.8.x/wb/languages/TR.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = 'S&yacute;n&yacute;rs&yacute;z';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = 'Yukar&yacute;';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = 'Dosya Y&uuml;kle';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = 'Kullan&yacute;c&yacute;';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Unable to open the configuration file';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Cannot write to configuration file';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Please note: this is only recommended for testing environments';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Bir email adresi girmelisiniz.';
Index: branches/2.8.x/wb/languages/RU.php
===================================================================
--- branches/2.8.x/wb/languages/RU.php	(revision 1398)
+++ branches/2.8.x/wb/languages/RU.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = '&#1053;&#1077;&#1086;&#1075;&#1088;&#1072;&#1085;&#1080;&#1095;&#1077;&#1085;&#1085;&#1086;';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = '&#1042;&#1074;&#1077;&#1088;&#1093;';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = '&#1047;&#1072;&#1082;&#1072;&#1095;&#1072;&#1090;&#1100; &#1092;&#1072;&#1081;&#1083;(&#1099;)';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = '&#1042;&#1083;&#1072;&#1076;&#1077;&#1083;&#1077;&#1094;';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = '&#1053;&#1077;&#1074;&#1086;&#1079;&#1084;&#1086;&#1078;&#1085;&#1086; &#1086;&#1090;&#1082;&#1088;&#1099;&#1090;&#1100; &#1082;&#1086;&#1085;&#1092;&#1080;&#1075;&#1091;&#1088;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1099;&#1081; &#1092;&#1072;&#1081;&#1083;';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = '&#1053;&#1077;&#1074;&#1086;&#1079;&#1084;&#1086;&#1078;&#1085;&#1072; &#1079;&#1072;&#1087;&#1080;&#1089;&#1100; &#1074; &#1082;&#1086;&#1085;&#1092;&#1080;&#1075;&#1091;&#1088;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1099;&#1081; &#1092;&#1072;&#1081;&#1083;';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = '&#1048;&#1084;&#1077;&#1081;&#1090;&#1077; &#1074;&#1074;&#1080;&#1076;&#1091;, &#1095;&#1090;&#1086; &#1101;&#1090;&#1086; &#1088;&#1077;&#1082;&#1086;&#1084;&#1077;&#1085;&#1076;&#1086;&#1074;&#1072;&#1085;&#1086; &#1090;&#1086;&#1083;&#1100;&#1082;&#1086; &#1076;&#1083;&#1103; &#1090;&#1077;&#1089;&#1090;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103;';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = '&#1042;&#1099; &#1076;&#1086;&#1083;&#1078;&#1085;&#1099; &#1074;&#1074;&#1077;&#1089;&#1090;&#1080; email &#1072;&#1076;&#1088;&#1077;&#1089;';
Index: branches/2.8.x/wb/languages/DE.php
===================================================================
--- branches/2.8.x/wb/languages/DE.php	(revision 1398)
+++ branches/2.8.x/wb/languages/DE.php	(revision 1399)
@@ -499,7 +499,7 @@
 $MESSAGE['GENERIC_VERSION_COMPARE'] = 'Versionsabgleich';
 $MESSAGE['GENERIC_VERSION_GT'] = 'Upgrade erforderlich!';
 $MESSAGE['GENERIC_VERSION_LT'] = 'Downgrade';
-$MESSAGE['GENERIC_WEBSITE_LOCKED'] = 'Diese Seite ist für Wartungsarbeiten vor&uuml;bergehend geschlossen';
+$MESSAGE['GENERIC_WEBSITE_LOCKED'] = 'Diese Seite ist fÃ¼r Wartungsarbeiten vor&uuml;bergehend geschlossen';
 $MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Momentan in Bearbeitung';
 $MESSAGE['GROUPS_ADDED'] = 'Die Gruppe wurde erfolgreich hinzugef&uuml;gt';
 $MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Sind Sie sicher, dass Sie die ausgew&auml;hlte Gruppe l&ouml;schen m&ouml;chten (und alle Benutzer, die dazugeh&ouml;ren)?';
@@ -580,50 +580,50 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Konfigurationsdatei konnte nicht ge&ouml;ffnet werden';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Die Konfigurationsdatei konnte nicht geschrieben werden';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Bitte beachten Sie: Dies wird nur zu Testzwecken empfohlen';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-Es wurde ein neuer User regisriert.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adresse: {LOGIN_IP}
-Anmeldedatum: {SIGNUP_DATE}
-----------------------------------------
-Diese E-Mail wurde automatisch erstellt!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+Es wurde ein neuer User regisriert.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adresse: {LOGIN_IP}
+Anmeldedatum: {SIGNUP_DATE}
+----------------------------------------
+Diese E-Mail wurde automatisch erstellt!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hallo {LOGIN_DISPLAY_NAME},
-
-Sie erhalten diese E-Mail, weil sie ein neues Passwort angefordert haben.
-
-Ihre neuen Logindaten f&uuml;r {LOGIN_WEBSITE_TITLE} lauten:
-
-Benutzername: {LOGIN_NAME}
-Passwort: {LOGIN_PASSWORD}
-
-Das bisherige Passwort wurde durch das neue Passwort oben ersetzt.
-
-Sollten Sie kein neues Kennwort angefordert haben, l&ouml;schen Sie bitte diese E-Mail.
-
-Mit freundlichen Gr&uuml;ssen
-----------------------------------------
-Diese E-Mail wurde automatisch erstellt!
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hallo {LOGIN_DISPLAY_NAME},
+
+Sie erhalten diese E-Mail, weil sie ein neues Passwort angefordert haben.
+
+Ihre neuen Logindaten f&uuml;r {LOGIN_WEBSITE_TITLE} lauten:
+
+Benutzername: {LOGIN_NAME}
+Passwort: {LOGIN_PASSWORD}
+
+Das bisherige Passwort wurde durch das neue Passwort oben ersetzt.
+
+Sollten Sie kein neues Kennwort angefordert haben, l&ouml;schen Sie bitte diese E-Mail.
+
+Mit freundlichen Gr&uuml;ssen
+----------------------------------------
+Diese E-Mail wurde automatisch erstellt!
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hallo {LOGIN_DISPLAY_NAME},
-
-Herzlich willkommen bei \'{LOGIN_WEBSITE_TITLE}\'
-
-Ihre Logindaten f&uuml;r \'{LOGIN_WEBSITE_TITLE}\' lauten:
-Benutzername: {LOGIN_NAME}
-Passwort: {LOGIN_PASSWORD}
-
-Vielen Dank f&uuml;r Ihre Registrierung
-
-Wenn Sie dieses E-Mail versehentlich erhalten haben, l&ouml;schen Sie bitte diese E-Mail.
-----------------------------------------
-Diese E-Mail wurde automatisch erstellt!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hallo {LOGIN_DISPLAY_NAME},
+
+Herzlich willkommen bei \'{LOGIN_WEBSITE_TITLE}\'
+
+Ihre Logindaten f&uuml;r \'{LOGIN_WEBSITE_TITLE}\' lauten:
+Benutzername: {LOGIN_NAME}
+Passwort: {LOGIN_PASSWORD}
+
+Vielen Dank f&uuml;r Ihre Registrierung
+
+Wenn Sie dieses E-Mail versehentlich erhalten haben, l&ouml;schen Sie bitte diese E-Mail.
+----------------------------------------
+Diese E-Mail wurde automatisch erstellt!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Deine WB Logindaten ...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = 'Bitte geben Sie Ihre E-Mail Adresse an';
Index: branches/2.8.x/wb/languages/BG.php
===================================================================
--- branches/2.8.x/wb/languages/BG.php	(revision 1398)
+++ branches/2.8.x/wb/languages/BG.php	(revision 1399)
@@ -346,7 +346,7 @@
 $TEXT['UNLIMITED'] = '&#1041;&#1077;&#1079; &#1083;&#1080;&#1084;&#1080;&#1090;';
 $TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive';
 $TEXT['UP'] = '&#1053;&#1072;&#1075;&#1086;&#1088;&#1077;';
-$TEXT['UPGRADE'] = 'Aktualisieren';
+$TEXT['UPGRADE'] = 'Upgrade';
 $TEXT['UPLOAD_FILES'] = '&#1050;&#1072;&#1095;&#1080; &#1092;&#1072;&#1081;&#1083;&#1086;&#1074;&#1077;';
 $TEXT['URL'] = 'URL';
 $TEXT['USER'] = '&#1055;&#1086;&#1090;&#1088;&#1077;&#1073;&#1080;&#1090;&#1077;&#1083;';
@@ -579,54 +579,54 @@
 $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = '&#1050;&#1086;&#1085;&#1092;&#1080;&#1075;&#1091;&#1088;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1080;&#1103; &#1092;&#1072;&#1081;&#1083; &#1085;&#1077; &#1084;&#1086;&#1078;&#1077; &#1076;&#1072; &#1073;&#1098;&#1076;&#1077; &#1086;&#1090;&#1074;&#1086;&#1088;&#1077;&#1085;';
 $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = '&#1053;&#1077; &#1084;&#1086;&#1078;&#1077; &#1076;&#1072; &#1089;&#1077; &#1079;&#1072;&#1087;&#1080;&#1089;&#1074;&#1072; &#1074; &#1082;&#1086;&#1085;&#1092;&#1080;&#1075;&#1091;&#1088;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1080;&#1103; &#1092;&#1072;&#1081;&#1083;';
 $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = '&#1042;&#1085;&#1080;&#1084;&#1072;&#1085;&#1080;&#1077;: &#1090;&#1086;&#1074;&#1072; &#1089;&#1077; &#1087;&#1088;&#1077;&#1087;&#1086;&#1088;&#1098;&#1095;&#1074;&#1072; &#1089;&#1072;&#1084;&#1086; &#1074; &#1090;&#1077;&#1089;&#1090;&#1086;&#1074;&#1086; &#1086;&#1073;&#1082;&#1088;&#1098;&#1078;&#1077;&#1085;&#1080;&#1077;';
-$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
-A new user was registered.
-
-Username: {LOGIN_NAME}
-UserId: {LOGIN_ID}
-E-Mail: {LOGIN_EMAIL}
-IP-Adress: {LOGIN_IP}
-Registration date: {SIGNUP_DATE}
-----------------------------------------
-This message was automatic generated!
-
+$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
+A new user was registered.
+
+Username: {LOGIN_NAME}
+UserId: {LOGIN_ID}
+E-Mail: {LOGIN_EMAIL}
+IP-Adress: {LOGIN_IP}
+Registration date: {SIGNUP_DATE}
+----------------------------------------
+This message was automatic generated!
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-This mail was sent because the \'forgot password\' function has been applied to your account.
-
-Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
-
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Your password has been reset to the one above.
-This means that your old password will no longer work anymore!
-If you\'ve got any questions or problems within the new login-data
-you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
-Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
-
-Regards
-------------------------------------
-This message was automatic generated
-
+$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+This mail was sent because the \'forgot password\' function has been applied to your account.
+
+Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
+
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Your password has been reset to the one above.
+This means that your old password will no longer work anymore!
+If you\'ve got any questions or problems within the new login-data
+you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
+Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
+
+Regards
+------------------------------------
+This message was automatic generated
+
 ';
-$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
-Hello {LOGIN_DISPLAY_NAME},
-
-Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
-
-Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
-Username: {LOGIN_NAME}
-Password: {LOGIN_PASSWORD}
-
-Regards
-
-Please:
-if you have received this message by an error, please delete it immediately!
--------------------------------------
-This message was automatic generated!
+$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
+Hello {LOGIN_DISPLAY_NAME},
+
+Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
+
+Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
+Username: {LOGIN_NAME}
+Password: {LOGIN_PASSWORD}
+
+Regards
+
+Please:
+if you have received this message by an error, please delete it immediately!
+-------------------------------------
+This message was automatic generated!
 ';
 $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
 $MESSAGE['SIGNUP_NO_EMAIL'] = '&#1058;&#1088;&#1103;&#1073;&#1074;&#1072; &#1076;&#1072; &#1074;&#1098;&#1074;&#1077;&#1076;&#1077;&#1090;&#1077; e-mail &#1072;&#1076;&#1088;&#1077;&#1089;';
