diff --git a/application/language/bulgarian/admin_lang.php b/application/language/bulgarian/admin_lang.php index 74959c85..b0ac319d 100644 --- a/application/language/bulgarian/admin_lang.php +++ b/application/language/bulgarian/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/bulgarian/general_words_lang.php b/application/language/bulgarian/general_words_lang.php index d3e8069a..ad60d22b 100644 --- a/application/language/bulgarian/general_words_lang.php +++ b/application/language/bulgarian/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Инфо'; $lang['general_word_choose_file'] = 'Изберете файл'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Дата'; $lang['general_word_time'] = 'Час'; diff --git a/application/language/bulgarian/station_lang.php b/application/language/bulgarian/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/bulgarian/station_lang.php +++ b/application/language/bulgarian/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/chinese_simplified/admin_lang.php b/application/language/chinese_simplified/admin_lang.php index 66b2c7f9..5c40dce0 100644 --- a/application/language/chinese_simplified/admin_lang.php +++ b/application/language/chinese_simplified/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = '设置'; $lang['admin_create_user'] = '创建用户'; $lang['admin_delete'] = '删除用户'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = '编辑用户'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/chinese_simplified/general_words_lang.php b/application/language/chinese_simplified/general_words_lang.php index 1ba39a62..fe9491ab 100644 --- a/application/language/chinese_simplified/general_words_lang.php +++ b/application/language/chinese_simplified/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = '消息'; $lang['general_word_choose_file'] = '选择文件'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = '日期'; $lang['general_word_time'] = '时间'; diff --git a/application/language/chinese_simplified/station_lang.php b/application/language/chinese_simplified/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/chinese_simplified/station_lang.php +++ b/application/language/chinese_simplified/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/czech/admin_lang.php b/application/language/czech/admin_lang.php index c8999c96..b32aedaf 100644 --- a/application/language/czech/admin_lang.php +++ b/application/language/czech/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Možnosti'; $lang['admin_create_user'] = 'Vytvořit uživatele'; $lang['admin_delete'] = 'Smazat'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Upravit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/czech/general_words_lang.php b/application/language/czech/general_words_lang.php index ddf2b921..5e888a95 100644 --- a/application/language/czech/general_words_lang.php +++ b/application/language/czech/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Vybrat soubor'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Datum'; $lang['general_word_time'] = 'Čas'; diff --git a/application/language/czech/station_lang.php b/application/language/czech/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/czech/station_lang.php +++ b/application/language/czech/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/dutch/admin_lang.php b/application/language/dutch/admin_lang.php index 06b4b152..2972aa4e 100644 --- a/application/language/dutch/admin_lang.php +++ b/application/language/dutch/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/dutch/general_words_lang.php b/application/language/dutch/general_words_lang.php index c4a68193..59fb0f8f 100644 --- a/application/language/dutch/general_words_lang.php +++ b/application/language/dutch/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Choose file'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Datum'; $lang['general_word_time'] = 'Tijd'; diff --git a/application/language/dutch/station_lang.php b/application/language/dutch/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/dutch/station_lang.php +++ b/application/language/dutch/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/english/admin_lang.php b/application/language/english/admin_lang.php index 125504d1..03f93baa 100644 --- a/application/language/english/admin_lang.php +++ b/application/language/english/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/english/general_words_lang.php b/application/language/english/general_words_lang.php index 677fa46f..7d8f4549 100644 --- a/application/language/english/general_words_lang.php +++ b/application/language/english/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Choose file'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Date'; $lang['general_word_time'] = 'Time'; diff --git a/application/language/english/station_lang.php b/application/language/english/station_lang.php index 53b7fc39..6c0d8c6b 100644 --- a/application/language/english/station_lang.php +++ b/application/language/english/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; diff --git a/application/language/finnish/admin_lang.php b/application/language/finnish/admin_lang.php index f1ada535..2bb11e05 100644 --- a/application/language/finnish/admin_lang.php +++ b/application/language/finnish/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Valinnat'; $lang['admin_create_user'] = 'Luo käyttäjä'; $lang['admin_delete'] = 'Poista'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Muokkaa'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index 8aa4b741..4280b539 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Valitse tiedosto'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Päivä'; $lang['general_word_time'] = 'Aika'; diff --git a/application/language/finnish/station_lang.php b/application/language/finnish/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/finnish/station_lang.php +++ b/application/language/finnish/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/french/admin_lang.php b/application/language/french/admin_lang.php index 4aa4bde5..7f591a52 100644 --- a/application/language/french/admin_lang.php +++ b/application/language/french/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Creation d\'un utilisateur'; $lang['admin_delete'] = 'Supprimer'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Editer'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/french/general_words_lang.php b/application/language/french/general_words_lang.php index aae52ca1..95a96b1c 100644 --- a/application/language/french/general_words_lang.php +++ b/application/language/french/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Information'; $lang['general_word_choose_file'] = 'Choose file'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Date'; $lang['general_word_time'] = 'Heure'; diff --git a/application/language/french/station_lang.php b/application/language/french/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/french/station_lang.php +++ b/application/language/french/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/german/admin_lang.php b/application/language/german/admin_lang.php index a4d53169..2e958b85 100644 --- a/application/language/german/admin_lang.php +++ b/application/language/german/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Optionen'; $lang['admin_create_user'] = 'Benutzer anlegen'; $lang['admin_delete'] = 'Löschen'; +$lang['admin_remove'] = "Entfernen"; $lang['admin_edit'] = 'Bearbeiten'; $lang['admin_create'] = 'Erstelle'; $lang['admin_update'] = 'Aktualisiere'; diff --git a/application/language/german/general_words_lang.php b/application/language/german/general_words_lang.php index 3bad3359..5c180e17 100644 --- a/application/language/german/general_words_lang.php +++ b/application/language/german/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Datei wählen'; $lang['general_word_next'] = 'Weiter'; $lang['general_word_previous'] = 'Zurück'; +$lang['general_word_enabled'] = "Eingeschaltet"; +$lang['general_word_disabled'] = "Ausgeschaltet"; $lang['general_word_date'] = 'Datum'; $lang['general_word_time'] = 'Zeit'; diff --git a/application/language/german/station_lang.php b/application/language/german/station_lang.php index 2d9df402..261734cd 100644 --- a/application/language/german/station_lang.php +++ b/application/language/german/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Stationslogbücher"; +$lang['station_logbooks_description_header'] = "Was sind Stationslogbücher"; +$lang['station_logbooks_description_text'] = "Stationslogbücher ermöglichen es dir, Stationsstandorte zu gruppieren. Dadurch können Sie alle Standorte innerhalb einer Sitzung von den Logbuchbereichen bis zur Analyse sehen. Das ist besonders nützlich, wenn Sie an verschiedenen Standorten arbeiten, die jedoch zu derselben DXCC- oder VUCC-Zone gehören."; +$lang['station_logbooks_create'] = "Erstelle Stationslogbuch"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Verknüpfung"; +$lang['station_logbooks_public_search'] = "Öffentl. Suche"; +$lang['station_logbooks_set_active'] = "Setze als aktives Logbuch"; +$lang['station_logbooks_active_logbook'] = "Aktives Logbuch"; +$lang['station_logbooks_edit_logbook'] = "Bearbeite Stationslogbuch"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Bist du sicher, dass du das folgende Logbuch löschen willst? Du wirst alle Standorte, welche hier verknüpft sind mit einem anderen Logbuch verknüpfen müssen.: "; +$lang['station_logbooks_view_public'] = "Zeige die öffentl. Seite für das Logbuch: "; +$lang['station_logbooks_create_name'] = "Stationslogbuch Name"; +$lang['station_logbooks_create_name_hint'] = "Du kannst das Stationslogbuch völlig frei benennen."; +$lang['station_logbooks_edit_name_hint'] = "Kurzname für das Stationslogbuch. Zum Beispiel: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Aktualisiere Stationslogbuch Name"; +$lang['station_logbooks_public_slug'] = "Öffentlicher Link"; +$lang['station_logbooks_public_slug_hint'] = "Mit einem öffentlichen Link kannst du dieses Logbuch mit jedem über eine eigene Seite teilen. Dieser Linkzusatz darf jedoch nur Buchstaben & Zahlen enthalten."; +$lang['station_logbooks_public_slug_format1'] = "So wird der Link aussehen:"; +$lang['station_logbooks_public_slug_format2'] = "[dein Link]"; +$lang['station_logbooks_public_slug_input'] = "Gib ein, wie der öffentliche Link lauten soll:"; +$lang['station_logbooks_public_slug_visit'] = "Besuche die öffentl. Seite"; +$lang['station_logbooks_public_search_hint'] = "Einschalten der Suchfunktion gibt Besuchern deiner öffentlichen Logbuch Seite die Möglichkeit über ein Suchfeld Einträge zu suchen. Die Suche deckt dabei nur dieses Logbuch ab."; +$lang['station_logbooks_public_search_enabled'] = "Öffentliche Suche eingeschaltet"; +$lang['station_logbooks_select_avail_loc'] = "Wähle verfügbare Stationsstandorte"; +$lang['station_logbooks_link_loc'] = "Verknüpfe Standort"; +$lang['station_logbooks_linked_loc'] = "Verknüpfte Standorte"; +$lang['station_logbooks_no_linked_loc'] = "Keine verknüpften Standorte"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Stationsstandort'; +$lang['station_location_plural'] = "Stationsstandorte"; $lang['station_location_header_ln1'] = 'Stationsstandorte definieren die Orte, von denen aus du QRV bist. Dein Zuhause, Bei Freunden oder Unterwegs'; $lang['station_location_header_ln2'] = 'Ähnlich wie Logbücher trennen die Stationsstandorte die entsprechenden QSO voneinander ab.'; $lang['station_location_header_ln3'] = 'Es kann immer nur ein Stationsstandort aktiv sein. Welches das aktuell ist siehst du in der Liste an dem "Aktive Station" Symbol'; diff --git a/application/language/greek/admin_lang.php b/application/language/greek/admin_lang.php index 125504d1..03f93baa 100644 --- a/application/language/greek/admin_lang.php +++ b/application/language/greek/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/greek/general_words_lang.php b/application/language/greek/general_words_lang.php index 84039752..55dbd561 100644 --- a/application/language/greek/general_words_lang.php +++ b/application/language/greek/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Πληροφορίες'; $lang['general_word_choose_file'] = 'Επιλογή αρχείου'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Ημερομηνία'; $lang['general_word_time'] = 'Ωρα'; diff --git a/application/language/greek/station_lang.php b/application/language/greek/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/greek/station_lang.php +++ b/application/language/greek/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/italian/admin_lang.php b/application/language/italian/admin_lang.php index 125504d1..03f93baa 100644 --- a/application/language/italian/admin_lang.php +++ b/application/language/italian/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/italian/general_words_lang.php b/application/language/italian/general_words_lang.php index 5a3fbeba..f632cd5e 100644 --- a/application/language/italian/general_words_lang.php +++ b/application/language/italian/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Scegli file'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Data'; $lang['general_word_time'] = 'Orario'; diff --git a/application/language/italian/station_lang.php b/application/language/italian/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/italian/station_lang.php +++ b/application/language/italian/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/polish/admin_lang.php b/application/language/polish/admin_lang.php index 125504d1..03f93baa 100644 --- a/application/language/polish/admin_lang.php +++ b/application/language/polish/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/polish/general_words_lang.php b/application/language/polish/general_words_lang.php index 8bc8d39f..4ac12782 100644 --- a/application/language/polish/general_words_lang.php +++ b/application/language/polish/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Informacja'; $lang['general_word_choose_file'] = 'Wybież plik'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Data'; $lang['general_word_time'] = 'Godzina'; diff --git a/application/language/polish/station_lang.php b/application/language/polish/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/polish/station_lang.php +++ b/application/language/polish/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/russian/admin_lang.php b/application/language/russian/admin_lang.php index 0c9f9834..83e76ea9 100644 --- a/application/language/russian/admin_lang.php +++ b/application/language/russian/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Опции'; $lang['admin_create_user'] = 'Создать пользователя'; $lang['admin_delete'] = 'Удалить'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Редактировать'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/russian/general_words_lang.php b/application/language/russian/general_words_lang.php index 82e58594..4a494ab9 100644 --- a/application/language/russian/general_words_lang.php +++ b/application/language/russian/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Информация'; $lang['general_word_choose_file'] = 'Выберите файл'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Дата'; $lang['general_word_time'] = 'Время'; diff --git a/application/language/russian/station_lang.php b/application/language/russian/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/russian/station_lang.php +++ b/application/language/russian/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/spanish/admin_lang.php b/application/language/spanish/admin_lang.php index 125504d1..03f93baa 100644 --- a/application/language/spanish/admin_lang.php +++ b/application/language/spanish/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/spanish/general_words_lang.php b/application/language/spanish/general_words_lang.php index 2ac9fa17..84353d0b 100644 --- a/application/language/spanish/general_words_lang.php +++ b/application/language/spanish/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Información'; $lang['general_word_choose_file'] = 'Elegir archivo'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Fecha'; $lang['general_word_time'] = 'Hora'; diff --git a/application/language/spanish/station_lang.php b/application/language/spanish/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/spanish/station_lang.php +++ b/application/language/spanish/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/swedish/admin_lang.php b/application/language/swedish/admin_lang.php index e0e15fe6..0ca2c1ea 100644 --- a/application/language/swedish/admin_lang.php +++ b/application/language/swedish/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Alternativ'; $lang['admin_create_user'] = 'Skapa användare'; $lang['admin_delete'] = 'Radera'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Redigera'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/swedish/general_words_lang.php b/application/language/swedish/general_words_lang.php index bde8621e..8fe9d674 100644 --- a/application/language/swedish/general_words_lang.php +++ b/application/language/swedish/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Info'; $lang['general_word_choose_file'] = 'Välj fil'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Datum'; $lang['general_word_time'] = 'Tid'; diff --git a/application/language/swedish/station_lang.php b/application/language/swedish/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/swedish/station_lang.php +++ b/application/language/swedish/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/language/turkish/admin_lang.php b/application/language/turkish/admin_lang.php index 5929467c..506368b4 100644 --- a/application/language/turkish/admin_lang.php +++ b/application/language/turkish/admin_lang.php @@ -15,6 +15,7 @@ $lang['admin_options'] = 'Options'; $lang['admin_create_user'] = 'Create user'; $lang['admin_delete'] = 'Delete'; +$lang['admin_remove'] = "Remove"; $lang['admin_edit'] = 'Edit'; $lang['admin_create'] = 'Create'; $lang['admin_update'] = 'Update'; diff --git a/application/language/turkish/general_words_lang.php b/application/language/turkish/general_words_lang.php index 0438ba66..1bf1157b 100644 --- a/application/language/turkish/general_words_lang.php +++ b/application/language/turkish/general_words_lang.php @@ -14,6 +14,8 @@ $lang['general_word_info'] = 'Bilgiler'; $lang['general_word_choose_file'] = 'Dosya seç'; $lang['general_word_next'] = 'Next'; $lang['general_word_previous'] = 'Previous'; +$lang['general_word_enabled'] = "Enabled"; +$lang['general_word_disabled'] = "Disabled"; $lang['general_word_date'] = 'Tarih'; $lang['general_word_time'] = 'Saat'; diff --git a/application/language/turkish/station_lang.php b/application/language/turkish/station_lang.php index eb8bd0be..6c0d8c6b 100644 --- a/application/language/turkish/station_lang.php +++ b/application/language/turkish/station_lang.php @@ -2,9 +2,51 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -// Station Location +/* +___________________________________________________________________________________________ +Station Logbooks +___________________________________________________________________________________________ +*/ + +$lang['station_logbooks'] = "Station Logbooks"; +$lang['station_logbooks_description_header'] = "What are Station Logbooks"; +$lang['station_logbooks_description_text'] = "Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle."; +$lang['station_logbooks_create'] = "Create Station Logbook"; +$lang['station_logbooks_status'] = "Status"; +$lang['station_logbooks_link'] = "Link"; +$lang['station_logbooks_public_search'] = "Public Search"; +$lang['station_logbooks_set_active'] = "Set as Active Logbook"; +$lang['station_logbooks_active_logbook'] = "Active Logbook"; +$lang['station_logbooks_edit_logbook'] = "Edit Station Logbook"; // Full sentence will be generated 'Edit Station Logbook: [Logbook Name]' +$lang['station_logbooks_confirm_delete'] = "Are you sure you want to delete the following station logbook? You must re-link any locations linked here to another logbook.: "; +$lang['station_logbooks_view_public'] = "View Public Page for Logbook: "; +$lang['station_logbooks_create_name'] = "Station Logbook Name"; +$lang['station_logbooks_create_name_hint'] = "You can call a station logbook anything."; +$lang['station_logbooks_edit_name_hint'] = "Shortname for the station logbook. For example: Home Log (IO87IP)"; +$lang['station_logbooks_edit_name_update'] = "Update Station Logbook Name"; +$lang['station_logbooks_public_slug'] = "Public Slug"; +$lang['station_logbooks_public_slug_hint'] = "Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only."; +$lang['station_logbooks_public_slug_format1'] = "Later it looks like this:"; +$lang['station_logbooks_public_slug_format2'] = "[your slug]"; +$lang['station_logbooks_public_slug_input'] = "Type in Public Slug choice"; +$lang['station_logbooks_public_slug_visit'] = "Visit Public Page"; +$lang['station_logbooks_public_search_hint'] = "Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook."; +$lang['station_logbooks_public_search_enabled'] = "Public search enabled"; +$lang['station_logbooks_select_avail_loc'] = "Select Available Station Locations"; +$lang['station_logbooks_link_loc'] = "Link Location"; +$lang['station_logbooks_linked_loc'] = "Linked Locations"; +$lang['station_logbooks_no_linked_loc'] = "No Linked Locations"; + + + +/* +___________________________________________________________________________________________ +Station Locations +___________________________________________________________________________________________ +*/ $lang['station_location'] = 'Station Location'; +$lang['station_location_plural'] = "Station Locations"; $lang['station_location_header_ln1'] = 'Station Locations define operating locations, such as your QTH, a friends QTH, or a portable station.'; $lang['station_location_header_ln2'] = 'Similar to logbooks, a station profile keeps a set of QSOs together.'; $lang['station_location_header_ln3'] = 'Only one station may be active at a time. In the table below this is shown with the -Active Station- badge.'; @@ -20,7 +62,7 @@ $lang['station_location_name_hint'] = 'Shortname for the station location. For e $lang['station_location_callsign'] = 'Station Callsign'; $lang['station_location_callsign_hint'] = 'Station callsign. For example: 2M0SQL/P'; $lang['station_location_power'] = 'Station Power (W)'; -$lang['station_location_power_hint'] = 'Desfault station power in Watt. Overwritten by CAT.'; +$lang['station_location_power_hint'] = 'Default station power in Watt. Overwritten by CAT.'; $lang['station_location_emptylog'] = 'Empty Log'; $lang['station_location_confirm_active'] = 'Are you sure you want to make the following station the active station: '; $lang['station_location_set_active'] = 'Set Active'; @@ -66,4 +108,3 @@ $lang['station_location_oqrs_text'] = "OQRS Text"; $lang['station_location_oqrs_text_hint'] = "Some info you want to add regarding QSL'ing."; - diff --git a/application/views/logbooks/create.php b/application/views/logbooks/create.php index a28cd066..96e00eca 100644 --- a/application/views/logbooks/create.php +++ b/application/views/logbooks/create.php @@ -25,12 +25,12 @@
- + - You can call a station logbook anything. +
- +
diff --git a/application/views/logbooks/edit.php b/application/views/logbooks/edit.php index 092e5bc4..7df9b778 100644 --- a/application/views/logbooks/edit.php +++ b/application/views/logbooks/edit.php @@ -21,20 +21,20 @@
-
: logbook_name; ?>
+
: logbook_name; ?>
- + logbook_name; } ?>" required> - Shortname for the station location. For example: Home (IO87IP) +
- +
@@ -42,36 +42,38 @@
-
Public Slug
+
-

Setting a public slug allows you to share your logbook with anyone via a custom website address, this slug can contain letters & numbers only.

- +

+


+ /

- +
- +
- +
public_slug != "") { ?>
-

Enabling public search function offers a search input box on the public logbook page accessed via public slug. Search only covers this logbook.

- +

+ @@ -103,11 +105,11 @@ ?>
- + @@ -115,7 +117,7 @@ - +
@@ -124,14 +126,14 @@
- Linked Locations +
- + @@ -141,7 +143,7 @@ foreach ($station_locations_linked->result() as $row) { ?> - + - + diff --git a/application/views/logbooks/index.php b/application/views/logbooks/index.php index c510b2b5..c2ca7c64 100644 --- a/application/views/logbooks/index.php +++ b/application/views/logbooks/index.php @@ -12,16 +12,16 @@
- What are Station Logbooks +
-

Station Logbooks allow you to group Station Locations, this allows you to see all the locations across one session from the logbook areas to the analytics. Great for when your operating in multiple locations but they are part of the same DXCC or VUCC Circle.

+

- Station Logbooks Create a Station Logbook +
@@ -31,12 +31,12 @@
Location Name
station_profile_name;?> (Callsign: station_callsign;?> DXCC: station_country; if ($row->end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?>)station_profile_name;?> (: station_callsign;?> : station_country; if ($row->end != NULL) { echo ' '.lang('gen_hamradio_deleted_dxcc').''; } ?>)
No linked locations
- - - - - - + + + + + + @@ -48,29 +48,29 @@
NameStatusEditDeleteLinkPublic Search
session->userdata('active_station_logbook') != $row->logbook_id) { ?> - logbook_id; ?>" class="btn btn-outline-primary btn-sm">Set as Active Logbook + logbook_id; ?>" class="btn btn-outline-primary btn-sm"> Active Logbook'; + echo "" . lang('station_logbooks_active_logbook') . ""; }?> - logbook_id; ?>" class="btn btn-outline-primary btn-sm"> + logbook_id; ?>" class="btn btn-outline-primary btn-sm"> session->userdata('active_station_logbook') != $row->logbook_id) { ?> - logbook_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want delete station logbook logbook_name; ?>? You must re-link any locations linked here to another logbook.');"> + logbook_id; ?>" class="btn btn-danger btn-sm" onclick="return confirm('logbook_name; ?>');"> public_slug != '') { ?> - public_slug; ?>" class="btn btn-outline-primary btn-sm" > + public_slug; ?>" class="btn btn-outline-primary btn-sm" > public_search == 1) { - echo "Enabled"; + echo "" . lang('general_word_enabled') . ""; } else { - echo "Disabled"; + echo "" . lang('general_word_disabled') . ""; } ?>