diff --git a/application/language/bulgarian/account_lang.php b/application/language/bulgarian/account_lang.php index 1096cc40..83fa79fd 100644 --- a/application/language/bulgarian/account_lang.php +++ b/application/language/bulgarian/account_lang.php @@ -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?'; + diff --git a/application/language/bulgarian/admin_lang.php b/application/language/bulgarian/admin_lang.php index 77f0753e..4a5d7425 100644 --- a/application/language/bulgarian/admin_lang.php +++ b/application/language/bulgarian/admin_lang.php @@ -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'; diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index 8280d94a..ab8bb372 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -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'; diff --git a/application/language/chinese_simplified/account_lang.php b/application/language/chinese_simplified/account_lang.php index 13677a2b..e9847004 100644 --- a/application/language/chinese_simplified/account_lang.php +++ b/application/language/chinese_simplified/account_lang.php @@ -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?'; + diff --git a/application/language/chinese_simplified/admin_lang.php b/application/language/chinese_simplified/admin_lang.php index d1d1c136..23fc6245 100644 --- a/application/language/chinese_simplified/admin_lang.php +++ b/application/language/chinese_simplified/admin_lang.php @@ -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'; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index 3c86be41..1df4cdc7 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -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'; diff --git a/application/language/czech/account_lang.php b/application/language/czech/account_lang.php index 4855b4a8..6a4bf208 100644 --- a/application/language/czech/account_lang.php +++ b/application/language/czech/account_lang.php @@ -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?'; + diff --git a/application/language/czech/admin_lang.php b/application/language/czech/admin_lang.php index 1baea86e..3e5a985c 100644 --- a/application/language/czech/admin_lang.php +++ b/application/language/czech/admin_lang.php @@ -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'; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index cb4cb942..574d6932 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -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'; diff --git a/application/language/dutch/account_lang.php b/application/language/dutch/account_lang.php index 8928ba6a..75f59017 100644 --- a/application/language/dutch/account_lang.php +++ b/application/language/dutch/account_lang.php @@ -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?'; + diff --git a/application/language/dutch/admin_lang.php b/application/language/dutch/admin_lang.php index 6b161da8..4c8de7f7 100644 --- a/application/language/dutch/admin_lang.php +++ b/application/language/dutch/admin_lang.php @@ -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'; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index b1eadcf2..a577cde8 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -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'; diff --git a/application/language/english/account_lang.php b/application/language/english/account_lang.php index 129931ce..2d09aba1 100644 --- a/application/language/english/account_lang.php +++ b/application/language/english/account_lang.php @@ -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?'; + diff --git a/application/language/english/admin_lang.php b/application/language/english/admin_lang.php index b42ab400..754ab980 100644 --- a/application/language/english/admin_lang.php +++ b/application/language/english/admin_lang.php @@ -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'; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index d0d29613..f0bc5993 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -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'; diff --git a/application/language/finnish/account_lang.php b/application/language/finnish/account_lang.php index 97f8d488..5c05b4e5 100644 --- a/application/language/finnish/account_lang.php +++ b/application/language/finnish/account_lang.php @@ -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?'; + diff --git a/application/language/finnish/admin_lang.php b/application/language/finnish/admin_lang.php index 0bb47c66..02fa6db0 100644 --- a/application/language/finnish/admin_lang.php +++ b/application/language/finnish/admin_lang.php @@ -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'; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index fdd763b2..ce2aeed7 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -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'; diff --git a/application/language/french/account_lang.php b/application/language/french/account_lang.php index 4261ad28..ac6c40af 100644 --- a/application/language/french/account_lang.php +++ b/application/language/french/account_lang.php @@ -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?'; + diff --git a/application/language/french/admin_lang.php b/application/language/french/admin_lang.php index 54dff9ec..533d3873 100644 --- a/application/language/french/admin_lang.php +++ b/application/language/french/admin_lang.php @@ -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'; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index 083df05c..145c86e2 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -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'; diff --git a/application/language/german/account_lang.php b/application/language/german/account_lang.php index a527a2b8..adf14239 100644 --- a/application/language/german/account_lang.php +++ b/application/language/german/account_lang.php @@ -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?'; + diff --git a/application/language/german/admin_lang.php b/application/language/german/admin_lang.php index 1b909cb2..2cace48e 100644 --- a/application/language/german/admin_lang.php +++ b/application/language/german/admin_lang.php @@ -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'; diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index 1ce22f7c..fa0da016 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -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'; diff --git a/application/language/greek/account_lang.php b/application/language/greek/account_lang.php index 2e585f82..035607e0 100644 --- a/application/language/greek/account_lang.php +++ b/application/language/greek/account_lang.php @@ -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?'; + diff --git a/application/language/greek/admin_lang.php b/application/language/greek/admin_lang.php index b42ab400..754ab980 100644 --- a/application/language/greek/admin_lang.php +++ b/application/language/greek/admin_lang.php @@ -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'; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index 144736cb..64827e2c 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -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'; diff --git a/application/language/italian/account_lang.php b/application/language/italian/account_lang.php index 98820da2..a0d32a2f 100644 --- a/application/language/italian/account_lang.php +++ b/application/language/italian/account_lang.php @@ -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?'; + diff --git a/application/language/italian/admin_lang.php b/application/language/italian/admin_lang.php index b42ab400..754ab980 100644 --- a/application/language/italian/admin_lang.php +++ b/application/language/italian/admin_lang.php @@ -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'; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index 5248c761..c58ad3ca 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -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'; diff --git a/application/language/polish/account_lang.php b/application/language/polish/account_lang.php index 1aefa5d3..e176fc8d 100644 --- a/application/language/polish/account_lang.php +++ b/application/language/polish/account_lang.php @@ -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?'; + diff --git a/application/language/polish/admin_lang.php b/application/language/polish/admin_lang.php index b42ab400..754ab980 100644 --- a/application/language/polish/admin_lang.php +++ b/application/language/polish/admin_lang.php @@ -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'; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 8f901531..3a1c84ce 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -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'; diff --git a/application/language/russian/account_lang.php b/application/language/russian/account_lang.php index c347a0ff..34b34384 100644 --- a/application/language/russian/account_lang.php +++ b/application/language/russian/account_lang.php @@ -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?'; + diff --git a/application/language/russian/admin_lang.php b/application/language/russian/admin_lang.php index 436ab179..18389681 100644 --- a/application/language/russian/admin_lang.php +++ b/application/language/russian/admin_lang.php @@ -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'] = 'Аккаунты пользователей'; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index 429ec284..daba6e56 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -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'; diff --git a/application/language/spanish/account_lang.php b/application/language/spanish/account_lang.php index 5a86f0f5..3797ba67 100644 --- a/application/language/spanish/account_lang.php +++ b/application/language/spanish/account_lang.php @@ -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?'; + diff --git a/application/language/spanish/admin_lang.php b/application/language/spanish/admin_lang.php index b42ab400..754ab980 100644 --- a/application/language/spanish/admin_lang.php +++ b/application/language/spanish/admin_lang.php @@ -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'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index f3d98671..872a9916 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -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'; diff --git a/application/language/swedish/account_lang.php b/application/language/swedish/account_lang.php index e3a2ba1f..bd6a73ce 100644 --- a/application/language/swedish/account_lang.php +++ b/application/language/swedish/account_lang.php @@ -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?'; + diff --git a/application/language/swedish/admin_lang.php b/application/language/swedish/admin_lang.php index 6c2f2796..7382b97b 100644 --- a/application/language/swedish/admin_lang.php +++ b/application/language/swedish/admin_lang.php @@ -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'; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index fb2d12ea..801121e4 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -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'; diff --git a/application/language/turkish/account_lang.php b/application/language/turkish/account_lang.php index b5caad47..49233a95 100644 --- a/application/language/turkish/account_lang.php +++ b/application/language/turkish/account_lang.php @@ -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?'; + diff --git a/application/language/turkish/admin_lang.php b/application/language/turkish/admin_lang.php index 99232911..5c43ab9a 100644 --- a/application/language/turkish/admin_lang.php +++ b/application/language/turkish/admin_lang.php @@ -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'; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index 3f267605..75da52fc 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -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'; diff --git a/application/views/station_profile/index.php b/application/views/station_profile/index.php index 9ec57b3e..26708a97 100644 --- a/application/views/station_profile/index.php +++ b/application/views/station_profile/index.php @@ -11,29 +11,26 @@

-
- Station Locations -
-

Station Locations define operating locations, such as your QTH, a friend's QTH, or a portable station.

-

Similar to logbooks, a station profile keeps a set of QSOs together.

-

Only one station may be active at a time. In the table below this is shown with the "Active Station" badge.

+

+

+

-

Create a Station Location

+

num_rows() > 0) { ?> = 1) && ($is_admin)) { ?> @@ -41,15 +38,15 @@ - - - - + + + + - - - - + + + + @@ -63,30 +60,30 @@ + station_id; ?>" class="btn btn-danger btn-sm" title= onclick="return confirm('');">
Profile NameStation CallsignCountryGridsquare EditCopyEmpty LogDelete
station_gridsquare;?> station_active != 1) { ?> - station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm('Are you sure you want to make station station_profile_name; ?> the active station?');">Set Active + station_id; ?>" class="btn btn-outline-secondary btn-sm" onclick="return confirm(' station_profile_name; ?>');"> - Active Station +
ID: station_id;?> - qso_total;?> QSOs + qso_total;?>
user_id == "") { ?> - station_id; ?>" class="btn btn-outline-primary btn-sm"> Claim Ownership + station_id; ?>" class="btn btn-outline-primary btn-sm"> - station_id; ?>" title="Edit" class="btn btn-outline-primary btn-sm"> + station_id; ?>" title= class="btn btn-outline-primary btn-sm"> - station_id; ?>" title="Copy" class="btn btn-outline-primary btn-sm"> + station_id; ?>" title= class="btn btn-outline-primary btn-sm"> - 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?');"> station_active != 1) { ?> - station_id; ?>" class="btn btn-danger btn-sm" title="Delete" onclick="return confirm('Are you sure you want delete station profile station_profile_name; ?> this will delete all QSOs within this station profile?');"> + station_id; ?>" class="btn btn-danger btn-sm" title= onclick="return confirm(' station_profile_name; ?> ');">