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:
Roman Kelesidis 2024-06-10 13:30:47 +07:00 committed by GitHub
commit 141fab021a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 22 additions and 43 deletions

View file

@ -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.';