Merge branch 'master' of https://github.com/magicbug/Cloudlog
这个提交包含在:
当前提交
1fdeeea684
共有 6 个文件被更改,包括 29 次插入 和 4 次删除
|
|
@ -42,6 +42,6 @@ Thanks to Andy (VE7CXZ), Gavin (M1BXF), Graham (W5ISP), Robert (M0VFC), Corby (K
|
|||
|
||||
Cloudlog is supported by Patreon and donations via PayPal, thanks to the following people:
|
||||
|
||||
Paul (M0TZO), Tim (G4VXE), Paul (N8HM), Michelle (W5NYV), Mitchell (AD0HJ), Dan (M0TCB), Martin (DK3ML), Juan Carlos (EA5WA), Iain (M0PCB), Charlie (GM1TGY), Ondrej (OK1CDJ), Trystan (G0KAY), Oliver (DL6KBG), Volkmar Schirmer, Jordan (M0PIR), Thomas Ziegler, Mathis (DB9MAT), Ken (VE3HLS), Tyler (WL7T), Jeremy Taylor, Ben Kuhn, Eric Thresher, Michael Cullen, Juuso (OH1JW), Anthony Castiglia, Fernando Ramirez-Ferrer, Robert Dixon, Mark Percival, Julia (KV1V), Timo Tomasini, Ant (NU1U), Christopher Williams, Danny Barnes, Vic.
|
||||
Paul (M0TZO), Tim (G4VXE), Paul (N8HM), Michelle (W5NYV), Mitchell (AD0HJ), Dan (M0TCB), Martin (DK3ML), Juan Carlos (EA5WA), Iain (M0PCB), Charlie (GM1TGY), Ondrej (OK1CDJ), Trystan (G0KAY), Oliver (DL6KBG), Volkmar Schirmer, Jordan (M0PIR), Thomas Ziegler, Mathis (DB9MAT), Ken (VE3HLS), Tyler (WL7T), Jeremy Taylor, Ben Kuhn, Eric Thresher, Michael Cullen, Juuso (OH1JW), Anthony Castiglia, Fernando Ramirez-Ferrer, Robert Dixon, Mark Percival, Julia (KV1V), Timo Tomasini, Ant (NU1U), Christopher Williams, Danny Barnes, Vic, Tom (M0LTE), smurphboy
|
||||
|
||||
If you'd like to donate to Cloudlog to help allow @magicbug spend less time doing commercial work and more time coding Cloudlog then you can donate via [PayPal](https://paypal.me/PGoodhall), [Github Sponsor](https://github.com/sponsors/magicbug) or become a [Patreon](https://www.patreon.com/2m0sql)
|
||||
If you'd like to donate to Cloudlog to help allow @magicbug spend less time doing commercial work and more time coding Cloudlog then you can donate via [PayPal](https://paypal.me/PGoodhall), [Github Sponsor](https://github.com/sponsors/magicbug) or become a [Patreon](https://www.patreon.com/2m0sql)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['account_logbook_fields'] = 'Campos a mostrar en el Logbook';
|
||||
$lang['account_column1_text'] = 'Columna 1';
|
||||
$lang['account_column2_text'] = 'Columna 2';
|
||||
$lang['account_column3_text'] = 'Columna 3';
|
||||
$lang['account_column4_text'] = 'Columna 4';
|
||||
$lang['account_column5_text'] = 'Columna 5 (solo en logbook)';
|
||||
|
|
@ -90,6 +90,9 @@ $lang['gen_hamradio_usa_state'] = 'Estado USA';
|
|||
$lang['gen_hamradio_iota_reference'] = 'Referencia IOTA';
|
||||
$lang['gen_hamradio_sota_reference'] = 'Referencia SOTA';
|
||||
$lang['gen_hamradio_dok'] = 'DOK';
|
||||
$lang['gen_hamradio_state'] = 'Estado';
|
||||
$lang['gen_hamradio_iota'] = 'IOTA';
|
||||
$lang['gen_hamradio_gridsquare'] = 'Gridsquare';
|
||||
|
||||
$lang['gen_hamradio_sig'] = 'Señal';
|
||||
$lang['gen_hamradio_sig_info'] = 'Información de señal';
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class Counties extends CI_Model
|
|||
" and COL_DXCC in ('291', '6', '110')
|
||||
and coalesce(COL_CNTY, '') <> ''
|
||||
and COL_BAND != 'SAT'
|
||||
group by thcv.COL_STATE
|
||||
group by thcv.COL_STATE, countycountconfirmed
|
||||
order by thcv.COL_STATE";
|
||||
|
||||
$query = $this->db->query($sql);
|
||||
|
|
|
|||
2
assets/js/jquery.usmap.min.js
vendored
2
assets/js/jquery.usmap.min.js
vendored
文件差异因一行或多行过长而隐藏
|
|
@ -239,6 +239,18 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"JO-97":{
|
||||
"Modes":{
|
||||
"U/V":[
|
||||
{
|
||||
"Uplink_Mode":"LSB",
|
||||
"Uplink_Freq":"435110000",
|
||||
"Downlink_Mode":"USB",
|
||||
"Downlink_Freq":"145865000"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"Lilacsat-1":{
|
||||
"Modes":{
|
||||
"V/U":[
|
||||
|
|
|
|||
正在加载…
在新工单中引用