1
0
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:
Awilum
2012-10-16 22:07:04 +03:00
34 changed files with 901 additions and 11 deletions

View 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',
)
);

View 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',
)
);