PostfixAdmin - web based virtual user administration interface for Postfix mail servers https://postfixadmin.github.io/postfixadmin/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

395 lines
24 KiB

The work of two nights causes a long changelog. Here we go: fetchmail.php: - IMPORTANT: fixed typo in database column name. If you have created the fetchmail database already, you have to rename the "pool_time" column to "poll_time" - fixed adding of new entries - don't display status fields (last poll date and result) in edit mode - validate and quote the GET and POST variables - show POSTed data again if invalid values were entered (data to display in the edit form is passed to fetchmail.tpl in $formvars) - check results of database operations and display error/success messages - check owner of target mailbox on all operations - changed password handling: empty means no change (instead of sending "******" around) - reworked and moved around large code portions - added some TODO notes fetchmail.tpl: - use data from $formvars in edit mode instead of parsing the full array - moved "new entry" below the table - replaced delete button with delete links - Note: the boolean fields need testing with PgSQL. Especially test if they are displayed as active correctly in list and edit mode! *.lang: - added several fetchmail-related strings, more to follow - added $PALANG['please_keep_this_as_last_entry'] which always has to be the last entry in the language files. This solves the problem that language-check.sh mixes up the string order when adding strings at the end of the language files. - added vim:ft=php git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@163 a1433add-5e2c-0410-b055-b7f2511e0802
18 years ago
  1. <?php
  2. # $Id$
  3. //
  4. // Language file Dutch
  5. // by Mourik
  6. // updated by Johan Hendriks (sylhouette @sf)
  7. //
  8. $PALANG['YES'] = 'Ja';
  9. $PALANG['NO'] = 'Nee';
  10. $PALANG['edit'] = 'Bewerken';
  11. $PALANG['del'] = 'Verwijder';
  12. $PALANG['exit'] = 'Beëindigen';
  13. $PALANG['cancel'] = 'Annuleren';
  14. $PALANG['save'] = 'Opslaan';
  15. $PALANG['confirm'] = 'Weet u het zeker dat u wilt verwijderen?\n';
  16. $PALANG['confirm_domain'] = 'Weet u zeker dat u ALLE waardes van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!\n';
  17. $PALANG['check_update'] = 'Zoeken naar nieuwe versie';
  18. $PALANG['invalid_parameter'] = 'ongeldige parameter!';
  19. $PALANG['pFooter_logged_as'] = 'aangemeld als %s';
  20. $PALANG['pLogin_welcome'] = 'Mail beheerders log hier in om uw domeinen te beheren.';
  21. $PALANG['pLogin_username'] = 'Login (e-mail)';
  22. $PALANG['pLogin_password'] = 'Wachtwoord';
  23. $PALANG['pLogin_button'] = 'Login';
  24. $PALANG['pLogin_username_incorrect'] = '<span class="error_msg">Foutieve login. U dient in te loggen met uw e-mail adres!</span>';
  25. $PALANG['pLogin_password_incorrect'] = '<span class="error_msg">Foutief wachtwoord.!</span>';
  26. $PALANG['pLogin_login_users'] = 'Gebruikers klik hier om in te loggen.';
  27. $PALANG['pMenu_main'] = 'Start';
  28. $PALANG['pMenu_overview'] = 'Overzicht';
  29. $PALANG['pMenu_create_alias'] = 'Alias toevoegen';
  30. $PALANG['pMenu_create_mailbox'] = 'Mailbox toevoegen';
  31. $PALANG['pMenu_fetchmail'] = 'Externe email ophalen';
  32. $PALANG['pMenu_sendmail'] = 'Verstuur E-mail';
  33. $PALANG['pMenu_password'] = 'Wachtwoord';
  34. $PALANG['pMenu_viewlog'] = 'Laat log zien';
  35. $PALANG['pMenu_logout'] = 'Uitloggen';
  36. $PALANG['pMain_welcome'] = 'Welkom bij Postfix Admin!';
  37. $PALANG['pMain_overview'] = 'Laat uw aliassen en mailboxen zien. U kunt ze vanaf hier bewerken / verwijderen.';
  38. $PALANG['pMain_create_alias'] = 'Maak een nieuwe alias aan voor uw domein.';
  39. $PALANG['pMain_create_mailbox'] = 'Maak een nieuwe mailbox aan voor uw domein.';
  40. $PALANG['pMain_sendmail'] = 'Verstuur een e-mail naar 1 van de nieuwe mailboxen.';
  41. $PALANG['pMain_password'] = 'Wijzig uw wachtwoord.';
  42. $PALANG['pMain_viewlog'] = 'Laat de log files zien';
  43. $PALANG['pMain_logout'] = 'Uitloggen';
  44. $PALANG['pOverview_disabled'] = 'Niet Actief';
  45. $PALANG['pOverview_unlimited'] = 'Ongelimiteerd';
  46. $PALANG['pOverview_title'] = ':: Gedefinieerde domeinen';
  47. $PALANG['pOverview_up_arrow'] = 'Naar Boven';
  48. $PALANG['pOverview_right_arrow'] = 'Volgende Pagina';
  49. $PALANG['pOverview_left_arrow'] = 'Vorige Pagina';
  50. $PALANG['pOverview_alias_title'] = ':: Alias';
  51. $PALANG['pOverview_mailbox_title'] = ':: Mailboxes';
  52. $PALANG['pOverview_button'] = 'Ga';
  53. $PALANG['pOverview_welcome'] = 'Overzicht voor ';
  54. $PALANG['pOverview_alias_alias_count'] = 'Aliasen';
  55. $PALANG['pOverview_alias_mailbox_count'] = 'Mailboxes';
  56. $PALANG['pOverview_alias_address'] = 'Van';
  57. $PALANG['pOverview_alias_goto'] = 'Naar';
  58. $PALANG['pOverview_alias_modified'] = 'Laatst Bewerkt';
  59. $PALANG['pOverview_alias_active'] = 'Actief';
  60. $PALANG['pOverview_alias_edit'] = 'Alias';
  61. $PALANG['and_x_more'] = '[en %s meer...]';
  62. $PALANG['pOverview_mailbox_username'] = 'e-mail';
  63. $PALANG['pOverview_mailbox_name'] = 'Naam';
  64. $PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
  65. $PALANG['pOverview_mailbox_modified'] = 'Laatst Bewerkt';
  66. $PALANG['pOverview_mailbox_active'] = 'Actief';
  67. $PALANG['pOverview_vacation_edit'] = 'AUTOMATISCH BEANTWOORDEN IS GEACTIVEERD';
  68. $PALANG['pOverview_vacation_option'] = 'Activeer automatisch beantwoorden';
  69. $PALANG['pOverview_get_domain'] = 'Domein';
  70. $PALANG['pOverview_get_aliases'] = 'Aliassen';
  71. $PALANG['pOverview_get_mailboxes'] = 'Mailboxes';
  72. $PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
  73. $PALANG['pOverview_get_modified'] = 'Laatst bewerkt';
  74. $PALANG['pDelete_delete_error'] = '<span class="error_msg">Mislukt te verwijderen ';
  75. $PALANG['pDelete_delete_success'] = '%s verwijdert.';
  76. $PALANG['pDelete_postdelete_error'] = '<span class="error_msg">Niet in staat mailbox te verwijderen ';
  77. $PALANG['pDelete_domain_error'] = '<span class="error_msg">Dit is niet uw domein ';
  78. $PALANG['pDelete_alias_error'] = '<span class="error_msg">Niet in staat alias te verwijderen ';
  79. $PALANG['pCreate_alias_welcome'] = 'Maak een nieuw alias aan voor uw domein.';
  80. $PALANG['pCreate_alias_address'] = 'Alias';
  81. $PALANG['pCreate_alias_address_text_error1'] = '<br /><span class="error_msg">De ALIAS is niet geldig!</span>';
  82. $PALANG['pCreate_alias_address_text_error2'] = '<br /><span class="error_msg">Dit e-mail aders bestaat al, kies aub een andere.</span>';
  83. $PALANG['pCreate_alias_address_text_error3'] = '<br /><span class="error_msg">U bezit het maximum aantal aliassen.</span>';
  84. $PALANG['pCreate_alias_goto'] = 'Naar';
  85. $PALANG['pCreate_alias_active'] = 'Actief';
  86. $PALANG['pCreate_alias_button'] = 'Voeg alias toe';
  87. $PALANG['pCreate_alias_goto_text'] = 'Waar de e-mails heen gestuurd worden.';
  88. $PALANG['pCreate_alias_goto_text_error'] = 'Waar de e-mail naar toe moet.<br /><span class="error_msg">De NAAR is niet geldig.</span>';
  89. $PALANG['pCreate_alias_result_error'] = '<span class="error_msg">Mislukt om de alias toe te voegen.</span>';
  90. $PALANG['pCreate_alias_result_success'] = 'De alias is toegevoegd.';
  91. $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.';
  92. $PALANG['pEdit_alias_welcome'] = 'Bewerk een alias voor uw domein.<br />Een alias per regel.';
  93. $PALANG['pEdit_alias_address'] = 'Alias';
  94. $PALANG['pEdit_alias_address_error'] = '<span class="error_msg">Mislukt om alias te vinden!</span>';
  95. $PALANG['pEdit_alias_goto'] = 'Naar';
  96. $PALANG['pEdit_alias_active'] = 'Actief';
  97. $PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">U heeft geen Naar opgegeven.</span>';
  98. $PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">Het e-mail adres wat u opgaf is niet geldig: ';
  99. $PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Dit domein is niet van u: ';
  100. $PALANG['pEdit_alias_forward_and_store'] = 'Lever af op de lokale mailbox.';
  101. $PALANG['pEdit_alias_forward_only'] = 'Alleen op opgegeven email adres afleveren.';
  102. $PALANG['pEdit_alias_button'] = 'Bewerk Alias';
  103. $PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Mislukt om de alias te bewerken!</span>';
  104. $PALANG['pCreate_mailbox_welcome'] = 'Maak een nieuw lokale mailbox voor uw domein.';
  105. $PALANG['pCreate_mailbox_username'] = 'Gebruikersnaam';
  106. $PALANG['pCreate_mailbox_username_text_error1'] = '<br /><span class="error_msg">Het e-mail adres is niet geldig.</span>';
  107. $PALANG['pCreate_mailbox_username_text_error2'] = '<br /><span class="error_msg">Dit e-mail adres is al ingebruik. Kies aub een andere.</span>';
  108. $PALANG['pCreate_mailbox_username_text_error3'] = '<br /><span class="error_msg">U bezit het maximum aantal mailboxen.</span>';
  109. $PALANG['pCreate_mailbox_password'] = 'Wachtwoord';
  110. $PALANG['pCreate_mailbox_password2'] = 'Wachtwoord nogmaals';
  111. $PALANG['pCreate_mailbox_password_text'] = 'Wachtwoord voor POP3/IMAP';
  112. $PALANG['pCreate_mailbox_password_text_error'] = 'Wachtwoord voor POP3/IMAP<br /><span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</span>';
  113. $PALANG['pCreate_mailbox_name'] = 'Naam';
  114. $PALANG['pCreate_mailbox_name_text'] = 'Volledige naam';
  115. $PALANG['pCreate_mailbox_quota'] = 'Quota';
  116. $PALANG['pCreate_mailbox_quota_text'] = 'MB';
  117. $PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><span class="error_msg">De quota die opgaf is te hoog.</span>';
  118. $PALANG['pCreate_mailbox_active'] = 'Actief';
  119. $PALANG['pCreate_mailbox_mail'] = 'Mailbox toevoegen';
  120. $PALANG['pCreate_mailbox_button'] = 'Mailbox toevoegen';
  121. $PALANG['pCreate_mailbox_result_error'] = '<span class="error_msg">Mislukt om de mailbox toe te voegen.</span>';
  122. $PALANG['pCreate_mailbox_result_success'] = 'De mailbox is toegevoegd.';
  123. $PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'De mailbox is aan de mailbox tabel toegevoegd, maar geen (of sommige) van de vooraf gedefinieerde sub-folders kon aangemaakt worden';
  124. $PALANG['pEdit_mailbox_welcome'] = 'Bewerk een mailbox voor uw domein.';
  125. $PALANG['pEdit_mailbox_username'] = 'Gebruikersnaam';
  126. $PALANG['pEdit_mailbox_username_error'] = '<span class="error_msg">Mislukt om mailbox te vinden!</span>';
  127. $PALANG['pEdit_mailbox_password'] = 'Nieuw wachtwoord';
  128. $PALANG['pEdit_mailbox_password2'] = 'Nieuw wachtwoord (nogmaals)';
  129. $PALANG['pEdit_mailbox_password_text_error'] = '<span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.</span>';
  130. $PALANG['pEdit_mailbox_name'] = 'Naam';
  131. $PALANG['pEdit_mailbox_name_text'] = 'Volledige naam';
  132. $PALANG['pEdit_mailbox_quota'] = 'Quota';
  133. $PALANG['pEdit_mailbox_quota_text'] = 'MB';
  134. $PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><span class="error_msg">De quota die opgaf is te hoog.</span>';
  135. $PALANG['pEdit_mailbox_domain_error'] = '<span class="error_msg">Dit domein is niet van nu: ';
  136. $PALANG['pEdit_mailbox_button'] = 'Bewerk Mailbox';
  137. $PALANG['pEdit_mailbox_result_error'] = '<span class="error_msg">Mislukt om het wachtwoord te wijzigen.</span>';
  138. $PALANG['pPassword_welcome'] = 'Bewerk u login wachtwoord.';
  139. $PALANG['pPassword_admin'] = 'Login';
  140. $PALANG['pPassword_admin_text_error'] = '<span class="error_msg">De login die u opgaf komt niet overeen met een mailbox.</span>';
  141. $PALANG['pPassword_password_current'] = 'Huidig wachtwoord';
  142. $PALANG['pPassword_password_current_text_error'] = '<span class="error_msg">U heeft uw huidige wachtwoord niet opgegeven.</span>';
  143. $PALANG['pPassword_password'] = 'Nieuw wachtwoord';
  144. $PALANG['pPassword_password2'] = 'Nieuw wachtwoord (nogmaals)';
  145. $PALANG['pPassword_password_text_error'] = '<span class="error_msg">De wachtwoorden komen niet overeen.<br />Of zijn leeg.</span>';
  146. $PALANG['pPassword_button'] = 'Wijzig wachtwoord';
  147. $PALANG['pPassword_result_error'] = '<span class="error_msg">Mislukt om uw wachtwoord te veranderen.</span>';
  148. $PALANG['pPassword_result_success'] = 'Uw wachtwoord is veranderd.';
  149. $PALANG['pEdit_vacation_set'] = 'Verander / Activeer beantwoorden tekst';
  150. $PALANG['pEdit_vacation_remove'] = 'Verwijder beantwoorden tekst';
  151. $PALANG['pVacation_result_error'] = '<span class="error_msg">Niet in staat automatisch beantwoorden te wijzigen!</span>';
  152. $PALANG['pVacation_result_removed'] = 'Automatisch beantwoorden is gedeactiveerd!';
  153. $PALANG['pVacation_result_added'] = 'Automatisch beatwoorden is geactiveerd!';
  154. $PALANG['pViewlog_welcome'] = 'Laat de laatste 10 actie\'s zien van ';
  155. $PALANG['pViewlog_timestamp'] = 'Tijd';
  156. $PALANG['pViewlog_username'] = 'Beheerder';
  157. $PALANG['pViewlog_domain'] = 'Domein';
  158. $PALANG['pViewlog_action'] = 'Actie';
  159. $PALANG['pViewlog_data'] = 'Datum';
  160. $PALANG['pViewlog_action_create_mailbox'] = 'Mailbox toegevoegd';
  161. $PALANG['pViewlog_action_delete_mailbox'] = 'Mailbox verwijdert';
  162. $PALANG['pViewlog_action_edit_mailbox'] = 'Mailbox bewerkt';
  163. $PALANG['pViewlog_action_edit_mailbox_state'] = 'status actieve mailbox bewerkt';
  164. $PALANG['pViewlog_action_create_alias'] = 'alias toegevoegd';
  165. $PALANG['pViewlog_action_delete_alias'] = 'alias verwijdert';
  166. $PALANG['pViewlog_action_edit_alias'] = 'alias bewerkt';
  167. $PALANG['pViewlog_action_edit_alias_state'] = 'status actieve alias bewerkt';
  168. $PALANG['pViewlog_action_edit_password'] = 'wachtwoord aangepast';
  169. $PALANG['pViewlog_button'] = 'Ga';
  170. $PALANG['pViewlog_result_error'] = '<span class="error_msg">Mislukt om de logs te vinden!</span>';
  171. $PALANG['pSendmail_welcome'] = 'Verstuur een e-mail.';
  172. $PALANG['pSendmail_admin'] = 'Van';
  173. $PALANG['pSendmail_to'] = 'Naar';
  174. $PALANG['pSendmail_to_text_error'] = '<span class="error_msg">Naar is leeg of een ongeldig adres.</span>';
  175. $PALANG['pSendmail_subject'] = 'Onderwerp';
  176. $PALANG['pSendmail_subject_text'] = 'Welkom';
  177. $PALANG['pSendmail_body'] = 'Inhoud';
  178. $PALANG['pSendmail_button'] = 'Verstuur bericht';
  179. $PALANG['pSendmail_result_error'] = '<span class="error_msg">Mislukt om mailbox te maken!</span>'; # XXX text change - new: <span class="error_msg">Unable to send email!</span>
  180. $PALANG['pSendmail_result_success'] = 'De mailbox is aangemaakt.'; # XXX text change - new: Email sent!
  181. $PALANG['pAdminMenu_list_admin'] = 'Beheerders overzicht';
  182. $PALANG['pAdminMenu_list_domain'] = 'Domein overzicht';
  183. $PALANG['pAdminMenu_list_virtual'] = 'Virtueel overzicht';
  184. $PALANG['pAdminMenu_viewlog'] = 'Laat Log zien';
  185. $PALANG['pAdminMenu_backup'] = 'Backup';
  186. $PALANG['pAdminMenu_create_domain_admins'] = 'Domein Beheerders';
  187. $PALANG['pAdminMenu_create_admin'] = 'Nieuwe beheerder';
  188. $PALANG['pAdminMenu_create_domain'] = 'Voeg Domein toe';
  189. $PALANG['pAdminMenu_create_alias'] = 'Voeg Alias toe';
  190. $PALANG['pAdminMenu_create_mailbox'] = 'Voeg Mailbox toe';
  191. $PALANG['pAdminList_admin_domain'] = 'Domein';
  192. $PALANG['pAdminList_admin_username'] = 'Beheerder';
  193. $PALANG['pAdminList_admin_count'] = 'Domeinen';
  194. $PALANG['pAdminList_admin_modified'] = 'Laatst bewerkt';
  195. $PALANG['pAdminList_admin_active'] = 'Actief';
  196. $PALANG['pAdminList_domain_domain'] = 'Domein';
  197. $PALANG['pAdminList_domain_description'] = 'Omschrijving';
  198. $PALANG['pAdminList_domain_aliases'] = 'Aliassen';
  199. $PALANG['pAdminList_domain_mailboxes'] = 'Mailboxen';
  200. $PALANG['pAdminList_domain_maxquota'] = 'Quota (MB)';
  201. $PALANG['pAdminList_domain_transport'] = 'Transport';
  202. $PALANG['pAdminList_domain_backupmx'] = 'Back-up MX';
  203. $PALANG['pAdminList_domain_modified'] = 'Laatst bewerkt';
  204. $PALANG['pAdminList_domain_active'] = 'Actief';
  205. $PALANG['pAdminList_virtual_button'] = 'Ga';
  206. $PALANG['pAdminList_virtual_welcome'] = 'Overzicht voor ';
  207. $PALANG['pAdminList_virtual_alias_alias_count'] = 'Aliassen';
  208. $PALANG['pAdminList_virtual_alias_mailbox_count'] = 'Mailboxen';
  209. $PALANG['pAdminList_virtual_alias_address'] = 'Van';
  210. $PALANG['pAdminList_virtual_alias_goto'] = 'Naar';
  211. $PALANG['pAdminList_virtual_alias_modified'] = 'Laatst bewerkt';
  212. $PALANG['pAdminList_virtual_mailbox_username'] = 'e-mail';
  213. $PALANG['pAdminList_virtual_mailbox_name'] = 'Naam';
  214. $PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
  215. $PALANG['pAdminList_virtual_mailbox_modified'] = 'Laatst bewerkt';
  216. $PALANG['pAdminList_virtual_mailbox_active'] = 'Actief';
  217. $PALANG['pAdminCreate_domain_welcome'] = 'Voeg een nieuw domein toe';
  218. $PALANG['pAdminCreate_domain_domain'] = 'Domein';
  219. $PALANG['pAdminCreate_domain_domain_text_error'] = '<span class="error_msg">Het domein bestaat al.</span>';
  220. $PALANG['pAdminCreate_domain_domain_text_error2'] = '<span class="error_msg">Het domein is niet geldig!</span>';
  221. $PALANG['pAdminCreate_domain_description'] = 'Omschrijving';
  222. $PALANG['pAdminCreate_domain_aliases'] = 'Aliassen';
  223. $PALANG['pAdminCreate_domain_aliases_text'] = '-1 = uit | 0 = onbeperkt';
  224. $PALANG['pAdminCreate_domain_mailboxes'] = 'Mailboxen';
  225. $PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = uit | 0 = onbeperkt';
  226. $PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
  227. $PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = uit | 0 = onbeperkt';
  228. $PALANG['pAdminCreate_domain_transport'] = 'Transport';
  229. $PALANG['pAdminCreate_domain_transport_text'] = 'Definieer transport';
  230. $PALANG['pAdminCreate_domain_defaultaliases'] = 'Gebruik standaard aliassen';
  231. $PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
  232. $PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is back-up MX';
  233. $PALANG['pAdminCreate_domain_button'] = 'Voeg Domein toe';
  234. $PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Mislukt om het domein toe te voegen.</span>';
  235. $PALANG['pAdminCreate_domain_result_success'] = 'Domein is toegevoegd!';
  236. $PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Niet in staat domein te verwijderen!</span>';
  237. $PALANG['pAdminEdit_domain_welcome'] = 'Bewerk een domein';
  238. $PALANG['pAdminEdit_domain_domain'] = 'Domein';
  239. $PALANG['pAdminEdit_domain_description'] = 'Omschrijving';
  240. $PALANG['pAdminEdit_domain_aliases'] = 'Aliassen';
  241. $PALANG['pAdminEdit_domain_aliases_text'] = '-1 = uit | 0 = onbeperkt';
  242. $PALANG['pAdminEdit_domain_mailboxes'] = 'Mailboxen';
  243. $PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = uit | 0 = onbeperkt';
  244. $PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
  245. $PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = uit | 0 = onbeperkt';
  246. $PALANG['pAdminEdit_domain_transport'] = 'Transport';
  247. $PALANG['pAdminEdit_domain_transport_text'] = 'Defineer transport';
  248. $PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is back-up MX';
  249. $PALANG['pAdminEdit_domain_active'] = 'Actief';
  250. $PALANG['pAdminEdit_domain_button'] = 'Bewerk domein';
  251. $PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Mislukt het domein te bewerken.</span>';
  252. $PALANG['pAdminCreate_admin_welcome'] = 'Voeg een nieuw domein beheerder toe';
  253. $PALANG['pAdminCreate_admin_username'] = 'Beheerder';
  254. $PALANG['pAdminCreate_admin_username_text'] = 'E-mail adres';
  255. $PALANG['pAdminCreate_admin_username_text_error1'] = 'e-mail adres<br /><span class="error_msg">Beheerder is geen geldig e-mail adres!</span>';
  256. $PALANG['pAdminCreate_admin_username_text_error2'] = 'e-mail adres<br /><span class="error_msg">De beheerder bestaat al of is niet geldig</span>';
  257. $PALANG['pAdminCreate_admin_password'] = 'Wachtwoord';
  258. $PALANG['pAdminCreate_admin_password2'] = 'Wachtwoord (nogmaals)';
  259. $PALANG['pAdminCreate_admin_password_text_error'] = '<span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</span>';
  260. $PALANG['pAdminCreate_admin_button'] = 'Voeg beheerder toe';
  261. $PALANG['pAdminCreate_admin_result_error'] = '<span class="error_msg">Mislukt om beheerder toe te voegen!</span>';
  262. $PALANG['pAdminCreate_admin_result_success'] = 'Beheerder is toegevoegd.';
  263. $PALANG['pAdminCreate_admin_address'] = 'Domein';
  264. $PALANG['pAdminEdit_admin_welcome'] = 'Bewerk een domein beheerder';
  265. $PALANG['pAdminEdit_admin_username'] = 'Beheerder';
  266. $PALANG['pAdminEdit_admin_password'] = 'Wachtwoord';
  267. $PALANG['pAdminEdit_admin_password2'] = 'Wachtwoord (nogmaals)';
  268. $PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</span>';
  269. $PALANG['pAdminEdit_admin_active'] = 'Actief';
  270. $PALANG['pAdminEdit_admin_super_admin'] = 'Super administrator';
  271. $PALANG['pAdminEdit_admin_button'] = 'Bewerk beheerder';
  272. $PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Mislukt om beheerder te bewerken</span>';
  273. $PALANG['pAdminEdit_admin_result_success'] = 'Beheerder is bewerkt!';
  274. $PALANG['pUsersLogin_welcome'] = 'Mailbox gebruikers login om uw wachtwoord en aliassen te bewerken.';
  275. $PALANG['pUsersLogin_username'] = 'Login (email)';
  276. $PALANG['pUsersLogin_password'] = 'Wachtwoord';
  277. $PALANG['pUsersLogin_button'] = 'Login';
  278. $PALANG['pUsersLogin_username_incorrect'] = 'Uw login is niet correct. U dient in te loggen met uw e-mail adres.';
  279. $PALANG['pUsersLogin_password_incorrect'] = 'Uw wachtwoord is niet correct.';
  280. $PALANG['pUsersMenu_vacation'] = 'Automatisch beantwoorden';
  281. $PALANG['pUsersMenu_edit_alias'] = 'Wijzig uw forward';
  282. $PALANG['pUsersMenu_password'] = 'Wijzig wachtwoord';
  283. $PALANG['pUsersMain_vacation'] = 'Stel een "out of office" bericht of automatisch beantwoorden voor uw e-mail in.';
  284. $PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' is actief, click \'' . $PALANG['pUsersMenu_vacation'] . '\' to ' . $PALANG['edit'] . '/verweideren';
  285. $PALANG['pUsersMain_edit_alias'] = 'Wijzig uw e-mail forwarding.';
  286. $PALANG['pUsersMain_password'] = 'Wijzig uw huidige wachtwoord.';
  287. $PALANG['pUsersVacation_welcome'] = 'Automatisch beantwoorden.';
  288. $PALANG['pUsersVacation_welcome_text'] = 'U heeft uw automatisch beantwoorden ingesteld.';
  289. $PALANG['pUsersVacation_subject'] = 'Onderwerp';
  290. $PALANG['pUsersVacation_subject_text'] = 'Out of Office';
  291. $PALANG['pUsersVacation_body'] = 'Bericht';
  292. $PALANG['pUsersVacation_body_text'] = <<<EOM
  293. Ik zal afwezig zijn van <date> tot <date>.
  294. Voor belangrijke punten kunt u contact opnemen met <contact person>.
  295. EOM;
  296. $PALANG['pUsersVacation_button_away'] = 'Afwezig';
  297. $PALANG['pUsersVacation_button_back'] = 'Kom terug';
  298. $PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Mislukt om uw automatisch beantwoorden instellingen te wijzigen.</span>';
  299. $PALANG['pUsersVacation_result_success'] = 'Uw automatisch beantwoorden is verwijderd.';
  300. $PALANG['pCreate_dbLog_createmailbox'] = 'mailbox aangemaakt';
  301. $PALANG['pCreate_dbLog_createalias'] = 'alias aangemaakt';
  302. $PALANG['pDelete_dbLog_deletealias'] = 'alias verwijdert';
  303. $PALANG['pDelete_dbLog_deletemailbox'] = 'mailbox verwijdert';
  304. $PALANG['pEdit_dbLog_editactive'] = 'status verandert';
  305. $PALANG['pEdit_dbLog_editalias'] = 'bewerk alias';
  306. $PALANG['pEdit_dbLog_editmailbox'] = 'bewerk mailbox';
  307. $PALANG['pSearch'] = 'zoek';
  308. $PALANG['pSearch_welcome'] = 'zoeken naar: ';
  309. $PALANG['pReturn_to'] = 'Ga terug naar';
  310. $PALANG['pBroadcast_title'] = 'Verzend broadcast bericht';
  311. $PALANG['pBroadcast_from'] = 'Van';
  312. $PALANG['pBroadcast_name'] = 'Uw naam';
  313. $PALANG['pBroadcast_subject'] = 'Onderwerp';
  314. $PALANG['pBroadcast_message'] = 'Bericht';
  315. $PALANG['pBroadcast_send'] = 'Verzend bericht';
  316. $PALANG['pBroadcast_success'] = 'Uw broadcast bericht is verzonden.';
  317. $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast bericht'; # XXX partly translated
  318. $PALANG['pBroadcast_error_empty'] = 'De velden Naam, Onderwerp en Bericht mogen niet leeg zijn !';
  319. $PALANG['pStatus_undeliverable'] = 'Misschien niet af te leveren ';
  320. $PALANG['pStatus_custom'] = 'Bezorgen op ';
  321. $PALANG['pStatus_popimap'] = 'POP/IMAP ';
  322. $PALANG['pPasswordTooShort'] = "Wachtwoord is te kort - moet minimaal %s karakters bevatten";
  323. $PALANG['pFetchmail_welcome'] = 'Haal mail op voor:';
  324. $PALANG['pFetchmail_new_entry'] = 'Nieuw item';
  325. $PALANG['pFetchmail_database_save_error'] = 'Niet in staat dit item toe te voegen aan database!';
  326. $PALANG['pFetchmail_database_save_success'] = 'Item opgeslagen in database.';
  327. $PALANG['pFetchmail_error_invalid_id'] = 'Geen item met ID %s gevonden!';
  328. $PALANG['pFetchmail_invalid_mailbox'] = 'Ongeldige mailbox!';
  329. $PALANG['pFetchmail_server_missing'] = 'Naam van server!';
  330. $PALANG['pFetchmail_user_missing'] = 'Naam van de gebruiker!';
  331. $PALANG['pFetchmail_password_missing'] = 'Wachtwoord!';
  332. $PALANG['pFetchmail_field_id'] = 'ID';
  333. $PALANG['pFetchmail_field_mailbox'] = 'Mailbox';
  334. $PALANG['pFetchmail_field_src_server'] = 'Server';
  335. $PALANG['pFetchmail_field_src_auth'] = 'Autorisatie Type';
  336. $PALANG['pFetchmail_field_src_user'] = 'Gebruiker';
  337. $PALANG['pFetchmail_field_src_password'] = 'Wachtwoord';
  338. $PALANG['pFetchmail_field_src_folder'] = 'Folder';
  339. $PALANG['pFetchmail_field_poll_time'] = 'Interval';
  340. $PALANG['pFetchmail_field_fetchall'] = 'Alle mail ophalen';
  341. $PALANG['pFetchmail_field_keep'] = 'Mail laten staan';
  342. $PALANG['pFetchmail_field_protocol'] = 'Protocol';
  343. $PALANG['pFetchmail_field_extra_options'] = 'Extra Opties';
  344. $PALANG['pFetchmail_field_mda'] = 'MDA';
  345. $PALANG['pFetchmail_field_date'] = 'Datum';
  346. $PALANG['pFetchmail_field_returned_text'] = 'Teruggestuurd bericht';
  347. $PALANG['pFetchmail_desc_id'] = 'Record ID';
  348. $PALANG['pFetchmail_desc_mailbox'] = 'Naar welke mailbox sturen we de opgehaalde mail.';
  349. $PALANG['pFetchmail_desc_src_server'] = 'Andere Server.';
  350. $PALANG['pFetchmail_desc_src_auth'] = 'In de meeste gevallen \'password\''; # Translators: Please do NOT translate 'password' here
  351. $PALANG['pFetchmail_desc_src_user'] = 'Gebruiker op andere server.';
  352. $PALANG['pFetchmail_desc_src_password'] = 'Wachtwoord op andere server.';
  353. $PALANG['pFetchmail_desc_src_folder'] = 'Folder op andere server.';
  354. $PALANG['pFetchmail_desc_poll_time'] = 'Check iedere ... minuten.';
  355. $PALANG['pFetchmail_desc_fetchall'] = 'Haal zowel oude (gelezen) als nieuwe berichten op.';
  356. $PALANG['pFetchmail_desc_keep'] = 'Laat opgehaalde berichten op de andere server staan.';
  357. $PALANG['pFetchmail_desc_protocol'] = 'Het te gebruiken protocol.';
  358. $PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Opties.';
  359. $PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent.';
  360. $PALANG['pFetchmail_desc_date'] = 'Datum van de laatste polling/configuratie verandering.';
  361. $PALANG['pFetchmail_desc_returned_text'] = 'Text bericht van de laatste polling.';
  362. $PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
  363. /* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
  364. ?>