mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
Create tr.lang.php in captcha plugin
This commit is contained in:
9
plugins/captcha/languages/tr.lang.php
Normal file
9
plugins/captcha/languages/tr.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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ış',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user