Fix PHP 8.3 htmlentities null safety, remove unused themes, rename OGP_LANG_ to LANG_
Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
parent
53e0b68f4f
commit
7377f955fd
796 changed files with 38947 additions and 43914 deletions
|
|
@ -22,36 +22,36 @@
|
|||
*
|
||||
*/
|
||||
|
||||
define('OGP_LANG_module_id', "Moduł ID");
|
||||
define('OGP_LANG_module_name', "Nazwa modułu");
|
||||
define('OGP_LANG_module_folder', "Moduł Folder");
|
||||
define('OGP_LANG_module_version', "Wersja modułu");
|
||||
define('OGP_LANG_db_version', "Wersja DB");
|
||||
define('OGP_LANG_modules_available_for_install', "Dostępne są następujące moduły do instalacji");
|
||||
define('OGP_LANG_install', "Instalacja");
|
||||
define('OGP_LANG_uninstall', "Odinstaluj");
|
||||
define('OGP_LANG_modules', "Moduły");
|
||||
define('OGP_LANG_update_modules', "Aktualizuj Moduły");
|
||||
define('OGP_LANG_no_installed_modules', "Nie znaleziono zainstalowanych modułów.");
|
||||
define('OGP_LANG_not_complete', "Funkcja instalacji / deinstalacji nie jest kompletna i może nie działać prawidłowo.
|
||||
define('LANG_module_id', "Moduł ID");
|
||||
define('LANG_module_name', "Nazwa modułu");
|
||||
define('LANG_module_folder', "Moduł Folder");
|
||||
define('LANG_module_version', "Wersja modułu");
|
||||
define('LANG_db_version', "Wersja DB");
|
||||
define('LANG_modules_available_for_install', "Dostępne są następujące moduły do instalacji");
|
||||
define('LANG_install', "Instalacja");
|
||||
define('LANG_uninstall', "Odinstaluj");
|
||||
define('LANG_modules', "Moduły");
|
||||
define('LANG_update_modules', "Aktualizuj Moduły");
|
||||
define('LANG_no_installed_modules', "Nie znaleziono zainstalowanych modułów.");
|
||||
define('LANG_not_complete', "Funkcja instalacji / deinstalacji nie jest kompletna i może nie działać prawidłowo.
|
||||
UWAGA: Utrata danych może nastąpić w bazie OGP!");
|
||||
define('OGP_LANG_core_mods_installed', "Zainstalowane Moduły podstawowe:");
|
||||
define('OGP_LANG_custom_mods_installed', "Zainstalowane moduły niestandardowe:");
|
||||
define('OGP_LANG_installing_module', "Instalowanie modułu '%s'");
|
||||
define('OGP_LANG_successfully_installed_module', "Został zainstalowany moduł %s.");
|
||||
define('OGP_LANG_failed_to_install_module', "Nie można zainstalować moduł %s.");
|
||||
define('OGP_LANG_adding_module', "Dodanie modułu o nazwie '%s'.");
|
||||
define('OGP_LANG_module_already_installed', "Moduł o nazwie '%s' jest już zainstalowany.");
|
||||
define('OGP_LANG_uninstalling_module', "Odinstalowanie modułu '%s'");
|
||||
define('OGP_LANG_successfully_uninstalled_module', "Moduł został odinstalowany %s.");
|
||||
define('OGP_LANG_failed_to_uninstall_module', "Nie udało się odinstalować moduł %s.");
|
||||
define('OGP_LANG_module_file_missing', "brakuje katalogu module.php plik.");
|
||||
define('OGP_LANG_module_file_missing_info', "brakuje wymaganych informacji.");
|
||||
define('OGP_LANG_query_failed', "Nie można wykonać zapytania");
|
||||
define('OGP_LANG_query_failed_2', "do bazy danych.");
|
||||
define('OGP_LANG_failed_del_db', "Nie udało się usunąć modułu z bazy danych.");
|
||||
define('OGP_LANG_updated_module', "Aktualizowanie modułu: '%s'.");
|
||||
define('OGP_LANG_updating_modules', "Aktualizacja Modułów");
|
||||
define('OGP_LANG_updating_finished', "Aktualizacja zakończona");
|
||||
define('OGP_LANG_prereqs_missing', "Prerequisites of %s must be installed on the server before %s can be installed.");
|
||||
define('LANG_core_mods_installed', "Zainstalowane Moduły podstawowe:");
|
||||
define('LANG_custom_mods_installed', "Zainstalowane moduły niestandardowe:");
|
||||
define('LANG_installing_module', "Instalowanie modułu '%s'");
|
||||
define('LANG_successfully_installed_module', "Został zainstalowany moduł %s.");
|
||||
define('LANG_failed_to_install_module', "Nie można zainstalować moduł %s.");
|
||||
define('LANG_adding_module', "Dodanie modułu o nazwie '%s'.");
|
||||
define('LANG_module_already_installed', "Moduł o nazwie '%s' jest już zainstalowany.");
|
||||
define('LANG_uninstalling_module', "Odinstalowanie modułu '%s'");
|
||||
define('LANG_successfully_uninstalled_module', "Moduł został odinstalowany %s.");
|
||||
define('LANG_failed_to_uninstall_module', "Nie udało się odinstalować moduł %s.");
|
||||
define('LANG_module_file_missing', "brakuje katalogu module.php plik.");
|
||||
define('LANG_module_file_missing_info', "brakuje wymaganych informacji.");
|
||||
define('LANG_query_failed', "Nie można wykonać zapytania");
|
||||
define('LANG_query_failed_2', "do bazy danych.");
|
||||
define('LANG_failed_del_db', "Nie udało się usunąć modułu z bazy danych.");
|
||||
define('LANG_updated_module', "Aktualizowanie modułu: '%s'.");
|
||||
define('LANG_updating_modules', "Aktualizacja Modułów");
|
||||
define('LANG_updating_finished', "Aktualizacja zakończona");
|
||||
define('LANG_prereqs_missing', "Prerequisites of %s must be installed on the server before %s can be installed.");
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue