You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
285 lines
16 KiB
Plaintext
285 lines
16 KiB
Plaintext
<?php
|
|
//
|
|
// Language file Dutch
|
|
//
|
|
$PALANG['YES'] = 'Ja';
|
|
$PALANG['NO'] = 'Nee';
|
|
$PALANG['edit'] = 'bewerk';
|
|
$PALANG['del'] = 'verwijder';
|
|
$PALANG['confirm'] = 'Weet u het zeker dat u wilt verwijderen?';
|
|
$PALANG['confirm_domain'] = 'Weet u zeker dat u ALLE waardes van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!';
|
|
|
|
$PALANG['pLogin_welcome'] = 'Mail beheerders log hier in om uw domeinen te beheren.';
|
|
$PALANG['pLogin_username'] = 'Login (e-mail)';
|
|
$PALANG['pLogin_password'] = 'Wachtwoord';
|
|
$PALANG['pLogin_button'] = 'Login';
|
|
$PALANG['pLogin_username_incorrect'] = 'Foutieve login. U dient in te loggen met uw e-mail adres!';
|
|
$PALANG['pLogin_password_incorrect'] = 'Foutief wachtwoord.!';
|
|
$PALANG['pLogin_login_users'] = 'Gebruikers klik hier om in te loggen.';
|
|
|
|
$PALANG['pMenu_overview'] = 'Overzicht';
|
|
$PALANG['pMenu_create_alias'] = 'Alias toevoegen';
|
|
$PALANG['pMenu_create_mailbox'] = 'Mailbox toevoegen';
|
|
$PALANG['pMenu_sendmail'] = 'Verstuur E-mail';
|
|
$PALANG['pMenu_password'] = 'Wachtwoord';
|
|
$PALANG['pMenu_viewlog'] = 'Laat log zien';
|
|
$PALANG['pMenu_logout'] = 'Uitloggen';
|
|
|
|
$PALANG['pMain_welcome'] = 'Welkom bij Postfix Admin!';
|
|
$PALANG['pMain_overview'] = 'Laat uw aliassen en mailboxen zien. U kunt ze vanaf hier bewerken / verwijderen.';
|
|
$PALANG['pMain_create_alias'] = 'Maak een nieuwe alias aan voor uw domein.';
|
|
$PALANG['pMain_create_mailbox'] = 'Maak een nieuwe mailbox aan voor uw domein.';
|
|
$PALANG['pMain_sendmail'] = 'Verstuur een e-mail naar 1 van de nieuwe mailboxen.';
|
|
$PALANG['pMain_password'] = 'Wijzig uw wachtwoord.';
|
|
$PALANG['pMain_viewlog'] = 'Laat de log files zien';
|
|
$PALANG['pMain_logout'] = 'Uitloggen';
|
|
|
|
$PALANG['pOverview_button'] = 'Ga';
|
|
$PALANG['pOverview_welcome'] = 'Overzicht voor ';
|
|
$PALANG['pOverview_alias_alias_count'] = 'Aliasen';
|
|
$PALANG['pOverview_alias_mailbox_count'] = 'Mailboxes';
|
|
$PALANG['pOverview_alias_address'] = 'Van';
|
|
$PALANG['pOverview_alias_goto'] = 'Naar';
|
|
$PALANG['pOverview_alias_modified'] = 'Laatst Bewerkt';
|
|
$PALANG['pOverview_mailbox_username'] = 'E-mail';
|
|
$PALANG['pOverview_mailbox_name'] = 'Naam';
|
|
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
|
|
$PALANG['pOverview_mailbox_modified'] = 'Laatst Bewerkt';
|
|
$PALANG['pOverview_mailbox_active'] = 'Actief';
|
|
|
|
$PALANG['pOverview_get_domain'] = 'Domein';
|
|
$PALANG['pOverview_get_aliases'] = 'Aliassen';
|
|
$PALANG['pOverview_get_mailboxes'] = 'Mailboxes';
|
|
$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
|
|
$PALANG['pOverview_get_modified'] = 'Laatst bewerkt';
|
|
|
|
$PALANG['pDelete_delete_error'] = '<font color="red">Mislukt te verwijderen ';
|
|
$PALANG['pDelete_domain_error'] = '<font color="red">Dit is niet uw domein ';
|
|
|
|
$PALANG['pCreate_alias_welcome'] = 'Maak een nieuw alias aan voor uw domein.';
|
|
$PALANG['pCreate_alias_address'] = 'Alias';
|
|
$PALANG['pCreate_alias_address_text_error1'] = '<br /><font color="red">De ALIAS is niet geldig!</font>';
|
|
$PALANG['pCreate_alias_address_text_error2'] = '<br /><font color="red">Dit e-mail aders bestaat al, kies aub een andere.</font>';
|
|
$PALANG['pCreate_alias_address_text_error3'] = '<br /><font color="red">U bezit het maximum aantal aliassen.</font>';
|
|
$PALANG['pCreate_alias_goto'] = 'Naar';
|
|
$PALANG['pCreate_alias_button'] = 'Voeg alias toe';
|
|
$PALANG['pCreate_alias_goto_text'] = 'Waar de e-mails naar gestuurd worden.';
|
|
$PALANG['pCreate_alias_goto_text_error'] = 'Waar de e-mail naar toe moet.<br /><font color="red">De NAAR is niet geldig.</font>';
|
|
$PALANG['pCreate_alias_result_error'] = '<font color="red">Mislukt om de alias toe te voegen.</font>';
|
|
$PALANG['pCreate_alias_result_succes'] = 'De alias is toegevoegd.';
|
|
$PALANG['pCreate_alias_catchall_text'] = 'Om een catch-all te gebruiken, dient u een "*" (asteric) in te vullen als alias.<br />Voor domein naar domein forwarding gebruik "*@domein.tld" als naar.';
|
|
|
|
$PALANG['pEdit_alias_welcome'] = 'Bewerk een alias voor uw domein.<br />Een alias per regel.';
|
|
$PALANG['pEdit_alias_address'] = 'Alias';
|
|
$PALANG['pEdit_alias_address_error'] = '<font color="red">Mislukt om alias te vinden!</font>';
|
|
$PALANG['pEdit_alias_goto'] = 'Naar';
|
|
$PALANG['pEdit_alias_goto_text_error1'] = '<font color="red">U heeft geen Naar opgegeven.</font>';
|
|
$PALANG['pEdit_alias_goto_text_error2'] = '<font color="red">Het e-mail adres wat u opgaf is niet geldig: ';
|
|
$PALANG['pEdit_alias_domain_error'] = '<font color="red">Dit domein is niet van u: ';
|
|
$PALANG['pEdit_alias_button'] = 'Bewerk Alias';
|
|
$PALANG['pEdit_alias_result_error'] = '<font color="red">Mislukt om de alias te bewerken!</font>';
|
|
|
|
$PALANG['pCreate_mailbox_welcome'] = 'Maak een nieuw lokale mailbox voor uw domein.';
|
|
$PALANG['pCreate_mailbox_username'] = 'Gebruikersnaam';
|
|
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><font color="red">Het e-mail adres is niet geldig.</font>';
|
|
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><font color="red">Dit e-mail adres is al ingebruik. Kies aub een andere.</font>';
|
|
$PALANG['pCreate_mailbox_username_text_error3'] = '<br /><font color="red">U bezit het maximum aantal mailboxen.</font>';
|
|
$PALANG['pCreate_mailbox_password'] = 'Wachtwoord';
|
|
$PALANG['pCreate_mailbox_password2'] = 'Wachtwoord nogmaals';
|
|
$PALANG['pCreate_mailbox_password_text'] = 'Wachtwoord voor POP3/IMAP';
|
|
$PALANG['pCreate_mailbox_password_text_error'] = 'Wachtwoord voor POP3/IMAP<br /><font color="red">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</font>';
|
|
$PALANG['pCreate_mailbox_name'] = 'Naam';
|
|
$PALANG['pCreate_mailbox_name_text'] = 'Volledige naam';
|
|
$PALANG['pCreate_mailbox_quota'] = 'Quota';
|
|
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
|
|
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><font color="red">De quota die opgaf is te hoog.</font>';
|
|
$PALANG['pCreate_mailbox_active'] = 'Actief';
|
|
$PALANG['pCreate_mailbox_mail'] = 'Mailbox toevoegen';
|
|
$PALANG['pCreate_mailbox_button'] = 'Mailbox toevoegen';
|
|
$PALANG['pCreate_mailbox_result_error'] = '<font color="red">Mislukt om de mailbox toe te voegen.</font>';
|
|
$PALANG['pCreate_mailbox_result_succes'] = 'De mailbox is toegevoegd.';
|
|
|
|
$PALANG['pEdit_mailbox_welcome'] = 'Bewerk een mailbox voor uw domein.';
|
|
$PALANG['pEdit_mailbox_username'] = 'Gebruikersnaam';
|
|
$PALANG['pEdit_mailbox_username_error'] = '<font color="red">Mislukt om mailbox te vinden!</font>';
|
|
$PALANG['pEdit_mailbox_password'] = 'Nieuw wachtwoord';
|
|
$PALANG['pEdit_mailbox_password2'] = 'Nieuw wachtwoord (nogmaails)';
|
|
$PALANG['pEdit_mailbox_password_text_error'] = '<font color="red">De wachtwoorden die u opgaf komen niet overeen.</font>';
|
|
$PALANG['pEdit_mailbox_name'] = 'Naam';
|
|
$PALANG['pEdit_mailbox_quota'] = 'Quota';
|
|
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
|
|
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><font color="red">De quota die opgaf is te hoog.</font>';
|
|
$PALANG['pEdit_mailbox_domain_error'] = '<font color="red">Dit domein is niet van nu: ';
|
|
$PALANG['pEdit_mailbox_button'] = 'Bewerk Mailbox';
|
|
$PALANG['pEdit_mailbox_result_error'] = '<font color="red">Mislukt om het wachtwoorden te wijzigen.</font>';
|
|
|
|
$PALANG['pPassword_welcome'] = 'Bewerk u login wachtwoord.';
|
|
$PALANG['pPassword_admin'] = 'Login';
|
|
$PALANG['pPassword_admin_text_error'] = '<font color="red">De login die u opgaf komt niet overeen met een mailbox.</font>';
|
|
$PALANG['pPassword_password_current'] = 'Huidig wachtwoord';
|
|
$PALANG['pPassword_password_current_text_error'] = '<font color="red">U heeft uw huidige wachtwoord niet opgegeven.</font>';
|
|
$PALANG['pPassword_password'] = 'Nieuw wachtwoord';
|
|
$PALANG['pPassword_password2'] = 'Nieuw wachtwoord (nogmaals)';
|
|
$PALANG['pPassword_password_text_error'] = '<font color="red">De wachtwoorden komen niet overeen.<br />Of zijn leeg.</font>';
|
|
$PALANG['pPassword_button'] = 'Wijzig wachtwoord';
|
|
$PALANG['pPassword_result_error'] = '<font color="red">Mislukt om uw wachtwoord te veranderen.</font>';
|
|
$PALANG['pPassword_result_succes'] = 'Uw wachtwoord is veranderd.';
|
|
|
|
$PALANG['pViewlog_welcome'] = 'Laat de laaste 10 actie\'s zien van ';
|
|
$PALANG['pViewlog_timestamp'] = 'Tijd';
|
|
$PALANG['pViewlog_username'] = 'Beheerder';
|
|
$PALANG['pViewlog_domain'] = 'Domein';
|
|
$PALANG['pViewlog_action'] = 'Actie';
|
|
$PALANG['pViewlog_data'] = 'Datum';
|
|
|
|
$PALANG['pViewlog_button'] = 'Ga';
|
|
$PALANG['pViewlog_result_error'] = '<font color="red">Mislukt om de logs te vinden!</font>';
|
|
|
|
$PALANG['pSendmail_welcome'] = 'Verstuur een e-mail.';
|
|
$PALANG['pSendmail_admin'] = 'Van';
|
|
$PALANG['pSendmail_to'] = 'Naar';
|
|
$PALANG['pSendmail_to_text_error'] = '<font color="red">Naar is leeg of een ongeldig adres.</font>';
|
|
$PALANG['pSendmail_subject'] = 'Onderwerp';
|
|
$PALANG['pSendmail_subject_text'] = 'Welkom';
|
|
$PALANG['pSendmail_body'] = 'Inhoud';
|
|
$PALANG['pSendmail_body_text'] = <<<EOM
|
|
Hallo,
|
|
|
|
Welkom bij uw nieuwe account.
|
|
EOM;
|
|
$PALANG['pSendmail_button'] = 'Verstuur bericht';
|
|
$PALANG['pSendmail_result_error'] = '<font color="red">Mistlukt om mailbox te maken!</font>';
|
|
$PALANG['pSendmail_result_succes'] = 'De mailbox is aangemaakt.';
|
|
|
|
$PALANG['pVcp_welcome'] = 'Wijzig uw mailbox wachtwoord.';
|
|
$PALANG['pVcp_username'] = 'Email';
|
|
$PALANG['pVcp_username_text_error'] = '<font color="red">Het e-mailadres dat u opgaf komt overeen met een mailbox.</font>';
|
|
$PALANG['pVcp_password_current'] = 'Huidig wachtwoord';
|
|
$PALANG['pVcp_password_current_text_error'] = '<font color="red">You didn\'t supply your current password!</font>';
|
|
$PALANG['pVcp_password'] = 'Nieuw wachtwoord';
|
|
$PALANG['pVcp_password2'] = 'Nieuw wachtwoord (nogmaals)';
|
|
$PALANG['pVcp_password_text_error'] = '<font color="red">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</font>';
|
|
$PALANG['pVcp_button'] = 'Wijzig wachtwoord';
|
|
$PALANG['pVcp_result_error'] = '<font color="red">Mislukt om u wachtwoord te wijzigen.</font>';
|
|
$PALANG['pVcp_result_succes'] = 'Uw wachtwoord is gewijzigt.';
|
|
|
|
$PALANG['pAdminMenu_list_admin'] = 'Beheerders overzicht';
|
|
$PALANG['pAdminMenu_list_domain'] = 'Domein overzicht';
|
|
$PALANG['pAdminMenu_list_virtual'] = 'Virtueel overzicht';
|
|
$PALANG['pAdminMenu_viewlog'] = 'Laat Log zien';
|
|
$PALANG['pAdminMenu_backup'] = 'Backup';
|
|
$PALANG['pAdminMenu_create_domain_admins'] = 'Domein Beheerders';
|
|
$PALANG['pAdminMenu_create_admin'] = 'Nieuwe beheerder';
|
|
$PALANG['pAdminMenu_create_domain'] = 'Voeg Domein toe';
|
|
$PALANG['pAdminMenu_create_alias'] = 'Voeg Alias toe';
|
|
$PALANG['pAdminMenu_create_mailbox'] = 'Voeg Mailbox toe';
|
|
|
|
$PALANG['pAdminList_admin_domain'] = 'Domein';
|
|
$PALANG['pAdminList_admin_username'] = 'Beheerder';
|
|
$PALANG['pAdminList_admin_count'] = 'Domeinen';
|
|
$PALANG['pAdminList_admin_modified'] = 'Laatst bewerkt';
|
|
$PALANG['pAdminList_admin_active'] = 'Actief';
|
|
|
|
$PALANG['pAdminList_domain_domain'] = 'Domein';
|
|
$PALANG['pAdminList_domain_description'] = 'Omschrijving';
|
|
$PALANG['pAdminList_domain_aliases'] = 'Aliassen';
|
|
$PALANG['pAdminList_domain_mailboxes'] = 'Mailboxen';
|
|
$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
|
|
$PALANG['pAdminList_domain_modified'] = 'Laatst bewerkt';
|
|
$PALANG['pAdminList_domain_active'] = 'Actief';
|
|
|
|
$PALANG['pAdminList_virtual_button'] = 'Ga';
|
|
$PALANG['pAdminList_virtual_welcome'] = 'Overzicht voor ';
|
|
$PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliassen';
|
|
$PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Mailboxen';
|
|
$PALANG['pAdminList_virtual_alias_address'] = 'Van';
|
|
$PALANG['pAdminList_virtual_alias_goto'] = 'Naar';
|
|
$PALANG['pAdminList_virtual_alias_modified'] = 'Laatst bewerkt';
|
|
$PALANG['pAdminList_virtual_mailbox_username'] = 'E-mail';
|
|
$PALANG['pAdminList_virtual_mailbox_name'] = 'Naam';
|
|
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
|
|
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Laatst bewerkt';
|
|
$PALANG['pAdminList_virtual_mailbox_active'] = 'Actief';
|
|
|
|
$PALANG['pAdminCreate_domain_welcome'] = 'Voeg een nieuw domein toe';
|
|
$PALANG['pAdminCreate_domain_domain'] = 'Domein';
|
|
$PALANG['pAdminCreate_domain_domain_text_error'] = '<font color="red">Het domein bestaat al.</font>';
|
|
$PALANG['pAdminCreate_domain_description'] = 'Omschrijving';
|
|
$PALANG['pAdminCreate_domain_aliases'] = 'Aliassen';
|
|
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = uit | -1 = onbeperkt';
|
|
$PALANG['pAdminCreate_domain_mailboxes'] = 'Mailboxen';
|
|
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = uit | -1 = onbeperkt';
|
|
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
|
|
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = uit | -1 = onbeperkt';
|
|
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Gebruik standaard aliassen';
|
|
$PALANG['pAdminCreate_domain_button'] = 'Voeg Domein toe';
|
|
$PALANG['pAdminCreate_domain_result_error'] = '<font color="red">Mislukt om het domein toe te voegen.</font>';
|
|
$PALANG['pAdminCreate_domain_result_succes'] = 'Domein is toegevoegd!';
|
|
|
|
$PALANG['pAdminEdit_domain_welcome'] = 'Bewerk een domein';
|
|
$PALANG['pAdminEdit_domain_domain'] = 'Domein';
|
|
$PALANG['pAdminEdit_domain_description'] = 'Omschrijving';
|
|
$PALANG['pAdminEdit_domain_aliases'] = 'Aliassen';
|
|
$PALANG['pAdminCreate_domain_aliases_text'] = '0 = uit | -1 = onbeperkt';
|
|
$PALANG['pAdminEdit_domain_mailboxes'] = 'Mailboxen';
|
|
$PALANG['pAdminCreate_domain_mailboxes_text'] = '0 = uit | -1 = onbeperkt';
|
|
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
|
|
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> 0 = uit | -1 = onbeperkt';
|
|
$PALANG['pAdminEdit_domain_active'] = 'Actief';
|
|
$PALANG['pAdminEdit_domain_button'] = 'Bewerk domein';
|
|
$PALANG['pAdminEdit_domain_result_error'] = '<font color="red">Mislukt het domein te bewerken.</font>';
|
|
|
|
$PALANG['pAdminCreate_admin_welcome'] = 'Voeg een nieuw domein beheerder toe';
|
|
$PALANG['pAdminCreate_admin_username'] = 'Beheerder';
|
|
$PALANG['pAdminCreate_admin_username_text'] = 'E-mail adres';
|
|
$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-mail adres<br /><font color="red">Beheerder is geen geldig e-mail adres!</font>';
|
|
$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-mail adres<br /><font color="red">De beheerder bestaat al of is niet geldig</font>';
|
|
$PALANG['pAdminCreate_admin_password'] = 'Wachtwoord';
|
|
$PALANG['pAdminCreate_admin_password2'] = 'Wachtwoord (nogmaals)';
|
|
$PALANG['pAdminCreate_admin_password_text_error'] = '<font color="red">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</font>';
|
|
$PALANG['pAdminCreate_admin_button'] = 'Voeg beheerder toe';
|
|
$PALANG['pAdminCreate_admin_result_error'] = '<font color="red">Mislukt om beheerder toe te voegen!</font>';
|
|
$PALANG['pAdminCreate_admin_result_succes'] = 'Beheerder is toegevoegd.';
|
|
$PALANG['pAdminCreate_admin_address'] = 'Domein';
|
|
|
|
$PALANG['pAdminEdit_admin_welcome'] = 'Bewerk een domein beheerder';
|
|
$PALANG['pAdminEdit_admin_username'] = 'Beheerder';
|
|
$PALANG['pAdminEdit_admin_password'] = 'Wachtwoord';
|
|
$PALANG['pAdminEdit_admin_password2'] = 'Wachtwoord (nogmaals)';
|
|
$PALANG['pAdminEdit_admin_password_text_error'] = '<font color="red">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</font>';
|
|
$PALANG['pAdminEdit_admin_active'] = 'Actief';
|
|
$PALANG['pAdminEdit_admin_button'] = 'Bewerk beheerder';
|
|
$PALANG['pAdminEdit_admin_result_error'] = '<font color="red">Mislukt om beheerder te bewerken</font>';
|
|
$PALANG['pAdminEdit_admin_result_succes'] = 'Beheerder is bewerkt!';
|
|
|
|
$PALANG['pUsersLogin_welcome'] = 'Mailbox gebruikers login om uw wachtwoord en aliassen te bewerken.';
|
|
$PALANG['pUsersLogin_username'] = 'Login (email)';
|
|
$PALANG['pUsersLogin_password'] = 'Wachtwoord';
|
|
$PALANG['pUsersLogin_button'] = 'Login';
|
|
$PALANG['pUsersLogin_username_incorrect'] = 'Uw login is niet correct. U dient in te loggen met uw e-mail adres.';
|
|
$PALANG['pUsersLogin_password_incorrect'] = 'Uw wachtwoord is niet correct.';
|
|
|
|
$PALANG['pUsersMenu_vacation'] = 'Automatisch beantwoorden';
|
|
$PALANG['pUsersMenu_edit_alias'] = 'Wijzig uw forward';
|
|
$PALANG['pUsersMenu_password'] = 'Wijzig wachtwoord';
|
|
|
|
$PALANG['pUsersMain_welcome'] = 'Wijzig uw mailbox instellingen.';
|
|
$PALANG['pUsersMain_vacation'] = 'Stel een "out of office" bericht of auto-responder voor uw e-mail in.';
|
|
$PALANG['pUsersMain_edit_alias'] = 'Wijzig uw e-mail forwarding.';
|
|
$PALANG['pUsersMain_password'] = 'Wijzig uw huidige wachtwoord.';
|
|
|
|
$PALANG['pUsersVacation_welcome'] = 'Automatisch beantwoorden.';
|
|
$PALANG['pUsersVacation_welcome_text'] = 'U heeft al een auto beantwoorder ingesteld.';
|
|
$PALANG['pUsersVacation_subject'] = 'Onderwerp';
|
|
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
|
|
$PALANG['pUsersVacation_body'] = 'Bericht';
|
|
$PALANG['pUsersVacation_body_text'] = <<<EOM
|
|
Ik zal afwezig zijn van <date> tot <date>.
|
|
Voor belangrijke punten kunt u contact opnemen met <contact person>.
|
|
EOM;
|
|
$PALANG['pUsersVacation_button_away'] = 'Afwezig';
|
|
$PALANG['pUsersVacation_button_back'] = 'Kom terug';
|
|
$PALANG['pUsersVacation_result_error'] = '<font color="red">Mislukt om uw automatisch beantwoorder instellingen te wijzigen.</font>';
|
|
$PALANG['pUsersVacation_result_succes'] = 'Uw automatisch beantwoorder is verwijderd.';
|
|
|
|
?> |