mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 08:06:45 +02:00
10 lines
257 B
PHP
10 lines
257 B
PHP
<?php
|
|
|
|
return array(
|
|
'captcha' => array(
|
|
'Captcha' => 'Captcha',
|
|
'Captcha plugin for Monstra' => 'Wtyczka Captcha dla systemu Monstra',
|
|
'Captcha code is wrong' => 'Niewłaściwy kod Captcha',
|
|
)
|
|
);
|