mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Fixed Ukrainian translation.
This commit is contained in:
13
plugins/blog/languages/uk.lang.php
Normal file
13
plugins/blog/languages/uk.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