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

Added Czech translation

This commit is contained in:
Smuuf
2016-04-16 13:15:28 +02:00
parent dd6aa9454e
commit 774b780bbf
17 changed files with 528 additions and 0 deletions

View File

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