mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
9
plugins/captcha/languages/de.lang.php
Normal file
9
plugins/captcha/languages/de.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Captcha Plugin für Monstra',
|
||||
'Captcha code is wrong' => 'Captcha Code ist falsch',
|
||||
)
|
||||
);
|
9
plugins/captcha/languages/it.lang.php
Normal file
9
plugins/captcha/languages/it.lang.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'captcha' => array(
|
||||
'Captcha' => 'Captcha',
|
||||
'Captcha plugin for Monstra' => 'Captcha plugin per Monstra',
|
||||
'Captcha code is wrong' => 'Codice captcha è errato',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user