1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-10 08:06:45 +02:00
Files
php-monstra/plugins/blog/languages/es.lang.php
Freddy Morán Jr 789cfbd162 Create es.lang.php
2016-02-03 10:20:07 -06:00

13 lines
300 B
PHP

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