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:
9
plugins/captcha/languages/cs.lang.php
Normal file
9
plugins/captcha/languages/cs.lang.php
Normal 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ý',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user