1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Create nl.lang.php

This commit is contained in:
micheldejoode
2013-09-20 19:34:07 +02:00
parent 34e79a661c
commit 276c429070

View File

@@ -0,0 +1,9 @@
<?php
return array(
'captcha' => array(
'Captcha' => 'Captcha',
'Captcha plugin for Monstra' => 'Captcha Plugin voor Monstra',
'Captcha code is wrong' => 'Captcha Code is helaas foutief',
)
);