mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1502)
* Minor improvements * Update build_files_integrity.php * Updated * Update usercp_viewprofile.tpl * Updated * Update config.php * Updated * Update register.php * Updated * Update main.php * Update functions.php * Update CHANGELOG.md
This commit is contained in:
parent
6a10adabf5
commit
141fab021a
10 changed files with 22 additions and 43 deletions
|
@ -1076,7 +1076,6 @@ $lang['COUNTRIES'] = [
|
|||
'GN' => 'Guinea',
|
||||
'GP' => 'Guadeloupe',
|
||||
'GQ' => 'Equatorial Guinea',
|
||||
'GR3' => 'German Reich (3rd)',
|
||||
'GR' => 'Greece',
|
||||
'GS' => 'South Georgia and the South Sandwich Islands',
|
||||
'GT' => 'Guatemala',
|
||||
|
@ -1116,7 +1115,6 @@ $lang['COUNTRIES'] = [
|
|||
'KZ' => 'Kazakhstan',
|
||||
'LA' => 'Laos (Lao People\'s Democratic Republic)',
|
||||
'LB' => 'Lebanon',
|
||||
'LGBT' => 'Pride flag', // __ //
|
||||
'LC' => 'Saint Lucia',
|
||||
'LI' => 'Liechtenstein',
|
||||
'LK' => 'Sri Lanka',
|
||||
|
@ -1163,7 +1161,6 @@ $lang['COUNTRIES'] = [
|
|||
'NZ' => 'New Zealand',
|
||||
'OM' => 'Oman',
|
||||
'PA' => 'Panama',
|
||||
'PACE' => 'Peace flag', // __ //
|
||||
'PE' => 'Peru',
|
||||
'PF' => 'French Polynesia',
|
||||
'PG' => 'Papua New Guinea',
|
||||
|
@ -1234,7 +1231,6 @@ $lang['COUNTRIES'] = [
|
|||
'VI' => 'Virgin Islands, U.S.',
|
||||
'VN' => 'Vietnam',
|
||||
'VU' => 'Vanuatu',
|
||||
'WBW' => 'Wonderful Russia of the Future 🕊',
|
||||
'WF' => 'Wallis and Futuna Islands',
|
||||
'WS' => 'Samoa',
|
||||
'XK' => 'Kosovo',
|
||||
|
@ -1246,6 +1242,12 @@ $lang['COUNTRIES'] = [
|
|||
'ZW' => 'Zimbabwe'
|
||||
];
|
||||
|
||||
$lang['ADDITIONAL_FLAGS'] = [
|
||||
'WBW' => 'Wonderful Russia of the Future',
|
||||
'PACE' => 'Peace flag',
|
||||
'LGBT' => 'Pride flag'
|
||||
];
|
||||
|
||||
// Errors
|
||||
$lang['INFORMATION'] = 'Information';
|
||||
$lang['ADMIN_REAUTHENTICATE'] = 'To administer/moderate the board you must re-authenticate yourself.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue