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

Localization: Spanish(es) translations added.

This commit is contained in:
Awilum
2013-03-15 00:11:50 +02:00
parent 15d9ad3500
commit 9617d9e864
15 changed files with 464 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
return array(
'captcha' => array(
'Captcha' => 'Captcha',
'Captcha plugin for Monstra' => 'Captcha plugin for Monstra',
'Captcha code is wrong' => 'Codigo captcha equivocado',
)
);