Revision 1319
Added by Dietmar over 14 years ago
NL.php | ||
---|---|---|
430 | 430 |
$TEXT['EXTENSION'] = "Extensie"; |
431 | 431 |
$TEXT['UNZIP_FILE'] = "Uploaden en uitpakken van ZIP-bestand"; |
432 | 432 |
$TEXT['DELETE_ZIP'] = "Verwijder ZIP van server na uitpakken"; |
433 |
$TEXT['NEED_CURRENT_PASSWORD'] ='bevestig met huidige wachtwoord'; |
|
433 | 434 |
|
434 | 435 |
// Success/error messages |
435 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, u heeft geen bevoegdheden om deze pagina te bekijken';
|
|
436 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, niets om af te beelden';
|
|
436 |
$MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] = 'Sorry, u heeft geen bevoegdheden om deze pagina te bekijken';
|
|
437 |
$MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] = 'Sorry, niets om af te beelden';
|
|
437 | 438 |
|
438 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = 'Onvoldoende rechten om hier te zijn';
|
|
439 |
$MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] = 'Onvoldoende rechten om hier te zijn';
|
|
439 | 440 |
|
440 |
$MESSAGE['LOGIN']['BOTH_BLANK'] = 'Vul uw gebruikersnaam en wachtwoord in:';
|
|
441 |
$MESSAGE['LOGIN']['USERNAME_BLANK'] = 'Vul uw gebruikersnaam in';
|
|
442 |
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = 'Vul uw wachtwoord in';
|
|
443 |
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = 'Deze gebruikersnaam is te kort';
|
|
444 |
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = 'Dit wachtwoord is te kort';
|
|
445 |
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = 'Deze gebruikersnaam is te lang';
|
|
446 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = 'Dit wachtwoord is te lang';
|
|
447 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = 'Gebruikersnaam en/of wachtwoord incorrect';
|
|
441 |
$MESSAGE['LOGIN_BOTH_BLANK'] = 'Vul uw gebruikersnaam en wachtwoord in:';
|
|
442 |
$MESSAGE['LOGIN_USERNAME_BLANK'] = 'Vul uw gebruikersnaam in';
|
|
443 |
$MESSAGE['LOGIN_PASSWORD_BLANK'] = 'Vul uw wachtwoord in';
|
|
444 |
$MESSAGE['LOGIN_USERNAME_TOO_SHORT'] = 'Deze gebruikersnaam is te kort';
|
|
445 |
$MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] = 'Dit wachtwoord is te kort';
|
|
446 |
$MESSAGE['LOGIN_USERNAME_TOO_LONG'] = 'Deze gebruikersnaam is te lang';
|
|
447 |
$MESSAGE['LOGIN_PASSWORD_TOO_LONG'] = 'Dit wachtwoord is te lang';
|
|
448 |
$MESSAGE['LOGIN_AUTHENTICATION_FAILED'] = 'Gebruikersnaam en/of wachtwoord incorrect';
|
|
448 | 449 |
|
449 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = 'U moet een e-mailadres invullen'; |
|
450 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = 'Uw login-gegevens...'; |
|
451 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = <<< EOT |
|
450 |
$MESSAGE['SIGNUP_NO_EMAIL'] = 'U moet een e-mailadres invullen'; |
|
451 |
$MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] = 'Uw login-gegevens...'; |
|
452 |
$MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] = <<< EOT |
|
453 |
Hello {LOGIN_DISPLAY_NAME}, |
|
454 |
|
|
455 |
You are welcome to our {LOGIN_WEBSITE_TITLE}. |
|
456 |
|
|
457 |
Your '{LOGIN_WEBSITE_TITLE}' login details are: |
|
458 |
Username: {LOGIN_NAME} |
|
459 |
Password: {LOGIN_PASSWORD} |
|
460 |
|
|
461 |
If you have received this message in error, please delete it immediately. |
|
462 |
EOT; |
|
463 |
|
|
464 |
$MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] = <<< EOT |
|
452 | 465 |
Hallo {LOGIN_DISPLAY_NAME}, |
453 | 466 |
|
454 | 467 |
Uw '{LOGIN_WEBSITE_TITLE}' inloggegevens zijn: |
... | ... | |
461 | 474 |
Indien deze melding niet voor u bestemd is, verwijder deze dan onmiddellijk. |
462 | 475 |
EOT; |
463 | 476 |
|
464 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = 'Vult u alstublieft uw e-mailadres hieronder in';
|
|
465 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = 'Het door u opgegeven e-mailadres is niet gevonden in onze database';
|
|
466 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = 'Het is niet mogelijk uw wachtwoord per e-mail te versturen. Neem contact op met de beheerder';
|
|
467 |
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = 'Uw gebruikersnaam en wachtwoord zijn verzonden naar het opgegeven e-mailadres';
|
|
468 |
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = 'Sorry, het wachtwoord kan maximaal eens per uur worden aangepast.';
|
|
477 |
$MESSAGE['FORGOT_PASS_NO_DATA'] = 'Vult u alstublieft uw e-mailadres hieronder in';
|
|
478 |
$MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] = 'Het door u opgegeven e-mailadres is niet gevonden in onze database';
|
|
479 |
$MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] = 'Het is niet mogelijk uw wachtwoord per e-mail te versturen. Neem contact op met de beheerder';
|
|
480 |
$MESSAGE['FORGOT_PASS_PASSWORD_RESET'] = 'Uw gebruikersnaam en wachtwoord zijn verzonden naar het opgegeven e-mailadres';
|
|
481 |
$MESSAGE['FORGOT_PASS_ALREADY_RESET'] = 'Sorry, het wachtwoord kan maximaal eens per uur worden aangepast.';
|
|
469 | 482 |
|
470 |
$MESSAGE['START']['WELCOME_MESSAGE'] = 'Welkom bij het websitebeheer';
|
|
471 |
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = 'Waarschuwing, de installatiemap bestaat nog steeds. U dient deze te verwijderen om veiligheidsrisico’s te vermijden!';
|
|
472 |
$MESSAGE['START']['CURRENT_USER'] = 'U bent ingelogd als';
|
|
483 |
$MESSAGE['START_WELCOME_MESSAGE'] = 'Welkom bij het websitebeheer';
|
|
484 |
$MESSAGE['START_INSTALL_DIR_EXISTS'] = 'Waarschuwing, de installatiemap bestaat nog steeds. U dient deze te verwijderen om veiligheidsrisico’s te vermijden!';
|
|
485 |
$MESSAGE['START_CURRENT_USER'] = 'U bent ingelogd als';
|
|
473 | 486 |
|
474 |
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = 'Het configuratiebestand kan niet worden geopend';
|
|
475 |
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = 'Het configuratiebestand kan niet worden opgeslagen';
|
|
476 |
$MESSAGE['SETTINGS']['SAVED'] = 'Instellingen opgeslagen';
|
|
477 |
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = 'Opgelet: sla eerst de wijzigingen op die u eventueel zojuist heeft aangebracht!';
|
|
478 |
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = 'Opgelet: dit is alleen bedoeld voor testdoeleinden!';
|
|
487 |
$MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] = 'Het configuratiebestand kan niet worden geopend';
|
|
488 |
$MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] = 'Het configuratiebestand kan niet worden opgeslagen';
|
|
489 |
$MESSAGE['SETTINGS_SAVED'] = 'Instellingen opgeslagen';
|
|
490 |
$MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] = 'Opgelet: sla eerst de wijzigingen op die u eventueel zojuist heeft aangebracht!';
|
|
491 |
$MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] = 'Opgelet: dit is alleen bedoeld voor testdoeleinden!';
|
|
479 | 492 |
|
480 |
$MESSAGE['USERS']['ADDED'] = 'Gebruiker toegevoegd';
|
|
481 |
$MESSAGE['USERS']['SAVED'] = 'Gebruiker opgeslagen';
|
|
482 |
$MESSAGE['USERS']['DELETED'] = 'Gebruiker verwijderd';
|
|
483 |
$MESSAGE['USERS']['NO_GROUP'] = 'Geen groep geselecteerd';
|
|
484 |
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = 'De ingevoerde gebruikersnaam is te kort';
|
|
485 |
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = 'Het ingevoerde wachtwoord is te kort';
|
|
486 |
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = 'De ingevoerde wachtwoorden komen niet overeen';
|
|
487 |
$MESSAGE['USERS']['INVALID_EMAIL'] = 'Het ingevoerde e-mailadres is niet correct';
|
|
488 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = 'Het ingevoerde e-mailadres is al in gebruik';
|
|
489 |
$MESSAGE['USERS']['USERNAME_TAKEN'] = 'De ingevoerde gebruikersnaam is al in gebruik';
|
|
490 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = 'Attentie: vul alleen de bovenstaande velden in wanneer u het wachtwoord van de gebruiker wilt veranderen';
|
|
491 |
$MESSAGE['USERS']['CONFIRM_DELETE'] = 'Weet u zeker dat u de geselecteerde gebruiker wilt verwijderen?';
|
|
493 |
$MESSAGE['USERS_ADDED'] = 'Gebruiker toegevoegd';
|
|
494 |
$MESSAGE['USERS_SAVED'] = 'Gebruiker opgeslagen';
|
|
495 |
$MESSAGE['USERS_DELETED'] = 'Gebruiker verwijderd';
|
|
496 |
$MESSAGE['USERS_NO_GROUP'] = 'Geen groep geselecteerd';
|
|
497 |
$MESSAGE['USERS_USERNAME_TOO_SHORT'] = 'De ingevoerde gebruikersnaam is te kort';
|
|
498 |
$MESSAGE['USERS_PASSWORD_TOO_SHORT'] = 'Het ingevoerde wachtwoord is te kort';
|
|
499 |
$MESSAGE['USERS_PASSWORD_MISMATCH'] = 'De ingevoerde wachtwoorden komen niet overeen';
|
|
500 |
$MESSAGE['USERS_INVALID_EMAIL'] = 'Het ingevoerde e-mailadres is niet correct';
|
|
501 |
$MESSAGE['USERS_EMAIL_TAKEN'] = 'Het ingevoerde e-mailadres is al in gebruik';
|
|
502 |
$MESSAGE['USERS_USERNAME_TAKEN'] = 'De ingevoerde gebruikersnaam is al in gebruik';
|
|
503 |
$MESSAGE['USERS_CHANGING_PASSWORD'] = 'Attentie: vul alleen de bovenstaande velden in wanneer u het wachtwoord van de gebruiker wilt veranderen';
|
|
504 |
$MESSAGE['USERS_CONFIRM_DELETE'] = 'Weet u zeker dat u de geselecteerde gebruiker wilt verwijderen?';
|
|
492 | 505 |
|
493 |
$MESSAGE['GROUPS']['ADDED'] = 'Groep toegevoegd';
|
|
494 |
$MESSAGE['GROUPS']['SAVED'] = 'Groep opgeslagen';
|
|
495 |
$MESSAGE['GROUPS']['DELETED'] = 'Groep verwijderd';
|
|
496 |
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Groepsnaam is niet ingevuld';
|
|
497 |
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Weet u zeker dat u de geselecteerde groep wilt verwijderen (en alle daarbij behorende gebruikers)?';
|
|
498 |
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'Geen groep gevonden';
|
|
499 |
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Groepnaam is reeds in gebruik';
|
|
506 |
$MESSAGE['GROUPS_ADDED'] = 'Groep toegevoegd';
|
|
507 |
$MESSAGE['GROUPS_SAVED'] = 'Groep opgeslagen';
|
|
508 |
$MESSAGE['GROUPS_DELETED'] = 'Groep verwijderd';
|
|
509 |
$MESSAGE['GROUPS_GROUP_NAME_BLANK'] = 'Groepsnaam is niet ingevuld';
|
|
510 |
$MESSAGE['GROUPS_CONFIRM_DELETE'] = 'Weet u zeker dat u de geselecteerde groep wilt verwijderen (en alle daarbij behorende gebruikers)?';
|
|
511 |
$MESSAGE['GROUPS_NO_GROUPS_FOUND'] = 'Geen groep gevonden';
|
|
512 |
$MESSAGE['GROUPS_GROUP_NAME_EXISTS'] = 'Groepnaam is reeds in gebruik';
|
|
500 | 513 |
|
501 |
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details opgeslagen';
|
|
502 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'E-mail gewijzigd';
|
|
503 |
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = 'Het (huidige) ingevoerde wachtwoord is niet correct';
|
|
504 |
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = 'Wachtwoord gewijzigd';
|
|
505 |
$MESSAGE['PREFERENCES']['INVALID_CHARS'] = 'Invalid password chars used';
|
|
514 |
$MESSAGE['PREFERENCES_DETAILS_SAVED'] = 'Details opgeslagen';
|
|
515 |
$MESSAGE['PREFERENCES_EMAIL_UPDATED'] = 'E-mail gewijzigd';
|
|
516 |
$MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] = 'Het (huidige) ingevoerde wachtwoord is niet correct';
|
|
517 |
$MESSAGE['PREFERENCES_PASSWORD_CHANGED'] = 'Wachtwoord gewijzigd';
|
|
518 |
$MESSAGE['PREFERENCES_INVALID_CHARS'] = 'Invalid password chars used';
|
|
506 | 519 |
|
507 |
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = 'Attentie: Om de template aan te passen moet u naar de instellingensectie';
|
|
520 |
$MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] = 'Attentie: Om de template aan te passen moet u naar de instellingensectie';
|
|
508 | 521 |
|
509 |
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = 'Gebruik van ../ in de mapnaam is niet toegestaan';
|
|
510 |
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = 'Map bestaat niet';
|
|
511 |
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = 'Gebruik van ../ in de map is niet toegestaan';
|
|
512 |
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = 'Gebruik van ../ in de naam is niet toegestaan';
|
|
513 |
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = 'index.php als naam is niet toegestaan';
|
|
514 |
$MESSAGE['MEDIA']['NONE_FOUND'] = 'Geen mediabestanden gevonden in de huidige map';
|
|
515 |
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = 'Bestand niet gevonden';
|
|
516 |
$MESSAGE['MEDIA']['DELETED_FILE'] = 'Bestand verwijderd';
|
|
517 |
$MESSAGE['MEDIA']['DELETED_DIR'] = 'Map verwijderd';
|
|
518 |
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = 'Weet u zeker dat u het volgende bestand of map wilt verwijderen?';
|
|
519 |
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = 'Kan geselecteerde bestand niet verwijderen';
|
|
520 |
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = 'Kan geselecteerde map niet verwijderen';
|
|
521 |
$MESSAGE['MEDIA']['BLANK_NAME'] = 'U heeft geen nieuwe naam opgegeven';
|
|
522 |
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = 'U heeft geen bestandsextensie opgegeven';
|
|
523 |
$MESSAGE['MEDIA']['RENAMED'] = 'Hernoemen geslaagd';
|
|
524 |
$MESSAGE['MEDIA']['CANNOT_RENAME'] = 'Hernoemen niet gelukt';
|
|
525 |
$MESSAGE['MEDIA']['FILE_EXISTS'] = 'Opgegeven bestandsnaam bestaat al';
|
|
526 |
$MESSAGE['MEDIA']['DIR_EXISTS'] = 'Opgegeven naam van de map bestaat al';
|
|
527 |
$MESSAGE['MEDIA']['DIR_MADE'] = 'Map aangemaakt';
|
|
528 |
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = 'Aanmaken map mislukt';
|
|
529 |
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = ' geupload';
|
|
530 |
$MESSAGE['MEDIA']['UPLOADED'] = ' geupload';
|
|
522 |
$MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] = 'Gebruik van ../ in de mapnaam is niet toegestaan';
|
|
523 |
$MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] = 'Map bestaat niet';
|
|
524 |
$MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] = 'Gebruik van ../ in de map is niet toegestaan';
|
|
525 |
$MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] = 'Gebruik van ../ in de naam is niet toegestaan';
|
|
526 |
$MESSAGE['MEDIA_NAME_INDEX_PHP'] = 'index.php als naam is niet toegestaan';
|
|
527 |
$MESSAGE['MEDIA_NONE_FOUND'] = 'Geen mediabestanden gevonden in de huidige map';
|
|
528 |
$MESSAGE['MEDIA_FILE_NOT_FOUND'] = 'Bestand niet gevonden';
|
|
529 |
$MESSAGE['MEDIA_DELETED_FILE'] = 'Bestand verwijderd';
|
|
530 |
$MESSAGE['MEDIA_DELETED_DIR'] = 'Map verwijderd';
|
|
531 |
$MESSAGE['MEDIA_CONFIRM_DELETE'] = 'Weet u zeker dat u het volgende bestand of map wilt verwijderen?';
|
|
532 |
$MESSAGE['MEDIA_CANNOT_DELETE_FILE'] = 'Kan geselecteerde bestand niet verwijderen';
|
|
533 |
$MESSAGE['MEDIA_CANNOT_DELETE_DIR'] = 'Kan geselecteerde map niet verwijderen';
|
|
534 |
$MESSAGE['MEDIA_BLANK_NAME'] = 'U heeft geen nieuwe naam opgegeven';
|
|
535 |
$MESSAGE['MEDIA_BLANK_EXTENSION'] = 'U heeft geen bestandsextensie opgegeven';
|
|
536 |
$MESSAGE['MEDIA_RENAMED'] = 'Hernoemen geslaagd';
|
|
537 |
$MESSAGE['MEDIA_CANNOT_RENAME'] = 'Hernoemen niet gelukt';
|
|
538 |
$MESSAGE['MEDIA_FILE_EXISTS'] = 'Opgegeven bestandsnaam bestaat al';
|
|
539 |
$MESSAGE['MEDIA_DIR_EXISTS'] = 'Opgegeven naam van de map bestaat al';
|
|
540 |
$MESSAGE['MEDIA_DIR_MADE'] = 'Map aangemaakt';
|
|
541 |
$MESSAGE['MEDIA_DIR_NOT_MADE'] = 'Aanmaken map mislukt';
|
|
542 |
$MESSAGE['MEDIA_SINGLE_UPLOADED'] = ' geupload';
|
|
543 |
$MESSAGE['MEDIA_UPLOADED'] = ' geupload';
|
|
531 | 544 |
|
532 |
$MESSAGE['PAGES']['ADDED'] = 'Pagina toegevoegd';
|
|
533 |
$MESSAGE['PAGES']['ADDED_HEADING'] = 'Paginatitel opgeslagen';
|
|
534 |
$MESSAGE['PAGES']['PAGE_EXISTS'] = 'Een pagina met dezelfde naam bestaat al';
|
|
535 |
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = 'Kan geen bestanden opslaan in de /pages-map (onvoldoende rechten)';
|
|
536 |
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = 'Kan geen bestanden verwijderen uit de /pages-map (onvoldoende rechten)';
|
|
537 |
$MESSAGE['PAGES']['NOT_FOUND'] = 'Pagina niet gevonden';
|
|
538 |
$MESSAGE['PAGES']['SAVED'] = 'Pagina opgeslagen';
|
|
539 |
$MESSAGE['PAGES']['SAVED_SETTINGS'] = 'Pagina-instellingen opgeslagen';
|
|
540 |
$MESSAGE['PAGES']['NOT_SAVED'] = 'Fout tijdens opslaan pagina';
|
|
541 |
$MESSAGE['PAGES']['DELETE_CONFIRM'] = 'Weet u zeker dat u deze pagina wilt verwijderen (en al zijn subpagina’s)';
|
|
542 |
$MESSAGE['PAGES']['DELETED'] = 'Pagina verwijderd';
|
|
543 |
$MESSAGE['PAGES']['RESTORED'] = 'Pagina teruggehaald';
|
|
544 |
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = 'Vul a.u.b. een paginatitel in';
|
|
545 |
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = 'Vul a.u.b. een menutitel in';
|
|
546 |
$MESSAGE['PAGES']['REORDERED'] = 'Pagina herordend';
|
|
547 |
$MESSAGE['PAGES']['CANNOT_REORDER'] = 'Fout bij herordenen pagina';
|
|
548 |
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = 'U heeft niet de rechten om deze pagina aan te passen';
|
|
549 |
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = 'Kan instellingen niet opslaan in het bestand /pages/intro.php (onvoldoende rechten)';
|
|
550 |
$MESSAGE['PAGES']['INTRO_SAVED'] = 'Introductiepagina opgeslagen';
|
|
551 |
$MESSAGE['PAGES']['LAST_MODIFIED'] = 'Als laatste aangepast door';
|
|
552 |
$MESSAGE['PAGES']['INTRO_LINK'] = 'Klik hier om de introductiepagina aan te passen';
|
|
553 |
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = 'Sectie-instellingen opgeslagen';
|
|
554 |
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = 'Keer terug naar pagina’s';
|
|
545 |
$MESSAGE['PAGES_ADDED'] = 'Pagina toegevoegd';
|
|
546 |
$MESSAGE['PAGES_ADDED_HEADING'] = 'Paginatitel opgeslagen';
|
|
547 |
$MESSAGE['PAGES_PAGE_EXISTS'] = 'Een pagina met dezelfde naam bestaat al';
|
|
548 |
$MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] = 'Kan geen bestanden opslaan in de /pages-map (onvoldoende rechten)';
|
|
549 |
$MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] = 'Kan geen bestanden verwijderen uit de /pages-map (onvoldoende rechten)';
|
|
550 |
$MESSAGE['PAGES_NOT_FOUND'] = 'Pagina niet gevonden';
|
|
551 |
$MESSAGE['PAGES_SAVED'] = 'Pagina opgeslagen';
|
|
552 |
$MESSAGE['PAGES_SAVED_SETTINGS'] = 'Pagina-instellingen opgeslagen';
|
|
553 |
$MESSAGE['PAGES_NOT_SAVED'] = 'Fout tijdens opslaan pagina';
|
|
554 |
$MESSAGE['PAGES_DELETE_CONFIRM'] = 'Weet u zeker dat u deze pagina wilt verwijderen (en al zijn subpagina’s)';
|
|
555 |
$MESSAGE['PAGES_DELETED'] = 'Pagina verwijderd';
|
|
556 |
$MESSAGE['PAGES_RESTORED'] = 'Pagina teruggehaald';
|
|
557 |
$MESSAGE['PAGES_BLANK_PAGE_TITLE'] = 'Vul a.u.b. een paginatitel in';
|
|
558 |
$MESSAGE['PAGES_BLANK_MENU_TITLE'] = 'Vul a.u.b. een menutitel in';
|
|
559 |
$MESSAGE['PAGES_REORDERED'] = 'Pagina herordend';
|
|
560 |
$MESSAGE['PAGES_CANNOT_REORDER'] = 'Fout bij herordenen pagina';
|
|
561 |
$MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] = 'U heeft niet de rechten om deze pagina aan te passen';
|
|
562 |
$MESSAGE['PAGES_INTRO_NOT_WRITABLE'] = 'Kan instellingen niet opslaan in het bestand /pages/intro.php (onvoldoende rechten)';
|
|
563 |
$MESSAGE['PAGES_INTRO_SAVED'] = 'Introductiepagina opgeslagen';
|
|
564 |
$MESSAGE['PAGES_LAST_MODIFIED'] = 'Als laatste aangepast door';
|
|
565 |
$MESSAGE['PAGES_INTRO_LINK'] = 'Klik hier om de introductiepagina aan te passen';
|
|
566 |
$MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] = 'Sectie-instellingen opgeslagen';
|
|
567 |
$MESSAGE['PAGES_RETURN_TO_PAGES'] = 'Keer terug naar pagina’s';
|
|
555 | 568 |
|
556 |
$MESSAGE['GENERIC']['FILL_IN_ALL'] = 'Niet alle velden zijn ingevuld. Probeert u het nog eens'; |
|
557 |
$MESSAGE['GENERIC']['FILE_TYPE'] = 'Let op: het bestand moet het volgende formaat hebben:'; |
|
558 |
$MESSAGE['GENERIC']['FILE_TYPES'] = 'Let op: de bestanden moeten het volgende formaat hebben:'; |
|
559 |
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = 'Kan niet uploaden'; |
|
560 |
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = 'Is al geïnstalleerd'; |
|
561 |
$MESSAGE['GENERIC']['NOT_INSTALLED'] = 'Niet geïnstalleerd'; |
|
562 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = 'Kan niet deïnstalleren'; |
|
563 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = 'Kan het bestand niet uitpakken'; |
|
564 |
$MESSAGE['GENERIC']['INSTALLED'] = 'Installatie voltooid'; |
|
565 |
$MESSAGE['GENERIC']['UPGRADED'] = 'Upgrade voltooid'; |
|
566 |
$MESSAGE['GENERIC']['UNINSTALLED'] = 'Deïnstallatie voltooid'; |
|
567 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = 'Kan niet schrijven naar doelmap'; |
|
568 |
$MESSAGE['GENERIC']['INVALID'] = 'Ongeldig bestand'; |
|
569 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = 'Kan niet deïnstalleren: het geselecteerde bestand is in gebruik'; |
|
569 |
$MESSAGE['GENERIC_FILL_IN_ALL'] = 'Niet alle velden zijn ingevuld. Probeert u het nog eens'; |
|
570 |
$MESSAGE['GENERIC_FILE_TYPE'] = 'Let op: het bestand moet het volgende formaat hebben:'; |
|
571 |
$MESSAGE['GENERIC_FILE_TYPES'] = 'Let op: de bestanden moeten het volgende formaat hebben:'; |
|
572 |
$MESSAGE['GENERIC_CANNOT_UPLOAD'] = 'Kan niet uploaden'; |
|
573 |
$MESSAGE['GENERIC_ALREADY_INSTALLED'] = 'Is al geïnstalleerd'; |
|
574 |
$MESSAGE['GENERIC_NOT_INSTALLED'] = 'Niet geïnstalleerd'; |
|
575 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL'] = 'Kan niet deïnstalleren'; |
|
576 |
$MESSAGE['GENERIC_CANNOT_UNZIP'] = 'Kan het bestand niet uitpakken'; |
|
577 |
$MESSAGE['GENERIC_INSTALLED'] = 'Installatie voltooid'; |
|
578 |
$MESSAGE['GENERIC_UPGRADED'] = 'Upgrade voltooid'; |
|
579 |
$MESSAGE['GENERIC_UNINSTALLED'] = 'Deïnstallatie voltooid'; |
|
580 |
$MESSAGE['GENERIC_BAD_PERMISSIONS'] = 'Kan niet schrijven naar doelmap'; |
|
581 |
$MESSAGE['GENERIC_INVALID'] = 'Ongeldig bestand'; |
|
582 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] = 'Kan niet deïnstalleren: het geselecteerde bestand is in gebruik'; |
|
583 |
$MESSAGE['GENERIC_SECURITY_OFFENSE'] = 'Security offense!! data storing was refused!!'; |
|
570 | 584 |
|
571 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />De {{type}} <b>{{type_name}}</b> kan niet verwijderd worden omdat het in gebruik is op {{pages}}:<br /><br />";
|
|
572 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "volgende pagina;volgende pagina's";
|
|
573 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "De template <b>{{name}}</b> kan niet verwijderd worden omdat het de standaard-template is.";
|
|
585 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] = "<br /><br />De {{type}} <b>{{type_name}}</b> kan niet verwijderd worden omdat het in gebruik is op {{pages}}:<br /><br />";
|
|
586 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = "volgende pagina;volgende pagina's";
|
|
587 |
$MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = "De template <b>{{name}}</b> kan niet verwijderd worden omdat het de standaard-template is.";
|
|
574 | 588 |
|
575 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = 'Website in bewerking';
|
|
576 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = 'Probeert u het a.u.b. binnenkort nog eens.';
|
|
577 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = 'Even geduld aub, dit kan even duren.';
|
|
578 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = 'Kan bestand niet openen.';
|
|
579 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = 'Ongeldig WebsiteBaker installatiebestand. Controleer het *.zip bestand.';
|
|
580 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = 'Ongeldig WebsiteBaker taalbestand. Controleer het tekstbestand.';
|
|
589 |
$MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] = 'Website in bewerking';
|
|
590 |
$MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] = 'Probeert u het a.u.b. binnenkort nog eens.';
|
|
591 |
$MESSAGE['GENERIC_PLEASE_BE_PATIENT'] = 'Even geduld aub, dit kan even duren.';
|
|
592 |
$MESSAGE['GENERIC_ERROR_OPENING_FILE'] = 'Kan bestand niet openen.';
|
|
593 |
$MESSAGE['GENERIC_INVALID_ADDON_FILE'] = 'Ongeldig WebsiteBaker installatiebestand. Controleer het *.zip bestand.';
|
|
594 |
$MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] = 'Ongeldig WebsiteBaker taalbestand. Controleer het tekstbestand.';
|
|
581 | 595 |
|
582 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = 'De volgende velden zijn verplicht';
|
|
583 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = 'Dit formulier is te vaak verstuurd binnen dit uur. Probeert u het over een uur nog eens.';
|
|
584 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = 'Het verificatienummer (ook wel Captcha genoemd) dat u hebt ingevoerd is incorrect. Als u de Captcha niet goed kunt lezen, stuur dan een e-mail naar: '.SERVER_EMAIL.'';
|
|
596 |
$MESSAGE['MOD_FORM_REQUIRED_FIELDS'] = 'De volgende velden zijn verplicht';
|
|
597 |
$MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] = 'Dit formulier is te vaak verstuurd binnen dit uur. Probeert u het over een uur nog eens.';
|
|
598 |
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = 'Het verificatienummer (ook wel Captcha genoemd) dat u hebt ingevoerd is incorrect. Als u de Captcha niet goed kunt lezen, stuur dan een e-mail naar: '.SERVER_EMAIL.'';
|
|
585 | 599 |
|
586 |
$MESSAGE['ADDON']['RELOAD'] = 'Aanpassen van de database met informatie van de modules (voorbeeld na een FTP-upload).';
|
|
587 |
$MESSAGE['ADDON']['ERROR_RELOAD'] = 'Fout tijdens de update van de module-informatie.';
|
|
588 |
$MESSAGE['ADDON']['MODULES_RELOADED'] = 'De modules zijn herladen';
|
|
589 |
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = 'De templates zijn herladen';
|
|
590 |
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = 'De taalbestanden zijn herladen';
|
|
591 |
$MESSAGE['ADDON']['PRECHECK_FAILED'] = 'De installatie van deze module is mislukt. Uw systeem voldoet niet aan de eisen voor een goede werking van deze module. Om deze module op uw systeem te laten werken, moeten onderstaande problemen opgelost worden.';
|
|
592 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = 'Wanneer modules via FTP geüpload worden (niet aanbevolen), worden de module-installatiebestanden <tt>install.php </tt>, <tt> upgrade.php </tt> of <tt> uninstall.php </tt> niet automatisch uitgevoerd. Deze modules werken mogelijk niet correct of worden niet correct verwijderd.<br /><br />U kunt deze modulebestanden handmatig uitvoeren voor onderstaande modules die u via FTP geüpload hebt.';
|
|
593 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = 'Waarschuwing: bestaande instellingen in de database van de modules zullen verloren gaan. Gebruik deze optie alleen als u problemen ondervindt met modules geüpload via FTP.';
|
|
600 |
$MESSAGE['ADDON_RELOAD'] = 'Aanpassen van de database met informatie van de modules (voorbeeld na een FTP-upload).';
|
|
601 |
$MESSAGE['ADDON_ERROR_RELOAD'] = 'Fout tijdens de update van de module-informatie.';
|
|
602 |
$MESSAGE['ADDON_MODULES_RELOADED'] = 'De modules zijn herladen';
|
|
603 |
$MESSAGE['ADDON_TEMPLATES_RELOADED'] = 'De templates zijn herladen';
|
|
604 |
$MESSAGE['ADDON_LANGUAGES_RELOADED'] = 'De taalbestanden zijn herladen';
|
|
605 |
$MESSAGE['ADDON_PRECHECK_FAILED'] = 'De installatie van deze module is mislukt. Uw systeem voldoet niet aan de eisen voor een goede werking van deze module. Om deze module op uw systeem te laten werken, moeten onderstaande problemen opgelost worden.';
|
|
606 |
$MESSAGE['ADDON_MANUAL_INSTALLATION'] = 'Wanneer modules via FTP geüpload worden (niet aanbevolen), worden de module-installatiebestanden <tt>install.php </tt>, <tt> upgrade.php </tt> of <tt> uninstall.php </tt> niet automatisch uitgevoerd. Deze modules werken mogelijk niet correct of worden niet correct verwijderd.<br /><br />U kunt deze modulebestanden handmatig uitvoeren voor onderstaande modules die u via FTP geüpload hebt.';
|
|
607 |
$MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] = 'Waarschuwing: bestaande instellingen in de database van de modules zullen verloren gaan. Gebruik deze optie alleen als u problemen ondervindt met modules geüpload via FTP.';
|
|
594 | 608 |
|
609 |
/* BEGIN allocation */ |
|
610 |
|
|
611 |
$MESSAGE['FRONTEND']['SORRY_NO_VIEWING_PERMISSIONS'] = $MESSAGE['FRONTEND_SORRY_NO_VIEWING_PERMISSIONS'] ; |
|
612 |
$MESSAGE['FRONTEND']['SORRY_NO_ACTIVE_SECTIONS'] = $MESSAGE['FRONTEND_SORRY_NO_ACTIVE_SECTIONS'] ; |
|
613 |
$MESSAGE['ADMIN']['INSUFFICIENT_PRIVELLIGES'] = $MESSAGE['ADMIN_INSUFFICIENT_PRIVELLIGES'] ; |
|
614 |
$MESSAGE['LOGIN']['BOTH_BLANK'] = $MESSAGE['LOGIN_BOTH_BLANK'] ; |
|
615 |
$MESSAGE['LOGIN']['USERNAME_BLANK'] = $MESSAGE['LOGIN_USERNAME_BLANK'] ; |
|
616 |
$MESSAGE['LOGIN']['PASSWORD_BLANK'] = $MESSAGE['LOGIN_PASSWORD_BLANK'] ; |
|
617 |
$MESSAGE['LOGIN']['USERNAME_TOO_SHORT'] = $MESSAGE['LOGIN_USERNAME_TOO_SHORT'] ; |
|
618 |
$MESSAGE['LOGIN']['PASSWORD_TOO_SHORT'] = $MESSAGE['LOGIN_PASSWORD_TOO_SHORT'] ; |
|
619 |
$MESSAGE['LOGIN']['USERNAME_TOO_LONG'] = $MESSAGE['LOGIN_USERNAME_TOO_LONG'] ; |
|
620 |
$MESSAGE['LOGIN']['PASSWORD_TOO_LONG'] = $MESSAGE['LOGIN_PASSWORD_TOO_LONG'] ; |
|
621 |
$MESSAGE['LOGIN']['AUTHENTICATION_FAILED'] = $MESSAGE['LOGIN_AUTHENTICATION_FAILED'] ; |
|
622 |
$MESSAGE['SIGNUP']['NO_EMAIL'] = $MESSAGE['SIGNUP_NO_EMAIL'] ; |
|
623 |
$MESSAGE['SIGNUP2']['SUBJECT_LOGIN_INFO'] = $MESSAGE['SIGNUP2_SUBJECT_LOGIN_INFO'] ; |
|
624 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_INFO'] = $MESSAGE['SIGNUP2_BODY_LOGIN_INFO'] ; |
|
625 |
$MESSAGE['SIGNUP2']['BODY_LOGIN_FORGOT'] = $MESSAGE['SIGNUP2_BODY_LOGIN_FORGOT'] ; |
|
626 |
$MESSAGE['FORGOT_PASS']['NO_DATA'] = $MESSAGE['FORGOT_PASS_NO_DATA'] ; |
|
627 |
$MESSAGE['FORGOT_PASS']['EMAIL_NOT_FOUND'] = $MESSAGE['FORGOT_PASS_EMAIL_NOT_FOUND'] ; |
|
628 |
$MESSAGE['FORGOT_PASS']['CANNOT_EMAIL'] = $MESSAGE['FORGOT_PASS_CANNOT_EMAIL'] ; |
|
629 |
$MESSAGE['FORGOT_PASS']['PASSWORD_RESET'] = $MESSAGE['FORGOT_PASS_PASSWORD_RESET'] ; |
|
630 |
$MESSAGE['FORGOT_PASS']['ALREADY_RESET'] = $MESSAGE['FORGOT_PASS_ALREADY_RESET'] ; |
|
631 |
$MESSAGE['START']['WELCOME_MESSAGE'] = $MESSAGE['START_WELCOME_MESSAGE'] ; |
|
632 |
$MESSAGE['START']['INSTALL_DIR_EXISTS'] = $MESSAGE['START_INSTALL_DIR_EXISTS'] ; |
|
633 |
$MESSAGE['START']['CURRENT_USER'] = $MESSAGE['START_CURRENT_USER'] ; |
|
634 |
$MESSAGE['SETTINGS']['UNABLE_OPEN_CONFIG'] = $MESSAGE['SETTINGS_UNABLE_OPEN_CONFIG'] ; |
|
635 |
$MESSAGE['SETTINGS']['UNABLE_WRITE_CONFIG'] = $MESSAGE['SETTINGS_UNABLE_WRITE_CONFIG'] ; |
|
636 |
$MESSAGE['SETTINGS']['SAVED'] = $MESSAGE['SETTINGS_SAVED'] ; |
|
637 |
$MESSAGE['SETTINGS']['MODE_SWITCH_WARNING'] = $MESSAGE['SETTINGS_MODE_SWITCH_WARNING'] ; |
|
638 |
$MESSAGE['SETTINGS']['WORLD_WRITEABLE_WARNING'] = $MESSAGE['SETTINGS_WORLD_WRITEABLE_WARNING'] ; |
|
639 |
$MESSAGE['USERS']['ADDED'] = $MESSAGE['USERS_ADDED'] ; |
|
640 |
$MESSAGE['USERS']['SAVED'] = $MESSAGE['USERS_SAVED'] ; |
|
641 |
$MESSAGE['USERS']['DELETED'] = $MESSAGE['USERS_DELETED'] ; |
|
642 |
$MESSAGE['USERS']['NO_GROUP'] = $MESSAGE['USERS_NO_GROUP'] ; |
|
643 |
$MESSAGE['USERS']['USERNAME_TOO_SHORT'] = $MESSAGE['USERS_USERNAME_TOO_SHORT'] ; |
|
644 |
$MESSAGE['USERS']['PASSWORD_TOO_SHORT'] = $MESSAGE['USERS_PASSWORD_TOO_SHORT'] ; |
|
645 |
$MESSAGE['USERS']['PASSWORD_MISMATCH'] = $MESSAGE['USERS_PASSWORD_MISMATCH'] ; |
|
646 |
$MESSAGE['USERS']['INVALID_EMAIL'] = $MESSAGE['USERS_INVALID_EMAIL'] ; |
|
647 |
$MESSAGE['USERS']['EMAIL_TAKEN'] = $MESSAGE['USERS_EMAIL_TAKEN'] ; |
|
648 |
$MESSAGE['USERS']['USERNAME_TAKEN'] = $MESSAGE['USERS_USERNAME_TAKEN'] ; |
|
649 |
$MESSAGE['USERS']['CHANGING_PASSWORD'] = $MESSAGE['USERS_CHANGING_PASSWORD'] ; |
|
650 |
$MESSAGE['USERS']['CONFIRM_DELETE'] = $MESSAGE['USERS_CONFIRM_DELETE'] ; |
|
651 |
$MESSAGE['GROUPS']['ADDED'] = $MESSAGE['GROUPS_ADDED'] ; |
|
652 |
$MESSAGE['GROUPS']['SAVED'] = $MESSAGE['GROUPS_SAVED'] ; |
|
653 |
$MESSAGE['GROUPS']['DELETED'] = $MESSAGE['GROUPS_DELETED'] ; |
|
654 |
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = $MESSAGE['GROUPS_GROUP_NAME_BLANK'] ; |
|
655 |
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = $MESSAGE['GROUPS_CONFIRM_DELETE'] ; |
|
656 |
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = $MESSAGE['GROUPS_NO_GROUPS_FOUND'] ; |
|
657 |
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = $MESSAGE['GROUPS_GROUP_NAME_EXISTS'] ; |
|
658 |
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = $MESSAGE['PREFERENCES_DETAILS_SAVED'] ; |
|
659 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = $MESSAGE['PREFERENCES_EMAIL_UPDATED'] ; |
|
660 |
$MESSAGE['PREFERENCES']['CURRENT_PASSWORD_INCORRECT'] = $MESSAGE['PREFERENCES_CURRENT_PASSWORD_INCORRECT'] ; |
|
661 |
$MESSAGE['PREFERENCES']['PASSWORD_CHANGED'] = $MESSAGE['PREFERENCES_PASSWORD_CHANGED'] ; |
|
662 |
$MESSAGE['PREFERENCES']['INVALID_CHARS'] = $MESSAGE['PREFERENCES_INVALID_CHARS'] ; |
|
663 |
$MESSAGE['TEMPLATES']['CHANGE_TEMPLATE_NOTICE'] = $MESSAGE['TEMPLATES_CHANGE_TEMPLATE_NOTICE'] ; |
|
664 |
$MESSAGE['MEDIA']['DIR_DOT_DOT_SLASH'] = $MESSAGE['MEDIA_DIR_DOT_DOT_SLASH'] ; |
|
665 |
$MESSAGE['MEDIA']['DIR_DOES_NOT_EXIST'] = $MESSAGE['MEDIA_DIR_DOES_NOT_EXIST'] ; |
|
666 |
$MESSAGE['MEDIA']['TARGET_DOT_DOT_SLASH'] = $MESSAGE['MEDIA_TARGET_DOT_DOT_SLASH'] ; |
|
667 |
$MESSAGE['MEDIA']['NAME_DOT_DOT_SLASH'] = $MESSAGE['MEDIA_NAME_DOT_DOT_SLASH'] ; |
|
668 |
$MESSAGE['MEDIA']['NAME_INDEX_PHP'] = $MESSAGE['MEDIA_NAME_INDEX_PHP'] ; |
|
669 |
$MESSAGE['MEDIA']['NONE_FOUND'] = $MESSAGE['MEDIA_NONE_FOUND'] ; |
|
670 |
$MESSAGE['MEDIA']['FILE_NOT_FOUND'] = $MESSAGE['MEDIA_FILE_NOT_FOUND'] ; |
|
671 |
$MESSAGE['MEDIA']['DELETED_FILE'] = $MESSAGE['MEDIA_DELETED_FILE'] ; |
|
672 |
$MESSAGE['MEDIA']['DELETED_DIR'] = $MESSAGE['MEDIA_DELETED_DIR'] ; |
|
673 |
$MESSAGE['MEDIA']['CONFIRM_DELETE'] = $MESSAGE['MEDIA_CONFIRM_DELETE'] ; |
|
674 |
$MESSAGE['MEDIA']['CANNOT_DELETE_FILE'] = $MESSAGE['MEDIA_CANNOT_DELETE_FILE'] ; |
|
675 |
$MESSAGE['MEDIA']['CANNOT_DELETE_DIR'] = $MESSAGE['MEDIA_CANNOT_DELETE_DIR'] ; |
|
676 |
$MESSAGE['MEDIA']['BLANK_NAME'] = $MESSAGE['MEDIA_BLANK_NAME'] ; |
|
677 |
$MESSAGE['MEDIA']['BLANK_EXTENSION'] = $MESSAGE['MEDIA_BLANK_EXTENSION'] ; |
|
678 |
$MESSAGE['MEDIA']['RENAMED'] = $MESSAGE['MEDIA_RENAMED'] ; |
|
679 |
$MESSAGE['MEDIA']['CANNOT_RENAME'] = $MESSAGE['MEDIA_CANNOT_RENAME'] ; |
|
680 |
$MESSAGE['MEDIA']['FILE_EXISTS'] = $MESSAGE['MEDIA_FILE_EXISTS'] ; |
|
681 |
$MESSAGE['MEDIA']['DIR_EXISTS'] = $MESSAGE['MEDIA_DIR_EXISTS'] ; |
|
682 |
$MESSAGE['MEDIA']['DIR_MADE'] = $MESSAGE['MEDIA_DIR_MADE'] ; |
|
683 |
$MESSAGE['MEDIA']['DIR_NOT_MADE'] = $MESSAGE['MEDIA_DIR_NOT_MADE'] ; |
|
684 |
$MESSAGE['MEDIA']['SINGLE_UPLOADED'] = $MESSAGE['MEDIA_SINGLE_UPLOADED'] ; |
|
685 |
$MESSAGE['MEDIA']['UPLOADED'] = $MESSAGE['MEDIA_UPLOADED'] ; |
|
686 |
$MESSAGE['PAGES']['ADDED'] = $MESSAGE['PAGES_ADDED'] ; |
|
687 |
$MESSAGE['PAGES']['ADDED_HEADING'] = $MESSAGE['PAGES_ADDED_HEADING'] ; |
|
688 |
$MESSAGE['PAGES']['PAGE_EXISTS'] = $MESSAGE['PAGES_PAGE_EXISTS'] ; |
|
689 |
$MESSAGE['PAGES']['CANNOT_CREATE_ACCESS_FILE'] = $MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE'] ; |
|
690 |
$MESSAGE['PAGES']['CANNOT_DELETE_ACCESS_FILE'] = $MESSAGE['PAGES_CANNOT_DELETE_ACCESS_FILE'] ; |
|
691 |
$MESSAGE['PAGES']['NOT_FOUND'] = $MESSAGE['PAGES_NOT_FOUND'] ; |
|
692 |
$MESSAGE['PAGES']['SAVED'] = $MESSAGE['PAGES_SAVED'] ; |
|
693 |
$MESSAGE['PAGES']['SAVED_SETTINGS'] = $MESSAGE['PAGES_SAVED_SETTINGS'] ; |
|
694 |
$MESSAGE['PAGES']['NOT_SAVED'] = $MESSAGE['PAGES_NOT_SAVED'] ; |
|
695 |
$MESSAGE['PAGES']['DELETE_CONFIRM'] = $MESSAGE['PAGES_DELETE_CONFIRM'] ; |
|
696 |
$MESSAGE['PAGES']['DELETED'] = $MESSAGE['PAGES_DELETED'] ; |
|
697 |
$MESSAGE['PAGES']['RESTORED'] = $MESSAGE['PAGES_RESTORED'] ; |
|
698 |
$MESSAGE['PAGES']['BLANK_PAGE_TITLE'] = $MESSAGE['PAGES_BLANK_PAGE_TITLE'] ; |
|
699 |
$MESSAGE['PAGES']['BLANK_MENU_TITLE'] = $MESSAGE['PAGES_BLANK_MENU_TITLE'] ; |
|
700 |
$MESSAGE['PAGES']['REORDERED'] = $MESSAGE['PAGES_REORDERED'] ; |
|
701 |
$MESSAGE['PAGES']['CANNOT_REORDER'] = $MESSAGE['PAGES_CANNOT_REORDER'] ; |
|
702 |
$MESSAGE['PAGES']['INSUFFICIENT_PERMISSIONS'] = $MESSAGE['PAGES_INSUFFICIENT_PERMISSIONS'] ; |
|
703 |
$MESSAGE['PAGES']['INTRO_NOT_WRITABLE'] = $MESSAGE['PAGES_INTRO_NOT_WRITABLE'] ; |
|
704 |
$MESSAGE['PAGES']['INTRO_SAVED'] = $MESSAGE['PAGES_INTRO_SAVED'] ; |
|
705 |
$MESSAGE['PAGES']['LAST_MODIFIED'] = $MESSAGE['PAGES_LAST_MODIFIED'] ; |
|
706 |
$MESSAGE['PAGES']['INTRO_LINK'] = $MESSAGE['PAGES_INTRO_LINK'] ; |
|
707 |
$MESSAGE['PAGES']['SECTIONS_PROPERTIES_SAVED'] = $MESSAGE['PAGES_SECTIONS_PROPERTIES_SAVED'] ; |
|
708 |
$MESSAGE['PAGES']['RETURN_TO_PAGES'] = $MESSAGE['PAGES_RETURN_TO_PAGES'] ; |
|
709 |
$MESSAGE['GENERIC']['FILL_IN_ALL'] = $MESSAGE['GENERIC_FILL_IN_ALL'] ; |
|
710 |
$MESSAGE['GENERIC']['FILE_TYPE'] = $MESSAGE['GENERIC_FILE_TYPE'] ; |
|
711 |
$MESSAGE['GENERIC']['FILE_TYPES'] = $MESSAGE['GENERIC_FILE_TYPES'] ; |
|
712 |
$MESSAGE['GENERIC']['CANNOT_UPLOAD'] = $MESSAGE['GENERIC_CANNOT_UPLOAD'] ; |
|
713 |
$MESSAGE['GENERIC']['ALREADY_INSTALLED'] = $MESSAGE['GENERIC_ALREADY_INSTALLED'] ; |
|
714 |
$MESSAGE['GENERIC']['NOT_INSTALLED'] = $MESSAGE['GENERIC_NOT_INSTALLED'] ; |
|
715 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL'] = $MESSAGE['GENERIC_CANNOT_UNINSTALL'] ; |
|
716 |
$MESSAGE['GENERIC']['CANNOT_UNZIP'] = $MESSAGE['GENERIC_CANNOT_UNZIP'] ; |
|
717 |
$MESSAGE['GENERIC']['INSTALLED'] = $MESSAGE['GENERIC_INSTALLED'] ; |
|
718 |
$MESSAGE['GENERIC']['UPGRADED'] = $MESSAGE['GENERIC_UPGRADED'] ; |
|
719 |
$MESSAGE['GENERIC']['UNINSTALLED'] = $MESSAGE['GENERIC_UNINSTALLED'] ; |
|
720 |
$MESSAGE['GENERIC']['BAD_PERMISSIONS'] = $MESSAGE['GENERIC_BAD_PERMISSIONS'] ; |
|
721 |
$MESSAGE['GENERIC']['INVALID'] = $MESSAGE['GENERIC_INVALID'] ; |
|
722 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE'] = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE'] ; |
|
723 |
$MESSAGE['GENERIC']['SECURITY_OFFENSE'] = $MESSAGE['GENERIC_SECURITY_OFFENSE'] ; |
|
724 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL'] = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL'] ; |
|
725 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IN_USE_TMPL_PAGES'] ; |
|
726 |
$MESSAGE['GENERIC']['CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] = $MESSAGE['GENERIC_CANNOT_UNINSTALL_IS_DEFAULT_TEMPLATE'] ; |
|
727 |
$MESSAGE['GENERIC']['WEBSITE_UNDER_CONSTRUCTION'] = $MESSAGE['GENERIC_WEBSITE_UNDER_CONSTRUCTION'] ; |
|
728 |
$MESSAGE['GENERIC']['PLEASE_CHECK_BACK_SOON'] = $MESSAGE['GENERIC_PLEASE_CHECK_BACK_SOON'] ; |
|
729 |
$MESSAGE['GENERIC']['PLEASE_BE_PATIENT'] = $MESSAGE['GENERIC_PLEASE_BE_PATIENT'] ; |
|
730 |
$MESSAGE['GENERIC']['ERROR_OPENING_FILE'] = $MESSAGE['GENERIC_ERROR_OPENING_FILE'] ; |
|
731 |
$MESSAGE['GENERIC']['INVALID_ADDON_FILE'] = $MESSAGE['GENERIC_INVALID_ADDON_FILE'] ; |
|
732 |
$MESSAGE['GENERIC']['INVALID_LANGUAGE_FILE'] = $MESSAGE['GENERIC_INVALID_LANGUAGE_FILE'] ; |
|
733 |
$MESSAGE['MOD_FORM']['REQUIRED_FIELDS'] = $MESSAGE['MOD_FORM_REQUIRED_FIELDS'] ; |
|
734 |
$MESSAGE['MOD_FORM']['EXCESS_SUBMISSIONS'] = $MESSAGE['MOD_FORM_EXCESS_SUBMISSIONS'] ; |
|
735 |
$MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'] = $MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] ; |
|
736 |
$MESSAGE['ADDON']['RELOAD'] = $MESSAGE['ADDON_RELOAD'] ; |
|
737 |
$MESSAGE['ADDON']['ERROR_RELOAD'] = $MESSAGE['ADDON_ERROR_RELOAD'] ; |
|
738 |
$MESSAGE['ADDON']['MODULES_RELOADED'] = $MESSAGE['ADDON_MODULES_RELOADED'] ; |
|
739 |
$MESSAGE['ADDON']['TEMPLATES_RELOADED'] = $MESSAGE['ADDON_TEMPLATES_RELOADED'] ; |
|
740 |
$MESSAGE['ADDON']['LANGUAGES_RELOADED'] = $MESSAGE['ADDON_LANGUAGES_RELOADED'] ; |
|
741 |
$MESSAGE['ADDON']['PRECHECK_FAILED'] = $MESSAGE['ADDON_PRECHECK_FAILED'] ; |
|
742 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION'] = $MESSAGE['ADDON_MANUAL_INSTALLATION'] ; |
|
743 |
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING'] = $MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] ; |
|
744 |
|
|
745 |
/* END allocation */ |
|
595 | 746 |
?> |
Also available in: Unified diff
Ticket #974 Usability bug in /preferences