1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00
Files
php-monstra/plugins/captcha/languages/pl.lang.php
2013-07-21 00:28:22 +02:00

10 lines
257 B
PHP

<?php
return array(
'captcha' => array(
'Captcha' => 'Captcha',
'Captcha plugin for Monstra' => 'Wtyczka Captcha dla systemu Monstra',
'Captcha code is wrong' => 'Niewłaściwy kod Captcha',
)
);