mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 19:27:52 +02:00
Create nl.lang.php
This commit is contained in:
9
plugins/captcha/languages/nl.lang.php
Normal file
9
plugins/captcha/languages/nl.lang.php
Normal 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',
|
||||||
|
)
|
||||||
|
);
|
Reference in New Issue
Block a user