1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 19:57:57 +02:00

Create es.lang.php

This commit is contained in:
Freddy Morán Jr
2016-02-03 10:20:07 -06:00
parent 154d98b167
commit 789cfbd162

View File

@@ -0,0 +1,12 @@
<?php
return array(
'blog' => array(
'Blog' => 'Blog',
'Blog plugin for Monstra' => 'Blog plugin for Monstra',
'begin' => 'comienzo',
'end' => 'final',
'prev' => 'anterior',
'next' => 'siguiente',
)
);