mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 08:06:45 +02:00
10 lines
252 B
PHP
10 lines
252 B
PHP
<?php
|
|
|
|
return array(
|
|
'captcha' => array(
|
|
'Captcha' => 'Verifikasi',
|
|
'Captcha plugin for Monstra' => 'Verifikasi plugin untuk Monstra',
|
|
'Captcha code is wrong' => 'Kode Verifikasi salah',
|
|
)
|
|
);
|