2023-10-03 06:46:17 +08:00
< ? php
2025-05-03 20:06:45 +08:00
defined ( 'BASEPATH' ) OR exit ( 'Brak bezpośredniego dostępu do skryptu' );
2023-10-03 06:46:17 +08:00
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_statistics' ] = 'Statystyki' ;
2023-10-03 06:46:17 +08:00
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_explore_the_logbook' ] = 'Przeglądaj dziennik.' ;
2023-10-03 06:46:17 +08:00
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_years' ] = 'Lata' ;
2023-10-03 06:46:17 +08:00
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_modes' ] = 'Tryb' ;
2023-10-03 06:46:17 +08:00
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_bands' ] = 'Pasma' ;
2023-11-05 23:57:31 +08:00
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_qsos' ] = 'QSO' ;
$lang [ 'statistics_unique_callsigns' ] = 'Unikalne znaki wywoławcze' ;
$lang [ 'statistics_total' ] = 'Suma' ;
$lang [ 'statistics_year' ] = 'Rok' ;
$lang [ 'statistics_number_of_qso_worked_each_year' ] = " Liczba QSO wykonanych w każdym roku " ;
$lang [ 'statistics_number_of_qso_worked' ] = " # wykonanych QSO " ;
2023-11-05 23:57:31 +08:00
2023-11-08 05:11:58 +08:00
/*
*
2025-05-03 20:06:45 +08:00
* Odległości
2023-11-08 05:11:58 +08:00
*
*/
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_distances_bands_all' ] = " Wszystkie " ;
$lang [ 'statistics_distances_modes_all' ] = " Wszystkie " ;
$lang [ 'statistics_distances_worked' ] = " Przepracowane odległości " ;
$lang [ 'statistics_distances_part1_contacts_were_plotted_furthest' ] = " Kontakty zostały naniesione.<br /> Twój najdalszy kontakt był z " ;
$lang [ 'statistics_distances_part2_contacts_were_plotted_furthest' ] = " w siatce kwadratowej " ;
$lang [ 'statistics_distances_part3_contacts_were_plotted_furthest' ] = " Odległość wynosiła " ;
$lang [ 'statistics_distances_part4_contacts_were_plotted_furthest' ] = " Średnia odległość wynosi " ;
$lang [ 'statistics_distances_number_of_qsos' ] = " Liczba QSO " ;
$lang [ 'statistics_distances_callsigns_worked' ] = " Znak(i) wywoławczy(e) uzyskany(e) (pokazano maks. 5) " ;
$lang [ 'statistics_distances_qsos_with' ] = " QSO z odległością: " ;
$lang [ 'statistics_distances_and_band' ] = " , pasmo : " ;
$lang [ 'statistics_distances_and_mode' ] = " , tryb : " ;
$lang [ 'statistics_distances_and_power' ] = " , moc : " ;
$lang [ 'statistics_distances_and_propagation' ] = " , propagacja : " ;
$lang [ 'statistics_distances_no_qsos_to_plot' ] = " Nie znaleziono QSO do naniesienia. " ;
2023-11-05 23:57:31 +08:00
2023-11-08 05:11:58 +08:00
/*
*
2025-05-03 20:06:45 +08:00
* Oś czasu
2023-11-08 05:11:58 +08:00
*
*/
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_timeline' ] = " Oś czasu " ;
2023-11-08 05:11:58 +08:00
2024-01-01 21:47:45 +08:00
/*
*
2025-05-03 20:06:45 +08:00
* Dni z QSO
2024-01-01 21:47:45 +08:00
*
*/
2025-05-03 20:06:45 +08:00
$lang [ 'statistics_tab_yearly' ] = " Rocznie " ;
$lang [ 'statistics_tab_streaks' ] = " Seria " ;
$lang [ 'statistics_tab_weekdays' ] = " Dni tygodnia " ;
$lang [ 'statistics_tab_daily' ] = " Codziennie " ;
$lang [ 'statistics_days_yearly' ] = " Liczba dni z QSO w każdym roku " ;
$lang [ 'statistics_days_with_qso' ] = " Dni z QSO " ;
$lang [ 'statistics_qsos_each_day' ] = " Liczba QSO każdego dnia " ;
$lang [ 'statistics_weekdays_with_qso' ] = " Podział QSO według dnia tygodnia " ;
$lang [ 'statistics_number_of_qsos_this_day' ] = " Liczba QSO tego dnia " ;
$lang [ 'statistics_number_of_qsos_this_weekday' ] = " Liczba QSO dla tego dnia tygodnia " ;
$lang [ 'statistics_dwq_longest_streak_in_log' ] = " Najdłuższa seria QSO w logu " ;
$lang [ 'statistics_dwq_longest_streak_in_log_hint' ] = " Pokazano maksymalnie 10 najdłuższych serii! " ;
$lang [ 'statistics_dwq_streak_continuous_days' ] = " Seria (ciągłe dni z QSO) " ;
$lang [ 'statistics_dwq_current_streak_in_log' ] = " Bieżąca seria QSO w logu " ;
$lang [ 'statistics_dwq_current_streak_continuous_days' ] = " Bieżąca seria (ciągłe dni z QSO) " ;
$lang [ 'statistics_dwq_make_qso_to_extend_streak' ] = " Jeśli dzisiaj przeprowadzisz QSO, możesz kontynuować przedłużanie swojej serii... w przeciwnym razie Twoja bieżąca seria zostanie przerwana! " ;
$lang [ 'statistics_dwq_no_current_streak' ] = " Nie znaleziono bieżącej serii! " ;