You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
923 B
25 lines
923 B
<?php |
|
|
|
return [ |
|
'Home' => 'Главная', |
|
'News' => 'Новости', |
|
'Articles' => 'Статьи', |
|
'Blog' => 'Блог', |
|
'Events' => 'События', |
|
'Gallery' => 'Фотогалерея', |
|
'Read more' => 'Подробнее', |
|
'Share' => 'Поделиться', |
|
'All news' => 'Все новости', |
|
'In The Spotlight' => 'В центре внимания', |
|
'Follow us' => 'Поделиться', |
|
'Categories' => 'Категории', |
|
'Tags' => 'Теги', |
|
'Related' => 'Похожие', |
|
'Comments: {count}' => 'Комментариев: {count}', |
|
'Comment' => 'Комментарий', |
|
'Submit' => 'Отправить', |
|
'Reply' => 'Ответить', |
|
'Send comment' => 'Комментировать', |
|
'Please {login} for writing a comment.' => 'Пожалуйста {login}, чтобы добавить комментарий.', |
|
'Latest comments' => 'Последние комментарии', |
|
]; |