mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Refactored memberlist.php 🎓 (#1181)
* Refactored memberlist.php 🎓
* Update memberlist.php
This commit is contained in:
parent
efd8a51628
commit
926f57c048
3 changed files with 17 additions and 102 deletions
|
@ -1309,10 +1309,6 @@ $lang['COOKIES_REQUIRED'] = 'Cookies must be enabled!';
|
|||
$lang['SESSION_EXPIRED'] = 'Session expired';
|
||||
|
||||
// Sort memberlist per letter
|
||||
$lang['SORT_PER_LETTER'] = 'Show only usernames starting with';
|
||||
$lang['OTHERS'] = 'others';
|
||||
$lang['ALL'] = 'all';
|
||||
|
||||
$lang['POST_LINK'] = 'Post link';
|
||||
$lang['GOTO_QUOTED_POST'] = 'Go to the quoted post';
|
||||
$lang['LAST_VISITED'] = 'Last Visited';
|
||||
|
@ -2599,6 +2595,8 @@ $lang['RELEASE_WELCOME'] = 'Please fill in the release form';
|
|||
$lang['NEW_RELEASE'] = 'New release';
|
||||
$lang['NEXT'] = 'Continue';
|
||||
$lang['OTHER'] = 'Other';
|
||||
$lang['OTHERS'] = 'Others';
|
||||
$lang['ALL'] = 'All';
|
||||
|
||||
$lang['TPL_EMPTY_FIELD'] = 'You must fill the field <b>%s</b>';
|
||||
$lang['TPL_EMPTY_SEL'] = 'You must select <b>%s</b>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue