Created New Lang file adif_lang.php

pull/2573/head
HB9HIL 2023-10-16 10:37:02 +02:00
rodzic f8a28c9d42
commit 269811f5cc
2 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -98,6 +98,7 @@ $autoload['config'] = array('cloudlog', 'bands', 'lotw');
$autoload['language'] = array(
'account',
'adif',
'admin',
'contesting',
'eqsl',

Wyświetl plik

@ -0,0 +1,20 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*
___________________________________________________________________________________________
Topbar
___________________________________________________________________________________________
*/
$lang[adif_import] = "ADIF Import";
$lang[adif_export] = "ADIF Export";
// $lang['lotw_title'] --> application/language/english/lotw_lang.php
$lang[adif_alert_important] = "Important";