1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 17:28:23 +03:00
ifhub.club/application/frontend/skin/synio/settings/i18n/ru.php
2016-09-02 10:16:20 +07:00

20 lines
512 B
PHP

<?php
return [
'synio' => [
'guest' => 'Гость',
'site_pages' => 'Разделы',
'drafts' => '%%count%% черновик;%%count%% черновика;%%count%% черновиков',
'user_about_empty' => 'Пока ничего не известно...'
],
'activity' => [
'block_recent' => [
'all' => 'Вся активность'
]
],
'user' => [
'search' => [
'title' => 'Поиск'
]
]
];