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

Merge pull request #397 from Freddynic159/master

Spanish translation update
This commit is contained in:
Sergey Romanenko
2016-02-05 12:19:51 +03:00
12 changed files with 54 additions and 42 deletions

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