mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 16:16:18 +02:00
10 lines
247 B
PHP
10 lines
247 B
PHP
<?php
|
|
|
|
return array(
|
|
'captcha' => array(
|
|
'Captcha' => 'Captcha',
|
|
'Captcha plugin for Monstra' => 'Captcha Plugin für Monstra',
|
|
'Captcha code is wrong' => 'Captcha Code ist falsch',
|
|
)
|
|
);
|