1
0
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:
Ali Galip Çamlı
2014-05-24 10:58:30 +03:00
parent 418f89f64d
commit bf7e12b16d

View 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ış',
)
);