mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 23:56:26 +02:00
10 lines
248 B
PHP
10 lines
248 B
PHP
<?php
|
|
|
|
return array(
|
|
'captcha' => array(
|
|
'Captcha' => 'Captcha',
|
|
'Captcha plugin for Monstra' => 'Captcha dodatak za Monstra',
|
|
'Captcha code is wrong' => 'Captcha Kod je pogrešan',
|
|
)
|
|
);
|