mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
9 lines
251 B
PHP
9 lines
251 B
PHP
<?php
|
|
|
|
return array(
|
|
'captcha' => array(
|
|
'Captcha' => 'Captcha',
|
|
'Captcha plugin for Monstra' => 'Plugin Captcha pour Monstra',
|
|
'Captcha code is wrong' => 'Le code Captcha est erroné',
|
|
)
|
|
); |