mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 08:06:45 +02:00
Blog Plugin as a part of Monstra CMS
This commit is contained in:
12
plugins/blog/languages/en.lang.php
Normal file
12
plugins/blog/languages/en.lang.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blog' => array(
|
||||
'Blog' => 'Blog',
|
||||
'Blog plugin for Monstra' => 'Blog plugin for Monstra',
|
||||
'begin' => 'begin',
|
||||
'end' => 'end',
|
||||
'prev' => 'prev',
|
||||
'next' => 'next',
|
||||
)
|
||||
);
|
13
plugins/blog/languages/ru.lang.php
Normal file
13
plugins/blog/languages/ru.lang.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blog' => array(
|
||||
'Blog' => 'Блог',
|
||||
'Blog plugin for Monstra' => 'Плагин блога для Monstra',
|
||||
'begin' => 'начало',
|
||||
'end' => 'конец',
|
||||
'prev' => 'назад',
|
||||
'next' => 'вперед',
|
||||
'Related posts' => 'Статьи по теме',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user