1
0
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:
Apromix
2016-05-01 18:21:18 +03:00
parent 7a2279eea7
commit 0a4621a4df
15 changed files with 137 additions and 104 deletions

View File

@@ -0,0 +1,13 @@
<?php
return array(
'blog' => array(
'Blog' => 'Блог',
'Blog plugin for Monstra' => 'Плагін блога для Monstra',
'begin' => 'початок',
'end' => 'кінець',
'prev' => 'назад',
'next' => 'вперед',
'Related posts' => 'Статті по темі',
)
);