mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 08:06:45 +02:00
12 lines
285 B
PHP
12 lines
285 B
PHP
<?php
|
|
|
|
return array(
|
|
'blog' => array(
|
|
'Blog' => 'Blog',
|
|
'Blog plugin for Monstra' => 'Blog plugin for Monstra',
|
|
'begin' => 'begin',
|
|
'end' => 'end',
|
|
'prev' => 'prev',
|
|
'next' => 'next',
|
|
)
|
|
); |