diff options
Diffstat (limited to 'plugins/attachment_reminder/localization/nl_NL.inc')
-rw-r--r-- | plugins/attachment_reminder/localization/nl_NL.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/attachment_reminder/localization/nl_NL.inc b/plugins/attachment_reminder/localization/nl_NL.inc new file mode 100644 index 000000000..62564f103 --- /dev/null +++ b/plugins/attachment_reminder/localization/nl_NL.inc @@ -0,0 +1,5 @@ +<?php + +$messages = array(); +$messages['forgotattachment'] = "Ben je vergeten het bestand bij te voegen?"; +$messages['keywords'] = "attachment,bestand,bijgaand,bijgaande,brief,bijgevoegd,bijgesloten,CV"; |