1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 14:50:48 +03:00

Merge pull request #823 from kcop4uk/master

Pre-alpha of English translation
This commit is contained in:
Maxim Mzhelskiy 2017-02-01 13:12:32 +07:00 committed by GitHub
commit d85561a300
2 changed files with 1818 additions and 2 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,21 @@
<?php
return [
'synio' => [
'guest' => 'Guest',
'site_pages' => 'Pages',
'drafts' => '%%count%% draft;%%count%% drafts;%%count%% drafts',
'user_about_empty' => 'No data yet...',
'all_blogs' => 'All blogs'
],
'activity' => [
'block_recent' => [
'all' => 'All activities'
]
],
'user' => [
'search' => [
'title' => 'Search'
]
]
];