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:
12
plugins/blog/languages/es.lang.php
Normal file
12
plugins/blog/languages/es.lang.php
Normal 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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user