1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00
Files
php-monstra/plugins/captcha/languages/uk.lang.php
2013-01-04 21:08:04 +02:00

10 lines
278 B
PHP

<?php
return array(
'captcha' => array(
'Captcha' => 'Каптча',
'Captcha plugin for Monstra' => 'Каптча плагін для Monstra',
'Captcha code is wrong' => 'Код каптчі невірний',
)
);