Various bug fixes described on the forum.

This commit is contained in:
Yuriy Pikhtarev 2017-07-29 09:05:12 +03:00
commit b54c9d0c2e
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
11 changed files with 25 additions and 22 deletions

View file

@ -2757,6 +2757,8 @@ $lang['ATOM_SUBSCRIBE'] = 'Subscribe to the feed';
$lang['ATOM_NO_MODE'] = 'Do not specify a mode for the feed';
$lang['ATOM_NO_FORUM'] = 'This forum does not have a feed (no ongoing topics)';
$lang['ATOM_NO_USER'] = 'This user does not have a feed (no ongoing topics)';
$lang['ATOM_UPDATED'] = 'Updated';
$lang['ATOM_GLOBAL_FEED'] = 'Global feed for all forums';
$lang['HASH_INVALID'] = 'Hash %s is invalid';
$lang['HASH_NOT_FOUND'] = 'Release with hash %s not found';