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

Slovenčina Language added. Thanks to Neri

This commit is contained in:
Awilum
2013-01-20 17:38:16 +02:00
parent 878aa46457
commit d322887f05
15 changed files with 465 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return array(
'captcha' => array(
'Captcha' => 'Captcha',
'Captcha plugin for Monstra' => 'Captcha plugin pre Monstra',
'Captcha code is wrong' => 'Captcha kód je nesprávny',
)
);