From 75a9684cd3946577cb6ac9ec454404beea319d5c Mon Sep 17 00:00:00 2001 From: oh1jw <77230101+oh1jw@users.noreply.github.com> Date: Wed, 3 Feb 2021 15:21:45 +0200 Subject: [PATCH] Update general_words_lang.php updated translation --- application/language/finnish/general_words_lang.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/application/language/finnish/general_words_lang.php b/application/language/finnish/general_words_lang.php index da41e4e0..67516346 100644 --- a/application/language/finnish/general_words_lang.php +++ b/application/language/finnish/general_words_lang.php @@ -59,12 +59,12 @@ $lang['gen_hamradio_station'] = 'Asema'; $lang['gen_hamradio_call'] = 'Kutsu'; $lang['gen_hamradio_callsign'] = 'Kutsumerkki'; $lang['gen_hamradio_mode'] = 'Mode'; -$lang['gen_hamradio_rst_sent'] = 'Sent'; -$lang['gen_hamradio_rst_recv'] = 'Recv\'d'; -$lang['gen_hamradio_band'] = 'Band'; -$lang['gen_hamradio_band_rx'] = 'Band (RX)'; -$lang['gen_hamradio_frequency'] = 'Frequency'; -$lang['gen_hamradio_frequency_rx'] = 'Frequency (RX)'; +$lang['gen_hamradio_rst_sent'] = 'Lähetetty'; +$lang['gen_hamradio_rst_recv'] = 'saatu'; +$lang['gen_hamradio_band'] = 'Bandi'; +$lang['gen_hamradio_band_rx'] = 'Bandi (RX)'; +$lang['gen_hamradio_frequency'] = 'Taajuus'; +$lang['gen_hamradio_frequency_rx'] = 'Taajuus (RX)'; $lang['gen_hamradio_radio'] = 'Radio'; $lang['gen_hamradio_rsts'] = 'RST (S)'; $lang['gen_hamradio_rstr'] = 'RST (R)';