1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 19:57:57 +02:00

Create id.lang.php

This commit is contained in:
ANISSA90
2014-01-19 16:17:33 +07:00
parent 0f357ec80b
commit caecc6df07

View File

@@ -0,0 +1,9 @@
<?php
return array(
'captcha' => array(
'Captcha' => 'Verifikasi',
'Captcha plugin for Monstra' => 'Verifikasi plugin untuk Monstra',
'Captcha code is wrong' => 'Kode Verifikasi salah',
)
);