|
|
@@ -51,7 +51,7 @@ define('steam_user_info', "Użytkownik jest potrzebny, aby pobrać pliki serwera
|
|
|
define('steam_pass', "Hasło Steam");
|
|
|
define('steam_pass_info', "Ustaw tutaj hasło konta Steam.");
|
|
|
define('steam_guard', "Steam Guard");
|
|
|
-define('steam_guard_info', "Some users have steam guard activated to protect their accounts from hackers,<br>this code is sent to the account email when the first steam update is started.");
|
|
|
+define('steam_guard_info', "Niektórzy użytkownicy mają włączoną ochronę GUARD, aby chronić konta przed hakerami,<br>kod jest wysyłany do konta e-mail, gdy rozpoczyna się pierwsza aktualizacja.");
|
|
|
define('smtp_port', "Port SMTP");
|
|
|
define('smtp_port_info', "Tak SMTP port nie jest domyślny port (25) Wpisz numer portu SMTP.");
|
|
|
define('smtp_login', "Użytkownik SMTP");
|
|
|
@@ -62,11 +62,11 @@ define('smtp_secure', "Bezpieczeństwo SMTP");
|
|
|
define('smtp_secure_info', "Użyj SSL/TLS do połączenia z serwerem SMTP");
|
|
|
define('time_zone', "Strefa Czasu");
|
|
|
define('time_zone_info', "Ustawia domyślną strefę czasową używaną przez wszystkie data / czas funkcji.");
|
|
|
-define('query_cache_life', "Query cache life");
|
|
|
+define('query_cache_life', "Żywotność cache odświeżania serwera");
|
|
|
define('query_cache_life_info', "Ustawia limit czasu w sekundach, zanim stan serwera zostanie odświeżony.");
|
|
|
define('query_num_servers_stop', "Wyłącz odpytywanie serwera po");
|
|
|
-define('query_num_servers_stop_info', "Use this setting to disable queries if a user owns more game servers than this amount specified to speed up panel loading.");
|
|
|
-define('editable_email', "Editable E-Mail Address");
|
|
|
+define('query_num_servers_stop_info', "Użyj tego ustawienia, aby wyłączyć zapytania, jeśli użytkownik ma więcej serwerów gier niż określona ilość, aby przyspieszyć ładowanie panelu.");
|
|
|
+define('editable_email', "Zmiana emaila przez użytkowników");
|
|
|
define('editable_email_info', "Wybierz, jeśli użytkownicy mogą edytować swój adres e-mail lub nie.");
|
|
|
define('old_dashboard_behavior', "Old Dashboard behavior");
|
|
|
define('old_dashboard_behavior_info', "Stary Pulpit nawigacyjny działał wolniej, ale pokazuje więcej informacji o serwerze, bieżących grach i mapach.");
|
|
|
@@ -95,10 +95,10 @@ define('custom_github_update_username', "Nazwa użytkownika GitHub");
|
|
|
define('custom_github_update_username_info', "Enter your GitHub username ONLY to use your own forked repositories to update OGP. This should only be changed by developers who wish to use their own repos for development rather than checking in possibly buggy code into the main branch.");
|
|
|
define('remote_query', "Remote query");
|
|
|
define('remote_query_info', "Use the remote server (agent) to make queries to the game servers (Only GameQ and LGSL).");
|
|
|
-define('check_expiry_by', "Check expiration using");
|
|
|
+define('check_expiry_by', "Sprawdź wygaśnięcie używając");
|
|
|
define('check_expiry_by_info', "If set to once_logged_in, the user's game server assignments will be automatically deleted if past the expiration date. If set to cron_job, you will need to create a cron task using the cron module to check for the expiration date at a configured interval.");
|
|
|
-define('once_logged_in', "Once Logged In");
|
|
|
-define('cron_job', "Cron Job");
|
|
|
+define('once_logged_in', "Przez Zalogowanie");
|
|
|
+define('cron_job', "Przez Crona");
|
|
|
define('theme_settings', "Ustawienia tematyczne");
|
|
|
define('theme', "Skórka");
|
|
|
define('theme_info', "Motyw wybrany tutaj będzie domyślnym dla wszystkich użytkowników. Użytkownicy mogą zmieniać motyw w edycji profilu.");
|
|
|
@@ -128,6 +128,6 @@ define('custom_tab_target_blank', "Custom Tabs Target");
|
|
|
define('custom_tab_target_blank_info', "Sets all the tabs target. <b style='font-size:10px; font-weight:normal;'>('_self' = Opens link on same page. '_blank' = Opens link on new tab.)</b>");
|
|
|
define('bg_wrapper', "Wrapper Background");
|
|
|
define('bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
|
|
|
-define('show_server_id_game_monitor', "Show Server IDs on Game Monitor page");
|
|
|
-define('show_server_id_game_monitor_info', "Show the game server ID column on the Game Monitor for matching up files created by the Agent to the actual game server.");
|
|
|
+define('show_server_id_game_monitor', "Pokaż id serwera na stronie Monitor Gier");
|
|
|
+define('show_server_id_game_monitor_info', "Dodaje kolumnę w liście serwerów z aktualnym id serwera. Pomaga to w zidentyfikowaniu serwera.");
|
|
|
?>
|