mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
10 lines
274 B
PHP
10 lines
274 B
PHP
<?php
|
||
|
||
return array(
|
||
'captcha' => array(
|
||
'Captcha' => 'Captcha/Doğrulama',
|
||
'Captcha plugin for Monstra' => 'Monstra için captcha/doğrulama eklentisi',
|
||
'Captcha code is wrong' => 'Doğrulama kodu yanlış',
|
||
)
|
||
);
|