Revision 1399
Added by Luisehahne about 14 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.2 ------------------------------------- |
14 |
21 Jan-2011 Build 1399 Dietmar Woellbrink (Luisehahne) |
|
15 |
# Ticket 1090 fix wrong translation |
|
14 | 16 |
20 Jan-2011 Build 1398 Frank Heyne (FrankH) |
15 | 17 |
# Security fix in admin/admintools and admin/groups |
16 | 18 |
20 Jan-2011 Build 1397 Dietmar Woellbrink (Luisehahne) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
52 | 52 |
|
53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.2.RC5'); |
55 |
if(!defined('REVISION')) define('REVISION', '1398');
|
|
55 |
if(!defined('REVISION')) define('REVISION', '1399');
|
|
56 | 56 |
|
57 | 57 |
?> |
branches/2.8.x/wb/languages/FI.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Rajaton'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Ylös'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Lataa palvelimelle'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Käyttäjä'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Konfigurointitiedostoa ei voi vavata'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Konfiguraation kirjoitus ei onnistu'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Susitellaan ainoastaan testitarkoituksiin'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Anna sähköpostiosoite'; |
branches/2.8.x/wb/languages/EN.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Unlimited'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Up'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Upload File(s)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'User'; |
branches/2.8.x/wb/languages/CS.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Neomezený'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Nahoru'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Nahrát soubor(y)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Uživatel'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nelze otevřít soubor s konfigurací'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nelze zapisovat do souboru s konfigurací'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Pozn.: zapnutí této volby se doporučuje jen v testovacím prostředí'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Musíte zadat e-mailovou adresu'; |
branches/2.8.x/wb/languages/index.php | ||
---|---|---|
1 |
<?php |
|
2 |
/** |
|
3 |
* |
|
4 |
* @category framework |
|
5 |
* @package language |
|
6 |
* @author WebsiteBaker Project |
|
7 |
* @copyright 2004-2009, Ryan Djurovich |
|
8 |
* @copyright 2009-2011, Website Baker Org. e.V. |
|
9 |
* @link http://www.websitebaker2.org/ |
|
10 |
* @license http://www.gnu.org/licenses/gpl.html |
|
11 |
* @platform WebsiteBaker 2.8.x |
|
12 |
* @requirements PHP 5.2.2 and higher |
|
13 |
* @version $Id$ |
|
14 |
* @filesource $HeadURL$ |
|
15 |
* @lastmodified $Date$ |
|
16 |
* |
|
17 |
*/ |
|
18 |
|
|
19 |
require('../config.php'); |
|
20 |
header('Location: '.WB_URL.'/'); |
|
1 |
<?php
|
|
2 |
/**
|
|
3 |
*
|
|
4 |
* @category framework
|
|
5 |
* @package language
|
|
6 |
* @author WebsiteBaker Project
|
|
7 |
* @copyright 2004-2009, Ryan Djurovich
|
|
8 |
* @copyright 2009-2011, Website Baker Org. e.V.
|
|
9 |
* @link http://www.websitebaker2.org/
|
|
10 |
* @license http://www.gnu.org/licenses/gpl.html
|
|
11 |
* @platform WebsiteBaker 2.8.x
|
|
12 |
* @requirements PHP 5.2.2 and higher
|
|
13 |
* @version $Id$
|
|
14 |
* @filesource $HeadURL$
|
|
15 |
* @lastmodified $Date$
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
require('../config.php');
|
|
20 |
header('Location: '.WB_URL.'/');
|
|
21 | 21 |
exit; |
branches/2.8.x/wb/languages/SE.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Obegränsat'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Upp'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Ladda upp filer'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Användare'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Kunde inte öppna konfigurationsfilen'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Kan inte skriva till konfigurationsfilen'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Observera: detta rekomenderas endast för tillfällig prövning av sidorna'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du måste skriva en e-postadress'; |
branches/2.8.x/wb/languages/ES.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Ilimitado'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Arriba'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Subir Archivo(s)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Ususario'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'No se pudo abrir el archivo de configuración'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'No se pudo escribir en el archivo de configuración'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Atención: Sólo recomendado para entornos de prueba'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Debe ingresar una direccion de email'; |
branches/2.8.x/wb/languages/FR.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Illimité'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Uploader et décompresser l'archive zip'; |
348 | 348 |
$TEXT['UP'] = 'Haut'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Uploader un/des fichier(s)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Utilisateur'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Impossible de lire le fichier de configuration'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Impossible d'écrire dans le fichier de configuration'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Recommandé uniquement pour les environnement de test'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
Enregistrement d'un nouvel utilisateur.
|
|
584 |
|
|
585 |
Identifiant: {LOGIN_NAME}
|
|
586 |
Code utilisateur: {LOGIN_ID}
|
|
587 |
Adresse email: {LOGIN_EMAIL}
|
|
588 |
Adresse IP: {LOGIN_IP}
|
|
589 |
Date d'enregistrement: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
Ce message à été généré automatiquement!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
Enregistrement d'un nouvel utilisateur. |
|
584 |
|
|
585 |
Identifiant: {LOGIN_NAME} |
|
586 |
Code utilisateur: {LOGIN_ID} |
|
587 |
Adresse email: {LOGIN_EMAIL} |
|
588 |
Adresse IP: {LOGIN_IP} |
|
589 |
Date d'enregistrement: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
Ce message à été généré automatiquement! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Bonjour {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
Vous avez reçu ce message car vous avez utilisé la fonction \'Retrouver vos identifiants de connexion\' depuis votre compte.
|
|
598 |
|
|
599 |
Voici vos nouveaux paramètres de connexion pour \'{LOGIN_WEBSITE_TITLE}\':
|
|
600 |
|
|
601 |
Identifiant: {LOGIN_NAME}
|
|
602 |
Mot de Passe: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Nous vous avons attribué le mot de passe ci-dessus.
|
|
605 |
Cela signifie que vous ne pouvez plus vous servir de votre ancien mot de passe!
|
|
606 |
Si vous avez des problèmes ou des questions concernant vos nouveaux paramètres de connexion
|
|
607 |
veuillez contacter l'administrateur du site ou l'équipe de \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Pensez à vider le cache de votre navigateur avant de vous reconnecter pour éviter toute problème éventuel.
|
|
609 |
|
|
610 |
Bien cordialement
|
|
611 |
-------------------------------------
|
|
612 |
Ce message à été généré automatiquement!
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Bonjour {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
Vous avez reçu ce message car vous avez utilisé la fonction \'Retrouver vos identifiants de connexion\' depuis votre compte. |
|
598 |
|
|
599 |
Voici vos nouveaux paramètres de connexion pour \'{LOGIN_WEBSITE_TITLE}\': |
|
600 |
|
|
601 |
Identifiant: {LOGIN_NAME} |
|
602 |
Mot de Passe: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Nous vous avons attribué le mot de passe ci-dessus. |
|
605 |
Cela signifie que vous ne pouvez plus vous servir de votre ancien mot de passe! |
|
606 |
Si vous avez des problèmes ou des questions concernant vos nouveaux paramètres de connexion |
|
607 |
veuillez contacter l'administrateur du site ou l'équipe de \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Pensez à vider le cache de votre navigateur avant de vous reconnecter pour éviter toute problème éventuel. |
|
609 |
|
|
610 |
Bien cordialement |
|
611 |
------------------------------------- |
|
612 |
Ce message à été généré automatiquement! |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Bonjour {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Bienvenue chez \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Voici vos paramètres de connexion pour \'{LOGIN_WEBSITE_TITLE}\':
|
|
621 |
Identifiant: {LOGIN_NAME}
|
|
622 |
Mot de Passe: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Bien cordialement
|
|
625 |
|
|
626 |
Remarque:
|
|
627 |
Si vous pensez avoir reçu ce message par erreur, veuillez l'effacer et ne pas en tenir compte!
|
|
628 |
-------------------------------------
|
|
629 |
Ce message à été généré automatiquement!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Bonjour {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Bienvenue chez \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Voici vos paramètres de connexion pour \'{LOGIN_WEBSITE_TITLE}\': |
|
621 |
Identifiant: {LOGIN_NAME} |
|
622 |
Mot de Passe: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Bien cordialement |
|
625 |
|
|
626 |
Remarque: |
|
627 |
Si vous pensez avoir reçu ce message par erreur, veuillez l'effacer et ne pas en tenir compte! |
|
628 |
------------------------------------- |
|
629 |
Ce message à été généré automatiquement! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Paramètres de votre connexion ...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'L'adresse email est obligatoire'; |
branches/2.8.x/wb/languages/ET.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Piiramatu'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Ülesse'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Saada Fail(id)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Kasutaja'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Võimetu avama konfiguratsioonifaili'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Ei saa kirjutada konfiguratsioonifaili'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Märge: see on vajalik ainult ümbruse testimiseks'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Sa pead sisestama emaili aadressi'; |
branches/2.8.x/wb/languages/HR.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Neogranièen'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Gore'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Nasnimi fajlove)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Korisnik'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nemoguæe je otvoriti konfiguracijski file'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Ne može zapisivati u konfiguracijski file'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Obavijest: ovo je preporuèljivo samo za uvijete testiranja'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Unesite email adresu'; |
branches/2.8.x/wb/languages/NL.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Ongelimiteerd'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Uploaden en uitpakken van ZIP-bestand'; |
348 | 348 |
$TEXT['UP'] = 'Omhoog'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Upload bestand(en)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Gebruiker'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Het configuratiebestand kan niet worden geopend'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Het configuratiebestand kan niet worden opgeslagen'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Opgelet: dit is alleen bedoeld voor testdoeleinden!'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Uw login-gegevens...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'U moet een e-mailadres invullen'; |
branches/2.8.x/wb/languages/PL.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Nieograniczony'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Góra'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Załaduj plik(i)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Użytkownik'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nie można otworzyć pliku konfiguracyjnego'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nie można zapisać pliku konfiguracyjnego'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Uwaga: to jest zalecane wyłącznie w środowiskach testowych'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Należy wprowadzić adres e-mail'; |
branches/2.8.x/wb/languages/HU.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Végtelen'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'ZIP archívum feltöltése és kicsomagolása'; |
348 | 348 |
$TEXT['UP'] = 'Fel'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Fájl feltöltés'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Felhasználó'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'A konfigurációs file nem nyitható meg'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nem lehetséges a konfigurációs file írása'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Figyelmeztetés: Ez csak tesztkörnyezetben javasolt'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Bejelentkezési részletek...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'E-mail címet meg kell adnia'; |
branches/2.8.x/wb/languages/IT.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Illimitato'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Upload and unpack a zip archive'; |
348 | 348 |
$TEXT['UP'] = 'Su'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Carica File(s)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'User'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Impossibile aprire il file di configurazione'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Impossibile scrivere il file di configurazione'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Raccomandato solo in fase di test'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hello {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account.
|
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
600 |
|
|
601 |
Username: {LOGIN_NAME}
|
|
602 |
Password: {LOGIN_PASSWORD}
|
|
603 |
|
|
604 |
Your password has been reset to the one above.
|
|
605 |
This means that your old password will no longer work anymore!
|
|
606 |
If you\'ve got any questions or problems within the new login-data
|
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'.
|
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails.
|
|
609 |
|
|
610 |
Regards
|
|
611 |
------------------------------------
|
|
612 |
This message was automatic generated
|
|
613 |
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
|
610 |
Regards |
|
611 |
------------------------------------ |
|
612 |
This message was automatic generated |
|
613 |
|
|
614 | 614 |
'; |
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
616 |
Hello {LOGIN_DISPLAY_NAME},
|
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'.
|
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are:
|
|
621 |
Username: {LOGIN_NAME}
|
|
622 |
Password: {LOGIN_PASSWORD}
|
|
623 |
|
|
624 |
Regards
|
|
625 |
|
|
626 |
Please:
|
|
627 |
if you have received this message by an error, please delete it immediately!
|
|
628 |
-------------------------------------
|
|
629 |
This message was automatic generated!
|
|
615 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
616 |
Hello {LOGIN_DISPLAY_NAME}, |
|
617 |
|
|
618 |
Welcome to our \'{LOGIN_WEBSITE_TITLE}\'. |
|
619 |
|
|
620 |
Your \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
621 |
Username: {LOGIN_NAME} |
|
622 |
Password: {LOGIN_PASSWORD} |
|
623 |
|
|
624 |
Regards |
|
625 |
|
|
626 |
Please: |
|
627 |
if you have received this message by an error, please delete it immediately! |
|
628 |
------------------------------------- |
|
629 |
This message was automatic generated! |
|
630 | 630 |
'; |
631 | 631 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...'; |
632 | 632 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Deve inserire un indirizzo di email'; |
branches/2.8.x/wb/languages/NO.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Ubegrenset'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Last opp og pakk ut et .zip arkiv'; |
348 | 348 |
$TEXT['UP'] = 'Opp'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Last opp fil(er)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Bruker'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Kunne ikke åpne konfigurasjons filen'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Kunne ikke skrive til konfigurasjons filen'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Merk: Dette er kun ment for teste miljøer'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
En ny bruker ble registrert.
|
|
584 |
|
|
585 |
Brukernavn: {LOGIN_NAME}
|
|
586 |
BrukerID: {LOGIN_ID}
|
|
587 |
e-post: {LOGIN_EMAIL}
|
|
588 |
IP-Adresse: {LOGIN_IP}
|
|
589 |
Registrasjons dateo: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
Denne meldingen ble automatisk generert!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
En ny bruker ble registrert. |
|
584 |
|
|
585 |
Brukernavn: {LOGIN_NAME} |
|
586 |
BrukerID: {LOGIN_ID} |
|
587 |
e-post: {LOGIN_EMAIL} |
|
588 |
IP-Adresse: {LOGIN_IP} |
|
589 |
Registrasjons dateo: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
Denne meldingen ble automatisk generert! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = '
|
|
595 |
Hei {LOGIN_DISPLAY_NAME},
|
|
596 |
|
|
597 |
Denne e-posten ble sendt til deg fordi \'glemt passord\' funksjonen er blitt benyttet på din konto.
|
|
598 |
Dine nye \'{LOGIN_WEBSITE_TITLE}\' påloggingsdetalejer er:
|
|
599 |
|
|
600 |
Brukernavn: {LOGIN_NAME}
|
|
601 |
Passord: {LOGIN_PASSWORD}
|
|
602 |
|
|
603 |
Passordet dit er endret til det som står over.
|
|
604 |
Dette betyr at det gamle passordet dit ikke virker lenger!
|
|
605 |
Hvis du har spørsmåle eller problemer med de nye påloggingsdataene
|
|
606 |
bør du ta kontakt med \'{LOGIN_WEBSITE_TITLE}\' sine administratorer.
|
|
607 |
Venligst husk å tømme nettleserens cache før du benytter deg av de nye påloggingsdetaljene dine, slik at du unngår uventede feil.
|
|
608 |
Med hilsen
|
|
609 |
------------------------------------
|
|
610 |
Denne meldingen ble automatisk generert!
|
|
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hei {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
Denne e-posten ble sendt til deg fordi \'glemt passord\' funksjonen er blitt benyttet på din konto. |
|
598 |
Dine nye \'{LOGIN_WEBSITE_TITLE}\' påloggingsdetalejer er: |
|
599 |
|
|
600 |
Brukernavn: {LOGIN_NAME} |
|
601 |
Passord: {LOGIN_PASSWORD} |
|
602 |
|
|
603 |
Passordet dit er endret til det som står over. |
|
604 |
Dette betyr at det gamle passordet dit ikke virker lenger! |
|
605 |
Hvis du har spørsmåle eller problemer med de nye påloggingsdataene |
|
606 |
bør du ta kontakt med \'{LOGIN_WEBSITE_TITLE}\' sine administratorer. |
|
607 |
Venligst husk å tømme nettleserens cache før du benytter deg av de nye påloggingsdetaljene dine, slik at du unngår uventede feil. |
|
608 |
Med hilsen |
|
609 |
------------------------------------ |
|
610 |
Denne meldingen ble automatisk generert! |
|
611 | 611 |
'; |
612 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = '
|
|
613 |
Hei {LOGIN_DISPLAY_NAME},
|
|
614 |
|
|
615 |
Velkommen til vår hjemmeside \'{LOGIN_WEBSITE_TITLE}\'.
|
|
616 |
|
|
617 |
Dine \'{LOGIN_WEBSITE_TITLE}\' påloggingsdetaljer er:
|
|
618 |
Brukernavn: {LOGIN_NAME}
|
|
619 |
Passord: {LOGIN_PASSWORD}
|
|
620 |
|
|
621 |
Med hilsen
|
|
622 |
OBS!:
|
|
623 |
Hvis du har mottatt denne e-posten ved en feiltakelse, vennligst slett den med en gang!
|
|
624 |
-------------------------------------
|
|
625 |
Denne meldingen ble automatisk generert!
|
|
612 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = ' |
|
613 |
Hei {LOGIN_DISPLAY_NAME}, |
|
614 |
|
|
615 |
Velkommen til vår hjemmeside \'{LOGIN_WEBSITE_TITLE}\'. |
|
616 |
|
|
617 |
Dine \'{LOGIN_WEBSITE_TITLE}\' påloggingsdetaljer er: |
|
618 |
Brukernavn: {LOGIN_NAME} |
|
619 |
Passord: {LOGIN_PASSWORD} |
|
620 |
|
|
621 |
Med hilsen |
|
622 |
OBS!: |
|
623 |
Hvis du har mottatt denne e-posten ved en feiltakelse, vennligst slett den med en gang! |
|
624 |
------------------------------------- |
|
625 |
Denne meldingen ble automatisk generert! |
|
626 | 626 |
'; |
627 | 627 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Dine på-loggings detaljer...'; |
628 | 628 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du må skrive inn en e-post adresse'; |
branches/2.8.x/wb/languages/SK.php | ||
---|---|---|
346 | 346 |
$TEXT['UNLIMITED'] = 'Neobmedzený'; |
347 | 347 |
$TEXT['UNZIP_FILE'] = 'Nahraj a rozbaľ zip súbor'; |
348 | 348 |
$TEXT['UP'] = 'Nahor'; |
349 |
$TEXT['UPGRADE'] = 'Aktualisieren';
|
|
349 |
$TEXT['UPGRADE'] = 'Upgrade';
|
|
350 | 350 |
$TEXT['UPLOAD_FILES'] = 'Nahrať súbor(y)'; |
351 | 351 |
$TEXT['URL'] = 'URL'; |
352 | 352 |
$TEXT['USER'] = 'Užívateľ'; |
... | ... | |
579 | 579 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Nejde otvori súbor s konfigurciou'; |
580 | 580 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Nejde zapisovať do súboru s konfiguráciou'; |
581 | 581 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Pozn.: zapnutie tejto voľby sa doporučuje len v testovacom prostredí'; |
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = '
|
|
583 |
A new user was registered.
|
|
584 |
|
|
585 |
Username: {LOGIN_NAME}
|
|
586 |
UserId: {LOGIN_ID}
|
|
587 |
E-Mail: {LOGIN_EMAIL}
|
|
588 |
IP-Adress: {LOGIN_IP}
|
|
589 |
Registration date: {SIGNUP_DATE}
|
|
590 |
----------------------------------------
|
|
591 |
This message was automatic generated!
|
|
592 |
|
|
582 |
$MESSAGE['SIGNUP2_ADMIN_INFO'] = ' |
|
583 |
A new user was registered. |
|
584 |
|
|
585 |
Username: {LOGIN_NAME} |
|
586 |
UserId: {LOGIN_ID} |
|
587 |
E-Mail: {LOGIN_EMAIL} |
|
588 |
IP-Adress: {LOGIN_IP} |
|
589 |
Registration date: {SIGNUP_DATE} |
|
590 |
---------------------------------------- |
|
591 |
This message was automatic generated! |
|
592 |
|
|
593 | 593 |
'; |
594 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = ' |
|
595 |
Hello {LOGIN_DISPLAY_NAME}, |
|
596 |
|
|
597 |
This mail was sent because the \'forgot password\' function has been applied to your account. |
|
598 |
|
|
599 |
Your new \'{LOGIN_WEBSITE_TITLE}\' login details are: |
|
600 |
|
|
601 |
Username: {LOGIN_NAME} |
|
602 |
Password: {LOGIN_PASSWORD} |
|
603 |
|
|
604 |
Your password has been reset to the one above. |
|
605 |
This means that your old password will no longer work anymore! |
|
606 |
If you\'ve got any questions or problems within the new login-data |
|
607 |
you should contact the website-team or the admin of \'{LOGIN_WEBSITE_TITLE}\'. |
|
608 |
Please remember to clean you browser-cache before using the new one to avoid unexpected fails. |
|
609 |
|
Also available in: Unified diff
Ticket 1090 fix wrong translation