Panel/lang/Polish/modules/config_games.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

24 lines
No EOL
1.7 KiB
PHP

<?php
/*
* Language definitions for the config_games module (Polish localization)
*/
define('OGP_LANG_resetting_configs', "Resetowanie wszystkich konfiguracji");
define('OGP_LANG_updating_configs', "Aktualizacja starych konfiguracji");
define('OGP_LANG_configs_updated_ok', "Konfiguracje zostały wczytane ponownie.");
define('OGP_LANG_reset_old_configs', "Resetowanie starych konfiguracji.");
define('OGP_LANG_update_configs', "Aktualizacja Konfiguracji");
define('OGP_LANG_game_config_setup', "Ustawienia Konfiguracji Gry");
define('OGP_LANG_config_reset_warning', "Po usunięciu starych konfiguracji mogą wystąpić problemy z serwerami gier, ponieważ numery ID będą nie prawidłowe.");
define('OGP_LANG_modify_configs_info', "Jeśli chcesz zmienić konfigurację gry, można modyfikować pliki znajdujące się w %s.");
define('OGP_LANG_updating_config_from_file', "Aktualizacja konfiguracji z pliku %s.");
define('OGP_LANG_error_when_handling_file', "Wystąpił błąd podczas przetwarzania pliku %s.");
define('OGP_LANG_error_while_adding_cfg_to_db', "Wystąpił błąd podczas dodawania danych z %s do bazy danych.");
define('OGP_LANG_no_configs_found', "Nie znalezione konfiguracji %s.");
define('OGP_LANG_select_game', "Wybierz Grę");
define('OGP_LANG_create_xml_configs', "Stwórz konfiguracyjne XML");
define('OGP_LANG_failed_to_delete_config_from_db', "Nie udało się usunąć %s konfiguracji z bazy danych");
define('OGP_LANG_failed_removing_file', "Nie powiodło się usunięcie pliku %s.");
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Usunięto konfigurację %s z dysku oraz bazy danych");
define('OGP_LANG_delete_game_config_for', "Usuń konfigurację gry dla %s z dysku oraz bazy danych.");
?>