1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Create pl.lang.php

This commit is contained in:
Mirosław Widz
2013-07-21 00:28:22 +02:00
parent c90badf68c
commit 0566c705b5

View File

@@ -0,0 +1,9 @@
<?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',
)
);