1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00
Files
php-monstra/plugins/captcha/languages/nl.lang.php
2013-09-20 19:34:07 +02:00

10 lines
254 B
PHP

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