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

added german translation

This commit is contained in:
Yannick Albert
2012-10-07 20:48:11 +02:00
parent 6f2beb78a7
commit 13675b1f3c
15 changed files with 444 additions and 0 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',
)
);