mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Create qso_lang.php
This commit is contained in:
parent
31e2107c98
commit
25f08b7908
1 changed files with 25 additions and 0 deletions
25
application/language/finnish/qso_lang.php
Normal file
25
application/language/finnish/qso_lang.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
// Tiles
|
||||
$lang['qso_title_qso_map'] = 'QSO-kartta';
|
||||
$lang['qso_title_suggestions'] = 'Ehdotukset';
|
||||
$lang['qso_title_pervious_contacts'] = 'Aikaisemmat yhteydet';
|
||||
|
||||
// Input Help Text on the /QSO Display
|
||||
$lang['qso_transmit_power_helptext'] = 'Anna teholukema Watteina käyttäen vain numeroita.';
|
||||
|
||||
$lang['qso_sota_ref_helptext'] = 'Esimerkiksi: OH/JS-004.';
|
||||
|
||||
$lang['qso_sig_helptext'] = 'Esimerkiksi: WWFF tai POTA';
|
||||
$lang['qso_sig_info_helptext'] = 'Esimerkiksi: OHFF-0029';
|
||||
|
||||
$lang['qso_dok_helptext'] = 'Esimerkiksi: Q03';
|
||||
|
||||
$lang['qso_notes_helptext'] = 'Muistion sisältö tallentuu vain Cloudlogiin, tämän kuson yhteyteen, eikä siirry eteenpäin muihin palveluihin.';
|
||||
|
||||
// Button Text on /qso Display
|
||||
|
||||
$lang['qso_btn_reset_qso'] = 'Tyhjennä';
|
||||
$lang['qso_btn_save_qso'] = 'Tallenna QSO';
|
||||
Loading…
Add table
Add a link
Reference in a new issue