diff --git a/application/language/finnish/options_lang.php b/application/language/finnish/options_lang.php index 05b0d51e..99184f59 100644 --- a/application/language/finnish/options_lang.php +++ b/application/language/finnish/options_lang.php @@ -42,7 +42,7 @@ $lang['options_crlf'] = 'CRLF'; $lang['options_newline'] = 'Newline'; $lang['options_outgoing_email_protocol_changed_to'] = 'Outgoing Email Protocol changed to '; $lang['options_smtp_encryption_changed_to'] = 'SMTP Encryption changed to '; -$lang['options_email_address_changed_to'] = Sähköpostiosoite vaihdettu: '; +$lang['options_email_address_changed_to'] = 'Sähköpostiosoite vaihdettu: '; $lang['options_email_sender_name_changed_to'] = 'Sähköpostin lähettäjän nimi vaihdettu: '; $lang['options_smtp_host_changed_to'] = 'SMTP Host changed to '; $lang['options_smtp_port_changed_to'] = 'SMTP Post changed to '; @@ -58,4 +58,16 @@ $lang['options_grouped_search'] = 'Grouped search'; $lang['options_when_this_is_on_all_station_locations_with_oqrs_active_will_be_searched_at_once'] = 'When this is on, all station locations with OQRS active, will be searched at once.'; $lang['options_oqrs_options_have_been_saved'] = 'OQRS options have been saved.'; +$lang['options_dxcluster'] = 'DXCluster'; +$lang['options_dxcluster_provider'] = 'Provider of DXClusterCache'; +$lang['options_dxcluster_longtext'] = 'The Provider of the DXCluster-Cache. You can set up your own Cache with DXClusterAPI or use a public one'; +$lang['options_dxcluster_hint'] = 'URL of the DXCluster-Cache. e.g. https://dxc.jo30.de/dxcache'; +$lang['options_dxcluster_settings'] = 'DXCluster'; +$lang['options_dxcache_url_changed_to'] = 'DXCluster Cache URL changed to '; +$lang['options_dxcluster_maxage'] = 'Maximum Age of spots taken care of'; +$lang['options_dxcluster_maxage_hint'] = 'The Age in Minutes of spots, that will be taken care at bandplan/lookup'; +$lang['options_dxcluster_decont'] = 'Show spots which are spotted from following continent'; +$lang['options_dxcluster_maxage_changed_to']='Maximum age of spots changed to '; +$lang['options_dxcluster_decont_changed_to']='de continent changed to '; + $lang['options_save'] = 'Save'; diff --git a/application/language/finnish/statistics_lang.php b/application/language/finnish/statistics_lang.php index 33f8a0e6..0fbe9ba9 100644 --- a/application/language/finnish/statistics_lang.php +++ b/application/language/finnish/statistics_lang.php @@ -14,4 +14,4 @@ $lang['statistics_unique_callsigns'] = 'Erillisiä kutsuja'; $lang['statistics_total'] = 'Yhteensä'; -$lang['statistics_year'] = 'Vuosi'; \ No newline at end of file +$lang['statistics_year'] = 'Vuosi';