mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-09 23:56:26 +02:00
13 lines
300 B
PHP
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',
|
|
)
|
|
);
|