mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 08:06:45 +02:00
13 lines
397 B
PHP
13 lines
397 B
PHP
<?php
|
|
|
|
return array(
|
|
'blog' => array(
|
|
'Blog' => 'Блог',
|
|
'Blog plugin for Monstra' => 'Плагін блога для Monstra',
|
|
'begin' => 'початок',
|
|
'end' => 'кінець',
|
|
'prev' => 'назад',
|
|
'next' => 'вперед',
|
|
'Related posts' => 'Статті по темі',
|
|
)
|
|
); |