1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-30 07:59:22 +03:00

Pre-alpha of English translation

This commit is contained in:
Xor 2017-01-30 12:37:49 -08:00
parent 6b0516238e
commit 80442c621a
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'
]
]
];