Station Profile View

pull/2564/head
HB9HIL 2023-10-12 02:08:57 +02:00
rodzic daab677908
commit eb8222203e
46 zmienionych plików z 368 dodań i 27 usunięć

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Внимание: трябва да
$lang['notice_turn_the_radio_on'] = 'Днес не сте правили QSO; време е да включите радиото!';
$lang['general_word_important'] = 'Важно';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Инфо';
$lang['general_word_choose_file'] = 'Изберете файл';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = '密码';
$lang['account_roles'] = '角色';
$lang['account_user_role'] = '用户角色';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = '主题';
$lang['account_stylesheet'] = '样式表';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'Mastodon 地址';
$lang['account_gridmap_settings'] = '网格地图设置';
$lang['account_gridmap_default_band'] = '默认波段';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = '设置';
$lang['admin_create_user'] = '创建用户';
$lang['admin_delete'] = '删除用户';
$lang['admin_edit'] = '编辑用户';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = '注意:你需要设置一个活动
$lang['notice_turn_the_radio_on'] = '你今天还没有 QSO是时候打开你的电台了';
$lang['general_word_important'] = '重要';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = '消息';
$lang['general_word_choose_file'] = '选择文件';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Heslo';
$lang['account_roles'] = 'Role';
$lang['account_user_role'] = 'Uživatelská role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Motiv';
$lang['account_stylesheet'] = 'Styl';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL Mastodon serveru';
$lang['account_gridmap_settings'] = 'Nastavení pro Mapu lokátorů';
$lang['account_gridmap_default_band'] = 'Výchozí pásma';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Možnosti';
$lang['admin_create_user'] = 'Vytvořit uživatele';
$lang['admin_delete'] = 'Smazat';
$lang['admin_edit'] = 'Upravit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Pozor: musíte nastavit aktivní um
$lang['notice_turn_the_radio_on'] = 'Dnes jste neudělali žádná QSO spojení; je čas zapnout rádio!';
$lang['general_word_important'] = 'Důležité';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Vybrat soubor';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Let op: Activeer een station profiel
$lang['notice_turn_the_radio_on'] = 'Je hebt vandaag nog geen QSOs gemaakt. Tijd om de set aan te zetten!';
$lang['general_word_important'] = 'Belangrijk';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Choose file';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Attention: you need to set an active
$lang['notice_turn_the_radio_on'] = 'You have made no QSOs today; time to turn on the radio!';
$lang['general_word_important'] = 'Important';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Choose file';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Salasana';
$lang['account_roles'] = 'Roolit';
$lang['account_user_role'] = 'Käyttäjän rooli';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Teema';
$lang['account_stylesheet'] = 'Tyylisivu';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Gridsquare -kartan asetukset';
$lang['account_gridmap_default_band'] = 'Oletusbandi';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Valinnat';
$lang['admin_create_user'] = 'Luo käyttäjä';
$lang['admin_delete'] = 'Poista';
$lang['admin_edit'] = 'Muokkaa';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Varoitus: sinun täytyy valita aktii
$lang['notice_turn_the_radio_on'] = 'Ei kusoja tänään - siis radio päälle ja bandeille!';
$lang['general_word_important'] = 'Tärkeää';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Valitse tiedosto';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Mot de passe';
$lang['account_roles'] = 'Rôles';
$lang['account_user_role'] = 'Rôle de l\'utilisateur';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Thème';
$lang['account_stylesheet'] = 'Nom du thème';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Creation d\'un utilisateur';
$lang['admin_delete'] = 'Supprimer';
$lang['admin_edit'] = 'Editer';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Attention: vous devez activer le pro
$lang['notice_turn_the_radio_on'] = 'Vous n\'avez fait aucun QSOs aujourd\'hui. Il est temps d\'allumer la radio!';
$lang['general_word_important'] = 'Important';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Information';
$lang['general_word_choose_file'] = 'Choose file';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Passwort';
$lang['account_roles'] = 'Rollen';
$lang['account_user_role'] = 'Benutzerrolle';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Thema';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL des Mastodonservers';
$lang['account_gridmap_settings'] = 'Einstellung der Planquadratkarte';
$lang['account_gridmap_default_band'] = 'Standardband';
$lang['account_qsl_settings'] = 'QSL-Methoden, die in der Planquadratkarte und beim anlegen eines QSOs angezeigt werden';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Stationsstandorte definieren die Orte, von denen aus du QRV bist. Dein Zuhause, Bei Freunden oder Unterwegs';
$lang['account_stationlocation_header_ln2'] = 'Ähnlich wie Logbücher trennen die Stationsstandorte die entsprechenden QSO voneinander ab.';
$lang['account_stationlocation_header_ln3'] = 'Es kann immer nur ein Stationsstandort aktiv sein. Welches das aktuell ist siehst du in der Liste an dem "Aktive Station" Symbol';
$lang['account_stationlocation_create'] = 'Erstelle einen neuen Stationsstandort';
$lang['account_stationlocation_warning'] = 'Achtung: Du musst einen aktiven Stationsstandort auswählen. Gehe zu Rufzeichen -> Stationsstandorte um einen zu aktivieren.';
$lang['account_stationlocation_reassign_at'] = 'Bitte mache die Zuordnung in ';
$lang['account_stationlocation_warning_reassign'] = 'Aufgrund von Änderungen in Cloudlog musst du QSOs wieder einem Stationsstandort zuordnen.';
$lang['account_stationlocation_name'] = 'Station Name';
$lang['account_stationlocation_callsign'] = 'Station Rufzeichen';
$lang['account_stationlocation_emptylog'] = 'Lösche Log';
$lang['account_stationlocation_confirm_active'] = 'Bist du sicher, dass du den folgenden Stationsstandort zum aktiven Standort machen möchtest?: ';
$lang['account_stationlocation_set_active'] = 'Aktiviere';
$lang['account_stationlocation_active'] = 'Aktive Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Bist du sicher, dass du alle QSO an diesem Stationsstandort löschen möchtest?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Optionen';
$lang['admin_create_user'] = 'Benutzer anlegen';
$lang['admin_delete'] = 'Löschen';
$lang['admin_edit'] = 'Editieren';
$lang['admin_copy'] = 'Kopieren';
$lang['admin_save'] = 'Speichern';
$lang['admin_close'] = 'Schliessen';
$lang['admin_user_accounts'] = 'Benutzerkonten';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Achtung: Du musst ein aktives Statio
$lang['notice_turn_the_radio_on'] = 'Du hast heute noch keine QSOs gemacht; Zeit, das Funkgerät einzuschalten!';
$lang['general_word_important'] = 'Wichtig';
$lang['general_word_maintenance'] = 'Wartung';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Datei wählen';
$lang['general_word_next'] = 'Weiter';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -99,3 +100,22 @@ $lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Προσοχή: πρέπει να ο
$lang['notice_turn_the_radio_on'] = 'Δεν έχετε κάνει κανένα QSO σήμερα. ώρα να ανοίξετε τον ασύρματο!';
$lang['general_word_important'] = 'Σημαντικό';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Πληροφορίες';
$lang['general_word_choose_file'] = 'Επιλογή αρχείου';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Attenzione: devi impostare un luogo
$lang['notice_turn_the_radio_on'] = 'Non hai fatto QSO oggi; è ora di accendere la radio!';
$lang['general_word_important'] = 'Importante';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Scegli file';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Uwaga: musisz ustawić aktywną loka
$lang['notice_turn_the_radio_on'] = 'Nie zrobiłeś dziś łączności; czas włączyć radio!';
$lang['general_word_important'] = 'Ważne';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Informacja';
$lang['general_word_choose_file'] = 'Wybież plik';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Пароль';
$lang['account_roles'] = 'Роли';
$lang['account_user_role'] = 'Роль пользователя';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Тема оформления';
$lang['account_stylesheet'] = 'Шаблон';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL профиля пользователя Ma
$lang['account_gridmap_settings'] = 'Настройки для карты квадратов';
$lang['account_gridmap_default_band'] = 'Диапазон по умолчанию';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Опции';
$lang['admin_create_user'] = 'Создать пользователя';
$lang['admin_delete'] = 'Удалить';
$lang['admin_edit'] = 'Редактировать';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'Аккаунты пользователей';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Внимание: вам нужно
$lang['notice_turn_the_radio_on'] = 'За сегодня ни одного QSO, время вернуться к радио!';
$lang['general_word_important'] = 'Важно';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Информация';
$lang['general_word_choose_file'] = 'Выберите файл';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Attention: you need to set an active
$lang['notice_turn_the_radio_on'] = 'No has realizado ninguna QSO hoy...¡Hora de encender la radio!';
$lang['general_word_important'] = 'Importante';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Información';
$lang['general_word_choose_file'] = 'Elegir archivo';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Lösenord';
$lang['account_roles'] = 'Roller';
$lang['account_user_role'] = 'Användarroll';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Tema';
$lang['account_stylesheet'] = 'Stilmall';
@ -35,7 +36,7 @@ $lang['account_date_format'] = 'Datumformat';
$lang['account_measurement_preferences'] = 'Measurement preference';
$lang['account_select_how_you_would_like_dates_shown_when_logged_into_your_account'] = 'Välj hur du vill att datum ska visas när du är inloggad på ditt konto.';
$lang['account_choose_which_unit_distances_will_be_shown_in'] = 'Välj i vilken enhetsavstånd som ska visas';
$lang['account_cloudlog_language'] = 'Cloudlog Language';
$lang['account_cloudlog_language'] = 'Cloudlog Language';
$lang['account_choose_cloudlog_language'] = 'Choose Cloudlog language.';
$lang['account_main_menu'] = 'Huvudmeny';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL till Mastodonserver';
$lang['account_gridmap_settings'] = 'Inställningar för Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Standard Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Alternativ';
$lang['admin_create_user'] = 'Skapa användare';
$lang['admin_delete'] = 'Radera';
$lang['admin_edit'] = 'Redigera';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'OBS! Du behöver ange en aktiv stati
$lang['notice_turn_the_radio_on'] = 'Inga QSOn idag - dags att slå på radion!';
$lang['general_word_important'] = 'Viktigt';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Info';
$lang['general_word_choose_file'] = 'Välj fil';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -19,6 +19,7 @@ $lang['account_password'] = 'Password';
$lang['account_roles'] = 'Roles';
$lang['account_user_role'] = 'User Role';
$lang['account_word_admin'] = 'Admin';
$lang['account_theme'] = 'Theme';
$lang['account_stylesheet'] = 'Stylesheet';
@ -98,3 +99,23 @@ $lang['account_user_mastodon'] = 'URL of Mastodonserver';
$lang['account_gridmap_settings'] = 'Settings for Gridsquare Map';
$lang['account_gridmap_default_band'] = 'Default Band';
$lang['account_qsl_settings'] = 'Default QSL-Method shown in views (Gridsquare and Add-QSO)';
// Station Location
$lang['account_stationlocation_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.';
$lang['account_stationlocation_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.';
$lang['account_stationlocation_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.';
$lang['account_stationlocation_create'] = 'Create a Station Location';
$lang['account_stationlocation_warning'] = 'Attention: You need to set an active station location. Go to Callsign->Station Location to select one.';
$lang['account_stationlocation_reassign_at'] = 'Please reassign them at ';
$lang['account_stationlocation_warning_reassign'] = 'Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.';
$lang['account_stationlocation_name'] = 'Profile Name';
$lang['account_stationlocation_callsign'] = 'Station Callsign';
$lang['account_stationlocation_emptylog'] = 'Empty Log';
$lang['account_stationlocation_confirm_active'] = 'Are you sure you want to make the following station the active station: ';
$lang['account_stationlocation_set_active'] = 'Set Active';
$lang['account_stationlocation_active'] = 'Active Station';
$lang['account_stationlocation_claim_ownership'] = 'Claim Ownership';
$lang['account_stationlocation_confirm_del_qso'] = 'Are you sure you want to delete all QSOs within this station profile?';
$lang['account_stationlocation_confirm_del_stationlocation'] = 'Are you sure you want delete station profile ';
$lang['account_stationlocation_confirm_del_stationlocation_qso'] = 'This will delete all QSOs within this station profile?';

Wyświetl plik

@ -16,6 +16,7 @@ $lang['admin_options'] = 'Options';
$lang['admin_create_user'] = 'Create user';
$lang['admin_delete'] = 'Delete';
$lang['admin_edit'] = 'Edit';
$lang['admin_copy'] = 'Copy';
$lang['admin_save'] = 'Save';
$lang['admin_close'] = 'Close';
$lang['admin_user_accounts'] = 'User Accounts';

Wyświetl plik

@ -7,6 +7,7 @@ $lang['error_no_active_station_profile'] = 'Dikkat: aktif bir istasyon konumu ay
$lang['notice_turn_the_radio_on'] = 'Bu gün hiç bir QSO yapmadınız. Telsizi açmanın zamanı geldi!';
$lang['general_word_important'] = 'Önemli';
$lang['general_word_maintenance'] = 'Maintenance';
$lang['general_word_info'] = 'Bilgiler';
$lang['general_word_choose_file'] = 'Dosya seç';
$lang['general_word_next'] = 'Next';

Wyświetl plik

@ -11,29 +11,26 @@
<h2><?php echo $page_title; ?></h2>
<div class="card">
<div class="card-header">
Station Locations
</div>
<div class="card-body">
<p class="card-text">Station Locations define operating locations, such as your QTH, a friend's QTH, or a portable station.</p>
<p class="card-text">Similar to logbooks, a station profile keeps a set of QSOs together.</p>
<p class="card-text">Only one station may be active at a time. In the table below this is shown with the "Active Station" badge.</p>
<p class="card-text"><?php echo lang('account_stationlocation_header_ln1'); ?></p>
<p class="card-text"><?php echo lang('account_stationlocation_header_ln2'); ?></p>
<p class="card-text"><?php echo lang('account_stationlocation_header_ln3'); ?></p>
<p><a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> Create a Station Location</a></p>
<p><a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> <?php echo lang('account_stationlocation_create'); ?></a></p>
<?php if ($stations->num_rows() > 0) { ?>
<?php if($current_active == 0) { ?>
<div class="alert alert-danger" role="alert">
Attention: You need to set an active station location. Go to Callsign->Station Location to select one.
<?php echo lang('account_stationlocation_warning'); ?>
</div>
<?php } ?>
<?php if (($is_there_qsos_with_no_station_id >= 1) && ($is_admin)) { ?>
<div class="alert alert-danger" role="alert">
<span class="badge badge-pill badge-warning">Warning</span> Due to recent changes within Cloudlog you need to reassign QSOs to your station profiles.
<span class="badge badge-pill badge-warning"><?php echo lang('general_word_warning'); ?></span> <?php echo lang('account_stationlocation_warning_reassign'); ?>
</br>
Please reassign them at <a href="<?php echo site_url('maintenance/'); ?>" class="btn btn-warning"><i class="fas fa-sync"></i>Admin/Maintenance</a>
<?php echo lang('account_stationlocation_reassign_at'); ?> <a href="<?php echo site_url('maintenance/'); ?>" class="btn btn-warning"><i class="fas fa-sync"></i><?php echo lang('account_word_admin') . "/" . lang('general_word_maintenance'); ?></a>
</div>
<?php } ?>
@ -41,15 +38,15 @@
<table id="station_locations_table" class="table table-sm table-striped">
<thead>
<tr>
<th scope="col">Profile Name</th>
<th scope="col">Station Callsign</th>
<th scope="col">Country</th>
<th scope="col">Gridsquare</th>
<th scope="col"><?php echo lang('account_stationlocation_name'); ?></th>
<th scope="col"><?php echo lang('account_stationlocation_callsign'); ?></th>
<th scope="col"><?php echo lang('general_word_country'); ?></th>
<th scope="col"><?php echo lang('gen_hamradio_gridsquare'); ?></th>
<th></th>
<th scope="col">Edit</th>
<th scope="col">Copy</th>
<th scope="col">Empty Log</th>
<th scope="col">Delete</th>
<th scope="col"><?php echo lang('admin_edit'); ?></th>
<th scope="col"><?php echo lang('admin_copy'); ?></th>
<th scope="col"><?php echo lang('account_stationlocation_emptylog'); ?></th>
<th scope="col"><?php echo lang('admin_delete'); ?></th>
</tr>
</thead>
<tbody>
@ -63,30 +60,30 @@
<td><?php echo $row->station_gridsquare;?></td>
<td style="text-align: center" data-order="<?php echo $row->station_id;?>">
<?php if($row->station_active != 1) { ?>
<a href="<?php echo site_url('station/set_active/').$current_active."/".$row->station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm('Are you sure you want to make station <?php echo $row->station_profile_name; ?> the active station?');">Set Active</a>
<a href="<?php echo site_url('station/set_active/').$current_active."/".$row->station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm('<?php echo lang('account_stationlocation_confirm_active'); ?> <?php echo $row->station_profile_name; ?>');"><?php echo lang('account_stationlocation_set_active'); ?></a>
<?php } else { ?>
<span class="badge badge-success">Active Station</span>
<span class="badge badge-success"><?php echo lang('account_stationlocation_active'); ?></span>
<?php } ?>
<br>
<span class="badge badge-info">ID: <?php echo $row->station_id;?></span>
<span class="badge badge-light"><?php echo $row->qso_total;?> QSOs</span>
<span class="badge badge-light"><?php echo $row->qso_total;?> <?php echo lang('gen_hamradio_qso'); ?></span>
</td>
<td>
<?php if($row->user_id == "") { ?>
<a href="<?php echo site_url('station/claim_user')."/".$row->station_id; ?>" class="btn btn-outline-primary btn-sm"><i class="fas fa-user-plus"></i> Claim Ownership</a>
<a href="<?php echo site_url('station/claim_user')."/".$row->station_id; ?>" class="btn btn-outline-primary btn-sm"><i class="fas fa-user-plus"></i> <?php echo lang('account_stationlocation_claim_ownership'); ?></a>
<?php } ?>
<a href="<?php echo site_url('station/edit')."/".$row->station_id; ?>" title="Edit" class="btn btn-outline-primary btn-sm"><i class="fas fa-edit"></i></a>
<a href="<?php echo site_url('station/edit')."/".$row->station_id; ?>" title=<?php echo lang('admin_edit'); ?> class="btn btn-outline-primary btn-sm"><i class="fas fa-edit"></i></a>
</td>
<td>
<a href="<?php echo site_url('station/copy')."/".$row->station_id; ?>" title="Copy" class="btn btn-outline-primary btn-sm"><i class="fas fa-copy"></i></a>
<a href="<?php echo site_url('station/copy')."/".$row->station_id; ?>" title=<?php echo lang('admin_copy'); ?> class="btn btn-outline-primary btn-sm"><i class="fas fa-copy"></i></a>
</td>
<td>
<a href="<?php echo site_url('station/deletelog')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title="Empty Log" onclick="return confirm('Are you sure you want to delete all QSOs within this station profile?');"><i class="fas fa-trash-alt"></i></a></td>
<a href="<?php echo site_url('station/deletelog')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?php echo lang('account_stationlocation_emptylog'); ?> onclick="return confirm('<?php echo lang('account_stationlocation_confirm_del_qso'); ?>');"><i class="fas fa-trash-alt"></i></a></td>
</td>
<td>
<?php if($row->station_active != 1) { ?>
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title="Delete" onclick="return confirm('Are you sure you want delete station profile <?php echo $row->station_profile_name; ?> this will delete all QSOs within this station profile?');"><i class="fas fa-trash-alt"></i></a>
<a href="<?php echo site_url('station/delete')."/".$row->station_id; ?>" class="btn btn-danger btn-sm" title=<?php echo lang('admin_delete'); ?> onclick="return confirm('<?php echo lang('account_stationlocation_confirm_del_stationlocation'); ?> <?php echo $row->station_profile_name; ?> <?php echo lang('account_stationlocation_confirm_del_stationlocation_qso'); ?>');"><i class="fas fa-trash-alt"></i></a>
<?php } ?>
</td>
</tr>