mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 23:56:26 +02:00
10 lines
252 B
PHP
10 lines
252 B
PHP
<?php
|
|
|
|
return array(
|
|
'captcha' => array(
|
|
'Captcha' => 'Saugos kodas',
|
|
'Captcha plugin for Monstra' => 'Saugos kodo papildinys',
|
|
'Captcha code is wrong' => 'Saugos kodas yra neteisingas',
|
|
)
|
|
);
|