mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Show client country in seeders / leechers list 🌍 (#1478)
* Show client country in seeders / leechers list * Update functions.php * Update functions.php * Update functions.php * Updated * Update displaying_torrent.php * Update functions.php * Update viewtopic_torrent.tpl * Update viewtopic_torrent.tpl * Update functions.php * Update functions.php * Update functions.php * Update functions.php * Update config.php * Updated * Updated * Updated * Updated * Update update_geolite_db.php * Update update_geolite_db.php * Updated * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Updated * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Update update_geolite_db.php * Updated * Update viewtopic_torrent.tpl * Updated * Update composer.lock * Update defines.php * Updated * Update init_bb.php * Update CHANGELOG.md
This commit is contained in:
parent
2fa3520872
commit
459fba6b86
20 changed files with 475 additions and 89 deletions
|
@ -61,6 +61,7 @@ $lang['DISABLED'] = 'Disabled';
|
|||
$lang['ERROR'] = 'Error';
|
||||
$lang['SELECT_ACTION'] = 'Select action';
|
||||
$lang['CLEAR'] = 'Clear';
|
||||
$lang['UNKNOWN'] = 'Unknown';
|
||||
|
||||
$lang['NEXT_PAGE'] = 'Next';
|
||||
$lang['PREVIOUS_PAGE'] = 'Previous';
|
||||
|
@ -978,6 +979,7 @@ $lang['DATETIME']['NOV'] = 'Nov';
|
|||
$lang['DATETIME']['DEC'] = 'Dec';
|
||||
|
||||
// Country selector
|
||||
$lang['COUNTRY'] = 'Country';
|
||||
$lang['COUNTRIES'] = [
|
||||
0 => 'No select',
|
||||
'AD' => 'Andorra',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue