mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Merge branch 'hotfix-2.2.2' into develop
This commit is contained in:
commit
c2de0fe7ca
@ -230,7 +230,7 @@ namespace
|
|||||||
|IL|IN|KS|KY|LA|LAX|MAR|MB|MDC
|
|IL|IN|KS|KY|LA|LAX|MAR|MB|MDC
|
||||||
|ME|MI|MN|MO|MS|MT|NC|ND|NE|NFL
|
|ME|MI|MN|MO|MS|MT|NC|ND|NE|NFL
|
||||||
|NH|NL|NLI|NM|NNJ|NNY|NT|NTX|NV
|
|NH|NL|NLI|NM|NNJ|NNY|NT|NTX|NV
|
||||||
|OH|OK|ONE|ONN|ONS|OR|ORG|PAC
|
|OH|OK|ONE|ONN|ONS|OR|ORG|PAC|PE
|
||||||
|PR|QC|RI|SB|SC|SCV|SD|SDG|SF
|
|PR|QC|RI|SB|SC|SCV|SD|SDG|SF
|
||||||
|SFL|SJV|SK|SNJ|STX|SV|TN|UT|VA
|
|SFL|SJV|SK|SNJ|STX|SV|TN|UT|VA
|
||||||
|VI|VT|WCF|WI|WMA|WNY|WPA|WTX
|
|VI|VT|WCF|WI|WMA|WNY|WPA|WTX
|
||||||
|
@ -196,7 +196,7 @@ subroutine unpack77(c77,nrx,msg,unpk77_success)
|
|||||||
! the value of nrx is used to decide when mycall13 or dxcall13 should
|
! the value of nrx is used to decide when mycall13 or dxcall13 should
|
||||||
! be used in place of a callsign from the hashtable
|
! be used in place of a callsign from the hashtable
|
||||||
!
|
!
|
||||||
parameter (NSEC=84) !Number of ARRL Sections
|
parameter (NSEC=85) !Number of ARRL Sections
|
||||||
parameter (NUSCAN=65) !Number of US states and Canadian provinces
|
parameter (NUSCAN=65) !Number of US states and Canadian provinces
|
||||||
parameter (MAXGRID4=32400)
|
parameter (MAXGRID4=32400)
|
||||||
integer*8 n58
|
integer*8 n58
|
||||||
@ -228,7 +228,7 @@ subroutine unpack77(c77,nrx,msg,unpk77_success)
|
|||||||
"ONS","OR ","ORG","PAC","PR ","QC ","RI ","SB ","SC ","SCV", &
|
"ONS","OR ","ORG","PAC","PR ","QC ","RI ","SB ","SC ","SCV", &
|
||||||
"SD ","SDG","SF ","SFL","SJV","SK ","SNJ","STX","SV ","TN ", &
|
"SD ","SDG","SF ","SFL","SJV","SK ","SNJ","STX","SV ","TN ", &
|
||||||
"UT ","VA ","VI ","VT ","WCF","WI ","WMA","WNY","WPA","WTX", &
|
"UT ","VA ","VI ","VT ","WCF","WI ","WMA","WNY","WPA","WTX", &
|
||||||
"WV ","WWA","WY ","DX "/
|
"WV ","WWA","WY ","DX ","PE "/
|
||||||
data cmult/ &
|
data cmult/ &
|
||||||
"AL ","AK ","AZ ","AR ","CA ","CO ","CT ","DE ","FL ","GA ", &
|
"AL ","AK ","AZ ","AR ","CA ","CO ","CT ","DE ","FL ","GA ", &
|
||||||
"HI ","ID ","IL ","IN ","IA ","KS ","KY ","LA ","ME ","MD ", &
|
"HI ","ID ","IL ","IN ","IA ","KS ","KY ","LA ","ME ","MD ", &
|
||||||
@ -864,7 +864,7 @@ subroutine pack77_03(nwords,w,i3,n3,c77)
|
|||||||
! Check 0.3 and 0.4 (ARRL Field Day exchange)
|
! Check 0.3 and 0.4 (ARRL Field Day exchange)
|
||||||
! Example message: WA9XYZ KA1ABC R 16A EMA 28 28 1 4 3 7 71
|
! Example message: WA9XYZ KA1ABC R 16A EMA 28 28 1 4 3 7 71
|
||||||
|
|
||||||
parameter (NSEC=84) !Number of ARRL Sections
|
parameter (NSEC=85) !Number of ARRL Sections
|
||||||
character*13 w(19)
|
character*13 w(19)
|
||||||
character*77 c77
|
character*77 c77
|
||||||
character*6 bcall_1,bcall_2
|
character*6 bcall_1,bcall_2
|
||||||
@ -879,7 +879,7 @@ subroutine pack77_03(nwords,w,i3,n3,c77)
|
|||||||
"ONS","OR ","ORG","PAC","PR ","QC ","RI ","SB ","SC ","SCV", &
|
"ONS","OR ","ORG","PAC","PR ","QC ","RI ","SB ","SC ","SCV", &
|
||||||
"SD ","SDG","SF ","SFL","SJV","SK ","SNJ","STX","SV ","TN ", &
|
"SD ","SDG","SF ","SFL","SJV","SK ","SNJ","STX","SV ","TN ", &
|
||||||
"UT ","VA ","VI ","VT ","WCF","WI ","WMA","WNY","WPA","WTX", &
|
"UT ","VA ","VI ","VT ","WCF","WI ","WMA","WNY","WPA","WTX", &
|
||||||
"WV ","WWA","WY ","DX "/
|
"WV ","WWA","WY ","DX ","PE "/
|
||||||
|
|
||||||
if(nwords.lt.4 .or. nwords.gt.5) return
|
if(nwords.lt.4 .or. nwords.gt.5) return
|
||||||
call chkcall(w(1),bcall_1,ok1)
|
call chkcall(w(1),bcall_1,ok1)
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -888,6 +888,16 @@ Format:
|
|||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>Directory</name>
|
<name>Directory</name>
|
||||||
|
<message>
|
||||||
|
<location filename="../SampleDownloader/Directory.cpp" line="51"/>
|
||||||
|
<source>File</source>
|
||||||
|
<translation type="unfinished">ファイル</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location filename="../SampleDownloader/Directory.cpp" line="51"/>
|
||||||
|
<source>Progress</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../SampleDownloader/Directory.cpp" line="113"/>
|
<location filename="../SampleDownloader/Directory.cpp" line="113"/>
|
||||||
<location filename="../SampleDownloader/Directory.cpp" line="189"/>
|
<location filename="../SampleDownloader/Directory.cpp" line="189"/>
|
||||||
|
@ -4173,9 +4173,8 @@ UDP 服务器 %2:%3</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="340"/>
|
|
||||||
<source>Invalid rig name - \ & / not allowed</source>
|
<source>Invalid rig name - \ & / not allowed</source>
|
||||||
<translation>无效的无线电设备名称 - \ & / 不允许</translation>
|
<translation type="vanished">无效的无线电设备名称 - \ & / 不允许</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../widgets/widegraph.cpp" line="18"/>
|
<location filename="../widgets/widegraph.cpp" line="18"/>
|
||||||
|
@ -4173,7 +4173,6 @@ UDP 服務器 %2:%3</translation>
|
|||||||
<context>
|
<context>
|
||||||
<name>QObject</name>
|
<name>QObject</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../main.cpp" line="340"/>
|
|
||||||
<source>Invalid rig name - \ & / not allowed</source>
|
<source>Invalid rig name - \ & / not allowed</source>
|
||||||
<translation>無效的無線電裝置名稱 - \ & / 不允許</translation>
|
<translation>無效的無線電裝置名稱 - \ & / 不允許</translation>
|
||||||
</message>
|
</message>
|
||||||
|
Loading…
Reference in New Issue
Block a user