Vote button and v2 file list topic url display (#1138)

This commit is contained in:
Cønstantine Kovalensky 2023-11-20 21:05:13 +04:00 committed by GitHub
commit 3dedb7e33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 163 additions and 2 deletions

View file

@ -680,6 +680,14 @@ $lang['ASC'] = 'Ascending';
$lang['DESC'] = 'Descending';
$lang['ORDER'] = 'Order';
// Thanks
$lang['THANK_TOPIC'] = 'Vote for this topic';
$lang['THANKS_GRATITUDE'] = 'We appreciate your gratitude';
$lang['LAST_LIKES'] = 'Last votes';
$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';
// Group control panel
$lang['GROUP_CONTROL_PANEL'] = 'User Groups';
$lang['GROUP_CONFIGURATION'] = 'Group Configuration';