Revision 1672
Added by Luisehahne over 13 years ago
| 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ähköpostiosoite'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Olet kirjautunut nimellä:'; |
| 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äyttäjäryhmä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řístup'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Rozšíření'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Šablony'; |
| 53 | 55 |
$MENU['USERS'] = 'Uživatelé'; |
| 54 | 56 |
$MENU['VIEW'] = 'Zobrazit'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Registrace účtu'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'Akce'; |
| 57 | 61 |
$TEXT['ACTIVE'] = 'Aktivní'; |
| ... | ... | |
| 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řidat skupinu'; |
| ... | ... | |
| 443 | 449 |
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading'; |
| 444 | 450 |
$HEADING['UPLOAD_FILES'] = 'Nahrá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íte zadat e-mailovou adresu'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Jste přihlášeni jako:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Pozor, stále existuje instalační adresář!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Uživatel byl úspěšně ulož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živatelů a jejich oprávnění...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Máte otázku? Hledejte odpověď...'; |
| ... | ... | |
| 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ättigheter'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Tillägg'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Mallar'; |
| 53 | 55 |
$MENU['USERS'] = 'Användare'; |
| 54 | 56 |
$MENU['VIEW'] = 'Visa sida'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Kontoregistrering'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'Åtgä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åste skriva en e-postadress'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Du är inloggad som:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'VARNING, installationsmappen finns fortfarande kvar!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Anvä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ändargrupper och deras systemåtkomst...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Hitta svar på dina frågor (på 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ás conectado como:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'El directorio de instalación todaví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ès'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Extensions'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Thèmes'; |
| 53 | 55 |
$MENU['USERS'] = 'Utilisateurs'; |
| 54 | 56 |
$MENU['VIEW'] = 'Voir le site'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Cré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ètres requis de l'extension ne sont pas vérifié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églages de l'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 à été généré automatiquement! |
| 634 | 642 |
'; |
| 643 |
$MESSAGE['SIGNUP2_NEW_USER'] = 'A new user would be registered'; |
|
| 635 | 644 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Paramètres de votre connexion ...'; |
| 645 |
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration'; |
|
| 636 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'L'adresse email est obligatoire'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Vous êtes connecté en tant que : '; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Attention : le répertoire d'installation existe toujours'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Utilisateur sauvegardé avec succè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ès aux outils d'administration de WebsiteBaker...'; |
| 671 | 683 |
$OVERVIEW['GROUPS'] = 'Gestions des groupes d'utilisateurs et des permissions'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Aide et FAQ sur l'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äng'; |
| 33 | 33 |
$language_license = 'GNU General Public License'; |
| 34 |
|
|
| 35 |
/* MENU */ |
|
| 34 | 36 |
$MENU['ACCESS'] = 'Ligipää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 õiguseid...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'On kü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š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š obrisan!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Korisnik je snimljen uspješ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štenjima.'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Imate pitanje? Pronað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’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’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ágok'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Kiegészít-?-?'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Sablonok'; |
| 53 | 55 |
$MENU['USERS'] = 'Felhasználók'; |
| 54 | 56 |
$MENU['VIEW'] = 'Portál nézet'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Fiók Létrehozás'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'Tevékenységek'; |
| 57 | 61 |
$TEXT['ACTIVE'] = 'Aktív'; |
| ... | ... | |
| 398 | 402 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG Szerkesztç'; |
| 399 | 403 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG Stílus'; |
| 400 | 404 |
$TEXT['YES'] = 'Igen'; |
| 405 |
|
|
| 406 |
/* HEADING */ |
|
| 401 | 407 |
$HEADING['ADDON_PRECHECK_FAILED'] = 'Kiegészítàkövetelmények nem megfelel-?-?k'; |
| 402 | 408 |
$HEADING['ADD_CHILD_PAGE'] = 'Add child page'; |
| 403 | 409 |
$HEADING['ADD_GROUP'] = 'Csoport módosítása'; |
| ... | ... | |
| 443 | 449 |
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading'; |
| 444 | 450 |
$HEADING['UPLOAD_FILES'] = 'Fájl(ok) feltöltése'; |
| 445 | 451 |
$HEADING['WBMAILER_SETTINGS'] = 'LevelezàBeállítá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ési részletek...'; |
| 645 |
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration'; |
|
| 636 | 646 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'E-mail címet meg kell adnia'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Bejelentkezve mint:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Figyelmeztetés! A telepítési könyvtár még nem lett törölve!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Felhasználó 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ációs eszközök...'; |
| 671 | 683 |
$OVERVIEW['GROUPS'] = 'Csoportok és azok rendszer jogainak kezelése...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Kérdésed van? itt találsz vá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ì'; |
| 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à!'; |
| ... | ... | |
| 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å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å-loggings detaljer...'; |
| 641 |
$MESSAGE['SIGNUP2_SUBJECT_NEW_USER'] = 'Many thanks for your registration'; |
|
| 632 | 642 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'Du må 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 å 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å inn på WebsiteBaker sine administrasjonsverktøy...'; |
| 667 | 679 |
$OVERVIEW['GROUPS'] = 'Administrer grupper og deres system adgang...'; |
| 668 | 680 |
$OVERVIEW['HELP'] = 'Har du et spørsmå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ístup'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Rozšírenie'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Šablony'; |
| 53 | 55 |
$MENU['USERS'] = 'Užívatelia'; |
| 54 | 56 |
$MENU['VIEW'] = 'Zobraziť'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Registrácia účtu'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'Akcia'; |
| 57 | 61 |
$TEXT['ACTIVE'] = 'Aktí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ú splnené požiadavky pre rozšírenie'; |
| 402 | 408 |
$HEADING['ADD_CHILD_PAGE'] = 'Add child page'; |
| 403 | 409 |
$HEADING['ADD_GROUP'] = 'Pridať skupinu'; |
| ... | ... | |
| 443 | 449 |
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading'; |
| 444 | 450 |
$HEADING['UPLOAD_FILES'] = 'Nahrať sú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íte zadať e-mailovou adresu'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Ste prihlásený ako:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Pozor, stále existuje inštalačný adresár!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Užívateľ bol úspešne ulož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'] = 'Administračné nástroje...'; |
| 671 | 683 |
$OVERVIEW['GROUPS'] = 'Spravovať skupiny uživatelov a ich oprávnení...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Máte otázku? Hľadajte odpoveď...'; |
| ... | ... | |
| 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š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'] = 'š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š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 š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ž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é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í'; |
| 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ça de correu'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Actualment esteu identificat com a:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Atenció, el Directori d\'Instal·lació Encara Existeix!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Usuari desat amb è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ários'; |
| 54 | 56 |
$MENU['VIEW'] = 'Visualizar'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Assinatura de Conta'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'A&ccdil;õ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ê precisa informar um endere&ccdil;o de email'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Você está logado como:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Aviso, O diretório "INSTALL" ainda existe!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Usuá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ários e suas permissões de sistema...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Dú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øjelse'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Tilfø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øj underside'; |
| 403 | 409 |
$HEADING['ADD_GROUP'] = 'Tilføj gruppe'; |
| ... | ... | |
| 443 | 449 |
$HEADING['UPGRADE_LANGUAGE'] = 'Sprogopgradering'; |
| 444 | 450 |
$HEADING['UPLOAD_FILES'] = 'Overfø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øjelse.'; |
| 447 | 455 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'Sprog indlæst'; |
| 448 | 456 |
$MESSAGE['ADDON_MANUAL_FTP_LANGUAGE'] = '<strong>PAS På!</strong> Af sikkerhedsgrunde bør sprogfiler kun indlæses i folderen /languages/ med FTP, og opgraderingsfunktionen bø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å serveren. Du bø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ærktøjer...'; |
| 671 | 683 |
$OVERVIEW['GROUPS'] = 'Administrér brugergrupper og deres systemrettigheder...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Spørgsmå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Ç'; |
| 33 | 33 |
$language_license = 'GNU General Public License'; |
| 34 |
|
|
| 35 |
/* MENU */ |
|
| 34 | 36 |
$MENU['ACCESS'] = 'Giriþ'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Eklentiler'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Kalýplar'; |
| 53 | 55 |
$MENU['USERS'] = 'Kullanýcýlar'; |
| 54 | 56 |
$MENU['VIEW'] = 'Görüntüle'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Kullýcý Kayý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ü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ýðýnýz giriþ ismi:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Uyarý! Yükleme dizini halen duruyor!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Kullanýcý, baþarýlý bir þekilde kayý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ýcý Gruplarýnýn Ýzinlerini Düzenleme...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Sorularýnýz? Cevaplarý...'; |
| ... | ... | |
| 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'] = 'Доступ'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Дополнительные функции'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Шаблоны'; |
| 53 | 55 |
$MENU['USERS'] = 'Пользователи'; |
| 54 | 56 |
$MENU['VIEW'] = 'Просмотреть'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Account Sign-Up'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'Действия'; |
| 57 | 61 |
$TEXT['ACTIVE'] = 'Активная'; |
| ... | ... | |
| 398 | 402 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG редактор'; |
| 399 | 403 |
$TEXT['WYSIWYG_STYLE'] = 'WYSIWYG стиль'; |
| 400 | 404 |
$TEXT['YES'] = 'Да'; |
| 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'] = 'Добавить группу'; |
| ... | ... | |
| 443 | 449 |
$HEADING['UPGRADE_LANGUAGE'] = 'Language register/upgrading'; |
| 444 | 450 |
$HEADING['UPLOAD_FILES'] = 'Закачать файл(ы)'; |
| 445 | 451 |
$HEADING['WBMAILER_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'] = 'Вы должны ввести email адрес'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Вы вошли как:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Внимание, инсталяционная директория все еще не удалена!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Данные о пользователе сохранены успешно'; |
| 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'] = 'Доступ к средствам администрирования'; |
| 671 | 683 |
$OVERVIEW['GROUPS'] = 'Управление группами пользователей и права доступа'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Ответы на вопросы'; |
| ... | ... | |
| 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üllt'; |
| 403 | 409 |
$HEADING['ADD_CHILD_PAGE'] = 'Unterseite hinzufügen'; |
| 404 | 410 |
$HEADING['ADD_GROUP'] = 'Gruppe hinzufügen'; |
| ... | ... | |
| 444 | 450 |
$HEADING['UPGRADE_LANGUAGE'] = 'Sprache registrieren/aktualisieren (Upgrade)'; |
| 445 | 451 |
$HEADING['UPLOAD_FILES'] = 'Datei(en) ü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> Überspielen Sie Sprachdateien aus Sicherheitsgründen nur ü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ü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ö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(Христо Бенев)'; |
| 33 | 33 |
$language_license = 'GNU General Public License'; |
| 34 |
|
|
| 35 |
/* MENU */ |
|
| 34 | 36 |
$MENU['ACCESS'] = 'Достъп'; |
| 35 | 37 |
$MENU['ADDON'] = 'Add-on'; |
| 36 | 38 |
$MENU['ADDONS'] = 'Добавки'; |
| ... | ... | |
| 52 | 54 |
$MENU['TEMPLATES'] = 'Шаблони'; |
| 53 | 55 |
$MENU['USERS'] = 'Потребители'; |
| 54 | 56 |
$MENU['VIEW'] = 'Виж'; |
| 57 |
|
|
| 58 |
/* TEXT */ |
|
| 55 | 59 |
$TEXT['ACCOUNT_SIGNUP'] = 'Регистрация'; |
| 56 | 60 |
$TEXT['ACTIONS'] = 'Действия'; |
| 57 | 61 |
$TEXT['ACTIVE'] = 'Активиран'; |
| ... | ... | |
| 398 | 402 |
$TEXT['WYSIWYG_EDITOR'] = 'WYSIWYG редактор'; |
| 399 | 403 |
$TEXT['WYSIWYG_STYLE'] = 'Стил WYSIWYG'; |
| 400 | 404 |
$TEXT['YES'] = 'Да'; |
| 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'] = 'Качване на файлове'; |
| 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'] = 'Трябва да въведете e-mail адрес'; |
| 637 | 647 |
$MESSAGE['START_CURRENT_USER'] = 'Вие влязохте като:'; |
| 638 | 648 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Внимание, Инсталационната директория все още съществува!'; |
| ... | ... | |
| 667 | 677 |
$MESSAGE['USERS_SAVED'] = 'Потребителя е записан успешно'; |
| 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'] = 'Управление на потребителските групи и тяхните права...'; |
| 672 | 684 |
$OVERVIEW['HELP'] = 'Имате въпроси? Намерете отговор...'; |
| ... | ... | |
| 686 | 698 |
{
|
| 687 | 699 |
include(WB_PATH.'/languages/old.format.inc.php'); |
| 688 | 700 |
} |
| 701 |
|
|
Also available in: Unified diff
+ add languages vars for signup