Project

General

Profile

« Previous | Next » 

Revision 1672

Added by Dietmar about 12 years ago

+ add languages vars for signup

View differences:

branches/2.8.x/CHANGELOG
12 12
===============================================================================
13 13

  
14 14
18 Apr-2012 Build 1668 Dietmar Woellbrink (Luisehahne)
15
+ add languages vars for signup
16
18 Apr-2012 Build 1668 Dietmar Woellbrink (Luisehahne)
15 17
# fixes installer and upgrade-script
16 18
17 Apr-2012 Build 1670 Werner v.d.Decken(DarkViper)
17 19
+ added new global exceptionhandler (class AppException)
branches/2.8.x/wb/admin/interface/version.php
51 51

  
52 52
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
53 53
if(!defined('VERSION')) define('VERSION', '2.8.3');
54
if(!defined('REVISION')) define('REVISION', '1671');
54
if(!defined('REVISION')) define('REVISION', '1672');
55 55
if(!defined('SP')) define('SP', '');
branches/2.8.x/wb/languages/FI.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Jontse';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Käyttäjät';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Lisäosat';
......
52 54
$MENU['TEMPLATES'] = 'Sivupohjat';
53 55
$MENU['USERS'] = 'Käyttäjät';
54 56
$MENU['VIEW'] = 'Katsele';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Kirjaunut';
56 60
$TEXT['ACTIONS'] = 'Tila';
57 61
$TEXT['ACTIVE'] = 'Käytössä';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG muokkain';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG tyyli';
400 404
$TEXT['YES'] = 'Kyllä';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Lisää ryhmä';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Lataa palvelimelle';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Anna s&auml;hk&ouml;postiosoite';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Olet kirjautunut nimell&auml;:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Poista asennuskansio!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Talletettu';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'k&auml;ytt&auml;j&auml;ryhm&auml;t...';
672 684
$OVERVIEW['HELP'] = 'Kysymykset, vastaukset...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/EN.php
695 695
$MESSAGE['THEME_DESTINATION_READONLY']       = 'No rights to create new theme directory!';
696 696
$MESSAGE['THEME_IMPORT_HTT']                 = 'Import additional templates into the current active theme.<br />Use these templates to overwrite the corresponding default template.';
697 697

  
698
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
699
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
700

  
698 701
/* include old languages format */
699 702
if(file_exists(WB_PATH.'/languages/old.format.inc.php'))
700 703
{
branches/2.8.x/wb/languages/CS.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'WebStep, s.r.o.';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'P&#345;&iacute;stup';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Roz&scaron;&iacute;&#345;en&iacute;';
......
52 54
$MENU['TEMPLATES'] = '&Scaron;ablony';
53 55
$MENU['USERS'] = 'U&#382;ivatel&eacute;';
54 56
$MENU['VIEW'] = 'Zobrazit';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Registrace &uacute;&#269;tu';
56 60
$TEXT['ACTIONS'] = 'Akce';
57 61
$TEXT['ACTIVE'] = 'Aktivn&iacute;';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG styl';
400 404
$TEXT['YES'] = 'Ano';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'P&#345;idat skupinu';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Nahr&aacute;t soubor(y)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Mus&iacute;te zadat e-mailovou adresu';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Jste p&#345;ihl&aacute;&scaron;eni jako:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Pozor, st&aacute;le existuje instala&#269;n&iacute; adres&aacute;&#345;!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'U&#382;ivatel byl &uacute;sp&#283;&scaron;n&#283; ulo&#382;en';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Spravovat skupiny u&#382;ivatel&#367; a jejich opr&aacute;vn&#283;n&iacute;...';
672 684
$OVERVIEW['HELP'] = 'M&aacute;te ot&aacute;zku? Hledejte odpov&#283;&#271;...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/SE.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Markus Eriksson, Peppe Bergqvist';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'R&auml;ttigheter';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Till&auml;gg';
......
52 54
$MENU['TEMPLATES'] = 'Mallar';
53 55
$MENU['USERS'] = 'Anv&auml;ndare';
54 56
$MENU['VIEW'] = 'Visa sida';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Kontoregistrering';
56 60
$TEXT['ACTIONS'] = '&Aring;tg&auml;rder';
57 61
$TEXT['ACTIVE'] = 'Aktiv';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG redigerare';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG stil';
400 404
$TEXT['YES'] = 'Ja';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Skapa ny grupp';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Ladda Upp fil(er)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du m&aring;ste skriva en e-postadress';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Du &auml;r inloggad som:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'VARNING, installationsmappen finns fortfarande kvar!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Anv&auml;ndaren sparades';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Behandla anv&auml;ndargrupper och deras system&aring;tkomst...';
672 684
$OVERVIEW['HELP'] = 'Hitta svar p&aring; dina fr&aring;gor (p&aring; engelska)...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/ES.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Samuel Mateo, Jr. | samuelmateo.com';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Acceso';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Add-ons';
......
52 54
$MENU['TEMPLATES'] = 'Plantillas';
53 55
$MENU['USERS'] = 'Usuarios';
54 56
$MENU['VIEW'] = 'Vista Preliminar';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Abrir Cuenta';
56 60
$TEXT['ACTIONS'] = 'Acciones';
57 61
$TEXT['ACTIVE'] = 'Activo';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'Editor WYSIWYG';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG';
400 404
$TEXT['YES'] = 'Si';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Agregar Grupo';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Subir Archivo(s)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Debe ingresar una direccion de email';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Est&aacute;s conectado como:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'El directorio de instalaci&oacute;n todav&iacute;a existe. Es buena idea eliminarlo!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Usuario guardado';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Administrar groups de usuarios y sus permisos...';
672 684
$OVERVIEW['HELP'] = 'Respuestas a tus preguntas...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/FR.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Marin Susac';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Acc&egrave;s';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Extensions';
......
52 54
$MENU['TEMPLATES'] = 'Th&egrave;mes';
53 55
$MENU['USERS'] = 'Utilisateurs';
54 56
$MENU['VIEW'] = 'Voir le site';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Cr&eacute;er un compte';
56 60
$TEXT['ACTIONS'] = 'Actions';
57 61
$TEXT['ACTIVE'] = 'Actif';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'Editeur WYSIWYG';
399 403
$TEXT['WYSIWYG_STYLE'] = 'Style WYSIWYG';
400 404
$TEXT['YES'] = 'Oui';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Les param&egrave;tres requis de l&apos;extension ne sont pas v&eacute;rifi&eacute;s';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Ajouter une sous-page';
403 409
$HEADING['ADD_GROUP'] = 'Ajouter un groupe';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Uploader des fichiers';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'R&eacute;glages de l&apos;envoi de mail';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
Ce message &agrave; &eacute;t&eacute; g&eacute;n&eacute;r&eacute; automatiquement!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Param&egrave;tres de votre connexion ...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'L&apos;adresse email est obligatoire';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Vous &ecirc;tes connect&eacute; en tant que : ';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Attention : le r&eacute;pertoire d&apos;installation existe toujours';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Utilisateur sauvegard&eacute; avec succ&egrave;s';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Acc&egrave;s aux outils d&apos;administration de WebsiteBaker...';
671 683
$OVERVIEW['GROUPS'] = 'Gestions des groupes d&apos;utilisateurs et des permissions';
672 684
$OVERVIEW['HELP'] = 'Aide et FAQ sur l&apos;utilisation du site';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/ET.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Heiko H&auml;ng';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Ligip&auml;&auml;s';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Lisad';
......
52 54
$MENU['TEMPLATES'] = 'Kujundused';
53 55
$MENU['USERS'] = 'Kasutajad';
54 56
$MENU['VIEW'] = 'Vaata';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Registreerimine';
56 60
$TEXT['ACTIONS'] = 'Actions';
57 61
$TEXT['ACTIVE'] = 'Aktiivne';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Stiil';
400 404
$TEXT['YES'] = 'Jah';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Lisa Grupp';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Saada Fail(id)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Sa pead sisestama emaili aadressi';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Sa oled praegu sisse logitud:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Hoiatus, Installatsiooni kataloog eksisteerib!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Kasutaja edukalt salvestatud';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Halda kasutajate gruppe ja nende &otilde;iguseid...';
672 684
$OVERVIEW['HELP'] = 'On k&uuml;simusi? Leia oma vastus...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/HR.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Vedran Presecki';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Pristup';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Dodaci';
......
52 54
$MENU['TEMPLATES'] = 'Predlo&scaron;ci';
53 55
$MENU['USERS'] = 'Korisnici';
54 56
$MENU['VIEW'] = 'Pogled';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Logiranje na Account';
56 60
$TEXT['ACTIONS'] = 'Akcije';
57 61
$TEXT['ACTIVE'] = 'Aktivan';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
400 404
$TEXT['YES'] = 'Da';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Dodaj grupu';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Nasnimi fileove';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Unesite email adresu';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Trenutno ste logirani kao:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Upozorenje, instalacijski direktoriji nije jo&scaron; obrisan!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Korisnik je snimljen uspje&scaron;no';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Upravljajte grupama korisnika i njihovim sistemskim dopu&scaron;tenjima.';
672 684
$OVERVIEW['HELP'] = 'Imate pitanje? Prona&eth;ite odgovor...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/NL.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Bramus, CodeALot, Luckyluke, Argos';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Toegang';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Extra&rsquo;s';
......
52 54
$MENU['TEMPLATES'] = 'Templates';
53 55
$MENU['USERS'] = 'Gebruikers';
54 56
$MENU['VIEW'] = 'Website';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Aanmelden als gebruiker';
56 60
$TEXT['ACTIONS'] = 'Acties';
57 61
$TEXT['ACTIVE'] = 'Actief';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG-editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG-stijl';
400 404
$TEXT['YES'] = 'Ja';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Module voldoet niet aan de eisen';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Toevoegen subpagina';
403 409
$HEADING['ADD_GROUP'] = 'Toevoegen groep';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Upgraden/inschakelen taalbestand';
444 450
$HEADING['UPLOAD_FILES'] = 'Uploaden bestanden';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer-instellingen';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fout tijdens het updaten van de add-onbestanden.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Taalbestanden succesvol herladen';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTIE!</strong> Om veiligheidsredenen dient u de taalbestanden in de folder /languages/ via FTP te uploaden en vervolgens de Upgrade-functie te gebruiken om ze aan het systeem toe te voegen.';
......
630 638
-------------------------------------
631 639
Dit bericht is automatisch aangemaakt!
632 640
';
641
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
633 642
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Uw inloggegevens...';
643
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
634 644
$MESSAGE['SIGNUP_NO_EMAIL'] = 'U moet een e-mailadres invullen';
635 645
$MESSAGE['START_CURRENT_USER'] = 'U bent ingelogd als';
636 646
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Waarschuwing, de installatiemap bestaat nog steeds. U dient deze te verwijderen om veiligheidsrisico&rsquo;s te vermijden!';
......
665 675
$MESSAGE['USERS_SAVED'] = 'Gebruiker opgeslagen';
666 676
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
667 677
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
678

  
679
/* OVERVIEW */
668 680
$OVERVIEW['ADMINTOOLS'] = 'Diverse extra beheerinstellingen.';
669 681
$OVERVIEW['GROUPS'] = 'Beheren van de gebruikersgroepen en hun rechten.';
670 682
$OVERVIEW['HELP'] = 'Uitgebreide hulp voor het gebruik van dit systeem.';
......
684 696
{
685 697
	include(WB_PATH.'/languages/old.format.inc.php');
686 698
}
699

  
branches/2.8.x/wb/languages/PL.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Marek Stepien;';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Dostep';
35 37
$MENU['ADDON'] = 'Dodatek';
36 38
$MENU['ADDONS'] = 'Dodatki';
......
52 54
$MENU['TEMPLATES'] = 'Szablony';
53 55
$MENU['USERS'] = 'Uzytkownicy';
54 56
$MENU['VIEW'] = 'Podglad';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Nowe konto';
56 60
$TEXT['ACTIONS'] = 'Czynnosci';
57 61
$TEXT['ACTIVE'] = 'Aktywne';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'Edytor WYSIWYG';
399 403
$TEXT['WYSIWYG_STYLE'] = 'Styl WYSIWYG';
400 404
$TEXT['YES'] = 'Tak';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Wymagania dodatku nie zostaly spelnione';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Dodaj strone dziecko"';
403 409
$HEADING['ADD_GROUP'] = 'Dodaj grupe';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Zaladuj plik(i)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Ustawienia rozsylania maili';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Blad podczas aktualizacji dodatku.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Pomyslnie zainstalowano ponownie pliki jezykowe';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>UWAGA!</strong> Ze wzgledów bezpieczenstwa przeslanie plików jezykowych do folderu /languages/ powinno odbyc sie tylko przez FTP.';
......
631 639
-------------------------------------
632 640
Ta wiadomosc zostala wygenerowana automatycznie!
633 641
';
642
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
634 643
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Twoje dane logowania...';
644
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
635 645
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Nalezy wprowadzic adres e-mail';
636 646
$MESSAGE['START_CURRENT_USER'] = 'Jestes obecnie zalogowany(-a) jako:';
637 647
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Uwaga: katalog instalacyjny wciaz istnieje!';
......
666 676
$MESSAGE['USERS_SAVED'] = 'Uzytkownik zostal zapisany';
667 677
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
668 678
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
679

  
680
/* OVERVIEW */
669 681
$OVERVIEW['ADMINTOOLS'] = 'Narzedzia administracji WebsiteBakera...';
670 682
$OVERVIEW['GROUPS'] = 'Zarzadzaj grupami uzytkowników i ich uprawnieniami systemowymi...';
671 683
$OVERVIEW['HELP'] = 'Masz pytania? Znajdz odpowiedzi...';
......
685 697
{
686 698
	include(WB_PATH.'/languages/old.format.inc.php');
687 699
}
700

  
branches/2.8.x/wb/languages/HU.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Zsolt + Robert';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Jogosults&aacute;gok';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Kieg&eacute;sz&iacute;t-?-?';
......
52 54
$MENU['TEMPLATES'] = 'Sablonok';
53 55
$MENU['USERS'] = 'Felhaszn&aacute;l&oacute;k';
54 56
$MENU['VIEW'] = 'Port&aacute;l n&eacute;zet';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Fi&oacute;k L&eacute;trehoz&aacute;s';
56 60
$TEXT['ACTIONS'] = 'Tev&eacute;kenys&eacute;gek';
57 61
$TEXT['ACTIVE'] = 'Akt&iacute;v';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Szerkeszt&ccedil;';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG St&iacute;lus';
400 404
$TEXT['YES'] = 'Igen';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Kieg&eacute;sz&iacute;t&agrave;k&ouml;vetelm&eacute;nyek nem megfelel-?-?k';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Csoport m&oacute;dos&iacute;t&aacute;sa';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'F&aacute;jl(ok) felt&ouml;lt&eacute;se';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Levelez&agrave;Be&aacute;ll&iacute;t&aacute;sok';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Bejelentkez&eacute;si r&eacute;szletek...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'E-mail c&iacute;met meg kell adnia';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Bejelentkezve mint:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Figyelmeztet&eacute;s! A telep&iacute;t&eacute;si k&ouml;nyvt&aacute;r m&eacute;g nem lett t&ouml;r&ouml;lve!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Felhaszn&aacute;l&oacute; sikeresen mentve';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'WebsiteBaker adminisztr&aacute;ci&oacute;s eszk&ouml;z&ouml;k...';
671 683
$OVERVIEW['GROUPS'] = 'Csoportok &eacute;s azok rendszer jogainak kezel&eacute;se...';
672 684
$OVERVIEW['HELP'] = 'K&eacute;rd&eacute;sed van? itt tal&aacute;lsz v&aacute;laszt...  (Angol)';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/IT.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Roberto Rossi';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Accesso';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Add-ons';
......
52 54
$MENU['TEMPLATES'] = 'Templates';
53 55
$MENU['USERS'] = 'Utenti';
54 56
$MENU['VIEW'] = 'Visualizza';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Iscrizione Account';
56 60
$TEXT['ACTIONS'] = 'Azioni';
57 61
$TEXT['ACTIVE'] = 'Attivo';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
400 404
$TEXT['YES'] = 'S&igrave;';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Aggiungi Gruppo';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Carica i File';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Deve inserire un indirizzo di email';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Sei registrato come:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Attenzione, la directory di installazione esiste gi&agrave;!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Utente salvato';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Gestisci gruppi utenti e permessi...';
672 684
$OVERVIEW['HELP'] = 'Trova risposte alle tue domande...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/NO.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Odd Egil Hansen (oeh)';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Tilgang';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Tillegg';
......
52 54
$MENU['TEMPLATES'] = 'Maler';
53 55
$MENU['USERS'] = 'Brukere';
54 56
$MENU['VIEW'] = 'Forh&aring;ndsvis';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Konto Registrering';
56 60
$TEXT['ACTIONS'] = 'Valg';
57 61
$TEXT['ACTIVE'] = 'Aktivt';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Stil';
400 404
$TEXT['YES'] = 'Ja';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Kravene for installering av denne modulen er ikke oppfylt';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Legg til ny underside';
403 409
$HEADING['ADD_GROUP'] = 'Legg til Gruppe';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Last opp fil(er)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Innstillinger for e-post senderen';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
628 636
-------------------------------------
629 637
Denne meldingen ble automatisk generert!
630 638
';
639
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
631 640
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Dine p&aring;-loggings detaljer...';
641
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
632 642
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du m&aring; skrive inn en e-post adresse';
633 643
$MESSAGE['START_CURRENT_USER'] = 'Du er logget inn som:';
634 644
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Advarsel, installasjonskatalogen eksisterer forsatt!';
......
663 673
$MESSAGE['USERS_SAVED'] = 'Lykkes &aring; lagre bruker';
664 674
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
665 675
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
676

  
677
/* OVERVIEW */
666 678
$OVERVIEW['ADMINTOOLS'] = 'G&aring; inn p&aring; WebsiteBaker sine administrasjonsverkt&oslash;y...';
667 679
$OVERVIEW['GROUPS'] = 'Administrer grupper og deres system adgang...';
668 680
$OVERVIEW['HELP'] = 'Har du et sp&oslash;rsm&aring;l? Finn svaret...';
......
682 694
{
683 695
	include(WB_PATH.'/languages/old.format.inc.php');
684 696
}
697

  
branches/2.8.x/wb/languages/SK.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Michal Kurtulik - YONIX.SK';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Pr&iacute;stup';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Roz&#353;&iacute;renie';
......
52 54
$MENU['TEMPLATES'] = '&#352;ablony';
53 55
$MENU['USERS'] = 'U&#382;&iacute;vatelia';
54 56
$MENU['VIEW'] = 'Zobrazi&#357;';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Registr&aacute;cia &uacute;&#269;tu';
56 60
$TEXT['ACTIONS'] = 'Akcia';
57 61
$TEXT['ACTIVE'] = 'Akt&iacute;vny';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG styl';
400 404
$TEXT['YES'] = 'Ano';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Nie s&uacute; splnen&eacute; po&#382;iadavky pre roz&#353;&iacute;renie';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Prida&#357; skupinu';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Nahra&#357; s&uacute;bor(y)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Nastavenia E-Mailu';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Vase prihlasovacie udaje...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Mus&iacute;te zada&#357; e-mailovou adresu';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Ste prihl&aacute;sen&yacute; ako:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Pozor, st&aacute;le existuje in&#353;tala&#269;n&yacute; adres&aacute;r!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'U&#382;&iacute;vate&#318; bol &uacute;spe&#353;ne ulo&#382;en&yacute;';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Administra&#269;n&eacute; n&aacute;stroje...';
671 683
$OVERVIEW['GROUPS'] = 'Spravova&#357; skupiny u&#382;ivatelov a ich opr&aacute;vnen&iacute;...';
672 684
$OVERVIEW['HELP'] = 'M&aacute;te ot&aacute;zku? H&#318;adajte odpove&#271;...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/LV.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Kri&scaron;janis Rijnieks';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Piekluve';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Papildinajumi';
......
52 54
$MENU['TEMPLATES'] = '&scaron;abloni';
53 55
$MENU['USERS'] = 'Lietotaji';
54 56
$MENU['VIEW'] = 'Apskatit';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Registreties';
56 60
$TEXT['ACTIONS'] = 'Darbibas';
57 61
$TEXT['ACTIVE'] = 'Aktivs';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG redaktors';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG stils';
400 404
$TEXT['YES'] = 'Ja';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Pievienot grupu';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Aug&scaron;upieladet datni(-es)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Jaievada e-pasta adrese';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Tu &scaron;obrid esi ielogojies ka:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Bridinajums, instalacijas mape vel arvien eksiste!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Lietotajs veiksmigi saglabats';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Mened&#382;et lietotaju grupas un noteikt to atlaujas...';
672 684
$OVERVIEW['HELP'] = 'Jautajumi? Atrodi atbildi...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/CA.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Carles Escrig (simkin)';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Acc&eacute;s';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Afegits';
......
52 54
$MENU['TEMPLATES'] = 'Plantilles';
53 55
$MENU['USERS'] = 'Usuaris';
54 56
$MENU['VIEW'] = 'Veure';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Registre de Compte';
56 60
$TEXT['ACTIONS'] = 'Accions';
57 61
$TEXT['ACTIVE'] = 'Actiu';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'Estil WYSIWYG';
400 404
$TEXT['YES'] = 'S&iacute;';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Afegeix Grup';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Penja Fitxer(s)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Heu d\'Introduir una adre&ccedil;a de correu';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Actualment esteu identificat com a:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Atenci&oacute;, el Directori d\'Instal&middot;laci&oacute; Encara Existeix!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Usuari desat amb &egrave;xit';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Administreu els grups d\'usuaris i els seus permisos de sistema...';
672 684
$OVERVIEW['HELP'] = 'Teniu una pregunta? Trobeu la vostra resposta...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/PT.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Daniel Neto';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Acessos';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Add-ons';
......
52 54
$MENU['TEMPLATES'] = 'Temas (Templates)';
53 55
$MENU['USERS'] = 'Usu&aacute;rios';
54 56
$MENU['VIEW'] = 'Visualizar';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Assinatura de Conta';
56 60
$TEXT['ACTIONS'] = 'A&ccdil;&otilde;es';
57 61
$TEXT['ACTIVE'] = 'Ativo';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
400 404
$TEXT['YES'] = 'Sim';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Adicionar Grupo';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Enviar Arquivo(s)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Voc&ecirc; precisa informar um endere&ccdil;o de email';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Voc&ecirc; est&aacute; logado como:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Aviso, O diret&oacute;rio "INSTALL" ainda existe!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Usu&aacute;rio armazenado com sucesso';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Gerencie os grupos de usu&aacute;rios e suas permiss&otilde;es de sistema...';
672 684
$OVERVIEW['HELP'] = 'D&uacute;vidas? Encontre respostas...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/DA.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Allan Christensen';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Adgang';
35 37
$MENU['ADDON'] = 'Tilf&oslash;jelse';
36 38
$MENU['ADDONS'] = 'Tilf&oslash;jelser';
......
52 54
$MENU['TEMPLATES'] = 'Skabeloner';
53 55
$MENU['USERS'] = 'Brugere';
54 56
$MENU['VIEW'] = 'Vis';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Kontoregistrering';
56 60
$TEXT['ACTIONS'] = 'Handlinger';
57 61
$TEXT['ACTIVE'] = 'Aktiv';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG-editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG-stil';
400 404
$TEXT['YES'] = 'Ja';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On krav er ikke opfyldt';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Tilf&oslash;j underside';
403 409
$HEADING['ADD_GROUP'] = 'Tilf&oslash;j gruppe';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Sprogopgradering';
444 450
$HEADING['UPLOAD_FILES'] = 'Overf&oslash;r fil(er)';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'E-mail-indstillinger';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fejl under opdatering af tilf&oslash;jelse.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Sprog indl&aelig;st';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>PAS P&aring;!</strong> Af sikkerhedsgrunde b&oslash;r sprogfiler kun indl&aelig;ses i folderen /languages/ med FTP, og opgraderingsfunktionen b&oslash;r bruges til registrering/opdatering.';
......
632 640
Denne besked er sendt automatisk
633 641

  
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Dine login-oplysninger...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du skal indtaste en gyldig email-adresse';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Du er lige nu logget ind som:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'ADVARSEL! Installationsbiblioteket (mappen) findes stadig p&aring; serveren. Du b&oslash;r slette den straks af hensyn til sikkerheden!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Brugeren er gemt';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'WebsiteBaker administrationsv&aelig;rkt&oslash;jer...';
671 683
$OVERVIEW['GROUPS'] = 'Administr&eacute;r brugergrupper og deres systemrettigheder...';
672 684
$OVERVIEW['HELP'] = 'Sp&oslash;rgsm&aring;l? Find dine svar her...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/TR.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Atakan KO&Ccedil;';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = 'Giri&thorn;';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = 'Eklentiler';
......
52 54
$MENU['TEMPLATES'] = 'Kal&yacute;plar';
53 55
$MENU['USERS'] = 'Kullan&yacute;c&yacute;lar';
54 56
$MENU['VIEW'] = 'G&ouml;r&uuml;nt&uuml;le';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Kull&yacute;c&yacute; Kay&yacute;t Ol';
56 60
$TEXT['ACTIONS'] = 'Hareketler';
57 61
$TEXT['ACTIVE'] = 'Aktif';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Style';
400 404
$TEXT['YES'] = 'Evet';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Grup Ekle';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = 'Dosya Y&uuml;kle';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Bir email adresi girmelisiniz.';
637 647
$MESSAGE['START_CURRENT_USER'] = 'Sizin kulland&yacute;&eth;&yacute;n&yacute;z giri&thorn; ismi:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Uyar&yacute;! Y&uuml;kleme dizini halen duruyor!';
......
667 677
$MESSAGE['USERS_SAVED'] = 'Kullan&yacute;c&yacute;, ba&thorn;ar&yacute;l&yacute; bir &thorn;ekilde kay&yacute;t edildi';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = 'Kullan&yacute;c&yacute; Gruplar&yacute;n&yacute;n &Yacute;zinlerini D&uuml;zenleme...';
672 684
$OVERVIEW['HELP'] = 'Sorular&yacute;n&yacute;z? Cevaplar&yacute;...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/RU.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Kirill Karakulko (kirill@nadosoft.com)';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = '&#1044;&#1086;&#1089;&#1090;&#1091;&#1087;';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = '&#1044;&#1086;&#1087;&#1086;&#1083;&#1085;&#1080;&#1090;&#1077;&#1083;&#1100;&#1085;&#1099;&#1077; &#1092;&#1091;&#1085;&#1082;&#1094;&#1080;&#1080;';
......
52 54
$MENU['TEMPLATES'] = '&#1064;&#1072;&#1073;&#1083;&#1086;&#1085;&#1099;';
53 55
$MENU['USERS'] = '&#1055;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1080;';
54 56
$MENU['VIEW'] = '&#1055;&#1088;&#1086;&#1089;&#1084;&#1086;&#1090;&#1088;&#1077;&#1090;&#1100;';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up';
56 60
$TEXT['ACTIONS'] = '&#1044;&#1077;&#1081;&#1089;&#1090;&#1074;&#1080;&#1103;';
57 61
$TEXT['ACTIVE'] = '&#1040;&#1082;&#1090;&#1080;&#1074;&#1085;&#1072;&#1103;';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG &#1088;&#1077;&#1076;&#1072;&#1082;&#1090;&#1086;&#1088;';
399 403
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG &#1089;&#1090;&#1080;&#1083;&#1100;';
400 404
$TEXT['YES'] = '&#1044;&#1072;';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = '&#1044;&#1086;&#1073;&#1072;&#1074;&#1080;&#1090;&#1100; &#1075;&#1088;&#1091;&#1087;&#1087;&#1091;';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = '&#1047;&#1072;&#1082;&#1072;&#1095;&#1072;&#1090;&#1100; &#1092;&#1072;&#1081;&#1083;(&#1099;)';
445 451
$HEADING['WBMAILER_SETTINGS'] = '&#1053;&#1072;&#1089;&#1090;&#1088;&#1086;&#1081;&#1082;&#1080; &#1087;&#1086;&#1095;&#1090;&#1086;&#1074;&#1086;&#1081; &#1087;&#1088;&#1086;&#1075;&#1088;&#1072;&#1084;&#1084;&#1099;';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$MESSAGE['SIGNUP_NO_EMAIL'] = '&#1042;&#1099; &#1076;&#1086;&#1083;&#1078;&#1085;&#1099; &#1074;&#1074;&#1077;&#1089;&#1090;&#1080; email &#1072;&#1076;&#1088;&#1077;&#1089;';
637 647
$MESSAGE['START_CURRENT_USER'] = '&#1042;&#1099; &#1074;&#1086;&#1096;&#1083;&#1080; &#1082;&#1072;&#1082;:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = '&#1042;&#1085;&#1080;&#1084;&#1072;&#1085;&#1080;&#1077;, &#1080;&#1085;&#1089;&#1090;&#1072;&#1083;&#1103;&#1094;&#1080;&#1086;&#1085;&#1085;&#1072;&#1103; &#1076;&#1080;&#1088;&#1077;&#1082;&#1090;&#1086;&#1088;&#1080;&#1103; &#1074;&#1089;&#1077; &#1077;&#1097;&#1077; &#1085;&#1077; &#1091;&#1076;&#1072;&#1083;&#1077;&#1085;&#1072;!';
......
667 677
$MESSAGE['USERS_SAVED'] = '&#1044;&#1072;&#1085;&#1085;&#1099;&#1077; &#1086; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1077; &#1089;&#1086;&#1093;&#1088;&#1072;&#1085;&#1077;&#1085;&#1099; &#1091;&#1089;&#1087;&#1077;&#1096;&#1085;&#1086;';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = '&#1044;&#1086;&#1089;&#1090;&#1091;&#1087; &#1082; &#1089;&#1088;&#1077;&#1076;&#1089;&#1090;&#1074;&#1072;&#1084; &#1072;&#1076;&#1084;&#1080;&#1085;&#1080;&#1089;&#1090;&#1088;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103;';
671 683
$OVERVIEW['GROUPS'] = '&#1059;&#1087;&#1088;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1077; &#1075;&#1088;&#1091;&#1087;&#1087;&#1072;&#1084;&#1080; &#1087;&#1086;&#1083;&#1100;&#1079;&#1086;&#1074;&#1072;&#1090;&#1077;&#1083;&#1077;&#1081; &#1080; &#1087;&#1088;&#1072;&#1074;&#1072; &#1076;&#1086;&#1089;&#1090;&#1091;&#1087;&#1072;';
672 684
$OVERVIEW['HELP'] = '&#1054;&#1090;&#1074;&#1077;&#1090;&#1099; &#1085;&#1072; &#1074;&#1086;&#1087;&#1088;&#1086;&#1089;&#1099;';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  
branches/2.8.x/wb/languages/DE.php
32 32
$language_platform = '2.9';
33 33
$language_author = 'Stefan Braunewell, Matthias Gallas';
34 34
$language_license = 'GNU General Public License';
35

  
36
/* MENU */
35 37
$MENU['ACCESS'] = 'Benutzerverwaltung';
36 38
$MENU['ADDON'] = 'Add-on';
37 39
$MENU['ADDONS'] = 'Erweiterungen';
......
53 55
$MENU['TEMPLATES'] = 'Designvorlagen';
54 56
$MENU['USERS'] = 'Benutzer';
55 57
$MENU['VIEW'] = 'Ansicht';
58

  
59
/* TEXT */
56 60
$TEXT['ACCOUNT_SIGNUP'] = 'Registrierung';
57 61
$TEXT['ACTIONS'] = 'Aktionen';
58 62
$TEXT['ACTIVE'] = 'Aktiv';
......
399 403
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Editor';
400 404
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Stil';
401 405
$TEXT['YES'] = 'Ja';
406

  
407
/* HEADING */
402 408
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On Voraussetzungen nicht erf&uuml;llt';
403 409
$HEADING['ADD_CHILD_PAGE'] = 'Unterseite hinzuf&uuml;gen';
404 410
$HEADING['ADD_GROUP'] = 'Gruppe hinzuf&uuml;gen';
......
444 450
$HEADING['UPGRADE_LANGUAGE'] = 'Sprache registrieren/aktualisieren (Upgrade)';
445 451
$HEADING['UPLOAD_FILES'] = 'Datei(en) &uuml;bertragen';
446 452
$HEADING['WBMAILER_SETTINGS'] = 'Maileinstellungen';
453

  
454
/* MESSAGE */
447 455
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fehler beim Abgleich der Addon Informationen.';
448 456
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Sprachen erfolgreich geladen';
449 457
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ACHTUNG!</strong> &Uuml;berspielen Sie Sprachdateien aus Sicherheitsgr&uuml;nden nur &uuml;ber FTP in den Ordner /languages/ und benutzen die Upgrade Funktion zum Registrieren oder Aktualisieren.';
......
629 637
----------------------------------------
630 638
Diese E-Mail wurde automatisch erstellt!
631 639
';
640
$MESSAGE['SIGNUP2_NEW_USER'] = 'Es wurde ein neuer User regisriert';
632 641
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Deine WB Logindaten ...';
642
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Vielen Dank f&uuml;r Ihre Registrierung';
633 643
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Bitte geben Sie Ihre E-Mail Adresse an';
634 644
$MESSAGE['START_CURRENT_USER'] = 'Sie sind momentan angemeldet als:';
635 645
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Das Installations-Verzeichnis "/install" existiert noch! Dies stellt ein Sicherheitsrisiko dar. Bitte l&ouml;schen.';
......
664 674
$MESSAGE['USERS_SAVED'] = 'Der Benutzer wurde erfolgreich gespeichert';
665 675
$MESSAGE['USERS_USERNAME_TAKEN'] = 'Der angegebene Loginname wird bereits verwendet';
666 676
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'Der eingegebene Loginname war zu kurz';
677

  
678
/* OVERVIEW */
667 679
$OVERVIEW['ADMINTOOLS'] = 'Zugriff auf die WebsiteBaker Verwaltungsprogramme...';
668 680
$OVERVIEW['GROUPS'] = 'Verwaltung von Gruppen und Ihrer Zugangsberechtigungen...';
669 681
$OVERVIEW['HELP'] = 'Noch Fragen? Hier finden Sie Antworten';
......
683 695
{
684 696
	include(WB_PATH.'/languages/old.format.inc.php');
685 697
}
698

  
branches/2.8.x/wb/languages/BG.php
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Hristo Benev(&#1061;&#1088;&#1080;&#1089;&#1090;&#1086; &#1041;&#1077;&#1085;&#1077;&#1074;)';
33 33
$language_license = 'GNU General Public License';
34

  
35
/* MENU */
34 36
$MENU['ACCESS'] = '&#1044;&#1086;&#1089;&#1090;&#1098;&#1087;';
35 37
$MENU['ADDON'] = 'Add-on';
36 38
$MENU['ADDONS'] = '&#1044;&#1086;&#1073;&#1072;&#1074;&#1082;&#1080;';
......
52 54
$MENU['TEMPLATES'] = '&#1064;&#1072;&#1073;&#1083;&#1086;&#1085;&#1080;';
53 55
$MENU['USERS'] = '&#1055;&#1086;&#1090;&#1088;&#1077;&#1073;&#1080;&#1090;&#1077;&#1083;&#1080;';
54 56
$MENU['VIEW'] = '&#1042;&#1080;&#1078;';
57

  
58
/* TEXT */
55 59
$TEXT['ACCOUNT_SIGNUP'] = '&#1056;&#1077;&#1075;&#1080;&#1089;&#1090;&#1088;&#1072;&#1094;&#1080;&#1103;';
56 60
$TEXT['ACTIONS'] = '&#1044;&#1077;&#1081;&#1089;&#1090;&#1074;&#1080;&#1103;';
57 61
$TEXT['ACTIVE'] = '&#1040;&#1082;&#1090;&#1080;&#1074;&#1080;&#1088;&#1072;&#1085;';
......
398 402
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG &#1088;&#1077;&#1076;&#1072;&#1082;&#1090;&#1086;&#1088;';
399 403
$TEXT['WYSIWYG_STYLE'] = '&#1057;&#1090;&#1080;&#1083; WYSIWYG';
400 404
$TEXT['YES'] = '&#1044;&#1072;';
405

  
406
/* HEADING */
401 407
$HEADING['ADDON_PRECHECK_FAILED'] = 'Add-On requirements not met';
402 408
$HEADING['ADD_CHILD_PAGE'] = 'Add child page';
403 409
$HEADING['ADD_GROUP'] = 'Add Group';
......
443 449
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading';
444 450
$HEADING['UPLOAD_FILES'] = '&#1050;&#1072;&#1095;&#1074;&#1072;&#1085;&#1077; &#1085;&#1072; &#1092;&#1072;&#1081;&#1083;&#1086;&#1074;&#1077;';
445 451
$HEADING['WBMAILER_SETTINGS'] = 'Mailer Settings';
452

  
453
/* MESSAGE */
446 454
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Error while updating the Add-On information.';
447 455
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Languages reloaded successfully';
448 456
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>ATTENTION!</strong> For safety reasons uploading languages files in the folder/languages/ only by FTP and use the Upgrade function for registering or updating.';
......
632 640
-------------------------------------
633 641
This message was automatic generated!
634 642
';
643
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered';
635 644
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Your login details...';
645
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration';
636 646
$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;';
637 647
$MESSAGE['START_CURRENT_USER'] = '&#1042;&#1080;&#1077; &#1074;&#1083;&#1103;&#1079;&#1086;&#1093;&#1090;&#1077; &#1082;&#1072;&#1090;&#1086;:';
638 648
$MESSAGE['START_INSTALL_DIR_EXISTS'] = '&#1042;&#1085;&#1080;&#1084;&#1072;&#1085;&#1080;&#1077;, &#1048;&#1085;&#1089;&#1090;&#1072;&#1083;&#1072;&#1094;&#1080;&#1086;&#1085;&#1085;&#1072;&#1090;&#1072; &#1076;&#1080;&#1088;&#1077;&#1082;&#1090;&#1086;&#1088;&#1080;&#1103; &#1074;&#1089;&#1077; &#1086;&#1097;&#1077; &#1089;&#1098;&#1097;&#1077;&#1089;&#1090;&#1074;&#1091;&#1074;&#1072;!';
......
667 677
$MESSAGE['USERS_SAVED'] = '&#1055;&#1086;&#1090;&#1088;&#1077;&#1073;&#1080;&#1090;&#1077;&#1083;&#1103; &#1077; &#1079;&#1072;&#1087;&#1080;&#1089;&#1072;&#1085; &#1091;&#1089;&#1087;&#1077;&#1096;&#1085;&#1086;';
668 678
$MESSAGE['USERS_USERNAME_TAKEN'] = 'The loginname you entered is already taken';
669 679
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'The loginname you entered was too short';
680

  
681
/* OVERVIEW */
670 682
$OVERVIEW['ADMINTOOLS'] = 'Access the WebsiteBaker administration tools...';
671 683
$OVERVIEW['GROUPS'] = '&#1059;&#1087;&#1088;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1077; &#1085;&#1072; &#1087;&#1086;&#1090;&#1088;&#1077;&#1073;&#1080;&#1090;&#1077;&#1083;&#1089;&#1082;&#1080;&#1090;&#1077; &#1075;&#1088;&#1091;&#1087;&#1080; &#1080; &#1090;&#1103;&#1093;&#1085;&#1080;&#1090;&#1077; &#1087;&#1088;&#1072;&#1074;&#1072;...';
672 684
$OVERVIEW['HELP'] = '&#1048;&#1084;&#1072;&#1090;&#1077; &#1074;&#1098;&#1087;&#1088;&#1086;&#1089;&#1080;? &#1053;&#1072;&#1084;&#1077;&#1088;&#1077;&#1090;&#1077; &#1086;&#1090;&#1075;&#1086;&#1074;&#1086;&#1088;...';
......
686 698
{
687 699
	include(WB_PATH.'/languages/old.format.inc.php');
688 700
}
701

  

Also available in: Unified diff