Event based invite system (#1149)

Co-authored: @belomaxorka
This commit is contained in:
Cønstantine Kovalensky 2023-11-21 20:42:44 +04:00 committed by GitHub
commit 728a40408f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 45 additions and 0 deletions

View file

@ -688,6 +688,11 @@ $lang['LIKE_OWN_POST'] = 'You can\'t vote for your own topic';
$lang['NO_LIKES'] = 'Nobody gave a vote yet';
$lang['LIKE_ALREADY'] = 'You already voted this topic';
// Invites
$lang['INVITE_CODE'] = 'Invite code';
$lang['INCORRECT_INVITE'] = 'Invite not found';
$lang['INVITE_EXPIRED'] = 'Invite expired';
// Group control panel
$lang['GROUP_CONTROL_PANEL'] = 'User Groups';
$lang['GROUP_CONFIGURATION'] = 'Group Configuration';