mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Vote button and v2 file list topic url display (#1138)
This commit is contained in:
parent
70988814c5
commit
3dedb7e33d
8 changed files with 163 additions and 2 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue