From 1e2ceea1996d110cb114e140a22ebbe2d1ea22ea Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Mon, 11 Oct 2021 19:56:08 +0100 Subject: [PATCH 01/11] Support for 10GHz Aircraft Scatter with Q65, tnx Rex, VK7MO & Roger, W3SZ See: Rex Moncur, VK7MO et al "10 GHz Terrestrial with Q65" DUBUS Vol 1/2021 page 64. --- lib/q65_decode.f90 | 27 +++++++++++++++++++---- lib/qra/q65/q65.f90 | 52 +++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 73 insertions(+), 6 deletions(-) diff --git a/lib/q65_decode.f90 b/lib/q65_decode.f90 index cbe295adc..21b897fdb 100644 --- a/lib/q65_decode.f90 +++ b/lib/q65_decode.f90 @@ -76,6 +76,10 @@ contains complex, allocatable :: c00(:) !Analytic signal, 6000 Sa/s complex, allocatable :: c0(:) !Analytic signal, 6000 Sa/s +!w3sz added + integer stageno + stageno=0 + ! Start by setting some parameters and allocating storage for large arrays call sec0(0,tdecode) nfa=nfa0 @@ -151,7 +155,7 @@ contains ! Call top-level routine in q65 module: establish sync and try for a ! q3 or q0 decode. call q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & - emedelay,xdt,f0,snr1,width,dat4,snr2,idec) + emedelay,xdt,f0,snr1,width,dat4,snr2,idec,stageno) call timer('q65_dec0',1) ! write(*,3001) '=a',sum(abs(float(iwave))),nfqso,ntol,ndepth,xdt,f0,idec !3001 format(a2,f15.0,3i5,f7.2,f7.1,i5) @@ -208,7 +212,7 @@ contains ! decode, this time using the cumulative 's1a' symbol spectra. iavg=1 call q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & - emedelay,xdt,f0,snr1,width,dat4,snr2,idec) + emedelay,xdt,f0,snr1,width,dat4,snr2,idec,stageno) call timer('list_avg',1) if(idec.ge.0) then @@ -225,7 +229,7 @@ contains call timer('q65_avg ',0) iavg=2 call q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & - emedelay,xdt,f0,snr1,width,dat4,snr2,idec) + emedelay,xdt,f0,snr1,width,dat4,snr2,idec,stageno) call timer('q65_avg ',1) if(idec.ge.0) then dtdec=xdt !We have a q[012]n result @@ -233,7 +237,22 @@ contains nused=navg(iseq) endif -100 decoded=' ' +100 stageno = 5 + + if(idec.lt.0) then + call timer('q65_dec0',0) + ! Call top-level routine in q65 module: establish sync and try for a + ! q3 or q0 decode. + call q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & + emedelay,xdt,f0,snr1,width,dat4,snr2,idec,stageno) + call timer('q65_dec0',1) + if(idec.ge.0) then + dtdec=xdt !We have a q[012]n result + f0dec=f0 + endif + endif ! if(idec.lt.0) + + decoded=' ' if(idec.ge.0) then ! idec Meaning ! ------------------------------------------------------ diff --git a/lib/qra/q65/q65.f90 b/lib/qra/q65/q65.f90 index 86cd15d56..1bd51f779 100644 --- a/lib/qra/q65/q65.f90 +++ b/lib/qra/q65/q65.f90 @@ -19,6 +19,7 @@ module q65 real candidates(20,3) !snr, xdt, and f0 of top candidates real, allocatable :: s1raw(:,:) !Symbol spectra, 1/8-symbol steps real, allocatable :: s1(:,:) !Symbol spectra w/suppressed peaks + real, allocatable :: s1w(:,:) !Symbol spectra w/suppressed peaks !w3sz added real, allocatable,save :: s1a(:,:,:) !Cumulative symbol spectra real, allocatable,save :: ccf2(:) !Max CCF(freq) at any lag, single seq real, allocatable,save :: ccf2_avg(:) !Like ccf2, but for accumulated average @@ -28,7 +29,7 @@ module q65 contains subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & - emedelay,xdt,f0,snr1,width,dat4,snr2,idec) + emedelay,xdt,f0,snr1,width,dat4,snr2,idec,stageno) ! Top-level routine in q65 module ! - Compute symbol spectra @@ -69,6 +70,11 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & data first/.true./ save first + integer w3t + integer w3f + integer mm + integer stageno + NN=63 if(nutc+ndepth.eq.-999) stop !Silence compiler warnings @@ -222,7 +228,49 @@ subroutine q65_dec0(iavg,nutc,iwave,ntrperiod,nfqso,ntol,ndepth,lclearave, & call q65_dec_q012(s3,LL,snr2,dat4,idec,decoded) endif -900 return + if(idec.lt.0 .and. max_drift.eq.50 .and. stageno.eq.5) then + + if(allocated(s1w)) deallocate(s1w) ! w3sz + allocate(s1w(iz,jz)) ! w3sz + + s1w=s1 + do w3t=1,jz + do w3f=1,iz + mm=w3f + nint(drift*w3t/(jz*df)) + if(mm.ge.1 .and. mm.le.iz) then + s1w(w3f,w3t)=s1(mm,w3t) + endif + end do + end do + + if(ncw.gt.0 .and. iavg.le.1) then + ! Try list decoding via "Deep Likelihood". + call timer('ccf_85 ',0) + ! Try to synchronize using all 85 symbols + call q65_ccf_85(s1w,iz,jz,nfqso,ia,ia2,ipk,jpk,f0,xdt,imsg_best, & + better,ccf1) + call timer('ccf_85 ',1) + ! nsubmode is Tone-spacing indicator, 0-4 for A-E: a 0; b 1; c 2; d 3; e 4. + ! and mode_q65=2**nsubmode + if(better.ge.1.10) then + ! if(better.ge.1.04 .or. mode_q65.ge.8) then + ! if(better.ge.1.10 .or. mode_q65.ge.8) then ORIGINAL + call timer('list_dec',0) + call q65_dec_q3(s1w,iz,jz,s3,LL,ipk,jpk,snr2,dat4,idec,decoded) + call timer('list_dec',1) + ! if(idec.ge.0) write(70,3070) idec,mode_q65,better,trim(decoded) + !3070 format(i3,i5,f8.2,2x,a) + endif ! if(better.ge.1.10) + endif ! if(ncw.gt.0 .and. iavg.le.1) + ! If idec=3 we have a q3 decode. Continue to compute sync curve for plotting. + + if(idec.eq.3) then + idec=5 + endif + + endif ! if(idec.lt.0 .and. maxdrift.eq.50 .and. stageno.eq.5) + + return end subroutine q65_dec0 subroutine q65_clravg From 30e11106c8a4e218a4ce6cf5fd63b05bd2b20dc7 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 19:28:58 +0100 Subject: [PATCH 02/11] Further refinements to complex to real FFT initialization --- lib/four2a.f90 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/four2a.f90 b/lib/four2a.f90 index a63f31a4d..9e08722e4 100644 --- a/lib/four2a.f90 +++ b/lib/four2a.f90 @@ -21,7 +21,7 @@ subroutine four2a(a,nfft,ndim,isign,iform) use fftw3 parameter (NPMAX=2100) !Max numberf of stored plans - parameter (NSMALL=16384) !Max size of "small" FFTs + parameter (NSMALL=16385) !Max half complex size of "small" FFTs complex a(nfft) !Array to be transformed complex aa(NSMALL) !Local copy of "small" a() integer nn(NPMAX),ns(NPMAX),nf(NPMAX) !Params of stored plans @@ -67,7 +67,7 @@ subroutine four2a(a,nfft,ndim,isign,iform) if(nfft.le.NSMALL) then jz=nfft - if(iform.le.0) jz=nfft/2 + if(iform.le.0) jz=nfft/2+1 aa(1:jz)=a(1:jz) endif @@ -87,7 +87,7 @@ subroutine four2a(a,nfft,ndim,isign,iform) if(nfft.le.NSMALL) then jz=nfft - if(iform.le.0) jz=nfft/2 + if(iform.le.0) jz=nfft/2+1 a(1:jz)=aa(1:jz) endif end if From 07b9753726c7fc252ad40d19969a94be6d79894e Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 19:46:47 +0100 Subject: [PATCH 03/11] Updated CTY database, Big CTY 2021-10-13, tnx to Jim, AD1C --- cty.dat | 1259 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 636 insertions(+), 623 deletions(-) diff --git a/cty.dat b/cty.dat index a140ff51e..e50f299ff 100644 --- a/cty.dat +++ b/cty.dat @@ -84,7 +84,7 @@ Kenya: 37: 48: AF: 0.32: -38.15: -3.0: 5Z: Senegal: 35: 46: AF: 15.20: 14.63: 0.0: 6W: 6V,6W; Jamaica: 08: 11: NA: 18.20: 77.47: 5.0: 6Y: - 6Y; + 6Y,=VERSION; Yemen: 21: 39: AS: 15.65: -48.12: -3.0: 7O: 7O, =7O2A(37)[48],=7O6T(37)[48]; @@ -256,6 +256,7 @@ China: 24: 44: AS: 36.00: -102.00: -8.0: BY: BY3J(23)[33],BY3K(23)[33],BY3L(23)[33],BZ3G(23)[33],BZ3H(23)[33],BZ3I(23)[33],BZ3J(23)[33], BZ3K(23)[33],BZ3L(23)[33],XS3G(23)[33],XS3H(23)[33],XS3I(23)[33],XS3J(23)[33],XS3K(23)[33], XS3L(23)[33],=B3CRA(23)[33], + =BG3PUX/Q, =7K1OUO/BY4AOH,=AA2WN/BA4DW,=BY4DX/W9HQ,=DF4ZK/BY4AA,=DF4ZK/BY4BZB,=DJ7BU/BY4BZB,=F5JSD/BY4AA, =F5NVF/BY4AA,=HZ1MD/BY4AOH,=JA0AZ/BY4AEE,=JA1UQA/BY4AOH,=JE1PYH/BY4AOH,=JE2FUP/BY4AOH, =JE2LPC/BY4AOH,=JH1TEB/BY4AOH,=JH3TXR/BY4AOH,=JH7DFZ/BY4AOH,=JJ1LRD/BY4AOH,=JL1KBS/BY4HAM, @@ -590,7 +591,7 @@ Antarctica: 13: 74: SA: -90.00: 0.00: 0.0: CE9: =KC4/K6REF(32)[71], =DP0GVN/P(38)[67], =FT5YK/P[73], - =RI1ANX(38)[67]; + =RI1ANX(38)[67],=RI60ANT(38)[67]; Cuba: 08: 11: NA: 21.50: 80.00: 5.0: CM: CL,CM,CO,T4, =T40C/LT, @@ -633,7 +634,7 @@ Angola: 36: 52: AF: -12.50: -18.50: -1.0: D2: Cape Verde: 35: 46: AF: 16.00: 24.00: 1.0: D4: D4; Comoros: 39: 53: AF: -11.63: -43.30: -3.0: D6: - D6,=VERSION; + D6; Fed. Rep. of Germany: 14: 28: EU: 51.00: -10.00: -1.0: DL: DA,DB,DC,DD,DE,DF,DG,DH,DI,DJ,DK,DL,DM,DN,DO,DP,DQ,DR,Y2,Y3,Y4,Y5,Y6,Y7,Y8,Y9,=DA0BHV/LGT, =DA0BHV/LH,=DA0BLH/LGT,=DA0DAG/LH,=DA0DFF/LH,=DA0FO/LH,=DA0LCC/LH,=DA0LGV/LH,=DA0LHT/LH, @@ -686,7 +687,7 @@ Spain: 14: 37: EU: 40.32: 3.43: -1.0: EA: =EA1RCI/DAC,=EA1RCI/ESM,=EA1RCI/IA,=EA1RCI/ICA,=EA1RCI/JBN,=EA1RCI/KD,=EA1RCI/PAZ,=EA1RCI/PCV, =EA1RCI/RCC,=EA1RCI/RSM,=EA1RCI/YC,=EA1RCI/YOA,=EA1RCP/NM,=EA1URL/CVL,=EA1URO/D,=EA1URO/KD, =EA5AER/P,=EA6QB/1,=EA8BFH/1,=EA8CZT/1,=EA8FC/1,=EA8RV/P,=EA9CD/1,=EA9CI/1,=EA9CP/1,=EA9PD/1, - =EB1DH/LH,=ED1IRM/LH,=EG1ILW/LH,=EG1LWB/LH,=EG1LWC/LH,=EG1LWI/LH,=EG1LWN/LH,=EG1TDH/LH, + =EA9PD/P,=EB1DH/LH,=ED1IRM/LH,=EG1ILW/LH,=EG1LWB/LH,=EG1LWC/LH,=EG1LWI/LH,=EG1LWN/LH,=EG1TDH/LH, =EG90IARU/1, =AM08ATU/H,=AM08CAZ/H,=AM08CYQ/H,=AM08EIE/Z,=AM08FAC/H,=AN08ADE/H,=AO08BQH/Z,=AO08BTM/Z, =AO08CIK/H,=AO08CVV/Z,=AO08CXK/H,=AO08CYL/H,=AO08DI/Z,=AO08EIE/Z,=AO08HV/Z,=AO08ICA/Z,=AO08ID/Z, @@ -730,7 +731,7 @@ Ceuta & Melilla: 33: 37: AF: 35.90: 5.27: -1.0: EA9: =EA9CE/D,=EA9CE/E,=EA9CE/F,=EA9CE/G,=EA9CE/H,=EA9CE/I,=EA9URC/PAZ,=EC7DZZ/9,=ED3AFR/9,=ED9CE/D, =ED9CE/E,=ED9CE/F, =EA3EGB/9,=EA5RKB/9,=EA7UV/P,=EA9CD/M,=EA9CD/P,=EB9PH/P,=EC5ALJ/9, - =EA5DCL/9,=EA7JTF/9,=EA9PD/M,=EA9PD/P,=EC7DRS/9; + =EA5DCL/9,=EA7JTF/9,=EA9PD/M,=EC7DRS/9; Ireland: 14: 27: EU: 53.13: 8.02: 0.0: EI: EI,EJ,=EI0CAR/LH,=EI0CPL/LH,=EI0LHL/LH,=EI0M/LH,=EI1K/LH,=EI1KARG/LH,=EI1NC/LH,=EI4LRC/LH, =EI5ML/LH; @@ -783,7 +784,8 @@ Martinique: 08: 11: NA: 14.70: 61.03: 4.0: FM: French Polynesia: 32: 63: OC: -17.65: 149.40: 10.0: FO: FO,=FO0MIC/MM3,=TX0A,=TX0M,=TX0T,=TX4N,=TX4VK,=TX5J,=TX5TES, =TX2AH,=TX6T/P, - =TX3T,=TX4FO,=TX4T,=TX5EG,=TX5JF,=TX5X,=TX6A,=TX6T,=TX7EME; + =TX3T,=TX4FO,=TX4T,=TX5EG,=TX5JF,=TX5X,=TX6A,=TX6T, + =TX7EME; Austral Islands: 32: 63: OC: -23.37: 149.48: 10.0: FO/a: =FO/AC4LN/A,=FO/DF6IC,=FO/DJ4OI,=FO/DL1AWI,=FO/DL1IAN,=FO/DL3APO,=FO/DL3GA,=FO/DL7FT,=FO/DL9AWI, =FO/F6CTL,=FO/F8CFU,=FO/G3BJ,=FO/HG9B,=FO/HG9B/P,=FO/IK2GNW,=FO/JA8BMK,=FO/K7AR,=FO/OH6KN, @@ -849,25 +851,25 @@ Northern Ireland: 14: 27: EU: 54.73: 6.68: 0.0: GI: =GB2MAC,=GB2MRI,=GB2PDY,=GB2PP,=GB2PSW,=GB2REL,=GB2SDD,=GB2SPD,=GB2SPR,=GB2STI,=GB2STP,=GB2SW, =GB2UAS,=GB3NGI,=GB4AFD,=GB4CSC,=GB4CTL,=GB4NHS,=GB4ONI,=GB4PS,=GB4SOS,=GB4SPD,=GB4UAS,=GB50AAD, =GB50CSC,=GB5AFD,=GB5BIG,=GB5BL,=GB5BL/LH,=GB5DPR,=GB5NHS,=GB5OMU,=GB5SPD,=GB6EPC,=GB6SPD,=GB6VCB, - =GB75VEC,=GB8BKY,=GB8BRM,=GB8DS,=GB8EGT,=GB8GLM,=GB8HRH,=GB8LWF,=GB8NHS,=GB8NIC,=GB8ROC,=GB8SJA, - =GB8SPD,=GB8STM,=GB90RSGB/82,=GB90SOM,=GB9AFD,=GB9BOB,=GB9LQV,=GB9RAF,=GB9SPD,=GN0LIX/LH, - =GN4GTY/LH,=GO0AQD,=GO0BJH,=GO0DUP,=GO3KVD,=GO3MMF,=GO3SG,=GO4DOH,=GO4GID,=GO4GUH,=GO4LKG,=GO4NKB, - =GO4ONL,=GO4OYM,=GO4SRQ,=GO4SZW,=GO6MTL,=GO7AXB,=GO7KMC,=GO8YYM,=GQ0AQD,=GQ0BJG,=GQ0NCA,=GQ0RQK, - =GQ0TJV,=GQ0UVD,=GQ1CET,=GQ3KVD,=GQ3MMF,=GQ3SG,=GQ3UZJ,=GQ3XRQ,=GQ4DOH,=GQ4GID,=GQ4GUH,=GQ4JTF, - =GQ4LKG,=GQ4LXL,=GQ4NKB,=GQ4ONL,=GQ4OYM,=GQ4SZW,=GQ6JPO,=GQ6MTL,=GQ7AXB,=GQ7JYK,=GQ7KMC,=GQ8RQI, - =GQ8YYM,=GR0BJH,=GR0BRO,=GR0DVU,=GR0RQK,=GR0RWO,=GR0UVD,=GR1CET,=GR3GTR,=GR3KDR,=GR3SG,=GR3WEM, - =GR4AAM,=GR4DHW,=GR4DOH,=GR4FUE,=GR4FUM,=GR4GID,=GR4GOS,=GR4GUH,=GR4KQU,=GR4LXL,=GR4NKB,=GR6JPO, - =GR7AXB,=GR7KMC,=GR8RKC,=GR8RQI,=GR8YYM,=GV1BZT,=GV3KVD,=GV3SG,=GV4FUE,=GV4GUH,=GV4JTF,=GV4LXL, - =GV4SRQ,=GV4WVN,=GV7AXB,=GV7THH,=MI5AFK/2K,=MN0NID/LH,=MO0ALS,=MO0BDZ,=MO0CBH,=MO0IOU,=MO0IRZ, - =MO0JFC,=MO0JFC/P,=MO0JML,=MO0JST,=MO0KYE,=MO0LPO,=MO0MOD,=MO0MOD/P,=MO0MSR,=MO0MVP,=MO0RRE, - =MO0RUC,=MO0RYL,=MO0TGO,=MO0VAX,=MO0ZXZ,=MO3RLA,=MO6AOX,=MO6NIR,=MO6TUM,=MO6WAG,=MO6WDB,=MO6YDR, - =MQ0ALS,=MQ0BDZ,=MQ0BPB,=MQ0GGB,=MQ0IRZ,=MQ0JFC,=MQ0JST,=MQ0KAM,=MQ0KYE,=MQ0MOD,=MQ0MSR,=MQ0MVP, - =MQ0RMD,=MQ0RRE,=MQ0RUC,=MQ0RYL,=MQ0TGO,=MQ0VAX,=MQ0ZXZ,=MQ3GHW,=MQ3RLA,=MQ3STV,=MQ5AFK,=MQ6AOX, - =MQ6BJG,=MQ6GDN,=MQ6WAG,=MQ6WDB,=MQ6WGM,=MR0GDO,=MR0GGB,=MR0JFC,=MR0KQU,=MR0LPO,=MR0MOD,=MR0MSR, - =MR0MVP,=MR0RUC,=MR0SAI,=MR0SMK,=MR0TFK,=MR0TLG,=MR0TMW,=MR0VAX,=MR0WWB,=MR1CCU,=MR3RLA,=MR3TFF, - =MR3WHM,=MR5AMO,=MR6CCU,=MR6CWC,=MR6GDN,=MR6MME,=MR6MRJ,=MR6OKS,=MR6OLA,=MR6PUX,=MR6WAG,=MR6XGZ, - =MV0ALS,=MV0GGB,=MV0IOU,=MV0JFC,=MV0JLC,=MV0MOD,=MV0MSR,=MV0MVP,=MV0TGO,=MV0VAX,=MV0WGM,=MV0ZAO, - =MV1VOX,=MV6DTE,=MV6GTY,=MV6NIR,=MV6TLG; + =GB75VEC,=GB8BKY,=GB8BRM,=GB8DS,=GB8EGT,=GB8GLM,=GB8HRH,=GB8LWF,=GB8NHS,=GB8NIC,=GB8SJA,=GB8SPD, + =GB8STM,=GB90RSGB/82,=GB90SOM,=GB9AFD,=GB9BOB,=GB9LQV,=GB9RAF,=GB9SPD,=GN0LIX/LH,=GN4GTY/LH, + =GO0AQD,=GO0BJH,=GO0DUP,=GO3KVD,=GO3MMF,=GO3SG,=GO4DOH,=GO4GID,=GO4GUH,=GO4LKG,=GO4NKB,=GO4ONL, + =GO4OYM,=GO4SRQ,=GO4SZW,=GO6MTL,=GO7AXB,=GO7KMC,=GO8YYM,=GQ0AQD,=GQ0BJG,=GQ0NCA,=GQ0RQK,=GQ0TJV, + =GQ0UVD,=GQ1CET,=GQ3KVD,=GQ3MMF,=GQ3SG,=GQ3UZJ,=GQ3XRQ,=GQ4DOH,=GQ4GID,=GQ4GUH,=GQ4JTF,=GQ4LKG, + =GQ4LXL,=GQ4NKB,=GQ4ONL,=GQ4OYM,=GQ4SZW,=GQ6JPO,=GQ6MTL,=GQ7AXB,=GQ7JYK,=GQ7KMC,=GQ8RQI,=GQ8YYM, + =GR0BJH,=GR0BRO,=GR0DVU,=GR0RQK,=GR0RWO,=GR0UVD,=GR1CET,=GR3GTR,=GR3KDR,=GR3SG,=GR3WEM,=GR4AAM, + =GR4DHW,=GR4DOH,=GR4FUE,=GR4FUM,=GR4GID,=GR4GOS,=GR4GUH,=GR4KQU,=GR4LXL,=GR4NKB,=GR6JPO,=GR7AXB, + =GR7KMC,=GR8RKC,=GR8RQI,=GR8YYM,=GV1BZT,=GV3KVD,=GV3SG,=GV4FUE,=GV4GUH,=GV4JTF,=GV4LXL,=GV4SRQ, + =GV4WVN,=GV7AXB,=GV7THH,=MI5AFK/2K,=MN0NID/LH,=MO0ALS,=MO0BDZ,=MO0CBH,=MO0IOU,=MO0IRZ,=MO0JFC, + =MO0JFC/P,=MO0JML,=MO0JST,=MO0KYE,=MO0LPO,=MO0MOD,=MO0MOD/P,=MO0MSR,=MO0MVP,=MO0RRE,=MO0RUC, + =MO0RYL,=MO0TGO,=MO0VAX,=MO0ZXZ,=MO3RLA,=MO6AOX,=MO6NIR,=MO6TUM,=MO6WAG,=MO6WDB,=MO6YDR,=MQ0ALS, + =MQ0BDZ,=MQ0BPB,=MQ0GGB,=MQ0IRZ,=MQ0JFC,=MQ0JST,=MQ0KAM,=MQ0KYE,=MQ0MOD,=MQ0MSR,=MQ0MVP,=MQ0RMD, + =MQ0RRE,=MQ0RUC,=MQ0RYL,=MQ0TGO,=MQ0VAX,=MQ0ZXZ,=MQ3GHW,=MQ3RLA,=MQ3STV,=MQ5AFK,=MQ6AOX,=MQ6BJG, + =MQ6GDN,=MQ6WAG,=MQ6WDB,=MQ6WGM,=MR0GDO,=MR0GGB,=MR0JFC,=MR0KQU,=MR0LPO,=MR0MOD,=MR0MSR,=MR0MVP, + =MR0RUC,=MR0SAI,=MR0SMK,=MR0TFK,=MR0TLG,=MR0TMW,=MR0VAX,=MR0WWB,=MR1CCU,=MR3RLA,=MR3TFF,=MR3WHM, + =MR5AMO,=MR6CCU,=MR6CWC,=MR6GDN,=MR6MME,=MR6MRJ,=MR6OKS,=MR6OLA,=MR6PUX,=MR6WAG,=MR6XGZ,=MV0ALS, + =MV0GGB,=MV0IOU,=MV0JFC,=MV0JLC,=MV0MOD,=MV0MSR,=MV0MVP,=MV0TGO,=MV0VAX,=MV0WGM,=MV0ZAO,=MV1VOX, + =MV6DTE,=MV6GTY,=MV6NIR,=MV6TLG; Jersey: 14: 27: EU: 49.22: 2.18: 0.0: GJ: 2J,GH,GJ,MH,MJ,=2R0ODX,=GB0JSA,=GB19CJ,=GB2BYL,=GB2JSA,=GB50JSA,=GB5OJR,=GB8LMI,=GH5DX/NHS, =GJ3DVC/L,=GJ6WRI/LH,=GJ8PVL/LH,=GO8PVL,=GQ8PVL,=GR6TMM,=MO0ASP,=MQ0ASP,=MR0ASP,=MR0RZD,=MV0ASP; @@ -884,70 +886,70 @@ Scotland: 14: 27: EU: 56.82: 4.18: 0.0: GM: =GB0MLM,=GB0MOD,=GB0MOG,=GB0MOL,=GB0MSL,=GB0MUL,=GB0NGG,=GB0NHL,=GB0NHL/LH,=GB0NHS,=GB0NRL, =GB0OYT,=GB0PLS,=GB0POS,=GB0PPE,=GB0PSW,=GB0RGC,=GB0SAA,=GB0SBC,=GB0SCD,=GB0SFM,=GB0SHP,=GB0SI, =GB0SJR,=GB0SK,=GB0SKG,=GB0SKY,=GB0SLB,=GB0SRC,=GB0SSB,=GB0TH,=GB0THL,=GB0TNL,=GB0TTC,=GB0TTS, - =GB0WRH,=GB1002ZE,=GB100BCG,=GB100MAS,=GB100MUC,=GB100ZET,=GB10SP,=GB150NRL,=GB18FIFA,=GB19CGM, - =GB19CS,=GB1AJ,=GB1ASC,=GB1ASH,=GB1BD,=GB1BOL,=GB1CFL,=GB1COR,=GB1DHL,=GB1FB,=GB1FRS,=GB1FVS, - =GB1FVT,=GB1GEO,=GB1GND,=GB1HRS,=GB1KGG,=GB1KLD,=GB1LAY,=GB1LGG,=GB1LL,=GB1MAY,=GB1NHL,=GB1OL, - =GB1OL/LH,=GB1PC,=GB1RB,=GB1RHU,=GB1RST,=GB1SLH,=GB1TAY,=GB1WLG,=GB20YOTA,=GB250RB,=GB2AES, - =GB2AGG,=GB2AL,=GB2AMS,=GB2AST,=GB2AYR,=GB2BAJ,=GB2BHM,=GB2BHS,=GB2BMJ,=GB2BOL,=GB2CAS,=GB2CHC, - =GB2CM,=GB2CMA,=GB2CR,=GB2CVL,=GB2CWR,=GB2DAS,=GB2DAW,=GB2DHS,=GB2DL,=GB2DRC,=GB2DT,=GB2DTM, - =GB2ELH,=GB2ELH/LH,=GB2EPC,=GB2FBM,=GB2FEA,=GB2FSM,=GB2FSW,=GB2GEO,=GB2GKR,=GB2GNL,=GB2GNL/LH, - =GB2GTM,=GB2GVC,=GB2HLB,=GB2HMC,=GB2HRH,=GB2IGB,=GB2IGS,=GB2IMG,=GB2IMM,=GB2INV,=GB2IOT,=GB2JCM, - =GB2KDR,=GB2KGB,=GB2KW,=GB2LBN,=GB2LBN/LH,=GB2LCL,=GB2LCP,=GB2LCT,=GB2LDG,=GB2LG,=GB2LG/P,=GB2LGB, - =GB2LHI,=GB2LK,=GB2LK/LH,=GB2LMG,=GB2LP,=GB2LS,=GB2LS/LH,=GB2LSS,=GB2LT,=GB2LT/LH,=GB2LXX,=GB2M, - =GB2MAS,=GB2MBB,=GB2MDG,=GB2MN,=GB2MOF,=GB2MSL,=GB2MUC,=GB2MUL,=GB2NBC,=GB2NEF,=GB2NL,=GB2NMM, - =GB2OL,=GB2OWM,=GB2PBF,=GB2PG,=GB2QM,=GB2RB,=GB2RDR,=GB2ROC,=GB2RRL,=GB2RWW,=GB2SAA,=GB2SAM, - =GB2SAS,=GB2SB,=GB2SBG,=GB2SBS,=GB2SHL/LH,=GB2SKG,=GB2SLH,=GB2SMM,=GB2SOH,=GB2SQN,=GB2SR,=GB2SSB, - =GB2SUM,=GB2SWF,=GB2TDS,=GB2THL,=GB2THL/LH,=GB2TNL,=GB2VCB,=GB2VEF,=GB2WAM,=GB2WBF,=GB2WG,=GB2WLS, - =GB2YLS,=GB2ZE,=GB3ANG,=GB3GKR,=GB3LER,=GB3LER/B,=GB3ORK,=GB3ORK/B,=GB3SWF,=GB3WOI,=GB4AAS, - =GB4AST,=GB4BBR,=GB4BG,=GB4CGS,=GB4CMA,=GB4DAS,=GB4DHX,=GB4DTD,=GB4DUK,=GB4EPC,=GB4FFS,=GB4GD, - =GB4GDS,=GB4GS,=GB4IE,=GB4JCM,=GB4JOA,=GB4JPJ,=GB4JYS,=GB4LER,=GB4MSE,=GB4NFE,=GB4PAS,=GB4SK, - =GB4SKO,=GB4SLH,=GB4SMM,=GB4SRO,=GB4SWF,=GB50FVS,=GB50GDS,=GB50GT,=GB50JS,=GB5AG,=GB5AST,=GB5BBS, - =GB5BOH,=GB5C,=GB5CS,=GB5CWL,=GB5DHL,=GB5DX,=GB5EMF,=GB5FHC,=GB5FLM,=GB5JS,=GB5LTH,=GB5RO, - =GB5RO/LH,=GB5RR,=GB5SI,=GB5TAM,=GB5TI,=GB60CRB,=GB6BEN,=GB6TAA,=GB6WW,=GB75CC,=GB75GD,=GB7SRW, - =GB80GD,=GB8AYR,=GB8CSL,=GB8FSG,=GB8RU,=GB8RUM,=GB90RSGB/11,=GB90RSGB/12,=GB90RSGB/21, - =GB90RSGB/22,=GB90RSGB/23,=GB999SPC,=GB9UL,=GG100AGG,=GG100GA,=GG100GCC,=GG100GGP,=GG100GGR, - =GG100GLD,=GG100SBG,=GM/DL5SE/LH,=GM0AZC/2K,=GM0DHZ/P,=GM0GFL/P,=GM0KTO/2K,=GM0MUN/2K,=GM0SGB/M, - =GM0SGB/P,=GM0WED/NHS,=GM0WUX/2K,=GM3JIJ/2K,=GM3OFT/P,=GM3TKV/LH,=GM3TTC/P,=GM3TXF/P,=GM3USR/P, - =GM3VLB/P,=GM3WFK/P,=GM3YDN/NHS,=GM4AFF/P,=GM4CHX/2K,=GM4CHX/P,=GM4SQM/NHS,=GM4SQN/NHS,=GM4WSB/M, - =GM4WSB/P,=GM4ZVD/P,=GM6JNJ/NHS,=GM6WRW/P,=GO0AEG,=GO0AIR,=GO0BKC,=GO0DBW,=GO0DBW/M,=GO0DEQ, - =GO0GMN,=GO0OGN,=GO0SYY,=GO0TUB,=GO0VRP,=GO0WEZ,=GO1BAN,=GO1BKF,=GO1MQE,=GO1TBW,=GO2MP,=GO3HVK, - =GO3JIJ,=GO3NIG,=GO3VTB,=GO4BLO,=GO4CAU,=GO4CFS,=GO4CHX,=GO4CXM,=GO4DLG,=GO4EMX,=GO4FAM,=GO4FAU, - =GO4JOJ,=GO4JPZ,=GO4JR,=GO4MOX,=GO4MSL,=GO4PRB,=GO4UBJ,=GO4VTB,=GO4WZG,=GO4XQJ,=GO6JEP,=GO6JRX, - =GO6KON,=GO6LYJ,=GO6VCV,=GO7GAX,=GO7GDE,=GO7HUD,=GO7TUD,=GO7WEF,=GO8CBQ,=GO8MHU,=GO8SVB,=GO8TTD, - =GQ0AEG,=GQ0AIR,=GQ0BKC,=GQ0BWR,=GQ0DBW,=GQ0DEQ,=GQ0DUX,=GQ0FNE,=GQ0GMN,=GQ0HUO,=GQ0KWL,=GQ0MUN, - =GQ0NTL,=GQ0OGN,=GQ0RNR,=GQ0TKV/P,=GQ0VRP,=GQ0WEZ,=GQ0WNR,=GQ1BAN,=GQ1BKF,=GQ1MQE,=GQ1TBW,=GQ3JIJ, - =GQ3JQJ,=GQ3NIG,=GQ3NTL,=GQ3TKP,=GQ3TKP/P,=GQ3TKV,=GQ3TKV/P,=GQ3VTB,=GQ3WUX,=GQ3ZBE,=GQ4AGG, - =GQ4BAE,=GQ4BLO,=GQ4CAU,=GQ4CFS,=GQ4CHX,=GQ4CHX/P,=GQ4CXM,=GQ4DLG,=GQ4ELV,=GQ4EMX,=GQ4FAU,=GQ4JOJ, - =GQ4JPZ,=GQ4JR,=GQ4MSL,=GQ4OBG,=GQ4PRB,=GQ4UIB,=GQ4UPL,=GQ4VTB,=GQ4WZG,=GQ4XQJ,=GQ4YMM,=GQ6JEP, - =GQ6JRX,=GQ6KON,=GQ6LYJ,=GQ7GAX,=GQ7GDE,=GQ7HUD,=GQ7TUD,=GQ7UED,=GQ7WEF,=GQ8CBQ,=GQ8MHU,=GQ8PLR, - =GQ8SVB,=GQ8TTD,=GR0AXY,=GR0CDV,=GR0DBW,=GR0EKM,=GR0GMN,=GR0GRD,=GR0HPK,=GR0HPL,=GR0HUO,=GR0OGN, - =GR0PNS,=GR0SYV,=GR0TTV,=GR0TUB,=GR0UKZ,=GR0VRP,=GR0WED,=GR0WNR,=GR150NIB,=GR1BAN,=GR1MWK,=GR1TBW, - =GR1ZIV,=GR3JFG,=GR3MZX,=GR3NIG,=GR3OFT,=GR3PPE,=GR3PYU,=GR3VAL,=GR3VTB,=GR3WFJ,=GR3YXJ,=GR3ZDH, - =GR4BDJ,=GR4BLO,=GR4CAU,=GR4CCN,=GR4CFS,=GR4CMI,=GR4CXM,=GR4DLG,=GR4EMX,=GR4EOU,=GR4FQE,=GR4GIF, - =GR4JOJ,=GR4NSZ,=GR4PRB,=GR4SQM,=GR4VTB,=GR4XAW,=GR4XMD,=GR4XQJ,=GR4YMM,=GR6JEP,=GR6JNJ,=GR7AAJ, - =GR7GAX,=GR7GDE,=GR7GMC,=GR7HHB,=GR7HUD,=GR7LNO,=GR7NZI,=GR7TUD,=GR7USC,=GR7VSB,=GR8CBQ,=GR8KJO, - =GR8KPH,=GR8MHU,=GR8OFQ,=GR8SVB,=GS4WAB/P,=GV0DBW,=GV0GMN,=GV0GRD,=GV0LZE,=GV0OBX,=GV0OGN,=GV0SYV, - =GV0VRP,=GV1BAN,=GV3EEW,=GV3JIJ,=GV3NHQ,=GV3NIG,=GV3NKG,=GV3NNZ,=GV3PIP,=GV3ULP,=GV3VTB,=GV4BLO, - =GV4EMX,=GV4HRJ,=GV4ILS,=GV4JOJ,=GV4KLN,=GV4LVW,=GV4PRB,=GV4VTB,=GV4XQJ,=GV6KON,=GV7DHA,=GV7GDE, - =GV7GMC,=GV8AVM,=GV8DPV,=GV8LYS,=MB18FIFA,=MM/DJ4OK/M,=MM/DJ8OK/M,=MM/DL5SE/LH,=MM/F5BLC/P, - =MM/F5LMJ/P,=MM/HB9IAB/P,=MM/KE5TF/P,=MM/N5ET/P,=MM/OK1FZM/P,=MM/W5ZE/P,=MM0BNN/LH,=MM0BQI/2K, - =MM0BQN/2K,=MM0BYE/2K,=MM0DFV/P,=MM0DHQ/NHS,=MM0LON/M,=MM0MOL/P,=MM0SHF/P,=MM0YHB/P,=MM0ZOL/LH, - =MM3AWD/NHS,=MM3DDQ/NHS,=MM5PSL/P,=MM5YLO/P,=MM7WAB/NHS,=MO0BFF,=MO0CWJ,=MO0CYR,=MO0DBC,=MO0DNX, - =MO0FMF,=MO0GXQ,=MO0HZT,=MO0JST/P,=MO0KJG,=MO0KSS,=MO0NFC,=MO0SGQ,=MO0SJT,=MO0TGB,=MO0TSG,=MO0WKC, - =MO0XXW,=MO0ZBH,=MO1AWV,=MO1HMV,=MO3BCA,=MO3BRR,=MO3GPL,=MO3OQR,=MO3TUP,=MO3UVL,=MO3YHA,=MO3YMU, - =MO3ZCB/P,=MO3ZRF,=MO5PSL,=MO6BJJ,=MO6CCS,=MO6CHM,=MO6CRQ,=MO6CRQ/M,=MO6DGZ,=MO6HUT,=MO6KAU, - =MO6KAU/M,=MO6KSJ,=MO6MCV,=MO6SRL,=MO6TEW,=MQ0BNN/P,=MQ0BQM,=MQ0BRG,=MQ0CIN,=MQ0CXA,=MQ0CYR, - =MQ0DNX,=MQ0DXD,=MQ0EQE,=MQ0FMF,=MQ0GXQ,=MQ0GYX,=MQ0GYX/P,=MQ0KJG,=MQ0KSS,=MQ0LEN,=MQ0NFC,=MQ0NJC, - =MQ0SJT,=MQ0TSG,=MQ0WKC,=MQ0XXW,=MQ0ZBH,=MQ1AWV,=MQ1HMV,=MQ1JWF,=MQ3BCA,=MQ3BRR,=MQ3ERZ,=MQ3FET, - =MQ3OVK,=MQ3SVK,=MQ3UIX,=MQ3UVL,=MQ3YHA,=MQ3YMU,=MQ3ZRF,=MQ5PSL,=MQ6AQM,=MQ6BJJ,=MQ6CCS,=MQ6CHM, - =MQ6CRQ,=MQ6DGZ,=MQ6HUT,=MQ6KAJ,=MQ6KAU,=MQ6KSJ,=MQ6KUA,=MQ6LMP,=MQ6MCV,=MR0BQN,=MR0CWB,=MR0CXA, - =MR0DHQ,=MR0DWF,=MR0DXD,=MR0DXH,=MR0EPC,=MR0EQE,=MR0FME,=MR0FMF,=MR0GCF,=MR0GGG,=MR0GGI,=MR0GOR, - =MR0HAI,=MR0HVU,=MR0OIL,=MR0POD,=MR0PSL,=MR0RDM,=MR0SGQ,=MR0SJT,=MR0TAI,=MR0TSG,=MR0TSS,=MR0VTV, - =MR0WEI,=MR0XAF,=MR0XXP,=MR0XXW,=MR1AWV,=MR1HMV,=MR1JWF,=MR1VTB,=MR3AWA,=MR3AWD,=MR3BRR,=MR3PTS, - =MR3UIX,=MR3UVL,=MR3WJZ,=MR3XGP,=MR3YHA,=MR3YPH,=MR3ZCS,=MR5PSL,=MR6AHB,=MR6ARN,=MR6ATU,=MR6CHM, - =MR6CTH,=MR6CTL,=MR6HFC,=MR6MCV,=MR6RLL,=MR6SSI,=MR6TMS,=MV0DXH,=MV0FME,=MV0FMF,=MV0GHM,=MV0HAR, - =MV0LGS,=MV0NFC,=MV0NJS,=MV0SGQ,=MV0SJT,=MV0XXW,=MV1VTB,=MV3BRR,=MV3CVB,=MV3YHA,=MV3YMU,=MV5PSL, - =MV6BJJ,=MV6KSJ,=MV6NRQ; + =GB0WHR,=GB0WRH,=GB1002ZE,=GB100BCG,=GB100MAS,=GB100MUC,=GB100ZET,=GB10SP,=GB150NRL,=GB18FIFA, + =GB19CGM,=GB19CS,=GB1AJ,=GB1ASC,=GB1ASH,=GB1BD,=GB1BOL,=GB1CFL,=GB1COR,=GB1DHL,=GB1FB,=GB1FRS, + =GB1FVS,=GB1FVT,=GB1GEO,=GB1GND,=GB1HRS,=GB1KGG,=GB1KLD,=GB1LAY,=GB1LGG,=GB1LL,=GB1MAY,=GB1NHL, + =GB1OL,=GB1OL/LH,=GB1PC,=GB1RB,=GB1RHU,=GB1RST,=GB1SLH,=GB1TAY,=GB1TMH,=GB1WLG,=GB20YOTA,=GB250RB, + =GB2AES,=GB2AGG,=GB2AL,=GB2AMS,=GB2AST,=GB2AYR,=GB2BAJ,=GB2BHM,=GB2BHS,=GB2BMJ,=GB2BOL,=GB2CAS, + =GB2CHC,=GB2CM,=GB2CMA,=GB2CR,=GB2CVL,=GB2CWR,=GB2DAS,=GB2DAW,=GB2DHS,=GB2DL,=GB2DRC,=GB2DT, + =GB2DTM,=GB2ELH,=GB2ELH/LH,=GB2EPC,=GB2FBM,=GB2FEA,=GB2FSM,=GB2FSW,=GB2GEO,=GB2GKR,=GB2GNL, + =GB2GNL/LH,=GB2GTM,=GB2GVC,=GB2HLB,=GB2HMC,=GB2HRH,=GB2IGB,=GB2IGS,=GB2IMG,=GB2IMM,=GB2INV, + =GB2IOT,=GB2JCM,=GB2KDR,=GB2KGB,=GB2KW,=GB2LBN,=GB2LBN/LH,=GB2LCL,=GB2LCP,=GB2LCT,=GB2LDG,=GB2LG, + =GB2LG/P,=GB2LGB,=GB2LHI,=GB2LK,=GB2LK/LH,=GB2LMG,=GB2LP,=GB2LS,=GB2LS/LH,=GB2LSS,=GB2LT, + =GB2LT/LH,=GB2LXX,=GB2M,=GB2MAS,=GB2MBB,=GB2MDG,=GB2MN,=GB2MOF,=GB2MSL,=GB2MUC,=GB2MUL,=GB2NBC, + =GB2NEF,=GB2NL,=GB2NMM,=GB2OL,=GB2OWM,=GB2PBF,=GB2PG,=GB2QM,=GB2RB,=GB2RDR,=GB2ROC,=GB2RRL, + =GB2RWW,=GB2SAA,=GB2SAM,=GB2SAS,=GB2SB,=GB2SBG,=GB2SBS,=GB2SHL/LH,=GB2SKG,=GB2SLH,=GB2SMM,=GB2SOH, + =GB2SQN,=GB2SR,=GB2SSB,=GB2SUM,=GB2SWF,=GB2TDS,=GB2THL,=GB2THL/LH,=GB2TNL,=GB2VCB,=GB2VEF,=GB2WAM, + =GB2WBF,=GB2WG,=GB2WLS,=GB2YLS,=GB2ZE,=GB3ANG,=GB3GKR,=GB3LER,=GB3LER/B,=GB3ORK,=GB3ORK/B,=GB3SWF, + =GB3WOI,=GB4AAS,=GB4AST,=GB4BBR,=GB4BG,=GB4CGS,=GB4CMA,=GB4DAS,=GB4DHX,=GB4DTD,=GB4DUK,=GB4EPC, + =GB4FFS,=GB4GD,=GB4GDS,=GB4GS,=GB4IE,=GB4JCM,=GB4JOA,=GB4JPJ,=GB4JYS,=GB4LER,=GB4MSE,=GB4NFE, + =GB4PAS,=GB4SK,=GB4SKO,=GB4SLH,=GB4SMM,=GB4SRO,=GB4SWF,=GB50FVS,=GB50GDS,=GB50GT,=GB50JS,=GB5AG, + =GB5AST,=GB5BBS,=GB5BOH,=GB5C,=GB5CS,=GB5CWL,=GB5DHL,=GB5DX,=GB5EMF,=GB5FHC,=GB5FLM,=GB5JS, + =GB5LTH,=GB5RO,=GB5RO/LH,=GB5RR,=GB5SI,=GB5TAM,=GB5TI,=GB60CRB,=GB6BEN,=GB6TAA,=GB6WW,=GB75CC, + =GB75GD,=GB7SRW,=GB80GD,=GB8AYR,=GB8CSL,=GB8FSG,=GB8ROC,=GB8RU,=GB8RUM,=GB90RSGB/11,=GB90RSGB/12, + =GB90RSGB/21,=GB90RSGB/22,=GB90RSGB/23,=GB999SPC,=GB9GVC,=GB9UL,=GG100AGG,=GG100GA,=GG100GCC, + =GG100GGP,=GG100GGR,=GG100GLD,=GG100SBG,=GM/DL5SE/LH,=GM0AZC/2K,=GM0DHZ/P,=GM0GFL/P,=GM0KTO/2K, + =GM0MUN/2K,=GM0SGB/M,=GM0SGB/P,=GM0WED/NHS,=GM0WUX/2K,=GM3JIJ/2K,=GM3OFT/P,=GM3TKV/LH,=GM3TTC/P, + =GM3TXF/P,=GM3USR/P,=GM3VLB/P,=GM3WFK/P,=GM3YDN/NHS,=GM4AFF/P,=GM4CHX/2K,=GM4CHX/P,=GM4SQM/NHS, + =GM4SQN/NHS,=GM4WSB/M,=GM4WSB/P,=GM4ZVD/P,=GM6JNJ/NHS,=GM6WRW/P,=GO0AEG,=GO0AIR,=GO0BKC,=GO0DBW, + =GO0DBW/M,=GO0DEQ,=GO0GMN,=GO0OGN,=GO0SYY,=GO0TUB,=GO0VRP,=GO0WEZ,=GO1BAN,=GO1BKF,=GO1MQE,=GO1TBW, + =GO2MP,=GO3HVK,=GO3JIJ,=GO3NIG,=GO3VTB,=GO4BLO,=GO4CAU,=GO4CFS,=GO4CHX,=GO4CXM,=GO4DLG,=GO4EMX, + =GO4FAM,=GO4FAU,=GO4JOJ,=GO4JPZ,=GO4JR,=GO4MOX,=GO4MSL,=GO4PRB,=GO4UBJ,=GO4VTB,=GO4WZG,=GO4XQJ, + =GO6JEP,=GO6JRX,=GO6KON,=GO6LYJ,=GO6VCV,=GO7GAX,=GO7GDE,=GO7HUD,=GO7TUD,=GO7WEF,=GO8CBQ,=GO8MHU, + =GO8SVB,=GO8TTD,=GQ0AEG,=GQ0AIR,=GQ0BKC,=GQ0BWR,=GQ0DBW,=GQ0DEQ,=GQ0DUX,=GQ0FNE,=GQ0GMN,=GQ0HUO, + =GQ0KWL,=GQ0MUN,=GQ0NTL,=GQ0OGN,=GQ0RNR,=GQ0TKV/P,=GQ0VRP,=GQ0WEZ,=GQ0WNR,=GQ1BAN,=GQ1BKF,=GQ1MQE, + =GQ1TBW,=GQ3JIJ,=GQ3JQJ,=GQ3NIG,=GQ3NTL,=GQ3TKP,=GQ3TKP/P,=GQ3TKV,=GQ3TKV/P,=GQ3VTB,=GQ3WUX, + =GQ3ZBE,=GQ4AGG,=GQ4BAE,=GQ4BLO,=GQ4CAU,=GQ4CFS,=GQ4CHX,=GQ4CHX/P,=GQ4CXM,=GQ4DLG,=GQ4ELV,=GQ4EMX, + =GQ4FAU,=GQ4JOJ,=GQ4JPZ,=GQ4JR,=GQ4MSL,=GQ4OBG,=GQ4PRB,=GQ4UIB,=GQ4UPL,=GQ4VTB,=GQ4WZG,=GQ4XQJ, + =GQ4YMM,=GQ6JEP,=GQ6JRX,=GQ6KON,=GQ6LYJ,=GQ7GAX,=GQ7GDE,=GQ7HUD,=GQ7TUD,=GQ7UED,=GQ7WEF,=GQ8CBQ, + =GQ8MHU,=GQ8PLR,=GQ8SVB,=GQ8TTD,=GR0AXY,=GR0CDV,=GR0DBW,=GR0EKM,=GR0GMN,=GR0GRD,=GR0HPK,=GR0HPL, + =GR0HUO,=GR0OGN,=GR0PNS,=GR0SYV,=GR0TTV,=GR0TUB,=GR0UKZ,=GR0VRP,=GR0WED,=GR0WNR,=GR150NIB,=GR1BAN, + =GR1MWK,=GR1TBW,=GR1ZIV,=GR3JFG,=GR3MZX,=GR3NIG,=GR3OFT,=GR3PPE,=GR3PYU,=GR3VAL,=GR3VTB,=GR3WFJ, + =GR3YXJ,=GR3ZDH,=GR4BDJ,=GR4BLO,=GR4CAU,=GR4CCN,=GR4CFS,=GR4CMI,=GR4CXM,=GR4DLG,=GR4EMX,=GR4EOU, + =GR4FQE,=GR4GIF,=GR4JOJ,=GR4NSZ,=GR4PRB,=GR4SQM,=GR4VTB,=GR4XAW,=GR4XMD,=GR4XQJ,=GR4YMM,=GR6JEP, + =GR6JNJ,=GR7AAJ,=GR7GAX,=GR7GDE,=GR7GMC,=GR7HHB,=GR7HUD,=GR7LNO,=GR7NZI,=GR7TUD,=GR7USC,=GR7VSB, + =GR8CBQ,=GR8KJO,=GR8KPH,=GR8MHU,=GR8OFQ,=GR8SVB,=GS4WAB/P,=GV0DBW,=GV0GMN,=GV0GRD,=GV0LZE,=GV0OBX, + =GV0OGN,=GV0SYV,=GV0VRP,=GV1BAN,=GV3EEW,=GV3JIJ,=GV3NHQ,=GV3NIG,=GV3NKG,=GV3NNZ,=GV3PIP,=GV3ULP, + =GV3VTB,=GV4BLO,=GV4EMX,=GV4HRJ,=GV4ILS,=GV4JOJ,=GV4KLN,=GV4LVW,=GV4PRB,=GV4VTB,=GV4XQJ,=GV6KON, + =GV7DHA,=GV7GDE,=GV7GMC,=GV8AVM,=GV8DPV,=GV8LYS,=MB18FIFA,=MM/DJ4OK/M,=MM/DJ8OK/M,=MM/DL5SE/LH, + =MM/F5BLC/P,=MM/F5LMJ/P,=MM/HB9IAB/P,=MM/KE5TF/P,=MM/N5ET/P,=MM/OK1FZM/P,=MM/W5ZE/P,=MM0BNN/LH, + =MM0BQI/2K,=MM0BQN/2K,=MM0BYE/2K,=MM0DFV/P,=MM0DHQ/NHS,=MM0LON/M,=MM0MOL/P,=MM0SHF/P,=MM0YHB/P, + =MM0ZOL/LH,=MM3AWD/NHS,=MM3DDQ/NHS,=MM5PSL/P,=MM5YLO/P,=MM7WAB/NHS,=MO0BFF,=MO0CWJ,=MO0CYR, + =MO0DBC,=MO0DNX,=MO0FMF,=MO0GXQ,=MO0HZT,=MO0JST/P,=MO0KJG,=MO0KSS,=MO0NFC,=MO0SGQ,=MO0SJT,=MO0TGB, + =MO0TSG,=MO0WKC,=MO0XXW,=MO0ZBH,=MO1AWV,=MO1HMV,=MO3BCA,=MO3BRR,=MO3GPL,=MO3OQR,=MO3TUP,=MO3UVL, + =MO3YHA,=MO3YMU,=MO3ZCB/P,=MO3ZRF,=MO5PSL,=MO6BJJ,=MO6CCS,=MO6CHM,=MO6CRQ,=MO6CRQ/M,=MO6DGZ, + =MO6HUT,=MO6KAU,=MO6KAU/M,=MO6KSJ,=MO6MCV,=MO6SRL,=MO6TEW,=MQ0BNN/P,=MQ0BQM,=MQ0BRG,=MQ0CIN, + =MQ0CXA,=MQ0CYR,=MQ0DNX,=MQ0DXD,=MQ0EQE,=MQ0FMF,=MQ0GXQ,=MQ0GYX,=MQ0GYX/P,=MQ0KJG,=MQ0KSS,=MQ0LEN, + =MQ0NFC,=MQ0NJC,=MQ0SJT,=MQ0TSG,=MQ0WKC,=MQ0XXW,=MQ0ZBH,=MQ1AWV,=MQ1HMV,=MQ1JWF,=MQ3BCA,=MQ3BRR, + =MQ3ERZ,=MQ3FET,=MQ3OVK,=MQ3SVK,=MQ3UIX,=MQ3UVL,=MQ3YHA,=MQ3YMU,=MQ3ZRF,=MQ5PSL,=MQ6AQM,=MQ6BJJ, + =MQ6CCS,=MQ6CHM,=MQ6CRQ,=MQ6DGZ,=MQ6HUT,=MQ6KAJ,=MQ6KAU,=MQ6KSJ,=MQ6KUA,=MQ6LMP,=MQ6MCV,=MR0BQN, + =MR0CWB,=MR0CXA,=MR0DHQ,=MR0DWF,=MR0DXD,=MR0DXH,=MR0EPC,=MR0EQE,=MR0FME,=MR0FMF,=MR0GCF,=MR0GGG, + =MR0GGI,=MR0GOR,=MR0HAI,=MR0HVU,=MR0OIL,=MR0POD,=MR0PSL,=MR0RDM,=MR0SGQ,=MR0SJT,=MR0TAI,=MR0TSG, + =MR0TSS,=MR0VTV,=MR0WEI,=MR0XAF,=MR0XXP,=MR0XXW,=MR1AWV,=MR1HMV,=MR1JWF,=MR1VTB,=MR3AWA,=MR3AWD, + =MR3BRR,=MR3PTS,=MR3UIX,=MR3UVL,=MR3WJZ,=MR3XGP,=MR3YHA,=MR3YPH,=MR3ZCS,=MR5PSL,=MR6AHB,=MR6ARN, + =MR6ATU,=MR6CHM,=MR6CTH,=MR6CTL,=MR6HFC,=MR6MCV,=MR6RLL,=MR6SSI,=MR6TMS,=MV0DXH,=MV0FME,=MV0FMF, + =MV0GHM,=MV0HAR,=MV0LGS,=MV0NFC,=MV0NJS,=MV0SGQ,=MV0SJT,=MV0XXW,=MV1VTB,=MV3BRR,=MV3CVB,=MV3YHA, + =MV3YMU,=MV5PSL,=MV6BJJ,=MV6KSJ,=MV6NRQ; Shetland Islands: 14: 27: EU: 60.50: 1.50: 0.0: *GM/s: =2M0BDR,=2M0BDT,=2M0CPN,=2M0GFC,=2M0SEG,=2M0SPX,=2M0VIK,=2M0ZET,=2M1ANT,=2M1ASQ,=2M1ODL,=G0FBJ, =GB0BL,=GB0DAW,=GB0SI,=GB100ZET,=GB1COR,=GB2AES,=GB2CAS,=GB2DAW,=GB2ELH,=GB2ELH/LH,=GB2HMC, @@ -979,8 +981,8 @@ Wales: 14: 27: EU: 52.28: 3.73: 0.0: GW: =GB0GDD,=GB0GIG,=GB0GIW,=GB0GLV,=GB0GMD,=GB0GRM,=GB0HEL,=GB0HGC,=GB0HLT,=GB0HMM,=GB0HMT,=GB0KF, =GB0L,=GB0LBG,=GB0LM,=GB0LVF,=GB0MFH,=GB0MIW,=GB0ML,=GB0MPA,=GB0MSB,=GB0MUU,=GB0MWL,=GB0NAW, =GB0NEW,=GB0NG,=GB0NLC,=GB0PBR,=GB0PEM,=GB0PGG,=GB0PLB,=GB0PLL,=GB0PSG,=GB0RME,=GB0ROC,=GB0RPO, - =GB0RS,=GB0RSC,=GB0RSF,=GB0RWM,=GB0SCB,=GB0SDD,=GB0SGC,=GB0SH,=GB0SH/LH,=GB0SOA,=GB0SPE,=GB0SPS, - =GB0TD,=GB0TL,=GB0TPR,=GB0TS,=GB0TTT,=GB0VCA,=GB0VEE,=GB0VHF,=GB0VK,=GB0WHH,=GB0WHR,=GB0WIW, + =GB0RS,=GB0RSB,=GB0RSC,=GB0RSF,=GB0RWM,=GB0SCB,=GB0SDD,=GB0SGC,=GB0SH,=GB0SH/LH,=GB0SOA,=GB0SPE, + =GB0SPS,=GB0TD,=GB0TL,=GB0TPR,=GB0TS,=GB0TTT,=GB0VCA,=GB0VEE,=GB0VHF,=GB0VK,=GB0WHH,=GB0WIW, =GB0WMZ,=GB0WUL,=GB0YG,=GB1004FTS,=GB100AB,=GB100BP,=GB100CSW,=GB100FTS,=GB100GGC,=GB100GGM, =GB100HD,=GB100LB,=GB100LSG,=GB100MCV,=GB100TMD,=GB10SOTA,=GB19CGW,=GB19CW,=GB19SG,=GB1AD,=GB1ATC, =GB1BAF,=GB1BGS,=GB1BPL,=GB1BSW,=GB1BW,=GB1CCC,=GB1CDS,=GB1CHM,=GB1CPG,=GB1CR,=GB1DS,=GB1FHS, @@ -1089,9 +1091,9 @@ Saudi Arabia: 21: 39: AS: 24.20: -43.83: -3.0: HZ: Italy: 15: 28: EU: 42.82: -12.58: -1.0: I: I,=II0PN/MM(40),=II1RT/N, =4U0WFP,=4U4F,=4U5F,=4U6F,=4U7F,=4U7FOC,=4U80FOC,=4U8F,=4U8FOC,=II0IDR/NAVY,=IK0ATK/N,=IK0CNA/LH, - =IK0JFS/N,=IK0XFD/N,=IQ0AP/J,=IQ0CV/LH,=IQ0FM/LH,=IQ0FR/LH,=IQ0GV/AAW,=IR0BP/J,=IT9ELM/0, - =IT9PQJ/0,=IU0FSC/LH,=IW0HP/N,=IW9GSH/0,=IZ0BXZ/N,=IZ0DBA/N,=IZ0EGC/N,=IZ0EUX/I/AZ,=IZ0FVD/N, - =IZ0HTW/PS,=IZ0HTW/SP,=IZ0IAT/LH,=IZ0IJC/FF,=IZ0IJC/N,=IZ0XZD/RO, + =IK0JFS/N,=IK0XFD/N,=IQ0AP/J,=IQ0CV/LH,=IQ0FM/LH,=IQ0FR/LH,=IQ0GV/AAW,=IR0BP/J,=IT9AAK/0, + =IT9ELM/0,=IT9PQJ/0,=IU0FSC/LH,=IW0HP/N,=IW9GSH/0,=IZ0BXZ/N,=IZ0DBA/N,=IZ0EGC/N,=IZ0EUX/I/AZ, + =IZ0FVD/N,=IZ0HTW/PS,=IZ0HTW/SP,=IZ0IAT/LH,=IZ0IJC/FF,=IZ0IJC/N,=IZ0XZD/RO, =I1MQ/N,=I1ULJ/N,=I1XSG/N,=I1YRL/GRA,=II1PV/LH,=IK1RED/N,=IK1VDN/N,=IP1T/LH,=IQ1L/LH,=IQ1NM/REX, =IQ1SP/N,=IU1LCI/EMG,=IY1SP/ASB,=IY1SP/MTN,=IZ0IJC/BSM,=IZ1CLA/N,=IZ1ESH/EMG,=IZ1FCF/N, =IZ1GDB/EMG,=IZ1POA/N,=IZ1RGI/ECO,=IZ5GST/1/LH, @@ -1147,7 +1149,7 @@ St. Vincent: 08: 11: NA: 13.23: 61.20: 4.0: J8: Japan: 25: 45: AS: 36.40: -138.38: -9.0: JA: 7J,7K,7L,7M,7N,8J,8K,8L,8M,8N,JA,JE,JF,JG,JH,JI,JJ,JK,JL,JM,JN,JO,JP,JQ,JR,JS,=7N2DAB/LH, =JO1ZYB/L, - AGJ60,HTR60,IEJ60,ISG60,KJP60,KTD60,MMD60,MMY60,OGN60,OKA60,SHI60,TRA60,UEO60, + AGJ60,HTR60,IEJ60,ISG60,KJP60,KTD60,MMD60,MMY60,OGN60,OKA60,SHI60,TRA60,UEO60,=8N60HAM/OKA, =7N4RHO/BM,=JE1LET/AE3RM,=JE1LET/VK3SS,=JE1XUZ/YOTA,=JH1NBN/DF2OO,=JH1NBN/DL1BD, =JQ2UXA/YL, =JD1BHH/6; @@ -1197,25 +1199,24 @@ United States: 05: 08: NA: 37.53: 91.67: 5.0: K: =KL1V/M(4)[7],=KL1VN(4)[7],=KL1XQ(4)[7],=KL1XR(4)[7],=KL2A/0(4)[7],=KL2BG(4)[7],=KL2FU(4)[7], =KL2GR(4)[7],=KL2NS(4)[7],=KL2QO(4)[7],=KL2SX(4)[7],=KL2YI(4)[7],=KL3EM(4)[7],=KL3IW(4)[7], =KL3KZ(4)[7],=KL3LY(4)[7],=KL3MA(4)[7],=KL3MB(4)[7],=KL3MC(4)[7],=KL3MW(4)[7],=KL3MZ(4)[7], - =KL3QS(4)[7],=KL3SM(4)[7],=KL3VN(4)[7],=KL4IY(4)[7],=KL4JN(4)[7],=KL7DTJ(4)[7],=KL7DYS(4)[7], - =KL7ED(4)[7],=KL7EP(4)[7],=KL7EP/0(4)[7],=KL7GKY/0(4)[7],=KL7GLK(4)[7],=KL7GLK/0(4)[7], - =KL7GLK/B(4)[7],=KL7HR(4)[7],=KL7IWT(4)[7],=KL7IXI(4)[7],=KL7JGJ(4)[7],=KL7JIE(4)[7], - =KL7JIM(4)[7],=KL7JR/0(4)[7],=KL7MH(4)[7],=KL7MP(4)[7],=KL7MV(4)[7],=KL7NW(4)[7],=KL7PE/M(4)[7], - =KL7QW(4)[7],=KL7QW/0(4)[7],=KL7RH(4)[7],=KL7RZ(4)[7],=KL7SB/0(4)[7],=KL7SFD(4)[7],=KL7UV(4)[7], - =KL7XH(4)[7],=KL7YL(4)[7],=KL7YY/0(4)[7],=KL7ZD(4)[7],=KL7ZT(4)[7],=KP2X(4)[7],=KP2Y(4)[7], - =KP4ATV(4)[7],=KP4MLF(4)[7],=KP4XZ(4)[7],=NH0AD(4)[7],=NH2LH(4)[7],=NH6CF(4)[7],=NH6EU(4)[7], - =NH6LR(4)[7],=NH6WF(4)[7],=NH7CY(4)[7],=NH7FI(4)[7],=NH7XM(4)[7],=NH7ZH(4)[7],=NL7AS(4)[7], - =NL7BU(4)[7],=NL7CO/M(4)[7],=NL7CQ(4)[7],=NL7CQ/0(4)[7],=NL7FF(4)[7],=NL7FU(4)[7],=NL7IN(4)[7], - =NL7SB(4)[7],=NL7T(4)[7],=NL7XT(4)[7],=NL7XU(4)[7],=NL7ZG(4)[7],=NP3XP(4)[7],=NP4AI(4)[7], - =NP4AI/0(4)[7],=VE4AGT/M(4)[7],=VE4XC/M(4)[7],=WH2S(4)[7],=WH2Z(4)[7],=WH6AKZ(4)[7],=WH6ANH(4)[7], - =WH6BLT(4)[7],=WH6BUL(4)[7],=WH6BXD(4)[7],=WH6CTU(4)[7],=WH6CUE(4)[7],=WH6CYM(4)[7],=WH6CZI(4)[7], - =WH6CZU(4)[7],=WH6DCJ(4)[7],=WH6DUV(4)[7],=WH6DXA(4)[7],=WH6EAA(4)[7],=WH6EAE(4)[7],=WH6ENX(4)[7], - =WH6FBM(4)[7],=WH6GOZ(4)[7],=WH6LR(4)[7],=WH6MS(4)[7],=WH6QS(4)[7],=WH7IR(4)[7],=WH7MZ(4)[7], - =WH9AAH(4)[7],=WL0JF(4)[7],=WL1ON(4)[7],=WL7AEC(4)[7],=WL7AJA(4)[7],=WL7ANY(4)[7],=WL7ATK(4)[7], - =WL7BRV(4)[7],=WL7BT(4)[7],=WL7CEG(4)[7],=WL7CLI(4)[7],=WL7CPW(4)[7],=WL7CQF(4)[7],=WL7CRT(4)[7], - =WL7CY(4)[7],=WL7J(4)[7],=WL7JB(4)[7],=WL7LZ(4)[7],=WL7LZ/M(4)[7],=WL7RV(4)[7],=WL7S(4)[7], - =WL7YM(4)[7],=WP2B/0(4)[7],=WP3QH(4)[7],=WP4BTQ(4)[7],=WP4GQR(4)[7],=WP4LC(4)[7],=WP4LEY(4)[7], - =WP4NPV(4)[7], + =KL3QS(4)[7],=KL3SM(4)[7],=KL3VN(4)[7],=KL4IY(4)[7],=KL4JN(4)[7],=KL7DTJ(4)[7],=KL7ED(4)[7], + =KL7EP(4)[7],=KL7EP/0(4)[7],=KL7GKY/0(4)[7],=KL7GLK(4)[7],=KL7GLK/0(4)[7],=KL7GLK/B(4)[7], + =KL7HR(4)[7],=KL7IWT(4)[7],=KL7IXI(4)[7],=KL7JGJ(4)[7],=KL7JIE(4)[7],=KL7JIM(4)[7],=KL7JR/0(4)[7], + =KL7MH(4)[7],=KL7MP(4)[7],=KL7MV(4)[7],=KL7NW(4)[7],=KL7PE/M(4)[7],=KL7QW(4)[7],=KL7QW/0(4)[7], + =KL7RH(4)[7],=KL7RZ(4)[7],=KL7SB/0(4)[7],=KL7SFD(4)[7],=KL7UV(4)[7],=KL7XH(4)[7],=KL7YL(4)[7], + =KL7YY/0(4)[7],=KL7ZD(4)[7],=KL7ZT(4)[7],=KP2X(4)[7],=KP2Y(4)[7],=KP4ATV(4)[7],=KP4MLF(4)[7], + =KP4XZ(4)[7],=NH0AD(4)[7],=NH2LH(4)[7],=NH6CF(4)[7],=NH6EU(4)[7],=NH6LR(4)[7],=NH6WF(4)[7], + =NH7CY(4)[7],=NH7FI(4)[7],=NH7XM(4)[7],=NH7ZH(4)[7],=NL7AS(4)[7],=NL7BU(4)[7],=NL7CO/M(4)[7], + =NL7CQ(4)[7],=NL7CQ/0(4)[7],=NL7FF(4)[7],=NL7FU(4)[7],=NL7IN(4)[7],=NL7SB(4)[7],=NL7T(4)[7], + =NL7XT(4)[7],=NL7XU(4)[7],=NL7ZG(4)[7],=NP3XP(4)[7],=NP4AI(4)[7],=NP4AI/0(4)[7],=VE4AGT/M(4)[7], + =VE4XC/M(4)[7],=WH2S(4)[7],=WH2Z(4)[7],=WH6AKZ(4)[7],=WH6ANH(4)[7],=WH6BLT(4)[7],=WH6BUL(4)[7], + =WH6BXD(4)[7],=WH6CTU(4)[7],=WH6CUE(4)[7],=WH6CYM(4)[7],=WH6CZI(4)[7],=WH6CZU(4)[7],=WH6DCJ(4)[7], + =WH6DUV(4)[7],=WH6DXA(4)[7],=WH6EAA(4)[7],=WH6EAE(4)[7],=WH6ENX(4)[7],=WH6FBM(4)[7],=WH6GOZ(4)[7], + =WH6LR(4)[7],=WH6MS(4)[7],=WH6QS(4)[7],=WH7IR(4)[7],=WH7MZ(4)[7],=WH9AAH(4)[7],=WL0JF(4)[7], + =WL1ON(4)[7],=WL7AEC(4)[7],=WL7AJA(4)[7],=WL7ANY(4)[7],=WL7ATK(4)[7],=WL7BRV(4)[7],=WL7BT(4)[7], + =WL7CEG(4)[7],=WL7CLI(4)[7],=WL7CPW(4)[7],=WL7CQF(4)[7],=WL7CRT(4)[7],=WL7CY(4)[7],=WL7J(4)[7], + =WL7JB(4)[7],=WL7LZ(4)[7],=WL7LZ/M(4)[7],=WL7RV(4)[7],=WL7S(4)[7],=WL7YM(4)[7],=WP2B/0(4)[7], + =WP3QH(4)[7],=WP4BTQ(4)[7],=WP4GQR(4)[7],=WP4LC(4)[7],=WP4LEY(4)[7],=WP4NPV(4)[7], =AH2V(5)[8],=AH2W(5)[8],=AH6BV(5)[8],=AH6RE(5)[8],=AL0A(5)[8],=AL1K(5)[8],=AL1O(5)[8],=AL4V(5)[8], =AL6L(5)[8],=AL6M(5)[8],=AL7GD(5)[8],=AL7LV(5)[8],=AL7QS(5)[8],=AL8A(5)[8],=AL8E(5)[8], =KH2AB(5)[8],=KH2AK(5)[8],=KH2BA(5)[8],=KH2EH(5)[8],=KH6GR(5)[8],=KH6HZ(5)[8],=KH6IKI(5)[8], @@ -1226,18 +1227,18 @@ United States: 05: 08: NA: 37.53: 91.67: 5.0: K: =KL7JR/1(5)[8],=KL7JT(5)[8],=KL7USI/1(5)[8],=KL8DX(5)[8],=KP4AMC(5)[8],=KP4BLS(5)[8], =KP4BPR(5)[8],=KP4DGF(5)[8],=KP4EC/1(5)[8],=KP4G(5)[8],=KP4GVT(5)[8],=KP4JC(5)[8],=KP4JLD(5)[8], =KP4KWB(5)[8],=KP4MHG(5)[8],=KP4MR(5)[8],=KP4NBI(5)[8],=KP4NPL(5)[8],=KP4NW(5)[8],=KP4R(5)[8], - =KP4RCD(5)[8],=KP4RMM(5)[8],=KP4WPD(5)[8],=KP4ZEM(5)[8],=NH0H(5)[8],=NH6IH(5)[8],=NH6XW(5)[8], - =NH6ZB(5)[8],=NL7AK(5)[8],=NL7FJ(5)[8],=NL7FJ/1(5)[8],=NL7MO(5)[8],=NL7NJ(5)[8],=NL7OI(5)[8], - =NL7OT(5)[8],=NL7SH(5)[8],=NL9H(5)[8],=NP2FZ(5)[8],=NP2FZ/1(5)[8],=NP2GG(5)[8],=NP2PN(5)[8], - =NP3IV(5)[8],=NP3LN(5)[8],=NP3WX(5)[8],=NP4AO(5)[8],=NP4AZ(5)[8],=NP4ER(5)[8],=VE1BES/M(5)[8], - =VE3CMB/M(5)[8],=VE4CCN/M(5)[8],=WH0EWX(5)[8],=WH2B(5)[8],=WH6CT(5)[8],=WH6DSN(5)[8],=WH6EI(5)[8], - =WH6FBH(5)[8],=WH6MY(5)[8],=WH6SW(5)[8],=WH6SW/1(5)[8],=WH7TP(5)[8],=WH7YQ(5)[8],=WH7YR(5)[8], - =WL1B(5)[8],=WL7B(5)[8],=WL7CC(5)[8],=WL7CUP(5)[8],=WL7CVD(5)[8],=WL7WO(5)[8],=WL7WO/1(5)[8], - =WL7Z/1(5)[8],=WP2MG(5)[8],=WP3AC(5)[8],=WP3GN(5)[8],=WP3KE(5)[8],=WP3NN(5)[8],=WP3QV(5)[8], - =WP3QV/1(5)[8],=WP3WV(5)[8],=WP4AKE(5)[8],=WP4AZJ(5)[8],=WP4BC(5)[8],=WP4BF(5)[8],=WP4CGI(5)[8], - =WP4CJH(5)[8],=WP4JF(5)[8],=WP4KAY(5)[8],=WP4KQ(5)[8],=WP4LYV(5)[8],=WP4MKJ(5)[8],=WP4MMV(5)[8], - =WP4MOC(5)[8],=WP4NKW(5)[8],=WP4NUV(5)[8],=WP4NYT(5)[8],=WP4NYY(5)[8],=WP4OFO(5)[8],=WP4OIG(5)[8], - =WP4OJK(5)[8],=WP4RQ(5)[8], + =KP4RCD(5)[8],=KP4RMM(5)[8],=KP4VQ(5)[8],=KP4WPD(5)[8],=KP4ZEM(5)[8],=NH0H(5)[8],=NH6IH(5)[8], + =NH6XW(5)[8],=NH6ZB(5)[8],=NL7AK(5)[8],=NL7FJ(5)[8],=NL7FJ/1(5)[8],=NL7MO(5)[8],=NL7NJ(5)[8], + =NL7OI(5)[8],=NL7OT(5)[8],=NL7SH(5)[8],=NL9H(5)[8],=NP2FZ(5)[8],=NP2FZ/1(5)[8],=NP2GG(5)[8], + =NP2PN(5)[8],=NP3IV(5)[8],=NP3LN(5)[8],=NP3WX(5)[8],=NP4AO(5)[8],=NP4AZ(5)[8],=NP4ER(5)[8], + =VE1BES/M(5)[8],=VE3CMB/M(5)[8],=VE4CCN/M(5)[8],=WH0EWX(5)[8],=WH2B(5)[8],=WH6CT(5)[8], + =WH6DSN(5)[8],=WH6EI(5)[8],=WH6FBH(5)[8],=WH6MY(5)[8],=WH6SW(5)[8],=WH6SW/1(5)[8],=WH7TP(5)[8], + =WH7YQ(5)[8],=WH7YR(5)[8],=WL1B(5)[8],=WL1R(5)[8],=WL7B(5)[8],=WL7CC(5)[8],=WL7CUP(5)[8], + =WL7CVD(5)[8],=WL7WO(5)[8],=WL7WO/1(5)[8],=WL7Z/1(5)[8],=WP2MG(5)[8],=WP3AC(5)[8],=WP3GN(5)[8], + =WP3KE(5)[8],=WP3NN(5)[8],=WP3QV(5)[8],=WP3QV/1(5)[8],=WP3WV(5)[8],=WP4AKE(5)[8],=WP4AZJ(5)[8], + =WP4BC(5)[8],=WP4BF(5)[8],=WP4CGI(5)[8],=WP4CJH(5)[8],=WP4JF(5)[8],=WP4KAY(5)[8],=WP4KQ(5)[8], + =WP4LYV(5)[8],=WP4MKJ(5)[8],=WP4MMV(5)[8],=WP4MOC(5)[8],=WP4NKW(5)[8],=WP4NUV(5)[8],=WP4NYT(5)[8], + =WP4NYY(5)[8],=WP4OFO(5)[8],=WP4OIG(5)[8],=WP4OJK(5)[8],=WP4RQ(5)[8], =AH0BR(5)[8],=AH2AL(5)[8],=AH2CG(5)[8],=AH2O(5)[8],=AH2P(5)[8],=AH6K(5)[8],=AL0Q(5)[8], =AL0Y(5)[8],=AL2O(5)[8],=AL7RG(5)[8],=AL7RK(5)[8],=KH2CW(5)[8],=KH2P(5)[8],=KH2R(5)[8], =KH4AG(5)[8],=KH6ALN(5)[8],=KH6HFO(5)[8],=KH6HO(5)[8],=KH7GA(5)[8],=KH7JO(5)[8],=KH7JO/2(5)[8], @@ -1262,20 +1263,20 @@ United States: 05: 08: NA: 37.53: 91.67: 5.0: K: =KH6JGA(5)[8],=KH6LDO(5)[8],=KH6PX(5)[8],=KH6RE(5)[8],=KH8CN(5)[8],=KL1CNN(5)[8],=KL1HA(5)[8], =KL1KM(5)[8],=KL2A/3(5)[8],=KL2BV(5)[8],=KL2UR(5)[8],=KL2XF(5)[8],=KL4QG(5)[8],=KL7FD(5)[8], =KL7GLK/3(5)[8],=KL7HR/3(5)[8],=KL7IUI(5)[8],=KL7IUI/3(5)[8],=KL7JO(5)[8],=KL7OF/3(5)[8], - =KL7OQ(5)[8],=KL7YN(5)[8],=KL9A/3(5)[8],=KP3M(5)[8],=KP3N(5)[8],=KP4BEP(5)[8],=KP4CAM(5)[8], - =KP4FCF(5)[8],=KP4GB/3(5)[8],=KP4IP(5)[8],=KP4JB(5)[8],=KP4N(5)[8],=KP4N/3(5)[8],=KP4PRI(5)[8], - =KP4UV(5)[8],=KP4VW(5)[8],=KP4WR(5)[8],=KP4XO(5)[8],=KP4XX(5)[8],=KP4YH(5)[8],=NH2CW(5)[8], - =NH2LA(5)[8],=NH6BD(5)[8],=NH6BK(5)[8],=NH7C(5)[8],=NH7C/3(5)[8],=NH7CC(5)[8],=NH7TV(5)[8], - =NH7YK(5)[8],=NL7CK(5)[8],=NL7PJ(5)[8],=NL7V/3(5)[8],=NL7WA(5)[8],=NL7XM(5)[8],=NL7XM/B(5)[8], - =NP2EP(5)[8],=NP2G(5)[8],=NP2NC(5)[8],=NP3ES(5)[8],=NP3IP(5)[8],=NP3YN(5)[8],=NP4RH(5)[8], - =NP4YZ(5)[8],=WH6ADS(5)[8],=WH6AWO(5)[8],=WH6AZN(5)[8],=WH6CE(5)[8],=WH6CMI(5)[8],=WH6CTO(5)[8], - =WH6DOA(5)[8],=WH6ECO(5)[8],=WH6EEL(5)[8],=WH6EEN(5)[8],=WH6EIJ(5)[8],=WH6FPS(5)[8],=WH6GEU(5)[8], - =WH6IO(5)[8],=WH6OB(5)[8],=WH6RN(5)[8],=WH7F(5)[8],=WH7USA(5)[8],=WL7L(5)[8],=WP2XX(5)[8], - =WP3BX(5)[8],=WP3CC(5)[8],=WP3EC(5)[8],=WP3FK(5)[8],=WP3ZV(5)[8],=WP4DA(5)[8],=WP4DCK(5)[8], - =WP4EDM(5)[8],=WP4FKH(5)[8],=WP4GJL(5)[8],=WP4HRK(5)[8],=WP4HSZ(5)[8],=WP4IYE(5)[8],=WP4KDN(5)[8], - =WP4KKX(5)[8],=WP4KTU(5)[8],=WP4LEM(5)[8],=WP4LNP(5)[8],=WP4LTI(5)[8],=WP4MNV(5)[8],=WP4MSX(5)[8], - =WP4MYN(5)[8],=WP4NXG(5)[8],=WP4NYL(5)[8],=WP4OSQ(5)[8],=WP4PPH(5)[8],=WP4PUR(5)[8],=WP4PYL(5)[8], - =WP4PYM(5)[8],=WP4PYU(5)[8],=WP4PYV(5)[8],=WP4PYZ(5)[8],=WP4PZA(5)[8], + =KL7OQ(5)[8],=KL7YN(5)[8],=KL9A/3(5)[8],=KP3M(5)[8],=KP4BEP(5)[8],=KP4CAM(5)[8],=KP4FCF(5)[8], + =KP4GB/3(5)[8],=KP4IP(5)[8],=KP4JB(5)[8],=KP4N(5)[8],=KP4N/3(5)[8],=KP4PRI(5)[8],=KP4UV(5)[8], + =KP4VW(5)[8],=KP4WR(5)[8],=KP4XO(5)[8],=KP4XX(5)[8],=KP4YH(5)[8],=NH2CW(5)[8],=NH2LA(5)[8], + =NH6BD(5)[8],=NH6BK(5)[8],=NH7C(5)[8],=NH7C/3(5)[8],=NH7CC(5)[8],=NH7TV(5)[8],=NH7YK(5)[8], + =NL7CK(5)[8],=NL7PJ(5)[8],=NL7V/3(5)[8],=NL7WA(5)[8],=NL7XM(5)[8],=NL7XM/B(5)[8],=NP2EP(5)[8], + =NP2G(5)[8],=NP2NC(5)[8],=NP3ES(5)[8],=NP3IP(5)[8],=NP3YN(5)[8],=NP4RH(5)[8],=NP4YZ(5)[8], + =WH6ADS(5)[8],=WH6AZN(5)[8],=WH6CE(5)[8],=WH6CMI(5)[8],=WH6CTO(5)[8],=WH6DOA(5)[8],=WH6ECO(5)[8], + =WH6EEL(5)[8],=WH6EEN(5)[8],=WH6EIJ(5)[8],=WH6FPS(5)[8],=WH6FZ(5)[8],=WH6GEU(5)[8],=WH6IO(5)[8], + =WH6OB(5)[8],=WH6RN(5)[8],=WH7F(5)[8],=WH7USA(5)[8],=WL7L(5)[8],=WP2XX(5)[8],=WP3BX(5)[8], + =WP3CC(5)[8],=WP3EC(5)[8],=WP3FK(5)[8],=WP3ZV(5)[8],=WP4DA(5)[8],=WP4DCK(5)[8],=WP4EDM(5)[8], + =WP4FKH(5)[8],=WP4GJL(5)[8],=WP4HRK(5)[8],=WP4HSZ(5)[8],=WP4IYE(5)[8],=WP4KDN(5)[8],=WP4KKX(5)[8], + =WP4KTU(5)[8],=WP4LEM(5)[8],=WP4LNP(5)[8],=WP4LTI(5)[8],=WP4MNV(5)[8],=WP4MSX(5)[8],=WP4MYN(5)[8], + =WP4NXG(5)[8],=WP4NYL(5)[8],=WP4OSQ(5)[8],=WP4PPH(5)[8],=WP4PUR(5)[8],=WP4PYL(5)[8],=WP4PYM(5)[8], + =WP4PYU(5)[8],=WP4PYV(5)[8],=WP4PYZ(5)[8],=WP4PZA(5)[8], =AH0BV(5)[8],=AH0BZ(5)[8],=AH0G(5)[8],=AH2AJ(5)[8],=AH2AM(5)[8],=AH2AV/4(5)[8],=AH2BW(5)[8], =AH2DF(5)[8],=AH2EB(5)[8],=AH2EJ(5)[8],=AH2X(5)[8],=AH3B(5)[8],=AH6AL(5)[8],=AH6AT(5)[8], =AH6AU(5)[8],=AH6BJ(5)[8],=AH6C(5)[8],=AH6EZ/4(5)[8],=AH6FX(5)[8],=AH6FX/4(5)[8],=AH6IC(5)[8], @@ -1326,64 +1327,64 @@ United States: 05: 08: NA: 37.53: 91.67: 5.0: K: =KP4MPR(5)[8],=KP4MSP(5)[8],=KP4ND(5)[8],=KP4NI(5)[8],=KP4OO(5)[8],=KP4PC(5)[8],=KP4PEC(5)[8], =KP4PF(5)[8],=KP4PM(5)[8],=KP4PMD(5)[8],=KP4Q(5)[8],=KP4QT(5)[8],=KP4QT/4(5)[8],=KP4REY(5)[8], =KP4RGD(5)[8],=KP4RGT(5)[8],=KP4ROP(5)[8],=KP4RRC(5)[8],=KP4RT(5)[8],=KP4RZ(5)[8],=KP4SU(5)[8], - =KP4SWR(5)[8],=KP4TL(5)[8],=KP4UFO(5)[8],=KP4USA(5)[8],=KP4VMR(5)[8],=KP4VO(5)[8],=KP4WK(5)[8], - =KP4WW(5)[8],=KP4WY(5)[8],=KP4XP(5)[8],=KP4YLV(5)[8],=KP4ZF(5)[8],=KP4ZV(5)[8],=KP4ZX(5)[8], - =NH2A(5)[8],=NH2BQ(5)[8],=NH2DB(5)[8],=NH2F(5)[8],=NH2GY(5)[8],=NH2KW(5)[8],=NH2NG(5)[8], - =NH6AU(5)[8],=NH6AX(5)[8],=NH6BD/4(5)[8],=NH6E(5)[8],=NH6GE(5)[8],=NH6GR(5)[8],=NH6HX(5)[8], - =NH6HX/4(5)[8],=NH6JX(5)[8],=NH6KI(5)[8],=NH6QR(5)[8],=NH6SR(5)[8],=NH6SZ(5)[8],=NH6T(5)[8], - =NH6TL(5)[8],=NH7AA(5)[8],=NH7AQ(5)[8],=NH7AR(5)[8],=NH7FG(5)[8],=NH7FV(5)[8],=NH7OI(5)[8], - =NH7P(5)[8],=NH7T/4(5)[8],=NH7UN(5)[8],=NH7XJ(5)[8],=NH7XN(5)[8],=NH7YL(5)[8],=NL7AJ(5)[8], - =NL7AU(5)[8],=NL7AU/4(5)[8],=NL7BV(5)[8],=NL7KL(5)[8],=NL7KX(5)[8],=NL7LO(5)[8],=NL7LR(5)[8], - =NL7LY(5)[8],=NL7MD(5)[8],=NL7MR(5)[8],=NL7OB(5)[8],=NL7OS(5)[8],=NL7P(5)[8],=NL7PV(5)[8], - =NL7U(5)[8],=NL7UP(5)[8],=NL7VV(5)[8],=NL7VX(5)[8],=NL7VX/4(5)[8],=NL7VX/M(5)[8],=NL7YZ(5)[8], - =NP2B(5)[8],=NP2B/4(5)[8],=NP2BB(5)[8],=NP2BW(5)[8],=NP2C/4(5)[8],=NP2CB(5)[8],=NP2D(5)[8], - =NP2DB(5)[8],=NP2DJ(5)[8],=NP2EI(5)[8],=NP2FJ(5)[8],=NP2FT(5)[8],=NP2GN(5)[8],=NP2GW(5)[8], - =NP2HQ(5)[8],=NP2HS(5)[8],=NP2HW(5)[8],=NP2IE(5)[8],=NP2IF(5)[8],=NP2IJ(5)[8],=NP2IS(5)[8], - =NP2IW(5)[8],=NP2IX(5)[8],=NP2JA(5)[8],=NP2JS(5)[8],=NP2JV(5)[8],=NP2L(5)[8],=NP2LC(5)[8], - =NP2MM(5)[8],=NP2MN(5)[8],=NP2MP(5)[8],=NP2MR(5)[8],=NP2MR/4(5)[8],=NP2O(5)[8],=NP2OL(5)[8], - =NP2OO(5)[8],=NP2OR(5)[8],=NP2PA(5)[8],=NP2R(5)[8],=NP2T(5)[8],=NP2W(5)[8],=NP3AX(5)[8], - =NP3BL(5)[8],=NP3CC(5)[8],=NP3CI(5)[8],=NP3CM(5)[8],=NP3CT(5)[8],=NP3FR(5)[8],=NP3G(5)[8], - =NP3HD(5)[8],=NP3HG(5)[8],=NP3HN(5)[8],=NP3HP(5)[8],=NP3HU(5)[8],=NP3IL(5)[8],=NP3IU(5)[8], - =NP3K(5)[8],=NP3KM(5)[8],=NP3MM(5)[8],=NP3MX(5)[8],=NP3NC(5)[8],=NP3OW(5)[8],=NP3QT(5)[8], - =NP3R(5)[8],=NP3ST(5)[8],=NP3TM(5)[8],=NP3UM(5)[8],=NP3VH(5)[8],=NP3VJ(5)[8],=NP3XW(5)[8], - =NP4AS(5)[8],=NP4AV(5)[8],=NP4CC(5)[8],=NP4CK(5)[8],=NP4CV(5)[8],=NP4DM(5)[8],=NP4EM(5)[8], - =NP4GH(5)[8],=NP4J(5)[8],=NP4JL(5)[8],=NP4JU(5)[8],=NP4KV(5)[8],=NP4M(5)[8],=NP4ND(5)[8], - =NP4PF(5)[8],=NP4RJ(5)[8],=NP4SY(5)[8],=NP4TR(5)[8],=NP4WT(5)[8],=NP4XB(5)[8],=NP4ZC(5)[8], - =WH2AAT(5)[8],=WH2ABJ(5)[8],=WH2G(5)[8],=WH6A(5)[8],=WH6ACF(5)[8],=WH6AJS(5)[8],=WH6AQ(5)[8], - =WH6AVU(5)[8],=WH6AX(5)[8],=WH6BRQ(5)[8],=WH6CEF(5)[8],=WH6CMT(5)[8],=WH6CNC(5)[8],=WH6CTC(5)[8], - =WH6CXA(5)[8],=WH6CXT(5)[8],=WH6DBX(5)[8],=WH6DMJ(5)[8],=WH6DNF(5)[8],=WH6DOL(5)[8],=WH6DUJ(5)[8], - =WH6DXT(5)[8],=WH6DZ(5)[8],=WH6ECQ(5)[8],=WH6EFI(5)[8],=WH6EFX(5)[8],=WH6EFY(5)[8],=WH6EIK(5)[8], - =WH6EIQ(5)[8],=WH6EIR(5)[8],=WH6EKW(5)[8],=WH6ELG(5)[8],=WH6ELM(5)[8],=WH6ETF(5)[8],=WH6FCP(5)[8], - =WH6GHO(5)[8],=WH6GMZ(5)[8],=WH6HA(5)[8],=WH6IF(5)[8],=WH6IZ(5)[8],=WH6J(5)[8],=WH6L(5)[8], - =WH6LE(5)[8],=WH6LE/4(5)[8],=WH6LE/M(5)[8],=WH6LE/P(5)[8],=WH6NE(5)[8],=WH6NU(5)[8],=WH6WX(5)[8], - =WH6YH(5)[8],=WH6YH/4(5)[8],=WH6YM(5)[8],=WH6ZF(5)[8],=WH7GD(5)[8],=WH7HX(5)[8],=WH7NI(5)[8], - =WH7XK(5)[8],=WH7XU(5)[8],=WH7YL(5)[8],=WH7YV(5)[8],=WH7ZM(5)[8],=WH9AAF(5)[8],=WL4X(5)[8], - =WL7AF(5)[8],=WL7AUL(5)[8],=WL7AX(5)[8],=WL7CHA(5)[8],=WL7CIB(5)[8],=WL7CKJ(5)[8],=WL7COL(5)[8], - =WL7CPA(5)[8],=WL7CQT(5)[8],=WL7CUY(5)[8],=WL7E/4(5)[8],=WL7GV(5)[8],=WL7IO(5)[8],=WL7JE(5)[8], - =WL7SR(5)[8],=WL7UN(5)[8],=WL7YX(5)[8],=WP2AGD(5)[8],=WP2AGO(5)[8],=WP2AHC(5)[8],=WP2AIG(5)[8], - =WP2AIL(5)[8],=WP2BB(5)[8],=WP2C(5)[8],=WP2J(5)[8],=WP2L(5)[8],=WP2MA(5)[8],=WP2P(5)[8], - =WP3AY(5)[8],=WP3BC(5)[8],=WP3DW(5)[8],=WP3HL(5)[8],=WP3IM(5)[8],=WP3JE(5)[8],=WP3JQ(5)[8], - =WP3JU(5)[8],=WP3K(5)[8],=WP3LE(5)[8],=WP3MB(5)[8],=WP3ME(5)[8],=WP3NIS(5)[8],=WP3O(5)[8], - =WP3PW(5)[8],=WP3QE(5)[8],=WP3TQ(5)[8],=WP3ZA(5)[8],=WP4AIE(5)[8],=WP4AIL(5)[8],=WP4AIZ(5)[8], - =WP4ALH(5)[8],=WP4AQK(5)[8],=WP4AVW(5)[8],=WP4B(5)[8],=WP4BFP(5)[8],=WP4BGM(5)[8],=WP4BIN(5)[8], - =WP4BJS(5)[8],=WP4BK(5)[8],=WP4BOC(5)[8],=WP4BQV(5)[8],=WP4BXS(5)[8],=WP4BZG(5)[8],=WP4CKW(5)[8], - =WP4CLS(5)[8],=WP4CMH(5)[8],=WP4DC(5)[8],=WP4DCB(5)[8],=WP4DFK(5)[8],=WP4DMV(5)[8],=WP4DNE(5)[8], - =WP4DPX(5)[8],=WP4ENX(5)[8],=WP4EXH(5)[8],=WP4FEI(5)[8],=WP4FRK(5)[8],=WP4FS(5)[8],=WP4GAK(5)[8], - =WP4GFH(5)[8],=WP4GX(5)[8],=WP4GYA(5)[8],=WP4HFZ(5)[8],=WP4HNN(5)[8],=WP4HOX(5)[8],=WP4IF(5)[8], - =WP4IJ(5)[8],=WP4IK(5)[8],=WP4ILP(5)[8],=WP4INP(5)[8],=WP4JC(5)[8],=WP4JKO(5)[8],=WP4JNB(5)[8], - =WP4JQJ(5)[8],=WP4JSR(5)[8],=WP4JSV(5)[8],=WP4JT(5)[8],=WP4KCJ(5)[8],=WP4KDH(5)[8],=WP4KFP(5)[8], - =WP4KGE(5)[8],=WP4KGI(5)[8],=WP4KHN(5)[8],=WP4KI(5)[8],=WP4KJV(5)[8],=WP4KPK(5)[8],=WP4KSK(5)[8], - =WP4KTD(5)[8],=WP4LBK(5)[8],=WP4LDG(5)[8],=WP4LDL(5)[8],=WP4LDP(5)[8],=WP4LE(5)[8],=WP4LEO(5)[8], - =WP4LHA(5)[8],=WP4LTA(5)[8],=WP4MAE(5)[8],=WP4MD(5)[8],=WP4MO(5)[8],=WP4MQF(5)[8],=WP4MWE(5)[8], - =WP4MWK(5)[8],=WP4MWS(5)[8],=WP4MXE(5)[8],=WP4MYG(5)[8],=WP4MYK(5)[8],=WP4NAI(5)[8],=WP4NAQ(5)[8], - =WP4NBF(5)[8],=WP4NBG(5)[8],=WP4NFU(5)[8],=WP4NKU(5)[8],=WP4NLQ(5)[8],=WP4NVL(5)[8],=WP4NWV(5)[8], - =WP4NWW(5)[8],=WP4NYU(5)[8],=WP4O/4(5)[8],=WP4O/M(5)[8],=WP4OAT(5)[8],=WP4OBD(5)[8],=WP4OBH(5)[8], - =WP4ODR(5)[8],=WP4ODT(5)[8],=WP4OEO(5)[8],=WP4OFA(5)[8],=WP4OFL(5)[8],=WP4OHJ(5)[8],=WP4OJU(5)[8], - =WP4OKI(5)[8],=WP4OLM(5)[8],=WP4OMG(5)[8],=WP4OMV(5)[8],=WP4ONR(5)[8],=WP4OOI(5)[8],=WP4OPD(5)[8], - =WP4OPF(5)[8],=WP4OQH(5)[8],=WP4OTP(5)[8],=WP4OXA(5)[8],=WP4P(5)[8],=WP4PEP(5)[8],=WP4PR(5)[8], - =WP4PUV(5)[8],=WP4PWV(5)[8],=WP4PXG(5)[8],=WP4QER(5)[8],=WP4QGV(5)[8],=WP4QHU(5)[8],=WP4RRR(5)[8], - =WP4TD(5)[8],=WP4TX(5)[8],=WP4UC(5)[8],=WP4UM(5)[8],=WP4UO(5)[8],=WP4VL(5)[8],=WP4VM(5)[8], - =WP4YG(5)[8],=WP4ZW(5)[8], + =KP4SWR(5)[8],=KP4TL(5)[8],=KP4TR(5)[8],=KP4UFO(5)[8],=KP4USA(5)[8],=KP4VMR(5)[8],=KP4VO(5)[8], + =KP4WK(5)[8],=KP4WW(5)[8],=KP4WY(5)[8],=KP4XP(5)[8],=KP4YLV(5)[8],=KP4ZF(5)[8],=KP4ZV(5)[8], + =KP4ZX(5)[8],=NH2A(5)[8],=NH2BQ(5)[8],=NH2DB(5)[8],=NH2F(5)[8],=NH2GY(5)[8],=NH2KD(5)[8], + =NH2KW(5)[8],=NH2NG(5)[8],=NH6AU(5)[8],=NH6AX(5)[8],=NH6BD/4(5)[8],=NH6E(5)[8],=NH6GE(5)[8], + =NH6GR(5)[8],=NH6HX(5)[8],=NH6HX/4(5)[8],=NH6JX(5)[8],=NH6KI(5)[8],=NH6QR(5)[8],=NH6SR(5)[8], + =NH6SZ(5)[8],=NH6T(5)[8],=NH6TL(5)[8],=NH7AA(5)[8],=NH7AQ(5)[8],=NH7AR(5)[8],=NH7FG(5)[8], + =NH7FV(5)[8],=NH7OI(5)[8],=NH7P(5)[8],=NH7T/4(5)[8],=NH7UN(5)[8],=NH7XJ(5)[8],=NH7XN(5)[8], + =NH7YL(5)[8],=NL7AJ(5)[8],=NL7AU(5)[8],=NL7AU/4(5)[8],=NL7BV(5)[8],=NL7KL(5)[8],=NL7KX(5)[8], + =NL7LO(5)[8],=NL7LR(5)[8],=NL7LY(5)[8],=NL7MD(5)[8],=NL7MR(5)[8],=NL7OB(5)[8],=NL7OS(5)[8], + =NL7P(5)[8],=NL7PV(5)[8],=NL7U(5)[8],=NL7UP(5)[8],=NL7VV(5)[8],=NL7VX(5)[8],=NL7VX/4(5)[8], + =NL7VX/M(5)[8],=NL7YZ(5)[8],=NP2B(5)[8],=NP2B/4(5)[8],=NP2BB(5)[8],=NP2BW(5)[8],=NP2C/4(5)[8], + =NP2CB(5)[8],=NP2D(5)[8],=NP2DB(5)[8],=NP2DJ(5)[8],=NP2EI(5)[8],=NP2FJ(5)[8],=NP2FT(5)[8], + =NP2GN(5)[8],=NP2GW(5)[8],=NP2HQ(5)[8],=NP2HS(5)[8],=NP2HW(5)[8],=NP2IE(5)[8],=NP2IF(5)[8], + =NP2IJ(5)[8],=NP2IS(5)[8],=NP2IW(5)[8],=NP2IX(5)[8],=NP2JA(5)[8],=NP2JS(5)[8],=NP2JV(5)[8], + =NP2L(5)[8],=NP2LC(5)[8],=NP2MM(5)[8],=NP2MN(5)[8],=NP2MP(5)[8],=NP2MR(5)[8],=NP2MR/4(5)[8], + =NP2O(5)[8],=NP2OL(5)[8],=NP2OO(5)[8],=NP2OR(5)[8],=NP2PA(5)[8],=NP2R(5)[8],=NP2T(5)[8], + =NP2W(5)[8],=NP3AX(5)[8],=NP3BL(5)[8],=NP3CC(5)[8],=NP3CI(5)[8],=NP3CM(5)[8],=NP3CT(5)[8], + =NP3FR(5)[8],=NP3G(5)[8],=NP3HD(5)[8],=NP3HG(5)[8],=NP3HN(5)[8],=NP3HP(5)[8],=NP3HU(5)[8], + =NP3IL(5)[8],=NP3IU(5)[8],=NP3K(5)[8],=NP3KM(5)[8],=NP3MM(5)[8],=NP3MX(5)[8],=NP3NC(5)[8], + =NP3OW(5)[8],=NP3QT(5)[8],=NP3R(5)[8],=NP3ST(5)[8],=NP3TM(5)[8],=NP3UM(5)[8],=NP3VH(5)[8], + =NP3VJ(5)[8],=NP3XW(5)[8],=NP4AS(5)[8],=NP4AV(5)[8],=NP4CC(5)[8],=NP4CK(5)[8],=NP4CV(5)[8], + =NP4DM(5)[8],=NP4EM(5)[8],=NP4GH(5)[8],=NP4J(5)[8],=NP4JL(5)[8],=NP4JU(5)[8],=NP4KV(5)[8], + =NP4M(5)[8],=NP4ND(5)[8],=NP4PF(5)[8],=NP4RJ(5)[8],=NP4SY(5)[8],=NP4TR(5)[8],=NP4WT(5)[8], + =NP4XB(5)[8],=NP4ZC(5)[8],=WH2AAT(5)[8],=WH2ABJ(5)[8],=WH2G(5)[8],=WH6A(5)[8],=WH6ACF(5)[8], + =WH6AJS(5)[8],=WH6AQ(5)[8],=WH6AVU(5)[8],=WH6AX(5)[8],=WH6BRQ(5)[8],=WH6CEF(5)[8],=WH6CMT(5)[8], + =WH6CNC(5)[8],=WH6CTC(5)[8],=WH6CXA(5)[8],=WH6CXT(5)[8],=WH6DBX(5)[8],=WH6DMJ(5)[8],=WH6DNF(5)[8], + =WH6DOL(5)[8],=WH6DUJ(5)[8],=WH6DXT(5)[8],=WH6DZ(5)[8],=WH6ECQ(5)[8],=WH6EFI(5)[8],=WH6EFX(5)[8], + =WH6EFY(5)[8],=WH6EIK(5)[8],=WH6EIQ(5)[8],=WH6EIR(5)[8],=WH6EKW(5)[8],=WH6ELG(5)[8],=WH6ELM(5)[8], + =WH6ETF(5)[8],=WH6FCP(5)[8],=WH6GHO(5)[8],=WH6GMZ(5)[8],=WH6HA(5)[8],=WH6IF(5)[8],=WH6IZ(5)[8], + =WH6J(5)[8],=WH6L(5)[8],=WH6LE(5)[8],=WH6LE/4(5)[8],=WH6LE/M(5)[8],=WH6LE/P(5)[8],=WH6NE(5)[8], + =WH6NU(5)[8],=WH6WX(5)[8],=WH6YH(5)[8],=WH6YH/4(5)[8],=WH6YM(5)[8],=WH6ZF(5)[8],=WH7GD(5)[8], + =WH7HX(5)[8],=WH7NI(5)[8],=WH7XK(5)[8],=WH7XU(5)[8],=WH7YL(5)[8],=WH7YV(5)[8],=WH7ZM(5)[8], + =WH9AAF(5)[8],=WL4X(5)[8],=WL7AF(5)[8],=WL7AUL(5)[8],=WL7AX(5)[8],=WL7CHA(5)[8],=WL7CIB(5)[8], + =WL7CKJ(5)[8],=WL7COL(5)[8],=WL7CPA(5)[8],=WL7CQT(5)[8],=WL7CUY(5)[8],=WL7E/4(5)[8],=WL7GV(5)[8], + =WL7IO(5)[8],=WL7JE(5)[8],=WL7SR(5)[8],=WL7UN(5)[8],=WL7YX(5)[8],=WP2AGD(5)[8],=WP2AGO(5)[8], + =WP2AHC(5)[8],=WP2AIG(5)[8],=WP2AIL(5)[8],=WP2BB(5)[8],=WP2C(5)[8],=WP2J(5)[8],=WP2L(5)[8], + =WP2MA(5)[8],=WP2P(5)[8],=WP3AY(5)[8],=WP3BC(5)[8],=WP3DW(5)[8],=WP3HL(5)[8],=WP3IM(5)[8], + =WP3JE(5)[8],=WP3JQ(5)[8],=WP3JU(5)[8],=WP3K(5)[8],=WP3LE(5)[8],=WP3MB(5)[8],=WP3ME(5)[8], + =WP3NIS(5)[8],=WP3O(5)[8],=WP3PW(5)[8],=WP3QE(5)[8],=WP3TQ(5)[8],=WP3ZA(5)[8],=WP4AIE(5)[8], + =WP4AIL(5)[8],=WP4AIZ(5)[8],=WP4ALH(5)[8],=WP4AQK(5)[8],=WP4AVW(5)[8],=WP4B(5)[8],=WP4BFP(5)[8], + =WP4BGM(5)[8],=WP4BIN(5)[8],=WP4BJS(5)[8],=WP4BK(5)[8],=WP4BOC(5)[8],=WP4BQV(5)[8],=WP4BXS(5)[8], + =WP4BZG(5)[8],=WP4CKW(5)[8],=WP4CLS(5)[8],=WP4CMH(5)[8],=WP4CPR(5)[8],=WP4DC(5)[8],=WP4DCB(5)[8], + =WP4DFK(5)[8],=WP4DMV(5)[8],=WP4DNE(5)[8],=WP4DPX(5)[8],=WP4ENX(5)[8],=WP4EXH(5)[8],=WP4FEI(5)[8], + =WP4FRK(5)[8],=WP4FS(5)[8],=WP4GAK(5)[8],=WP4GFH(5)[8],=WP4GX(5)[8],=WP4GYA(5)[8],=WP4HFZ(5)[8], + =WP4HNN(5)[8],=WP4HOX(5)[8],=WP4IF(5)[8],=WP4IJ(5)[8],=WP4IK(5)[8],=WP4ILP(5)[8],=WP4INP(5)[8], + =WP4JC(5)[8],=WP4JKO(5)[8],=WP4JNB(5)[8],=WP4JQJ(5)[8],=WP4JSR(5)[8],=WP4JSV(5)[8],=WP4JT(5)[8], + =WP4KCJ(5)[8],=WP4KDH(5)[8],=WP4KFP(5)[8],=WP4KGE(5)[8],=WP4KGI(5)[8],=WP4KHN(5)[8],=WP4KI(5)[8], + =WP4KJV(5)[8],=WP4KPK(5)[8],=WP4KSK(5)[8],=WP4KTD(5)[8],=WP4LBK(5)[8],=WP4LDG(5)[8],=WP4LDL(5)[8], + =WP4LDP(5)[8],=WP4LE(5)[8],=WP4LEO(5)[8],=WP4LHA(5)[8],=WP4LTA(5)[8],=WP4MAE(5)[8],=WP4MD(5)[8], + =WP4MO(5)[8],=WP4MQF(5)[8],=WP4MWE(5)[8],=WP4MWK(5)[8],=WP4MWS(5)[8],=WP4MXE(5)[8],=WP4MYG(5)[8], + =WP4MYK(5)[8],=WP4NAI(5)[8],=WP4NAQ(5)[8],=WP4NBF(5)[8],=WP4NBG(5)[8],=WP4NFU(5)[8],=WP4NKU(5)[8], + =WP4NLQ(5)[8],=WP4NVL(5)[8],=WP4NWV(5)[8],=WP4NWW(5)[8],=WP4NYU(5)[8],=WP4O/4(5)[8],=WP4O/M(5)[8], + =WP4OAT(5)[8],=WP4OBD(5)[8],=WP4OBH(5)[8],=WP4ODR(5)[8],=WP4ODT(5)[8],=WP4OEO(5)[8],=WP4OFA(5)[8], + =WP4OFL(5)[8],=WP4OHJ(5)[8],=WP4OJU(5)[8],=WP4OKB(5)[8],=WP4OKI(5)[8],=WP4OLM(5)[8],=WP4OMG(5)[8], + =WP4OMV(5)[8],=WP4ONR(5)[8],=WP4OOI(5)[8],=WP4OPD(5)[8],=WP4OPF(5)[8],=WP4OQH(5)[8],=WP4OTP(5)[8], + =WP4OXA(5)[8],=WP4P(5)[8],=WP4PEP(5)[8],=WP4PJE(5)[8],=WP4PR(5)[8],=WP4PUV(5)[8],=WP4PWV(5)[8], + =WP4PXG(5)[8],=WP4QER(5)[8],=WP4QGV(5)[8],=WP4QHU(5)[8],=WP4RRR(5)[8],=WP4TD(5)[8],=WP4TX(5)[8], + =WP4UC(5)[8],=WP4UM(5)[8],=WP4UO(5)[8],=WP4VL(5)[8],=WP4VM(5)[8],=WP4YG(5)[8],=WP4ZW(5)[8], AA5(4)[7],AB5(4)[7],AC5(4)[7],AD5(4)[7],AE5(4)[7],AF5(4)[7],AG5(4)[7],AI5(4)[7],AJ5(4)[7], AK5(4)[7],K5(4)[7],KA5(4)[7],KB5(4)[7],KC5(4)[7],KD5(4)[7],KE5(4)[7],KF5(4)[7],KG5(4)[7], KI5(4)[7],KJ5(4)[7],KK5(4)[7],KM5(4)[7],KN5(4)[7],KO5(4)[7],KQ5(4)[7],KR5(4)[7],KS5(4)[7], @@ -1412,42 +1413,43 @@ United States: 05: 08: NA: 37.53: 91.67: 5.0: K: =KL1UR(4)[7],=KL1WG(4)[7],=KL1WO(4)[7],=KL1XK(4)[7],=KL1Y(4)[7],=KL1ZW(4)[7],=KL2AX(4)[7], =KL2AX/5(4)[7],=KL2CD(4)[7],=KL2HC(4)[7],=KL2HN(4)[7],=KL2MI(4)[7],=KL2OY(4)[7],=KL2RA(4)[7], =KL2RB(4)[7],=KL2TV(4)[7],=KL2UO(4)[7],=KL2UP(4)[7],=KL2VA(4)[7],=KL2ZJ(4)[7],=KL2ZK(4)[7], - =KL3DB(4)[7],=KL3DP(4)[7],=KL3FI(4)[7],=KL3HK(4)[7],=KL3HX(4)[7],=KL3HZ(4)[7],=KL3JL(4)[7], - =KL3KH(4)[7],=KL3KI(4)[7],=KL3TB(4)[7],=KL4JQ(4)[7],=KL4LS(4)[7],=KL4QZ(4)[7],=KL4RA(4)[7], - =KL5L(4)[7],=KL5Z(4)[7],=KL7AH(4)[7],=KL7AU(4)[7],=KL7AX(4)[7],=KL7BCD(4)[7],=KL7BL(4)[7], - =KL7BOB(4)[7],=KL7BX(4)[7],=KL7BZ/5(4)[7],=KL7BZL(4)[7],=KL7CD(4)[7],=KL7DB(4)[7],=KL7EBE(4)[7], - =KL7EMH(4)[7],=KL7EMH/M(4)[7],=KL7EQQ(4)[7],=KL7F(4)[7],=KL7FB(4)[7],=KL7FHX(4)[7],=KL7FLY(4)[7], - =KL7FQR(4)[7],=KL7GNW(4)[7],=KL7HH(4)[7],=KL7IDM(4)[7],=KL7IK(4)[7],=KL7ITF(4)[7],=KL7IWU(4)[7], - =KL7IZW(4)[7],=KL7JAR(4)[7],=KL7JEX(4)[7],=KL7JIU(4)[7],=KL7JR/5(4)[7],=KL7JW(4)[7],=KL7LJ(4)[7], - =KL7LY(4)[7],=KL7MA(4)[7],=KL7ME(4)[7],=KL7ML(4)[7],=KL7NE(4)[7],=KL7NI(4)[7],=KL7OI(4)[7], - =KL7PZ(4)[7],=KL7QC(4)[7],=KL7SG(4)[7],=KL7TN/5(4)[7],=KL7U(4)[7],=KL7UHF(4)[7],=KL7UL(4)[7], - =KL7USI/5(4)[7],=KL7XA(4)[7],=KL7XP(4)[7],=KL7XS(4)[7],=KL7YY/5(4)[7],=KL8SU(4)[7],=KP2AZ(4)[7], - =KP4CV(4)[7],=KP4DJT(4)[7],=KP4FF(4)[7],=KP4FFW(4)[7],=KP4GMC(4)[7],=KP4JE(4)[7],=KP4JG(4)[7], - =KP4JV(4)[7],=KP4JY(4)[7],=KP4RX(4)[7],=KP4YP(4)[7],=KP4YY(4)[7],=KP4ZG(4)[7],=NH0V/5(4)[7], - =NH2BV(4)[7],=NH2LP(4)[7],=NH6AZ(4)[7],=NH6CJ(4)[7],=NH6EF(4)[7],=NH6FA(4)[7],=NH6KN(4)[7], - =NH6L(4)[7],=NH6MG(4)[7],=NH6PK(4)[7],=NH6TD(4)[7],=NH6VB(4)[7],=NH6VJ(4)[7],=NH6VR(4)[7], - =NH6WL(4)[7],=NH6WL/5(4)[7],=NH7FO(4)[7],=NH7MV(4)[7],=NH7PZ(4)[7],=NH7R(4)[7],=NH7RO(4)[7], - =NH7RO/5(4)[7],=NH7TR(4)[7],=NH7VA(4)[7],=NH7WB(4)[7],=NL5J(4)[7],=NL7AX(4)[7],=NL7C(4)[7], - =NL7CO(4)[7],=NL7CO/5(4)[7],=NL7DC(4)[7],=NL7HB(4)[7],=NL7IE(4)[7],=NL7JH(4)[7],=NL7JI(4)[7], - =NL7JV(4)[7],=NL7JZ(4)[7],=NL7K/5(4)[7],=NL7KB(4)[7],=NL7LE(4)[7],=NL7NP(4)[7],=NL7OM(4)[7], - =NL7PD(4)[7],=NL7RQ(4)[7],=NL7RQ/5(4)[7],=NL7SI(4)[7],=NL7TO(4)[7],=NL7WY(4)[7],=NL7YY(4)[7], - =NL7ZL(4)[7],=NP2EE(4)[7],=NP2PR(4)[7],=NP2RA(4)[7],=NP3BA(4)[7],=NP3CV(4)[7],=NP3NT(4)[7], - =NP3PG(4)[7],=NP3RG(4)[7],=NP3SU(4)[7],=NP3TY(4)[7],=NP4EA(4)[7],=NP4NQ(4)[7],=NP4NQ/5(4)[7], - =NP4RW(4)[7],=NP4RZ(4)[7],=WH2ACT(4)[7],=WH2ACT/5(4)[7],=WH6ARN(4)[7],=WH6BYJ(4)[7],=WH6BYP(4)[7], - =WH6CCQ(4)[7],=WH6CUL(4)[7],=WH6DMP(4)[7],=WH6DSR(4)[7],=WH6DZU(4)[7],=WH6ECJ(4)[7],=WH6EKI(4)[7], - =WH6EMW(4)[7],=WH6EOF(4)[7],=WH6ERS(4)[7],=WH6EUA(4)[7],=WH6EXQ(4)[7],=WH6FAD(4)[7],=WH6FGK(4)[7], - =WH6FGM(4)[7],=WH6FTZ(4)[7],=WH6FZ/5(4)[7],=WH6FZL(4)[7],=WH6FZN(4)[7],=WH6GBC(4)[7], - =WH6GEA(4)[7],=WH6GKR(4)[7],=WH6GL(4)[7],=WH6KK(4)[7],=WH6L/5(4)[7],=WH7DW(4)[7],=WH7IN(4)[7], - =WH7R(4)[7],=WH7XO(4)[7],=WH7YM(4)[7],=WH7YN(4)[7],=WL3WX(4)[7],=WL5H(4)[7],=WL7AIU(4)[7], - =WL7AWC(4)[7],=WL7BBV(4)[7],=WL7BKF(4)[7],=WL7BPY(4)[7],=WL7CA(4)[7],=WL7CJA(4)[7],=WL7CJC(4)[7], - =WL7CQE(4)[7],=WL7CTP(4)[7],=WL7CTQ(4)[7],=WL7D(4)[7],=WL7FC(4)[7],=WL7FE(4)[7],=WL7FT(4)[7], - =WL7FT/5(4)[7],=WL7K/5(4)[7],=WL7ME(4)[7],=WL7MQ/5(4)[7],=WL7OP(4)[7],=WL7OU(4)[7],=WL7SG(4)[7], - =WL7W(4)[7],=WL7WN(4)[7],=WL7XI(4)[7],=WL7XR(4)[7],=WP2AHG(4)[7],=WP2AHH(4)[7],=WP2N(4)[7], - =WP2U(4)[7],=WP2WP(4)[7],=WP3AL(4)[7],=WP3HG(4)[7],=WP3JM(4)[7],=WP3JN(4)[7],=WP4A(4)[7], - =WP4ADA(4)[7],=WP4APJ(4)[7],=WP4BAB(4)[7],=WP4BAT(4)[7],=WP4CJY(4)[7],=WP4EVA(4)[7],=WP4EVL(4)[7], - =WP4IXT(4)[7],=WP4IYJ(4)[7],=WP4KSP(4)[7],=WP4KTF(4)[7],=WP4KUW(4)[7],=WP4LKA(4)[7],=WP4LQR(4)[7], - =WP4MJP(4)[7],=WP4MYI(4)[7],=WP4MZR(4)[7],=WP4NAK(4)[7],=WP4NEP(4)[7],=WP4NQA(4)[7],=WP4NQL(4)[7], - =WP4OEB(4)[7],=WP4OFH(4)[7],=WP4OUE(4)[7],=WP4OZK(4)[7],=WP4OZP(4)[7],=WP4QLB(4)[7],=WP4RON(4)[7], + =KL3DB(4)[7],=KL3DP(4)[7],=KL3FI(4)[7],=KL3HK(4)[7],=KL3HX(4)[7],=KL3HZ(4)[7],=KL3JB(4)[7], + =KL3JL(4)[7],=KL3KF(4)[7],=KL3KH(4)[7],=KL3KI(4)[7],=KL3TB(4)[7],=KL4JQ(4)[7],=KL4LS(4)[7], + =KL4QZ(4)[7],=KL4RA(4)[7],=KL5L(4)[7],=KL5Z(4)[7],=KL7AH(4)[7],=KL7AU(4)[7],=KL7AX(4)[7], + =KL7BCD(4)[7],=KL7BL(4)[7],=KL7BOB(4)[7],=KL7BX(4)[7],=KL7BZ/5(4)[7],=KL7BZL(4)[7],=KL7CD(4)[7], + =KL7DB(4)[7],=KL7EBE(4)[7],=KL7EMH(4)[7],=KL7EMH/M(4)[7],=KL7EQQ(4)[7],=KL7F(4)[7],=KL7FB(4)[7], + =KL7FHX(4)[7],=KL7FLY(4)[7],=KL7FQR(4)[7],=KL7GNW(4)[7],=KL7HH(4)[7],=KL7IDM(4)[7],=KL7IK(4)[7], + =KL7ITF(4)[7],=KL7IWU(4)[7],=KL7IZW(4)[7],=KL7JAR(4)[7],=KL7JEX(4)[7],=KL7JIU(4)[7], + =KL7JR/5(4)[7],=KL7JW(4)[7],=KL7LJ(4)[7],=KL7LY(4)[7],=KL7MA(4)[7],=KL7ME(4)[7],=KL7ML(4)[7], + =KL7NE(4)[7],=KL7NI(4)[7],=KL7OI(4)[7],=KL7PZ(4)[7],=KL7QC(4)[7],=KL7SG(4)[7],=KL7TN/5(4)[7], + =KL7U(4)[7],=KL7UHF(4)[7],=KL7UL(4)[7],=KL7USI/5(4)[7],=KL7XA(4)[7],=KL7XP(4)[7],=KL7XS(4)[7], + =KL7YY/5(4)[7],=KL8SU(4)[7],=KP2AZ(4)[7],=KP4CV(4)[7],=KP4DJT(4)[7],=KP4FF(4)[7],=KP4FFW(4)[7], + =KP4GMC(4)[7],=KP4JE(4)[7],=KP4JG(4)[7],=KP4JV(4)[7],=KP4JY(4)[7],=KP4RX(4)[7],=KP4YP(4)[7], + =KP4YY(4)[7],=KP4ZG(4)[7],=NH0V/5(4)[7],=NH2BV(4)[7],=NH2LP(4)[7],=NH6AZ(4)[7],=NH6CJ(4)[7], + =NH6EF(4)[7],=NH6FA(4)[7],=NH6KN(4)[7],=NH6L(4)[7],=NH6MG(4)[7],=NH6PK(4)[7],=NH6TD(4)[7], + =NH6VB(4)[7],=NH6VJ(4)[7],=NH6VR(4)[7],=NH6WL(4)[7],=NH6WL/5(4)[7],=NH7FO(4)[7],=NH7MV(4)[7], + =NH7PZ(4)[7],=NH7R(4)[7],=NH7RO(4)[7],=NH7RO/5(4)[7],=NH7TR(4)[7],=NH7VA(4)[7],=NH7VG(4)[7], + =NH7WB(4)[7],=NL5J(4)[7],=NL7AX(4)[7],=NL7C(4)[7],=NL7CO(4)[7],=NL7CO/5(4)[7],=NL7DC(4)[7], + =NL7HB(4)[7],=NL7IE(4)[7],=NL7JH(4)[7],=NL7JI(4)[7],=NL7JV(4)[7],=NL7JZ(4)[7],=NL7K/5(4)[7], + =NL7KB(4)[7],=NL7LE(4)[7],=NL7NP(4)[7],=NL7OM(4)[7],=NL7PD(4)[7],=NL7RQ(4)[7],=NL7RQ/5(4)[7], + =NL7SI(4)[7],=NL7TO(4)[7],=NL7WY(4)[7],=NL7YY(4)[7],=NL7ZL(4)[7],=NP2EE(4)[7],=NP2PR(4)[7], + =NP2RA(4)[7],=NP3BA(4)[7],=NP3CV(4)[7],=NP3NT(4)[7],=NP3PG(4)[7],=NP3RG(4)[7],=NP3SU(4)[7], + =NP3TY(4)[7],=NP4EA(4)[7],=NP4NQ(4)[7],=NP4NQ/5(4)[7],=NP4RW(4)[7],=NP4RZ(4)[7],=WH2ACT(4)[7], + =WH2ACT/5(4)[7],=WH6ARN(4)[7],=WH6BYJ(4)[7],=WH6BYP(4)[7],=WH6CCQ(4)[7],=WH6CUL(4)[7], + =WH6DMP(4)[7],=WH6DSR(4)[7],=WH6DZU(4)[7],=WH6ECJ(4)[7],=WH6EKI(4)[7],=WH6EMW(4)[7],=WH6EOF(4)[7], + =WH6ERS(4)[7],=WH6EUA(4)[7],=WH6EXQ(4)[7],=WH6FAD(4)[7],=WH6FGK(4)[7],=WH6FGM(4)[7],=WH6FTZ(4)[7], + =WH6FZ/5(4)[7],=WH6FZL(4)[7],=WH6FZN(4)[7],=WH6GBC(4)[7],=WH6GEA(4)[7],=WH6GKR(4)[7],=WH6GL(4)[7], + =WH6KK(4)[7],=WH6L/5(4)[7],=WH7DW(4)[7],=WH7IN(4)[7],=WH7R(4)[7],=WH7XO(4)[7],=WH7YM(4)[7], + =WH7YN(4)[7],=WL3WX(4)[7],=WL5H(4)[7],=WL7AIU(4)[7],=WL7AWC(4)[7],=WL7BBV(4)[7],=WL7BKF(4)[7], + =WL7BPY(4)[7],=WL7CA(4)[7],=WL7CJA(4)[7],=WL7CJC(4)[7],=WL7CQE(4)[7],=WL7CTP(4)[7],=WL7CTQ(4)[7], + =WL7D(4)[7],=WL7FC(4)[7],=WL7FE(4)[7],=WL7FT(4)[7],=WL7FT/5(4)[7],=WL7K/5(4)[7],=WL7ME(4)[7], + =WL7MQ/5(4)[7],=WL7OP(4)[7],=WL7OU(4)[7],=WL7SG(4)[7],=WL7W(4)[7],=WL7WN(4)[7],=WL7XI(4)[7], + =WL7XR(4)[7],=WP2AHG(4)[7],=WP2AHH(4)[7],=WP2N(4)[7],=WP2U(4)[7],=WP2WP(4)[7],=WP3AL(4)[7], + =WP3HG(4)[7],=WP3JM(4)[7],=WP3JN(4)[7],=WP4A(4)[7],=WP4ADA(4)[7],=WP4APJ(4)[7],=WP4BAB(4)[7], + =WP4BAT(4)[7],=WP4CJY(4)[7],=WP4EVA(4)[7],=WP4EVL(4)[7],=WP4IXT(4)[7],=WP4IYJ(4)[7],=WP4KSP(4)[7], + =WP4KTF(4)[7],=WP4KUW(4)[7],=WP4LKA(4)[7],=WP4LQR(4)[7],=WP4MJP(4)[7],=WP4MYI(4)[7],=WP4MZR(4)[7], + =WP4NAK(4)[7],=WP4NEP(4)[7],=WP4NQA(4)[7],=WP4NQL(4)[7],=WP4OEB(4)[7],=WP4OFH(4)[7],=WP4OUE(4)[7], + =WP4OZK(4)[7],=WP4OZP(4)[7],=WP4QLB(4)[7],=WP4RON(4)[7], AA6(3)[6],AB6(3)[6],AC6(3)[6],AD6(3)[6],AE6(3)[6],AF6(3)[6],AG6(3)[6],AI6(3)[6],AJ6(3)[6], AK6(3)[6],K6(3)[6],KA6(3)[6],KB6(3)[6],KC6(3)[6],KD6(3)[6],KE6(3)[6],KF6(3)[6],KG6(3)[6], KI6(3)[6],KJ6(3)[6],KK6(3)[6],KM6(3)[6],KN6(3)[6],KO6(3)[6],KQ6(3)[6],KR6(3)[6],KS6(3)[6], @@ -1534,113 +1536,114 @@ United States: 05: 08: NA: 37.53: 91.67: 5.0: K: =AL6U(3)[6],=AL7AA(3)[6],=AL7AN(3)[6],=AL7AW(3)[6],=AL7BN(3)[6],=AL7BQ(3)[6],=AL7CC(3)[6], =AL7CG(3)[6],=AL7CM(3)[6],=AL7CM/7(3)[6],=AL7CR(3)[6],=AL7CS(3)[6],=AL7D(3)[6],=AL7D/7(3)[6], =AL7D/P(3)[6],=AL7D/R(3)[6],=AL7DD(3)[6],=AL7DU(3)[6],=AL7EI(3)[6],=AL7EJ(3)[6],=AL7F(3)[6], - =AL7FA(3)[6],=AL7FB(3)[6],=AL7FZ(3)[6],=AL7GN(3)[6],=AL7HD(3)[6],=AL7HI(3)[6],=AL7HJ(3)[6], - =AL7HS(3)[6],=AL7HY(3)[6],=AL7IG(3)[6],=AL7IT(3)[6],=AL7JF(3)[6],=AL7JJ(3)[6],=AL7JS(3)[6], - =AL7JU(3)[6],=AL7JV(3)[6],=AL7JW(3)[6],=AL7JY(3)[6],=AL7KE(3)[6],=AL7KF(3)[6],=AL7KG(3)[6], - =AL7KK(3)[6],=AL7KL(3)[6],=AL7KV(3)[6],=AL7L/7(3)[6],=AL7LI(3)[6],=AL7LL(3)[6],=AL7MH(3)[6], - =AL7ND(3)[6],=AL7NK(3)[6],=AL7NZ(3)[6],=AL7OK(3)[6],=AL7OW(3)[6],=AL7PR(3)[6],=AL7PV(3)[6], - =AL7QL(3)[6],=AL7QZ(3)[6],=AL7R(3)[6],=AL7R/7(3)[6],=AL7RF(3)[6],=AL7RF/7(3)[6],=AL7RM(3)[6], - =AL7RR(3)[6],=AL7W(3)[6],=AL8F(3)[6],=G4KHG/M(3)[6],=KH0AS(3)[6],=KH0H(3)[6],=KH0K(3)[6], - =KH0SH(3)[6],=KH0TL(3)[6],=KH0X(3)[6],=KH2CH(3)[6],=KH2DX(3)[6],=KH2G(3)[6],=KH2GG(3)[6], - =KH2JA(3)[6],=KH2QH(3)[6],=KH2RK(3)[6],=KH2SK(3)[6],=KH2SR(3)[6],=KH2TJ/7(3)[6],=KH2TJ/P(3)[6], - =KH2XP(3)[6],=KH2YL(3)[6],=KH3AD(3)[6],=KH6AB(3)[6],=KH6BXZ(3)[6],=KH6CN(3)[6],=KH6CN/7(3)[6], - =KH6COY(3)[6],=KH6CQG(3)[6],=KH6CQH(3)[6],=KH6CQH/7(3)[6],=KH6CTQ(3)[6],=KH6DB(3)[6],=KH6DE(3)[6], - =KH6DOT(3)[6],=KH6DUT(3)[6],=KH6EE(3)[6],=KH6EE/7(3)[6],=KH6FE(3)[6],=KH6FKA/7(3)[6],=KH6FU(3)[6], - =KH6GB(3)[6],=KH6GDN(3)[6],=KH6GN(3)[6],=KH6HP(3)[6],=KH6HU(3)[6],=KH6HWK(3)[6],=KH6IA(3)[6], - =KH6ICQ(3)[6],=KH6IKC(3)[6],=KH6IMN(3)[6],=KH6IQX(3)[6],=KH6JFL(3)[6],=KH6JIM(3)[6], - =KH6JIM/7(3)[6],=KH6JJS(3)[6],=KH6JKL(3)[6],=KH6JMK(3)[6],=KH6JPJ(3)[6],=KH6JPO(3)[6], - =KH6JRL(3)[6],=KH6JRW(3)[6],=KH6JT(3)[6],=KH6JUC(3)[6],=KH6JUQ(3)[6],=KH6KS(3)[6],=KH6KW(3)[6], - =KH6LEM(3)[6],=KH6ME(3)[6],=KH6MF(3)[6],=KH6NA(3)[6],=KH6ND/7(3)[6],=KH6NO/7(3)[6],=KH6NO/M(3)[6], - =KH6NU(3)[6],=KH6OV(3)[6],=KH6PG(3)[6],=KH6PR(3)[6],=KH6QAI(3)[6],=KH6QAI/7(3)[6],=KH6QAJ(3)[6], - =KH6RW(3)[6],=KH6RY(3)[6],=KH6SAT(3)[6],=KH6SS(3)[6],=KH6TX(3)[6],=KH6VI(3)[6],=KH6VM(3)[6], - =KH6VM/7(3)[6],=KH6VT(3)[6],=KH6WH(3)[6],=KH6WX(3)[6],=KH6XG(3)[6],=KH6XJ(3)[6],=KH6XS(3)[6], - =KH6XT(3)[6],=KH6YL(3)[6],=KH7AR(3)[6],=KH7AX(3)[6],=KH7CB(3)[6],=KH7CM(3)[6],=KH7CZ(3)[6], - =KH7FJ(3)[6],=KH7FR(3)[6],=KH7HH(3)[6],=KH7HWK(3)[6],=KH7IP(3)[6],=KH7LE(3)[6],=KH7ME(3)[6], - =KH7MR(3)[6],=KH7NI(3)[6],=KH7NP(3)[6],=KH7R(3)[6],=KH7RD(3)[6],=KH7RT(3)[6],=KH7SB(3)[6], - =KH7SQ(3)[6],=KH7SR(3)[6],=KH7TG(3)[6],=KH7VB(3)[6],=KH7VC(3)[6],=KH7WW/7(3)[6],=KH7WX(3)[6], - =KH7X/7(3)[6],=KH7YD(3)[6],=KH7YD/7(3)[6],=KH7ZD(3)[6],=KH8AB(3)[6],=KH8AH(3)[6],=KH8AZ(3)[6], - =KH8BG(3)[6],=KH8D(3)[6],=KH8E(3)[6],=KH8K(3)[6],=KH9AA(3)[6],=KL0AI(3)[6],=KL0AN(3)[6], - =KL0AP(3)[6],=KL0CA(3)[6],=KL0CM(3)[6],=KL0CW(3)[6],=KL0DF(3)[6],=KL0DG(3)[6],=KL0DR(3)[6], - =KL0DT(3)[6],=KL0ER(3)[6],=KL0EU(3)[6],=KL0IR(3)[6],=KL0IS(3)[6],=KL0IW(3)[6],=KL0IX(3)[6], - =KL0LF(3)[6],=KL0MO(3)[6],=KL0NM(3)[6],=KL0NP(3)[6],=KL0NP/P(3)[6],=KL0PC(3)[6],=KL0PP(3)[6], - =KL0QD(3)[6],=KL0RA(3)[6],=KL0SA(3)[6],=KL0SZ(3)[6],=KL0TN(3)[6],=KL0TQ(3)[6],=KL0TR(3)[6], - =KL0TU(3)[6],=KL0VB(3)[6],=KL0VZ(3)[6],=KL0WN(3)[6],=KL0YD(3)[6],=KL0ZF(3)[6],=KL0ZL(3)[6], - =KL1AA(3)[6],=KL1AE(3)[6],=KL1AK(3)[6],=KL1BQ(3)[6],=KL1CQ(3)[6],=KL1DO(3)[6],=KL1DW(3)[6], - =KL1ED(3)[6],=KL1HF(3)[6],=KL1HS(3)[6],=KL1JF(3)[6],=KL1K(3)[6],=KL1KU(3)[6],=KL1LE(3)[6], - =KL1LZ(3)[6],=KL1MF(3)[6],=KL1OH(3)[6],=KL1QL(3)[6],=KL1RH(3)[6],=KL1RV(3)[6],=KL1SF/7(3)[6], - =KL1SO(3)[6],=KL1SP(3)[6],=KL1U(3)[6],=KL1UA(3)[6],=KL1UM(3)[6],=KL1XI(3)[6],=KL1YO(3)[6], - =KL1YY/7(3)[6],=KL1ZN(3)[6],=KL1ZP(3)[6],=KL1ZR(3)[6],=KL2A(3)[6],=KL2A/7(3)[6],=KL2BO(3)[6], - =KL2BP(3)[6],=KL2BW(3)[6],=KL2BY(3)[6],=KL2BZ(3)[6],=KL2FD(3)[6],=KL2FL(3)[6],=KL2JY(3)[6], - =KL2K(3)[6],=KL2KY(3)[6],=KL2LA(3)[6],=KL2LN(3)[6],=KL2LT(3)[6],=KL2MA(3)[6],=KL2MB(3)[6], - =KL2MP(3)[6],=KL2NJ(3)[6],=KL2NU(3)[6],=KL2NW(3)[6],=KL2OH(3)[6],=KL2OJ(3)[6],=KL2P(3)[6], - =KL2QE(3)[6],=KL2TR(3)[6],=KL2TZ(3)[6],=KL2VK(3)[6],=KL2WE(3)[6],=KL2XQ(3)[6],=KL2YH(3)[6], - =KL2YQ(3)[6],=KL3DL(3)[6],=KL3ET(3)[6],=KL3EZ(3)[6],=KL3FE(3)[6],=KL3FY(3)[6],=KL3HL(3)[6], - =KL3HM(3)[6],=KL3HN(3)[6],=KL3IC(3)[6],=KL3II(3)[6],=KL3IO(3)[6],=KL3ML(3)[6],=KL3NE(3)[6], - =KL3NO(3)[6],=KL3OQ(3)[6],=KL3PD(3)[6],=KL3RH(3)[6],=KL3TW(3)[6],=KL3TY(3)[6],=KL3VJ(3)[6], - =KL3XS(3)[6],=KL4BQ(3)[6],=KL4BS(3)[6],=KL4FX(3)[6],=KL4KF(3)[6],=KL4NG(3)[6],=KL4QJ(3)[6], - =KL4RKH(3)[6],=KL4RY(3)[6],=KL4YFD(3)[6],=KL5CS(3)[6],=KL7AB(3)[6],=KL7AD(3)[6],=KL7AW(3)[6], - =KL7BB(3)[6],=KL7BD(3)[6],=KL7BDC(3)[6],=KL7BH(3)[6],=KL7BJ(3)[6],=KL7BR(3)[6],=KL7BS(3)[6], - =KL7BT(3)[6],=KL7BUR(3)[6],=KL7BXP(3)[6],=KL7C(3)[6],=KL7CPO(3)[6],=KL7CR(3)[6],=KL7CT(3)[6], - =KL7CY(3)[6],=KL7DC(3)[6],=KL7DF(3)[6],=KL7DI(3)[6],=KL7DK(3)[6],=KL7DLG(3)[6],=KL7DSI(3)[6], - =KL7DZQ(3)[6],=KL7EBN(3)[6],=KL7EF(3)[6],=KL7EFL(3)[6],=KL7EH(3)[6],=KL7EIN(3)[6],=KL7EU(3)[6], - =KL7FDQ(3)[6],=KL7FDQ/7(3)[6],=KL7FIR(3)[6],=KL7FLR(3)[6],=KL7FOZ(3)[6],=KL7FRQ(3)[6], - =KL7FS(3)[6],=KL7GA(3)[6],=KL7GCS(3)[6],=KL7GKY(3)[6],=KL7GRF(3)[6],=KL7GT(3)[6],=KL7GU(3)[6], - =KL7HB(3)[6],=KL7HBV(3)[6],=KL7HFI/7(3)[6],=KL7HFV(3)[6],=KL7HI(3)[6],=KL7HJR(3)[6],=KL7HLF(3)[6], - =KL7HM(3)[6],=KL7HMK(3)[6],=KL7HQL(3)[6],=KL7HSR(3)[6],=KL7IAL(3)[6],=KL7IBT(3)[6],=KL7IDY(3)[6], - =KL7IEI(3)[6],=KL7IFK(3)[6],=KL7IG(3)[6],=KL7IGB(3)[6],=KL7IHK(3)[6],=KL7IIK(3)[6],=KL7IKV(3)[6], - =KL7IL(3)[6],=KL7IME(3)[6],=KL7IOW(3)[6],=KL7IPV(3)[6],=KL7ISE(3)[6],=KL7IUX(3)[6], - =KL7IWC/7(3)[6],=KL7IZC(3)[6],=KL7JAV(3)[6],=KL7JDQ(3)[6],=KL7JEA(3)[6],=KL7JES(3)[6], - =KL7JIJ(3)[6],=KL7JJE(3)[6],=KL7JKV(3)[6],=KL7KA(3)[6],=KL7KG/7(3)[6],=KL7LG(3)[6],=KL7LI(3)[6], - =KL7LX(3)[6],=KL7LZ(3)[6],=KL7M(3)[6],=KL7MY(3)[6],=KL7MZ(3)[6],=KL7NA(3)[6],=KL7NP(3)[6], - =KL7NP/7(3)[6],=KL7OA(3)[6],=KL7OF(3)[6],=KL7OL(3)[6],=KL7OR(3)[6],=KL7OR/7(3)[6],=KL7OS(3)[6], - =KL7OY(3)[6],=KL7PC(3)[6],=KL7PO(3)[6],=KL7QA(3)[6],=KL7QK(3)[6],=KL7QK/140(3)[6],=KL7QK/7(3)[6], - =KL7QR(3)[6],=KL7QR/7(3)[6],=KL7R(3)[6],=KL7RC(3)[6],=KL7RK(3)[6],=KL7RM(3)[6],=KL7RN(3)[6], - =KL7RS(3)[6],=KL7S(3)[6],=KL7SK(3)[6],=KL7SP(3)[6],=KL7SV(3)[6],=KL7T(3)[6],=KL7TU(3)[6], - =KL7UP(3)[6],=KL7UT(3)[6],=KL7VK(3)[6],=KL7VL(3)[6],=KL7VN(3)[6],=KL7VQ(3)[6],=KL7WC(3)[6], - =KL7WM(3)[6],=KL7WN(3)[6],=KL7WP(3)[6],=KL7WP/7(3)[6],=KL7WT(3)[6],=KL7XL(3)[6],=KL7YJ(3)[6], - =KL7YQ(3)[6],=KL7YY/M(3)[6],=KL7ZH(3)[6],=KL7ZW(3)[6],=KL8RV(3)[6],=KL9PC(3)[6],=KP2BX(3)[6], - =KP2CB(3)[6],=KP2CT(3)[6],=KP4EFZ(3)[6],=KP4UZ(3)[6],=KP4X(3)[6],=NH0F(3)[6],=NH0K(3)[6], - =NH0O(3)[6],=NH2DM(3)[6],=NH2JE(3)[6],=NH2KR(3)[6],=NH6AD(3)[6],=NH6AJ(3)[6],=NH6AY(3)[6], - =NH6B(3)[6],=NH6BF(3)[6],=NH6CI(3)[6],=NH6CO(3)[6],=NH6DQ(3)[6],=NH6DX(3)[6],=NH6F(3)[6], - =NH6FF(3)[6],=NH6GZ(3)[6],=NH6HE(3)[6],=NH6HZ(3)[6],=NH6KF(3)[6],=NH6LF(3)[6],=NH6LM(3)[6], - =NH6NS(3)[6],=NH6SO(3)[6],=NH6U(3)[6],=NH6WE(3)[6],=NH6XN(3)[6],=NH6XP(3)[6],=NH6YR(3)[6], - =NH6Z(3)[6],=NH6ZA(3)[6],=NH6ZE(3)[6],=NH7DZ(3)[6],=NH7FU(3)[6],=NH7FZ(3)[6],=NH7L(3)[6], - =NH7M(3)[6],=NH7MY(3)[6],=NH7N(3)[6],=NH7ND(3)[6],=NH7NJ/7(3)[6],=NH7OC(3)[6],=NH7PL(3)[6], - =NH7RS(3)[6],=NH7S(3)[6],=NH7SH(3)[6],=NH7TG(3)[6],=NH7VZ(3)[6],=NH7W(3)[6],=NH7WT(3)[6], - =NH7WU(3)[6],=NH7YE(3)[6],=NH7YI(3)[6],=NH8A(3)[6],=NL5L(3)[6],=NL7AH(3)[6],=NL7AR(3)[6], - =NL7AZ(3)[6],=NL7BI(3)[6],=NL7CH(3)[6],=NL7D(3)[6],=NL7D/7(3)[6],=NL7DH(3)[6],=NL7DY(3)[6], - =NL7EO(3)[6],=NL7FQ(3)[6],=NL7FX(3)[6],=NL7FY(3)[6],=NL7GM(3)[6],=NL7GN(3)[6],=NL7GO(3)[6], - =NL7GU(3)[6],=NL7GW(3)[6],=NL7HH(3)[6],=NL7HK(3)[6],=NL7HQ(3)[6],=NL7HU(3)[6],=NL7IY(3)[6], - =NL7JE(3)[6],=NL7JJ(3)[6],=NL7JN(3)[6],=NL7KV(3)[6],=NL7LI(3)[6],=NL7MS(3)[6],=NL7MT(3)[6], - =NL7NL(3)[6],=NL7OF(3)[6],=NL7PN(3)[6],=NL7QI(3)[6],=NL7RL(3)[6],=NL7RN(3)[6],=NL7TK(3)[6], - =NL7UE(3)[6],=NL7US(3)[6],=NL7VS(3)[6],=NL7WD(3)[6],=NL7WJ(3)[6],=NL7XX(3)[6],=NL7ZF(3)[6], - =NL7ZM(3)[6],=NL7ZN(3)[6],=NL7ZP(3)[6],=NP2CT(3)[6],=NP2KL(3)[6],=NP2LK(3)[6],=NP2X/7(3)[6], - =NP3PH(3)[6],=NP4AI/M(3)[6],=NP4ES(3)[6],=NP4FP(3)[6],=NP4I(3)[6],=NP4JV(3)[6],=NP4JV/7(3)[6], - =VA2GLB/P(3)[6],=WH0AAM(3)[6],=WH0J(3)[6],=WH2ACV(3)[6],=WH2AJF(3)[6],=WH6ANB(3)[6],=WH6ARU(3)[6], - =WH6ASB(3)[6],=WH6B(3)[6],=WH6BDR(3)[6],=WH6BLM(3)[6],=WH6BPL(3)[6],=WH6BPU(3)[6],=WH6CF(3)[6], - =WH6CKR(3)[6],=WH6CMS(3)[6],=WH6CN(3)[6],=WH6CUS(3)[6],=WH6CWD(3)[6],=WH6CXB(3)[6],=WH6CXE(3)[6], - =WH6CXN(3)[6],=WH6CYB(3)[6],=WH6CZ(3)[6],=WH6DAP(3)[6],=WH6DAY(3)[6],=WH6DJO(3)[6],=WH6DKC(3)[6], - =WH6DKG(3)[6],=WH6DKO(3)[6],=WH6DLQ(3)[6],=WH6DMS(3)[6],=WH6DOC(3)[6],=WH6DQ(3)[6],=WH6DRP(3)[6], - =WH6DST(3)[6],=WH6DTH(3)[6],=WH6EEC(3)[6],=WH6EEG(3)[6],=WH6EGM(3)[6],=WH6EHW(3)[6],=WH6EJV(3)[6], - =WH6EQB(3)[6],=WH6EQE(3)[6],=WH6EQH(3)[6],=WH6ESS(3)[6],=WH6ETO(3)[6],=WH6EWE(3)[6],=WH6FCT(3)[6], - =WH6FEU(3)[6],=WH6FJR(3)[6],=WH6FL(3)[6],=WH6FOJ(3)[6],=WH6FPR(3)[6],=WH6FPV(3)[6],=WH6FQ(3)[6], - =WH6FQK(3)[6],=WH6GCT(3)[6],=WH6GEV(3)[6],=WH6OL(3)[6],=WH6OY(3)[6],=WH6QV(3)[6],=WH6SD(3)[6], - =WH6SR(3)[6],=WH6TI(3)[6],=WH6U(3)[6],=WH6XV(3)[6],=WH6YT(3)[6],=WH6YX(3)[6],=WH6ZR(3)[6], - =WH6ZV(3)[6],=WH7A(3)[6],=WH7CY(3)[6],=WH7DA(3)[6],=WH7DB(3)[6],=WH7DE(3)[6],=WH7G(3)[6], - =WH7GC(3)[6],=WH7GY(3)[6],=WH7HU(3)[6],=WH7LB(3)[6],=WH7NS(3)[6],=WH7OK(3)[6],=WH7P(3)[6], - =WH7RG(3)[6],=WH7TC(3)[6],=WH7TN(3)[6],=WH7TR(3)[6],=WH7U(3)[6],=WH7UP(3)[6],=WH7WP(3)[6], - =WH7WT(3)[6],=WH7XP(3)[6],=WH8AAG(3)[6],=WL7AAW(3)[6],=WL7AL(3)[6],=WL7AP(3)[6],=WL7AQ(3)[6], - =WL7AUY(3)[6],=WL7AWD(3)[6],=WL7AXI(3)[6],=WL7AZG(3)[6],=WL7AZL(3)[6],=WL7BCR(3)[6],=WL7BHR(3)[6], - =WL7BLM(3)[6],=WL7BM(3)[6],=WL7BNQ(3)[6],=WL7BON(3)[6],=WL7BOO(3)[6],=WL7BSW(3)[6],=WL7BUI(3)[6], - =WL7BVN(3)[6],=WL7BVS(3)[6],=WL7CAZ(3)[6],=WL7CBF(3)[6],=WL7CES(3)[6],=WL7COQ(3)[6],=WL7CPE(3)[6], - =WL7CPI(3)[6],=WL7CQX(3)[6],=WL7CRJ(3)[6],=WL7CSL(3)[6],=WL7CTB(3)[6],=WL7CTC(3)[6],=WL7CTE(3)[6], - =WL7DD(3)[6],=WL7FA(3)[6],=WL7FR(3)[6],=WL7FU(3)[6],=WL7H(3)[6],=WL7HE(3)[6],=WL7HK(3)[6], - =WL7HL(3)[6],=WL7IQ(3)[6],=WL7IS(3)[6],=WL7JG(3)[6],=WL7JM(3)[6],=WL7K(3)[6],=WL7K/7(3)[6], - =WL7K/M(3)[6],=WL7LB(3)[6],=WL7LK(3)[6],=WL7OA(3)[6],=WL7P(3)[6],=WL7PJ(3)[6],=WL7QC(3)[6], - =WL7QX(3)[6],=WL7RV/140(3)[6],=WL7SD(3)[6],=WL7SO(3)[6],=WL7SV(3)[6],=WL7T/P(3)[6],=WL7VK(3)[6], - =WL7VV(3)[6],=WL7WB(3)[6],=WL7WF(3)[6],=WL7WG(3)[6],=WL7WK(3)[6],=WL7WM(3)[6],=WL7WU(3)[6], - =WL7XE(3)[6],=WL7XJ(3)[6],=WL7XN(3)[6],=WL7XW(3)[6],=WL7Z(3)[6],=WL7ZM(3)[6],=WP2ADG(3)[6], - =WP3ZO(3)[6],=WP4DYP(3)[6],=WP4NBP(3)[6], + =AL7FA(3)[6],=AL7FB(3)[6],=AL7FZ(3)[6],=AL7G(3)[6],=AL7GN(3)[6],=AL7HD(3)[6],=AL7HI(3)[6], + =AL7HJ(3)[6],=AL7HS(3)[6],=AL7HY(3)[6],=AL7IG(3)[6],=AL7IT(3)[6],=AL7JF(3)[6],=AL7JJ(3)[6], + =AL7JS(3)[6],=AL7JU(3)[6],=AL7JV(3)[6],=AL7JW(3)[6],=AL7JY(3)[6],=AL7KE(3)[6],=AL7KF(3)[6], + =AL7KG(3)[6],=AL7KK(3)[6],=AL7KL(3)[6],=AL7KV(3)[6],=AL7L/7(3)[6],=AL7LI(3)[6],=AL7LL(3)[6], + =AL7MH(3)[6],=AL7ND(3)[6],=AL7NK(3)[6],=AL7NZ(3)[6],=AL7OK(3)[6],=AL7OW(3)[6],=AL7PR(3)[6], + =AL7PV(3)[6],=AL7QL(3)[6],=AL7QZ(3)[6],=AL7R(3)[6],=AL7R/7(3)[6],=AL7RF(3)[6],=AL7RF/7(3)[6], + =AL7RM(3)[6],=AL7RR(3)[6],=AL7W(3)[6],=AL7Z(3)[6],=AL8F(3)[6],=G4KHG/M(3)[6],=KH0AS(3)[6], + =KH0H(3)[6],=KH0K(3)[6],=KH0SH(3)[6],=KH0TL(3)[6],=KH0X(3)[6],=KH2CH(3)[6],=KH2DX(3)[6], + =KH2G(3)[6],=KH2GG(3)[6],=KH2JA(3)[6],=KH2QH(3)[6],=KH2RK(3)[6],=KH2SK(3)[6],=KH2SR(3)[6], + =KH2TJ/7(3)[6],=KH2TJ/P(3)[6],=KH2XP(3)[6],=KH2YL(3)[6],=KH3AD(3)[6],=KH6AB(3)[6],=KH6BXZ(3)[6], + =KH6CN(3)[6],=KH6CN/7(3)[6],=KH6COY(3)[6],=KH6CQG(3)[6],=KH6CQH(3)[6],=KH6CQH/7(3)[6], + =KH6CTQ(3)[6],=KH6DB(3)[6],=KH6DE(3)[6],=KH6DOT(3)[6],=KH6DUT(3)[6],=KH6EE(3)[6],=KH6EE/7(3)[6], + =KH6FE(3)[6],=KH6FKA/7(3)[6],=KH6FU(3)[6],=KH6GB(3)[6],=KH6GDN(3)[6],=KH6GN(3)[6],=KH6HP(3)[6], + =KH6HU(3)[6],=KH6HWK(3)[6],=KH6IA(3)[6],=KH6ICQ(3)[6],=KH6IKC(3)[6],=KH6IMN(3)[6],=KH6IQX(3)[6], + =KH6JFL(3)[6],=KH6JIM(3)[6],=KH6JIM/7(3)[6],=KH6JJS(3)[6],=KH6JKL(3)[6],=KH6JMK(3)[6], + =KH6JPJ(3)[6],=KH6JPO(3)[6],=KH6JRL(3)[6],=KH6JRW(3)[6],=KH6JT(3)[6],=KH6JUC(3)[6],=KH6JUQ(3)[6], + =KH6KS(3)[6],=KH6KW(3)[6],=KH6LEM(3)[6],=KH6ME(3)[6],=KH6MF(3)[6],=KH6NA(3)[6],=KH6ND/7(3)[6], + =KH6NO/7(3)[6],=KH6NO/M(3)[6],=KH6NU(3)[6],=KH6OV(3)[6],=KH6PG(3)[6],=KH6PR(3)[6],=KH6QAI(3)[6], + =KH6QAI/7(3)[6],=KH6QAJ(3)[6],=KH6RW(3)[6],=KH6RY(3)[6],=KH6SAT(3)[6],=KH6SS(3)[6],=KH6TX(3)[6], + =KH6VI(3)[6],=KH6VM(3)[6],=KH6VM/7(3)[6],=KH6VT(3)[6],=KH6WH(3)[6],=KH6WX(3)[6],=KH6XG(3)[6], + =KH6XJ(3)[6],=KH6XS(3)[6],=KH6XT(3)[6],=KH6YL(3)[6],=KH7AR(3)[6],=KH7AX(3)[6],=KH7CB(3)[6], + =KH7CM(3)[6],=KH7CZ(3)[6],=KH7FJ(3)[6],=KH7FR(3)[6],=KH7HH(3)[6],=KH7HWK(3)[6],=KH7IP(3)[6], + =KH7LE(3)[6],=KH7ME(3)[6],=KH7MR(3)[6],=KH7NI(3)[6],=KH7NP(3)[6],=KH7R(3)[6],=KH7RD(3)[6], + =KH7RT(3)[6],=KH7SB(3)[6],=KH7SQ(3)[6],=KH7SR(3)[6],=KH7TG(3)[6],=KH7VB(3)[6],=KH7VC(3)[6], + =KH7WW/7(3)[6],=KH7WX(3)[6],=KH7X/7(3)[6],=KH7YD(3)[6],=KH7YD/7(3)[6],=KH7ZD(3)[6],=KH8AB(3)[6], + =KH8AH(3)[6],=KH8AZ(3)[6],=KH8BG(3)[6],=KH8D(3)[6],=KH8E(3)[6],=KH8K(3)[6],=KH9AA(3)[6], + =KL0AI(3)[6],=KL0AN(3)[6],=KL0AP(3)[6],=KL0CA(3)[6],=KL0CM(3)[6],=KL0CW(3)[6],=KL0DF(3)[6], + =KL0DG(3)[6],=KL0DR(3)[6],=KL0DT(3)[6],=KL0ER(3)[6],=KL0EU(3)[6],=KL0IR(3)[6],=KL0IS(3)[6], + =KL0IW(3)[6],=KL0IX(3)[6],=KL0LF(3)[6],=KL0MO(3)[6],=KL0NM(3)[6],=KL0NP(3)[6],=KL0NP/P(3)[6], + =KL0PC(3)[6],=KL0PP(3)[6],=KL0QD(3)[6],=KL0RA(3)[6],=KL0SA(3)[6],=KL0SZ(3)[6],=KL0TN(3)[6], + =KL0TQ(3)[6],=KL0TR(3)[6],=KL0TU(3)[6],=KL0VB(3)[6],=KL0VZ(3)[6],=KL0WN(3)[6],=KL0YD(3)[6], + =KL0ZF(3)[6],=KL0ZL(3)[6],=KL1AA(3)[6],=KL1AE(3)[6],=KL1AK(3)[6],=KL1BQ(3)[6],=KL1CQ(3)[6], + =KL1DO(3)[6],=KL1DW(3)[6],=KL1ED(3)[6],=KL1HF(3)[6],=KL1HS(3)[6],=KL1JF(3)[6],=KL1K(3)[6], + =KL1KU(3)[6],=KL1LE(3)[6],=KL1LZ(3)[6],=KL1MF(3)[6],=KL1OH(3)[6],=KL1QL(3)[6],=KL1RH(3)[6], + =KL1RV(3)[6],=KL1SF/7(3)[6],=KL1SO(3)[6],=KL1SP(3)[6],=KL1U(3)[6],=KL1UA(3)[6],=KL1UM(3)[6], + =KL1XI(3)[6],=KL1YO(3)[6],=KL1YY/7(3)[6],=KL1ZN(3)[6],=KL1ZP(3)[6],=KL1ZR(3)[6],=KL2A(3)[6], + =KL2A/7(3)[6],=KL2BO(3)[6],=KL2BP(3)[6],=KL2BW(3)[6],=KL2BY(3)[6],=KL2BZ(3)[6],=KL2FD(3)[6], + =KL2FL(3)[6],=KL2JY(3)[6],=KL2K(3)[6],=KL2KY(3)[6],=KL2LA(3)[6],=KL2LN(3)[6],=KL2LT(3)[6], + =KL2MA(3)[6],=KL2MB(3)[6],=KL2MP(3)[6],=KL2NJ(3)[6],=KL2NU(3)[6],=KL2NW(3)[6],=KL2OH(3)[6], + =KL2OJ(3)[6],=KL2P(3)[6],=KL2QE(3)[6],=KL2TR(3)[6],=KL2TZ(3)[6],=KL2VK(3)[6],=KL2WE(3)[6], + =KL2XQ(3)[6],=KL2YH(3)[6],=KL2YQ(3)[6],=KL3DL(3)[6],=KL3ET(3)[6],=KL3EZ(3)[6],=KL3FE(3)[6], + =KL3FY(3)[6],=KL3HL(3)[6],=KL3HM(3)[6],=KL3HN(3)[6],=KL3IC(3)[6],=KL3II(3)[6],=KL3IO(3)[6], + =KL3ML(3)[6],=KL3NE(3)[6],=KL3NO(3)[6],=KL3OQ(3)[6],=KL3PD(3)[6],=KL3RH(3)[6],=KL3TW(3)[6], + =KL3TY(3)[6],=KL3VJ(3)[6],=KL3XS(3)[6],=KL4BQ(3)[6],=KL4BS(3)[6],=KL4FX(3)[6],=KL4KF(3)[6], + =KL4NG(3)[6],=KL4QJ(3)[6],=KL4RKH(3)[6],=KL4RY(3)[6],=KL4YFD(3)[6],=KL5CS(3)[6],=KL7AB(3)[6], + =KL7AD(3)[6],=KL7AW(3)[6],=KL7BB(3)[6],=KL7BD(3)[6],=KL7BDC(3)[6],=KL7BH(3)[6],=KL7BJ(3)[6], + =KL7BR(3)[6],=KL7BS(3)[6],=KL7BT(3)[6],=KL7BUR(3)[6],=KL7BXP(3)[6],=KL7C(3)[6],=KL7CPO(3)[6], + =KL7CR(3)[6],=KL7CT(3)[6],=KL7CY(3)[6],=KL7DC(3)[6],=KL7DF(3)[6],=KL7DI(3)[6],=KL7DK(3)[6], + =KL7DLG(3)[6],=KL7DSI(3)[6],=KL7DYS(3)[6],=KL7DZQ(3)[6],=KL7EBN(3)[6],=KL7EF(3)[6],=KL7EFL(3)[6], + =KL7EH(3)[6],=KL7EIN(3)[6],=KL7EU(3)[6],=KL7FDQ(3)[6],=KL7FDQ/7(3)[6],=KL7FIR(3)[6],=KL7FLR(3)[6], + =KL7FOZ(3)[6],=KL7FRQ(3)[6],=KL7FS(3)[6],=KL7GA(3)[6],=KL7GCS(3)[6],=KL7GKY(3)[6],=KL7GRF(3)[6], + =KL7GT(3)[6],=KL7GU(3)[6],=KL7HB(3)[6],=KL7HBV(3)[6],=KL7HFI/7(3)[6],=KL7HFV(3)[6],=KL7HI(3)[6], + =KL7HJR(3)[6],=KL7HLF(3)[6],=KL7HM(3)[6],=KL7HMK(3)[6],=KL7HQL(3)[6],=KL7HSR(3)[6],=KL7IAL(3)[6], + =KL7IBT(3)[6],=KL7IDY(3)[6],=KL7IEI(3)[6],=KL7IFK(3)[6],=KL7IG(3)[6],=KL7IGB(3)[6],=KL7IHK(3)[6], + =KL7IIK(3)[6],=KL7IKV(3)[6],=KL7IL(3)[6],=KL7IME(3)[6],=KL7IOW(3)[6],=KL7IPV(3)[6],=KL7ISE(3)[6], + =KL7IUX(3)[6],=KL7IWC/7(3)[6],=KL7IZC(3)[6],=KL7JAV(3)[6],=KL7JDQ(3)[6],=KL7JEA(3)[6], + =KL7JES(3)[6],=KL7JIJ(3)[6],=KL7JJE(3)[6],=KL7JKV(3)[6],=KL7KA(3)[6],=KL7KG/7(3)[6],=KL7LG(3)[6], + =KL7LI(3)[6],=KL7LX(3)[6],=KL7LZ(3)[6],=KL7M(3)[6],=KL7MC(3)[6],=KL7MY(3)[6],=KL7MZ(3)[6], + =KL7NA(3)[6],=KL7NP(3)[6],=KL7NP/7(3)[6],=KL7OA(3)[6],=KL7OF(3)[6],=KL7OL(3)[6],=KL7OR(3)[6], + =KL7OR/7(3)[6],=KL7OS(3)[6],=KL7OY(3)[6],=KL7PC(3)[6],=KL7PO(3)[6],=KL7QA(3)[6],=KL7QK(3)[6], + =KL7QK/140(3)[6],=KL7QK/7(3)[6],=KL7QR(3)[6],=KL7QR/7(3)[6],=KL7R(3)[6],=KL7RC(3)[6],=KL7RK(3)[6], + =KL7RM(3)[6],=KL7RN(3)[6],=KL7RS(3)[6],=KL7S(3)[6],=KL7SK(3)[6],=KL7SP(3)[6],=KL7SV(3)[6], + =KL7T(3)[6],=KL7TU(3)[6],=KL7UP(3)[6],=KL7UT(3)[6],=KL7VK(3)[6],=KL7VL(3)[6],=KL7VN(3)[6], + =KL7VQ(3)[6],=KL7WC(3)[6],=KL7WM(3)[6],=KL7WN(3)[6],=KL7WP(3)[6],=KL7WP/7(3)[6],=KL7WT(3)[6], + =KL7XL(3)[6],=KL7YJ(3)[6],=KL7YQ(3)[6],=KL7YY/M(3)[6],=KL7ZH(3)[6],=KL7ZW(3)[6],=KL8RV(3)[6], + =KL9PC(3)[6],=KP2BX(3)[6],=KP2CB(3)[6],=KP2CT(3)[6],=KP4EFZ(3)[6],=KP4UZ(3)[6],=KP4X(3)[6], + =NH0F(3)[6],=NH0K(3)[6],=NH0O(3)[6],=NH2DM(3)[6],=NH2JE(3)[6],=NH2KR(3)[6],=NH6AD(3)[6], + =NH6AJ(3)[6],=NH6AY(3)[6],=NH6B(3)[6],=NH6BF(3)[6],=NH6CI(3)[6],=NH6CO(3)[6],=NH6DQ(3)[6], + =NH6DX(3)[6],=NH6F(3)[6],=NH6FF(3)[6],=NH6GZ(3)[6],=NH6HE(3)[6],=NH6HZ(3)[6],=NH6KF(3)[6], + =NH6LF(3)[6],=NH6LM(3)[6],=NH6NS(3)[6],=NH6SO(3)[6],=NH6U(3)[6],=NH6WE(3)[6],=NH6XN(3)[6], + =NH6XP(3)[6],=NH6YR(3)[6],=NH6Z(3)[6],=NH6ZA(3)[6],=NH6ZE(3)[6],=NH7DZ(3)[6],=NH7FU(3)[6], + =NH7FZ(3)[6],=NH7L(3)[6],=NH7M(3)[6],=NH7MY(3)[6],=NH7N(3)[6],=NH7ND(3)[6],=NH7NJ/7(3)[6], + =NH7OC(3)[6],=NH7PL(3)[6],=NH7RS(3)[6],=NH7S(3)[6],=NH7SH(3)[6],=NH7TG(3)[6],=NH7VZ(3)[6], + =NH7W(3)[6],=NH7WT(3)[6],=NH7WU(3)[6],=NH7YE(3)[6],=NH7YI(3)[6],=NH8A(3)[6],=NL5L(3)[6], + =NL7AH(3)[6],=NL7AR(3)[6],=NL7AZ(3)[6],=NL7BI(3)[6],=NL7CH(3)[6],=NL7D(3)[6],=NL7D/7(3)[6], + =NL7DH(3)[6],=NL7DY(3)[6],=NL7EO(3)[6],=NL7FQ(3)[6],=NL7FX(3)[6],=NL7FY(3)[6],=NL7GM(3)[6], + =NL7GN(3)[6],=NL7GO(3)[6],=NL7GU(3)[6],=NL7GW(3)[6],=NL7HH(3)[6],=NL7HK(3)[6],=NL7HQ(3)[6], + =NL7HU(3)[6],=NL7IY(3)[6],=NL7JE(3)[6],=NL7JJ(3)[6],=NL7JN(3)[6],=NL7KV(3)[6],=NL7LI(3)[6], + =NL7MS(3)[6],=NL7MT(3)[6],=NL7NL(3)[6],=NL7OF(3)[6],=NL7PN(3)[6],=NL7QI(3)[6],=NL7RL(3)[6], + =NL7RN(3)[6],=NL7TK(3)[6],=NL7UE(3)[6],=NL7US(3)[6],=NL7VS(3)[6],=NL7WD(3)[6],=NL7WJ(3)[6], + =NL7XX(3)[6],=NL7ZF(3)[6],=NL7ZM(3)[6],=NL7ZN(3)[6],=NL7ZP(3)[6],=NP2CT(3)[6],=NP2KL(3)[6], + =NP2LK(3)[6],=NP2X/7(3)[6],=NP3PH(3)[6],=NP4AI/M(3)[6],=NP4ES(3)[6],=NP4FP(3)[6],=NP4I(3)[6], + =NP4JV(3)[6],=NP4JV/7(3)[6],=VA2GLB/P(3)[6],=WH0AAM(3)[6],=WH0J(3)[6],=WH2ACV(3)[6],=WH2AJF(3)[6], + =WH6ANB(3)[6],=WH6ARU(3)[6],=WH6ASB(3)[6],=WH6AWO(3)[6],=WH6B(3)[6],=WH6BDR(3)[6],=WH6BLM(3)[6], + =WH6BPL(3)[6],=WH6BPU(3)[6],=WH6CF(3)[6],=WH6CFK(3)[6],=WH6CKR(3)[6],=WH6CMS(3)[6],=WH6CN(3)[6], + =WH6CUS(3)[6],=WH6CWD(3)[6],=WH6CXB(3)[6],=WH6CXE(3)[6],=WH6CXN(3)[6],=WH6CYB(3)[6],=WH6CZ(3)[6], + =WH6DAP(3)[6],=WH6DAY(3)[6],=WH6DD(3)[6],=WH6DJO(3)[6],=WH6DKC(3)[6],=WH6DKG(3)[6],=WH6DKO(3)[6], + =WH6DLQ(3)[6],=WH6DMS(3)[6],=WH6DOC(3)[6],=WH6DQ(3)[6],=WH6DR(3)[6],=WH6DRP(3)[6],=WH6DST(3)[6], + =WH6DTH(3)[6],=WH6EEC(3)[6],=WH6EEG(3)[6],=WH6EGM(3)[6],=WH6EHW(3)[6],=WH6EJV(3)[6],=WH6EQB(3)[6], + =WH6EQE(3)[6],=WH6EQH(3)[6],=WH6ESS(3)[6],=WH6ETO(3)[6],=WH6EWE(3)[6],=WH6FCT(3)[6],=WH6FEU(3)[6], + =WH6FJR(3)[6],=WH6FL(3)[6],=WH6FOJ(3)[6],=WH6FPR(3)[6],=WH6FPV(3)[6],=WH6FQ(3)[6],=WH6FQG(3)[6], + =WH6FQH(3)[6],=WH6FQK(3)[6],=WH6FZY(3)[6],=WH6GEV(3)[6],=WH6OL(3)[6],=WH6OY(3)[6],=WH6QV(3)[6], + =WH6SD(3)[6],=WH6SR(3)[6],=WH6TI(3)[6],=WH6U(3)[6],=WH6XV(3)[6],=WH6YT(3)[6],=WH6YX(3)[6], + =WH6ZR(3)[6],=WH6ZV(3)[6],=WH7A(3)[6],=WH7CY(3)[6],=WH7DA(3)[6],=WH7DB(3)[6],=WH7DE(3)[6], + =WH7G(3)[6],=WH7GC(3)[6],=WH7GY(3)[6],=WH7HU(3)[6],=WH7LB(3)[6],=WH7NS(3)[6],=WH7OK(3)[6], + =WH7P(3)[6],=WH7RG(3)[6],=WH7TC(3)[6],=WH7TN(3)[6],=WH7TR(3)[6],=WH7U(3)[6],=WH7UP(3)[6], + =WH7WP(3)[6],=WH7WT(3)[6],=WH7XP(3)[6],=WH7ZP(3)[6],=WH8AAG(3)[6],=WL1M(3)[6],=WL7AAW(3)[6], + =WL7AL(3)[6],=WL7AP(3)[6],=WL7AQ(3)[6],=WL7AUY(3)[6],=WL7AWD(3)[6],=WL7AXI(3)[6],=WL7AZG(3)[6], + =WL7AZL(3)[6],=WL7BCR(3)[6],=WL7BHR(3)[6],=WL7BLM(3)[6],=WL7BM(3)[6],=WL7BNQ(3)[6],=WL7BON(3)[6], + =WL7BOO(3)[6],=WL7BSW(3)[6],=WL7BUI(3)[6],=WL7BVN(3)[6],=WL7BVS(3)[6],=WL7CAZ(3)[6],=WL7CBF(3)[6], + =WL7CES(3)[6],=WL7COQ(3)[6],=WL7CPE(3)[6],=WL7CPI(3)[6],=WL7CQX(3)[6],=WL7CRJ(3)[6],=WL7CSL(3)[6], + =WL7CTB(3)[6],=WL7CTC(3)[6],=WL7CTE(3)[6],=WL7DD(3)[6],=WL7FA(3)[6],=WL7FR(3)[6],=WL7FU(3)[6], + =WL7H(3)[6],=WL7HE(3)[6],=WL7HK(3)[6],=WL7HL(3)[6],=WL7IQ(3)[6],=WL7IS(3)[6],=WL7JG(3)[6], + =WL7JM(3)[6],=WL7K(3)[6],=WL7K/7(3)[6],=WL7K/M(3)[6],=WL7LB(3)[6],=WL7LK(3)[6],=WL7OA(3)[6], + =WL7P(3)[6],=WL7PJ(3)[6],=WL7QC(3)[6],=WL7QX(3)[6],=WL7RV/140(3)[6],=WL7SD(3)[6],=WL7SO(3)[6], + =WL7SV(3)[6],=WL7T/P(3)[6],=WL7VK(3)[6],=WL7VV(3)[6],=WL7WB(3)[6],=WL7WF(3)[6],=WL7WG(3)[6], + =WL7WK(3)[6],=WL7WM(3)[6],=WL7WU(3)[6],=WL7XE(3)[6],=WL7XJ(3)[6],=WL7XN(3)[6],=WL7XW(3)[6], + =WL7Z(3)[6],=WL7ZM(3)[6],=WP2ADG(3)[6],=WP3ZO(3)[6],=WP4DYP(3)[6],=WP4NBP(3)[6], AA8(4)[8],AB8(4)[8],AC8(4)[8],AD8(4)[8],AE8(4)[8],AF8(4)[8],AG8(4)[8],AI8(4)[8],AJ8(4)[8], AK8(4)[8],K8(4)[8],KA8(4)[8],KB8(4)[8],KC8(4)[8],KD8(4)[8],KE8(4)[8],KF8(4)[8],KG8(4)[8], KI8(4)[8],KJ8(4)[8],KK8(4)[8],KM8(4)[8],KN8(4)[8],KO8(4)[8],KQ8(4)[8],KR8(4)[8],KS8(4)[8], @@ -1726,12 +1729,12 @@ Mariana Islands: 27: 64: OC: 15.18: -145.72: -10.0: KH0: Baker & Howland Islands: 31: 61: OC: 0.00: 176.00: 12.0: KH1: AH1,KH1,NH1,WH1; Guam: 27: 64: OC: 13.37: -144.70: -10.0: KH2: - AH2,KH2,NH2,WH2,=AB2AB,=AB8EW,=AC0FG,=AC7WL,=AE6QZ,=AE7CA,=AH0AX,=AH0F,=AH0FM,=AH0IM,=AI6ID, - =AJ6JF,=K1IWD,=K2QGC,=K4QFS,=K5GUA,=K5GUM,=KA0RU,=KA1I,=KA6BEG,=KB6IDK,=KB7OVT,=KB7PQU,=KC2IIT, - =KC2OOX,=KD0AA,=KD7IRV,=KE4YSP,=KE7GMC,=KE7IPG,=KF4UFC,=KF5ULC,=KF7BMU,=KG4BKW,=KG6AGT,=KG6ARL, - =KG6DX,=KG6FJG,=KG6JDX,=KG6JKR,=KG6JKT,=KG6TWZ,=KH0DX,=KH0ES,=KH0TF,=KH0UM,=KH6HQ,=KH6KK,=KI4KKH, - =KI4KKI,=KI7SSW,=KJ6AYQ,=KJ6KCJ,=KK6GVF,=KK7AV,=KM4NVB,=KN4IAS,=KN4LVP,=N0RY,=N2MI,=N9PLT,=NH0A, - =NH0B,=NH0Q,=NH7TL,=NP3EZ,=W5LFA,=W6KV,=W7GVC,=W9MRE,=WA3KNB,=WB7AXZ,=WH0AC,=WI3O; + AH2,KH2,NH2,WH2,=AA0EL,=AB2AB,=AB8EW,=AC0FG,=AC7WL,=AE6QZ,=AE7CA,=AH0AX,=AH0F,=AH0FM,=AH0IM, + =AI6ID,=AJ6JF,=K1IWD,=K2QGC,=K4QFS,=K5GUA,=K5GUM,=KA0RU,=KA1I,=KA6BEG,=KB6IDK,=KB7OVT,=KB7PQU, + =KC2IIT,=KC2OOX,=KD0AA,=KD7IRV,=KE4YSP,=KE7GMC,=KE7IPG,=KF4UFC,=KF5ULC,=KF7BMU,=KG4BKW,=KG6AGT, + =KG6ARL,=KG6DX,=KG6FJG,=KG6JDX,=KG6JKR,=KG6JKT,=KG6TWZ,=KH0DX,=KH0ES,=KH0TF,=KH0UM,=KH6HQ,=KH6KK, + =KI4KKH,=KI4KKI,=KI7SSW,=KJ6AYQ,=KJ6KCJ,=KK6GVF,=KK7AV,=KM4NVB,=KN4IAS,=KN4LVP,=N0RY,=N2MI,=N9PLT, + =NH0A,=NH0B,=NH0Q,=NH7TL,=NP3EZ,=W5LFA,=W6KV,=W7GVC,=W9MRE,=WA3KNB,=WB7AXZ,=WH0AC,=WI3O; Johnston Island: 31: 61: OC: 16.72: 169.53: 10.0: KH3: AH3,KH3,NH3,WH3,=KJ6BZ; Midway Island: 31: 61: OC: 28.20: 177.37: 11.0: KH4: @@ -1742,54 +1745,55 @@ Hawaii: 31: 61: OC: 21.12: 157.48: 10.0: KH6: AH6,AH7,KH6,KH7,NH6,NH7,WH6,WH7,=AA6OC,=AA7FL,=AA7LE,=AA8JA,=AB0JM,=AB3WS,=AB4CO,=AB6AP,=AB7RT, =AB8VQ,=AC4PJ,=AC4TJ,=AC9PT,=AD6YJ,=AE3TT,=AE5AB,=AE5LR,=AG4FH,=AG5LT,=AG6QD,=AH0A,=AH0AG,=AH2CC, =AH2CN,=AI5EA,=AJ0M,=AJ8HT,=AK2J,=AK4RA,=AL3U,=AL6D,=AL7RQ,=K0BAD,=K0LAS,=K0LIH,=K0OUS,=K1ENT, - =K1ER,=K1HZM,=K1OSP,=K1OWL,=K1RJ,=K1TOR,=K1VAN,=K2FFT,=K2GT,=K3NW,=K3UNS,=K4AJQ,=K4EVR,=K4JMB, - =K4RAC,=K4UAI,=K4UHL,=K4XV,=K5HQM,=K5PKT,=K5ZAI,=K5ZYO,=K6AMA,=K6APP,=K6BHG,=K6BU,=K6CEE,=K6GJS, - =K6GUY,=K6HI,=K6HNL,=K6IJ,=K6JAE,=K6KKW,=K6LN,=K6RSB,=K6TWG,=K6UCC,=K7ALH,=K7ASH,=K7NRJ,=K7QAS, - =K7ZOX,=K8EUT,=K9AGI,=K9FD,=K9UBS,=KA0FOR,=KA0VHP,=KA1ICJ,=KA1YJ,=KA2IXG,=KA2WXU,=KA3HIZ,=KA3TUA, - =KA4INK,=KA4SBE,=KA6QOD,=KA6SVW,=KA7APU,=KA7BSK,=KA7RKW,=KA8EBL,=KA8KND,=KA9DMP,=KB0DJR,=KB0PXK, - =KB0ZKZ,=KB1EUJ,=KB1GC,=KB1KAC,=KB1PCX,=KB1UHL,=KB2MRY,=KB3DMT,=KB3FDP,=KB3HXI,=KB3IOC,=KB3OXU, - =KB3PJS,=KB3SEV,=KB3UWV,=KB3UWW,=KB3VLO,=KB4NGN,=KB5FCV,=KB5HVJ,=KB5MTI,=KB5NNY,=KB5OWT,=KB5OXR, - =KB6CNU,=KB6EGA,=KB6INB,=KB6PKF,=KB6QYH,=KB6SWL,=KB7AKH,=KB7AKQ,=KB7DDX,=KB7EA,=KB7G,=KB7JB, - =KB7JHB,=KB7LPW,=KB7MEU,=KB7QKJ,=KB7UQH,=KB7UVR,=KB7WDC,=KB7WUP,=KB8SKX,=KB9YGQ,=KC0HFI,=KC0WQU, - =KC0YIH,=KC1DBY,=KC2CLQ,=KC2GSU,=KC2HL,=KC2MIU,=KC2PGW,=KC2SRW,=KC2YL,=KC2ZSG,=KC2ZSH,=KC2ZSI, - =KC3BW,=KC3GZT,=KC4HHS,=KC4TJB,=KC5GAX,=KC6HOX,=KC6JAE,=KC6MCC,=KC6QQI,=KC6RYQ,=KC6SHT,=KC6SWR, - =KC6YIO,=KC7ASJ,=KC7AXX,=KC7DUT,=KC7EJC,=KC7HNC,=KC7I,=KC7KAT,=KC7KAW,=KC7KBA,=KC7KHW,=KC7KJT, - =KC7LFM,=KC7NZ,=KC7PLG,=KC7USA,=KC7VWU,=KC7YXO,=KC8EFI,=KC8EJ,=KC8JNV,=KC8KPX,=KC9AUA,=KC9EQS, - =KC9KEX,=KC9NJG,=KC9SBG,=KD0JNO,=KD0OXU,=KD0QLQ,=KD0QLR,=KD0RPD,=KD0WVZ,=KD0ZSP,=KD3FZ,=KD4GVR, - =KD4GW,=KD4ML,=KD4NFW,=KD4QWO,=KD5BSK,=KD5HDA,=KD5HX,=KD5PIU,=KD5TBQ,=KD6APH,=KD6CVU,=KD6CWF, - =KD6EPD,=KD6IPX,=KD6LRA,=KD6NVX,=KD6VTU,=KD7GWI,=KD7GWM,=KD7HTG,=KD7KFT,=KD7SME,=KD7SMV,=KD7TZ, - =KD7UV,=KD7UZG,=KD7WJM,=KD8GVO,=KD8LYB,=KE0JSB,=KE0KIE,=KE0TU,=KE2CX,=KE4DYE,=KE4UXQ,=KE4ZXQ, - =KE5CGA,=KE5FJM,=KE5UZN,=KE5VQB,=KE6AHX,=KE6AXN,=KE6AXP,=KE6AYZ,=KE6CQE,=KE6EDJ,=KE6EVT,=KE6JXO, - =KE6MKW,=KE6OTK,=KE6QQ,=KE6RAW,=KE6TFR,=KE6TIS,=KE6TIX,=KE6TKQ,=KE7DES,=KE7DET,=KE7FJA,=KE7FSK, - =KE7HEW,=KE7IZS,=KE7JTX,=KE7KRQ,=KE7LWN,=KE7MW,=KE7PEQ,=KE7PIZ,=KE7QML,=KE7RCT,=KE7UAJ,=KE7UV, - =KE7UW,=KF4DWA,=KF4FQR,=KF4IBW,=KF4JLZ,=KF4OOB,=KF4SGA,=KF4UJC,=KF4URD,=KF4VHS,=KF5AHW,=KF5JFX, - =KF5MXM,=KF5MXP,=KF6BS,=KF6FDG,=KF6IVV,=KF6LWN,=KF6LYU,=KF6MQT,=KF6OHL,=KF6OSA,=KF6PJ,=KF6PQE, - =KF6QZD,=KF6RLP,=KF6YYH,=KF6YZR,=KF6ZAL,=KF6ZVS,=KF7GNP,=KF7LRS,=KF7OJR,=KF7OUJ,=KF7QMX,=KF7TUU, - =KF7VUK,=KG0XR,=KG4CAN,=KG4FJB,=KG4HZF,=KG4JKJ,=KG4MGL,=KG4SGC,=KG4SGV,=KG4TZD,=KG5CH,=KG5CNO, - =KG5IVP,=KG6CJA,=KG6CJK,=KG6DV,=KG6EZW,=KG6HRX,=KG6IER,=KG6IGY,=KG6JJP,=KG6LFX,=KG6MZJ,=KG6NNF, - =KG6NQI,=KG6OOB,=KG6RJI,=KG6SC,=KG6SDD,=KG6TFI,=KG6WZD,=KG6ZRY,=KG7AYU,=KG7CJI,=KG7EUP,=KG7JHH, - =KG7TSD,=KG7ZJM,=KG9MDR,=KH0AI,=KH0HL,=KH0WJ,=KH2DC,=KH2MD,=KH2TD,=KH2TE,=KH2YI,=KH3AE,=KH3AE/M, - =KH3AF,=KH8Z,=KI4CAU,=KI4HCZ,=KI4NOH,=KI4YAF,=KI4YOG,=KI6CRL,=KI6DVJ,=KI6EFY,=KI6FTE,=KI6HBZ, - =KI6JEC,=KI6KWD,=KI6LPT,=KI6NOC,=KI6QDQ,=KI6QQJ,=KI6SNP,=KI6VYB,=KI6WOJ,=KI6ZRV,=KI7AUZ,=KI7EZG, - =KI7FUT,=KI7OS,=KI7QZQ,=KJ4BHO,=KJ4EYV,=KJ4KND,=KJ4WOI,=KJ6CAV,=KJ6CKZ,=KJ6COM,=KJ6CPN,=KJ6CQT, - =KJ6FDF,=KJ6GYD,=KJ6LAW,=KJ6LAX,=KJ6LBI,=KJ6MQL,=KJ6NIA,=KJ6NIB,=KJ6NZH,=KJ6PEH,=KJ6QQT,=KJ6RGW, - =KJ6TJZ,=KJ7UOI,=KK4EEC,=KK4EGT,=KK4IUT,=KK4RNF,=KK6BRW,=KK6DIT,=KK6DWS,=KK6EJ,=KK6GM,=KK6GRC, - =KK6OMX,=KK6PGA,=KK6QAI,=KK6RM,=KK6VJN,=KK6ZQ,=KK6ZZE,=KK7WR,=KL0TK,=KL1TP,=KL3FN,=KL3JC,=KL7PN, - =KL7TN/P,=KL7UB,=KL7XT,=KM4FPS,=KM4IP,=KM6HPE,=KM6IK,=KM6RM,=KM6RWE,=KM6UVP,=KN4KYO,=KN6BE,=KN6ZU, - =KN8AQR,=KO4BNK,=KO4LCM,=KO6KW,=KO6QT,=KQ6CD,=KQ6M,=KR1LLR,=KU4OY,=KW4JC,=KW6CR,=KX6RTG,=KY1I, - =N0CAN,=N0KXY,=N0PJV,=N0VYO,=N0ZSJ,=N1CBF,=N1CFD,=N1CNQ,=N1IDP,=N1SHV,=N1TEE,=N1TLE,=N1VOP,=N1YLH, - =N2KJU,=N2KLQ,=N2LTL,=N3BQY,=N3DJT,=N3FUR,=N3GWR,=N3HQW,=N3RWD,=N3VDM,=N3ZFY,=N4BER,=N4ERA,=N4ZIW, - =N5IWF,=N5JKJ,=N6BAA,=N6CGA,=N6DXW,=N6EQZ,=N6GOZ,=N6IKX,=N6KB,=N6NCT,=N6OM,=N6PJQ,=N6QBK,=N6UXN, - =N6XLB,=N6ZAB,=N7AMY,=N7BLC,=N7BMD,=N7JRO,=N7KZB,=N7NYY,=N7OBR,=N7ODC,=N7TSV,=N7WBX,=N9GFL,=N9SBL, - =NB6R,=ND1A,=NE7SO,=NH2CC,=NH2CD,=NH2CF,=NH2CQ,=NH2CR,=NH2HR,=NH2HS,=NH2HU,=NH2IB,=NH2IC,=NH2ID, - =NH2IF,=NH2II,=NH2IJ,=NH2IN,=NH2IO,=NH2JO,=NH2KF,=NH2KH,=NH2YL,=NH2Z,=NI1J,=NL7UW,=NO0H,=NR0G, - =NT0DA,=NT4AA,=NZ2F,=W0OHO,=W0UNX,=W1BMB,=W1ETT,=W1JJS,=W2UNS,=W4AJM,=W4PRO,=W4YQS,=W5CHT,=W5FJG, - =W6AKL,=W6CAG,=W6CWJ,=W6DSD,=W6KEV,=W6KIT,=W6KPI,=W6KZL,=W6MQB,=W6MRJ,=W6NBK,=W6QPV,=W6ROM,=W6RZY, - =W6SHH,=W6UNX,=W7EHP,=W7NVQ,=W7NX,=W7RCR,=W7TEN,=W7UEA,=W7WKS,=W8AYD,=W8JAY,=W8WH,=WA0FUR,=WA0NHD, - =WA0TFB,=WA2AUI,=WA3ZEM,=WA6AW,=WA6CZL,=WA6ECX,=WA6IIQ,=WA6JDA,=WA6JJQ,=WA6QDQ,=WA6UVF,=WA7ESE, - =WA7HEO,=WA7TFE,=WA7WSU,=WA7ZK,=WA8HEB,=WA8JQP,=WB0RUA,=WB0TZQ,=WB1HAL,=WB2AHM,=WB2SQW,=WB4JTT, - =WB4MNF,=WB5ZDH,=WB5ZOV,=WB6CVJ,=WB6PIO,=WB6PJT,=WB6SAA,=WB6VBM,=WB8NCD,=WB9SMM,=WD0FTF,=WD0LFN, - =WD4MLF,=WD8LIB,=WD8OBO,=WH2Y,=WH7K,=WK1K,=WL7CSW,=WL7CSW/H,=WL7M,=WV0Z,=WV6K,=WX0H,=WY6F; + =K1ER,=K1HZM,=K1OSP,=K1OWL,=K1RJ,=K1TOR,=K1VAN,=K2FFT,=K2GT,=K2SHO,=K2SOO,=K3NW,=K3UNS,=K4AJQ, + =K4EVR,=K4JMB,=K4RAC,=K4UAI,=K4UHL,=K4XV,=K5HQM,=K5PKT,=K5ZAI,=K5ZYO,=K6AMA,=K6APP,=K6BHG,=K6BU, + =K6CEE,=K6GJS,=K6GUY,=K6HI,=K6HNL,=K6IJ,=K6JAE,=K6KKW,=K6LN,=K6RSB,=K6TWG,=K6UCC,=K7ALH,=K7ASH, + =K7NRJ,=K7QAS,=K7ZOX,=K8EUT,=K9AGI,=K9FD,=K9UBS,=KA0FOR,=KA0VHP,=KA1ICJ,=KA1YJ,=KA2IXG,=KA2WXU, + =KA3HIZ,=KA3TUA,=KA4INK,=KA4SBE,=KA6QOD,=KA6SVW,=KA7APU,=KA7BSK,=KA7RKW,=KA8EBL,=KA8KND,=KA9DMP, + =KB0DJR,=KB0PXK,=KB0ZKZ,=KB1EUJ,=KB1GC,=KB1HGW,=KB1KAC,=KB1PCX,=KB1UHL,=KB2MRY,=KB3FDP,=KB3HXI, + =KB3IOC,=KB3OXU,=KB3PJS,=KB3SEV,=KB3UWV,=KB3UWW,=KB3VLO,=KB4NGN,=KB5FCV,=KB5HVJ,=KB5MTI,=KB5NNY, + =KB5OWT,=KB5OXR,=KB6CNU,=KB6EGA,=KB6INB,=KB6PKF,=KB6QYH,=KB6SWL,=KB7AKH,=KB7AKQ,=KB7DDX,=KB7EA, + =KB7G,=KB7JB,=KB7JHB,=KB7LPW,=KB7MEU,=KB7QKJ,=KB7UQH,=KB7UVR,=KB7WDC,=KB7WUP,=KB8SKX,=KB9YGQ, + =KC0HFI,=KC0WQU,=KC0YIH,=KC1DBY,=KC2CLQ,=KC2GSU,=KC2HL,=KC2MIU,=KC2PGW,=KC2SRW,=KC2YL,=KC2ZSG, + =KC2ZSH,=KC2ZSI,=KC3BW,=KC3GZT,=KC4HHS,=KC4TJB,=KC5GAX,=KC6HOX,=KC6JAE,=KC6MCC,=KC6QQI,=KC6RYQ, + =KC6SHT,=KC6SWR,=KC6YIO,=KC7ASJ,=KC7AXX,=KC7DUT,=KC7EJC,=KC7ELH,=KC7HNC,=KC7I,=KC7KAT,=KC7KAW, + =KC7KBA,=KC7KHW,=KC7KJT,=KC7LFM,=KC7NZ,=KC7PLG,=KC7USA,=KC7VWU,=KC7YXO,=KC8EFI,=KC8EJ,=KC8JNV, + =KC8KPX,=KC9AUA,=KC9EQS,=KC9KEX,=KC9NJG,=KC9SBG,=KD0JNO,=KD0OXU,=KD0QLQ,=KD0QLR,=KD0RPD,=KD0WVZ, + =KD0ZSP,=KD3FZ,=KD4GVR,=KD4GW,=KD4ML,=KD4NFW,=KD4QWO,=KD5BSK,=KD5HDA,=KD5HX,=KD5PIU,=KD5TBQ, + =KD6APH,=KD6CVU,=KD6CWF,=KD6EPD,=KD6IPX,=KD6LRA,=KD6NVX,=KD6VTU,=KD7GWI,=KD7GWM,=KD7HTG,=KD7KFT, + =KD7SME,=KD7SMV,=KD7TZ,=KD7UV,=KD7UZG,=KD7WJM,=KD8GVO,=KD8LYB,=KE0JSB,=KE0KIE,=KE0TU,=KE2CX, + =KE4DYE,=KE4UXQ,=KE4ZXQ,=KE5CGA,=KE5FJM,=KE5UZN,=KE5VQB,=KE6AHX,=KE6AXN,=KE6AXP,=KE6AYZ,=KE6CQE, + =KE6EDJ,=KE6EVT,=KE6JXO,=KE6MKW,=KE6OTK,=KE6QQ,=KE6RAW,=KE6TFR,=KE6TIS,=KE6TIX,=KE6TKQ,=KE7DES, + =KE7DET,=KE7FJA,=KE7FSK,=KE7HEW,=KE7IZS,=KE7JTX,=KE7KRQ,=KE7LWN,=KE7MW,=KE7PEQ,=KE7PIZ,=KE7QML, + =KE7RCT,=KE7UAJ,=KE7UV,=KE7UW,=KF4DWA,=KF4FQR,=KF4IBW,=KF4JLZ,=KF4OOB,=KF4SGA,=KF4UJC,=KF4URD, + =KF4VHS,=KF5AHW,=KF5JFX,=KF5MXM,=KF5MXP,=KF6BS,=KF6FDG,=KF6IVV,=KF6LWN,=KF6LYU,=KF6MQT,=KF6OHL, + =KF6OSA,=KF6PJ,=KF6PQE,=KF6QZD,=KF6RLP,=KF6YYH,=KF6YZR,=KF6ZAL,=KF6ZVS,=KF7GNP,=KF7LRS,=KF7OJR, + =KF7OUJ,=KF7QMX,=KF7TUU,=KF7VUK,=KG0XR,=KG4CAN,=KG4FJB,=KG4HZF,=KG4JKJ,=KG4MGL,=KG4SGC,=KG4SGV, + =KG4TZD,=KG5CH,=KG5CNO,=KG6CJA,=KG6CJK,=KG6DV,=KG6EZW,=KG6HRX,=KG6IER,=KG6IGY,=KG6JJP,=KG6LFX, + =KG6MZJ,=KG6NNF,=KG6NQI,=KG6OOB,=KG6RJI,=KG6SC,=KG6SDD,=KG6TFI,=KG6WZD,=KG6ZRY,=KG7AYU,=KG7CJI, + =KG7EUP,=KG7JHH,=KG7KDP,=KG7TSD,=KG7ZJM,=KG9MDR,=KH0AI,=KH0HL,=KH0WJ,=KH2DC,=KH2MD,=KH2TD,=KH2TE, + =KH2YI,=KH3AE,=KH3AE/M,=KH3AF,=KH8Z,=KI4CAU,=KI4HCZ,=KI4NOH,=KI4YAF,=KI4YOG,=KI6CRL,=KI6DVJ, + =KI6EFY,=KI6FTE,=KI6HBZ,=KI6JEC,=KI6KWD,=KI6LPT,=KI6NOC,=KI6QDQ,=KI6QQJ,=KI6SNP,=KI6VYB,=KI6WOJ, + =KI6ZRV,=KI7AUZ,=KI7EZG,=KI7FUT,=KI7OS,=KI7PEZ,=KI7QZQ,=KI7ZTQ,=KJ4BHO,=KJ4EYV,=KJ4KND,=KJ4WOI, + =KJ6CAV,=KJ6CKZ,=KJ6COM,=KJ6CPN,=KJ6CQT,=KJ6FDF,=KJ6GYD,=KJ6LAW,=KJ6LAX,=KJ6LBI,=KJ6MQL,=KJ6NIA, + =KJ6NIB,=KJ6NZH,=KJ6PEH,=KJ6PSY,=KJ6QQT,=KJ6RGW,=KJ6SGY,=KJ6TJZ,=KJ7UOI,=KK4EEC,=KK4EGT,=KK4IUT, + =KK4RNF,=KK6BRW,=KK6DIT,=KK6DWS,=KK6EJ,=KK6GM,=KK6GRC,=KK6OMX,=KK6PGA,=KK6QAI,=KK6RM,=KK6VJN, + =KK6ZQ,=KK6ZZE,=KK7WR,=KL0AE,=KL0TK,=KL1TP,=KL3FN,=KL3JC,=KL7PN,=KL7TN/P,=KL7UB,=KL7XT,=KM4FPS, + =KM4IP,=KM6HPE,=KM6IK,=KM6RWE,=KM6UVP,=KN4KYO,=KN6BE,=KN6ZU,=KN8AQR,=KO4BNK,=KO4LCM,=KO6KW,=KO6QT, + =KQ6CD,=KQ6M,=KR1LLR,=KU4OY,=KW4JC,=KW6CR,=KX6RTG,=KY1I,=N0CAN,=N0KXY,=N0PJV,=N0VYO,=N0ZSJ,=N1CBF, + =N1CFD,=N1CNQ,=N1IDP,=N1SHV,=N1TEE,=N1TLE,=N1VOP,=N1YLH,=N2KJU,=N2KLQ,=N2LTL,=N3BQY,=N3DJT,=N3FUR, + =N3GWR,=N3HQW,=N3RWD,=N3VDM,=N3ZFY,=N4BER,=N4ERA,=N4ZIW,=N5IWF,=N5JKJ,=N6BAA,=N6CGA,=N6DXW,=N6EQZ, + =N6GOZ,=N6IKX,=N6KB,=N6NCT,=N6PJQ,=N6QBK,=N6UXN,=N6XLB,=N6ZAB,=N7AMY,=N7BLC,=N7BMD,=N7JRO,=N7KZB, + =N7NYY,=N7OBR,=N7ODC,=N7TSV,=N7WBX,=N9GFL,=N9SBL,=NB6R,=ND1A,=NE7SO,=NH2CC,=NH2CD,=NH2CF,=NH2CQ, + =NH2CR,=NH2HR,=NH2HS,=NH2HU,=NH2IB,=NH2IC,=NH2ID,=NH2IF,=NH2II,=NH2IJ,=NH2IN,=NH2IO,=NH2JO,=NH2KF, + =NH2KH,=NH2YL,=NH2Z,=NI1J,=NL7UW,=NO0H,=NR0G,=NT0DA,=NT4AA,=NZ2F,=W0OHO,=W0UNX,=W1BMB,=W1ETT, + =W1GDM,=W1JJS,=W2UNS,=W4AJM,=W4PRO,=W4YQS,=W5CHT,=W5FJG,=W6AKL,=W6CAG,=W6CWJ,=W6DSD,=W6KEV,=W6KIT, + =W6KPI,=W6KZL,=W6MQB,=W6MRJ,=W6NBK,=W6QPV,=W6ROM,=W6RZY,=W6SHH,=W6UNX,=W7EHP,=W7NVQ,=W7NX,=W7RCR, + =W7TEN,=W7UEA,=W7WKS,=W8AYD,=W8JAY,=W8WH,=WA0FUR,=WA0NHD,=WA0TFB,=WA2AUI,=WA3ZEM,=WA6AW,=WA6CZL, + =WA6ECX,=WA6IIQ,=WA6JDA,=WA6JJQ,=WA6QDQ,=WA6UVF,=WA7ESE,=WA7HEO,=WA7TFE,=WA7WSU,=WA7ZK,=WA8HEB, + =WA8JQP,=WB0RUA,=WB0TZQ,=WB1HAL,=WB2AHM,=WB2SQW,=WB4JTT,=WB4MNF,=WB5ZDH,=WB5ZOV,=WB6CVJ,=WB6PIO, + =WB6PJT,=WB6SAA,=WB6VBM,=WB8NCD,=WB9SMM,=WD0FTF,=WD0LFN,=WD4MLF,=WD8LIB,=WD8OBO,=WH2Y,=WH7K,=WK1K, + =WL7CSW,=WL7CSW/H,=WL7M,=WV0Z,=WV6K,=WX0H,=WY6F; Kure Island: 31: 61: OC: 29.00: 178.00: 10.0: KH7K: AH7K,KH7K,NH7K,WH7K; American Samoa: 32: 62: OC: -14.32: 170.78: 11.0: KH8: @@ -1814,46 +1818,47 @@ Alaska: 01: 01: NA: 61.40: 148.87: 8.0: KL: =KB9RWE,=KB9RWJ,=KB9SZM,=KB9THD,=KB9YGR,=KC0ATI,=KC0CWG,=KC0CYR,=KC0EF,=KC0EFL,=KC0GDH,=KC0GHH, =KC0GLN,=KC0JVX,=KC0LLL,=KC0NSV,=KC0OKQ,=KC0PSZ,=KC0TK,=KC0TZL,=KC0UYK,=KC0VDN,=KC0WSG,=KC0YSW, =KC1DL,=KC1KPL,=KC1LVR,=KC2BYX,=KC2HRV,=KC2KMU,=KC2OJP,=KC2PCV,=KC2PIO,=KC3BWW,=KC3DBK,=KC3MPG, - =KC3NUH,=KC3QVN,=KC4MXQ,=KC4MXR,=KC4OPI,=KC5BNN,=KC5CHO,=KC5DJA,=KC5IBS,=KC5KIG,=KC5LKF,=KC5LKG, - =KC5NHL,=KC5QPJ,=KC5THY,=KC5YIB,=KC5YOX,=KC5ZAA,=KC6FRJ,=KC6RJW,=KC6ZLZ,=KC7BUL,=KC7COW,=KC7DNT, - =KC7ENM,=KC7FWK,=KC7HJM,=KC7HPF,=KC7IKE,=KC7IKF,=KC7INC,=KC7MIJ,=KC7MPY,=KC7MRO,=KC7OQZ,=KC7PLJ, - =KC7PLQ,=KC7RCP,=KC7TYT,=KC7UZY,=KC7WOA,=KC7YZR,=KC8CSD,=KC8GKK,=KC8JCS,=KC8MVW,=KC8NOY,=KC8WWS, - =KC8YIV,=KC9CMY,=KC9HIK,=KC9IKH,=KC9RQZ,=KC9SXX,=KC9VLD,=KD0CLU,=KD0CZC,=KD0DHU,=KD0FJG,=KD0IXU, - =KD0JJB,=KD0NSG,=KD0OAK,=KD0ONB,=KD0VAK,=KD0VAL,=KD0ZOD,=KD2CTE,=KD2GKT,=KD2NPD,=KD2SKJ,=KD4EYW, - =KD4MEY,=KD4QJL,=KD5DNA,=KD5DWV,=KD5GAL,=KD5KVP,=KD5MQC,=KD5NAH,=KD5QPD,=KD5RVD,=KD5SHW,=KD5WCF, - =KD5WEV,=KD5WYP,=KD6DLB,=KD6NFV,=KD6RVY,=KD6YKS,=KD7AWK,=KD7BBX,=KD7BGP,=KD7DIG,=KD7DUQ,=KD7FGL, - =KD7FUL,=KD7HXF,=KD7IMM,=KD7IMT,=KD7KRK,=KD7MGO,=KD7OOS,=KD7QAR,=KD7RYC,=KD7SIX,=KD7TOJ,=KD7TWB, - =KD7UAG,=KD7VOI,=KD7VXE,=KD7ZTJ,=KD8DDY,=KD8GEL,=KD8GMS,=KD8JOU,=KD8KQL,=KD8WMX,=KD9QKS,=KD9TK, - =KE0DYM,=KE0KKI,=KE0PRX,=KE4DGR,=KE4LJD,=KE4MQD,=KE4YEI,=KE4YLG,=KE5CVD,=KE5CVT,=KE5DQV,=KE5FOC, - =KE5GEB,=KE5HHR,=KE5JHS,=KE5JTB,=KE5NLG,=KE5QDJ,=KE5QDK,=KE5WGZ,=KE5ZRK,=KE5ZUM,=KE6DLM,=KE6DUJ, - =KE6DXH,=KE6IPM,=KE6SYD,=KE6TCE,=KE6VUB,=KE7BAQ,=KE7DFO,=KE7ELL,=KE7EOP,=KE7EPZ,=KE7FNC,=KE7FXM, - =KE7GOE,=KE7HMJ,=KE7KYU,=KE7PXV,=KE7TRX,=KE7ZXH,=KE8CCS,=KE8RO,=KF3L,=KF4JET,=KF4PLR,=KF4TBD, - =KF4YFD,=KF5CVM,=KF5ETW,=KF5FJQ,=KF5HFB,=KF5HJC,=KF5NDT,=KF5UBP,=KF5YYK,=KF6AWG,=KF6AXS,=KF6BMF, - =KF6BOV,=KF6EJR,=KF6GNM,=KF6IAO,=KF6ILC,=KF6IOT,=KF6LGK,=KF6MFK,=KF6QOJ,=KF6RMG,=KF6RPC,=KF6SHS, - =KF6TGR,=KF6UWT,=KF7ARC,=KF7CXJ,=KF7FLL,=KF7FLM,=KF7GCF,=KF7GKY,=KF7ING,=KF7ITN,=KF7KTH,=KF7LEX, - =KF7LUA,=KF7MVM,=KF7PCJ,=KF7PFT,=KF7PSS,=KF7PUQ,=KF7UFY,=KF7VBO,=KF7WVE,=KF8ZB,=KG2IA,=KG4BBX, - =KG4NBL/P,=KG4OXD,=KG4TJS,=KG4WNZ,=KG5EQN,=KG5GDF,=KG5GTD,=KG5JQC,=KG5MIB,=KG5MIO,=KG6ALN,=KG6DTI, - =KG6HTQ,=KG6MBC,=KG6RJE,=KG6TAL,=KG7CUR,=KG7DVI,=KG7GJL,=KG7JVJ,=KG7OQC,=KG7OUF,=KG7OYE,=KG7SEQ, - =KG7SRS,=KG7TGE,=KG7ZEV,=KH0NF,=KH0NG,=KH0RF,=KH2YN,=KH7BW,=KI4COG,=KI4ERC,=KI4FJK,=KI4GAG, - =KI4GCF,=KI4GDI,=KI4NGY,=KI4NVI,=KI4SET,=KI4SOM,=KI5KBN,=KI6BGR,=KI6DES,=KI6HGW,=KI6YXZ,=KI7BKQ, - =KI7COR,=KI7PZ,=KI7SWI,=KI8JT,=KJ4HEW,=KJ4IAQ,=KJ4NPK,=KJ4PSV,=KJ4WIQ,=KJ4YOY,=KJ4ZWI,=KJ6DCH, - =KJ6KRG,=KJ6RFQ,=KJ6ZSX,=KJ7IR,=KJ7MY,=KK4AMV,=KK4BAN,=KK4CAS,=KK4CAU,=KK4CHH,=KK4CLS,=KK4LRE, - =KK4QXE,=KK4RYG,=KK4WWH,=KK4WWI,=KK6IUY,=KK6LL,=KK6PGV,=KK6PLA,=KK6SNS,=KK7I,=KK7IV,=KK7STL, - =KL7D/M,=KL7NC/IMD,=KM4AGL,=KM4KWS,=KM4KX,=KM4NIC,=KM4OE,=KM4PJH,=KM4TJI,=KM6NOL,=KM6YOD,=KN4CCY, - =KN4ENR,=KN4HGD,=KN4LJD,=KN4LVS,=KN4MGX,=KN4MTF,=KN4RXC,=KN8IVE,=KO4DHN,=KO4PTO,=KR4WV,=KV3X, - =KW1W,=KW4XD,=KY7J,=KZ6HJC,=N0GDT,=N0GDU,=N0GLI,=N0HJT,=N0HYI,=N0HZF,=N0JEN,=N0JOB,=N0LHN,=N0SN, - =N0SUB,=N0WXJ,=N0XKY,=N0XS,=N0ZKV,=N1HEN,=N1HUT,=N1KDQ,=N1KTI,=N1NDA,=N1NJS,=N1QFE,=N1ROR,=N1TX, - =N2CXH,=N2SHO,=N2TJY,=N2YZW,=N3QEH,=N4AVX,=N4CM,=N4DBX,=N4HCJ,=N4HZU,=N4NAV,=N5AAR,=N5CSO,=N5UKX, - =N5WPR,=N6BSC,=N6CVV,=N6CZU,=N6IGV,=N6JM,=N6QEK,=N6ZZX,=N7BUO,=N7DBN,=N7DKL,=N7DUD,=N7ELD,=N7FCT, - =N7GLP,=N7HER,=N7HQK,=N7IA,=N7JUX,=N7MGT,=N7MTG,=N7QAN,=N7QOV,=N7TBU,=N7UTV,=N7UWT,=N7XEA,=N7XNM, - =N7YKY,=N7YQS,=N8DDY,=N8EX,=N8JKB,=N8KCJ,=N8KYW,=N8SUG,=N9AIG,=N9YD,=NA7WM,=NC2US,=NC4OI,=NE7EK, - =NH2GZ,=NH2LS,=NH7UO,=NM0H,=NN5H,=NP4FU,=NU9Q,=NW7F,=W0EZM,=W0FJN,=W0HPD,=W0OPT,=W0RWS,=W0UZJ, - =W0ZEE,=W1JM,=W1LYD,=W1RSC,=W1ZKA,=W2DLS,=W2KRZ,=W2LUV,=W3ICG,=W3JPN,=W3MKG,=W4AUL,=W4BMR,=W4RSB, - =W5AIT,=W5ERV,=W5JKT,=W5SPY,=W6DDP,=W6GTE,=W6ROW,=W6SMA,=W7CB,=W7CXW,=W7DDG,=W7EGG,=W7EIK,=W7JAL, - =W7JMR,=W7PWA,=W7RAZ,=W7ROS,=W7WEZ,=W7ZWT,=W8MDD,=W8PVZ,=W8TCX,=W9ITU,=W9JMC,=W9WLN,=WA0JS, - =WA1FVJ,=WA1OUS,=WA2BGL,=WA2BIW,=WA4RRE,=WA6GFS,=WA7B,=WA7MDS,=WA7PXH,=WA7USX,=WA7YXF,=WB0CMZ, - =WB1BR,=WB1GZL,=WB1ILS,=WB6COP,=WB7ULO,=WB8BRU,=WB9JZL,=WD6CET,=WE3B,=WE9H,=WH6CYY,=WH6DPL, - =WH6GBB,=WH6GCO,=WH7AK,=WH7DC,=WI5GUY,=WJ6AA,=WJ8M,=WT5T,=WW4AL,=WX1NCC; + =KC3NUH,=KC3QVN,=KC4MXQ,=KC4MXR,=KC4OPI,=KC4PTI,=KC5BNN,=KC5CHO,=KC5DJA,=KC5IBS,=KC5KIG,=KC5LKF, + =KC5LKG,=KC5NHL,=KC5QPJ,=KC5THY,=KC5YIB,=KC5YOX,=KC5ZAA,=KC6FRJ,=KC6RJW,=KC6ZLZ,=KC7BUL,=KC7COW, + =KC7DNT,=KC7ENM,=KC7FWK,=KC7HJM,=KC7HPF,=KC7IKE,=KC7IKF,=KC7INC,=KC7MIJ,=KC7MPY,=KC7MRO,=KC7OQZ, + =KC7PLJ,=KC7PLQ,=KC7RCP,=KC7TYT,=KC7UZY,=KC7WOA,=KC7YZR,=KC8CSD,=KC8GKK,=KC8JCS,=KC8MVW,=KC8NOY, + =KC8WWS,=KC8YIV,=KC9CMY,=KC9HIK,=KC9IKH,=KC9RQZ,=KC9SXX,=KC9VLD,=KD0CLU,=KD0CZC,=KD0DHU,=KD0FJG, + =KD0IXU,=KD0JJB,=KD0NSG,=KD0OAK,=KD0ONB,=KD0VAK,=KD0VAL,=KD0ZOD,=KD2CTE,=KD2GKT,=KD2NPD,=KD2SKJ, + =KD4EYW,=KD4MEY,=KD4QJL,=KD5DNA,=KD5DWV,=KD5GAL,=KD5KVP,=KD5MQC,=KD5NAH,=KD5QPD,=KD5RVD,=KD5SHW, + =KD5WCF,=KD5WEV,=KD5WYP,=KD6DLB,=KD6NFV,=KD6RVY,=KD6YKS,=KD7AWK,=KD7BBX,=KD7BGP,=KD7DIG,=KD7DUQ, + =KD7FGL,=KD7FUL,=KD7HXF,=KD7IMM,=KD7IMT,=KD7KRK,=KD7MGO,=KD7OOS,=KD7QAR,=KD7RYC,=KD7SIX,=KD7TOJ, + =KD7TWB,=KD7UAG,=KD7VOI,=KD7VXE,=KD7ZTJ,=KD8DDY,=KD8GEL,=KD8GMS,=KD8JOU,=KD8KQL,=KD8WMX,=KD9QKS, + =KD9TK,=KE0DYM,=KE0KKI,=KE0PRX,=KE4DGR,=KE4LJD,=KE4MQD,=KE4YEI,=KE4YLG,=KE5CVD,=KE5CVT,=KE5DQV, + =KE5FOC,=KE5GEB,=KE5HHR,=KE5JHS,=KE5JTB,=KE5NLG,=KE5QDJ,=KE5QDK,=KE5WGZ,=KE5ZRK,=KE5ZUM,=KE6DLM, + =KE6DUJ,=KE6DXH,=KE6IPM,=KE6SYD,=KE6TCE,=KE6VUB,=KE7BAQ,=KE7DFO,=KE7ELL,=KE7EOP,=KE7EPZ,=KE7FNC, + =KE7FXM,=KE7GOE,=KE7HMJ,=KE7KYU,=KE7PXV,=KE7TRX,=KE7ZXH,=KE8CCS,=KE8RO,=KF3L,=KF4JET,=KF4PLR, + =KF4TBD,=KF4YFD,=KF5CVM,=KF5ETW,=KF5FJQ,=KF5HFB,=KF5HJC,=KF5NDT,=KF5UBP,=KF5YYK,=KF6AWG,=KF6AXS, + =KF6BMF,=KF6BOV,=KF6EJR,=KF6GNM,=KF6IAO,=KF6ILC,=KF6IOT,=KF6LGK,=KF6MFK,=KF6QOJ,=KF6RMG,=KF6RPC, + =KF6SHS,=KF6TGR,=KF6UWT,=KF7ARC,=KF7CXJ,=KF7FLL,=KF7FLM,=KF7GCF,=KF7GKY,=KF7ING,=KF7ITN,=KF7KTH, + =KF7LEX,=KF7LUA,=KF7MVM,=KF7PCJ,=KF7PFT,=KF7PSS,=KF7PUQ,=KF7UFY,=KF7VBO,=KF7WVE,=KF8ZB,=KG2IA, + =KG4BBX,=KG4NBL/P,=KG4OXD,=KG4TJS,=KG4WNZ,=KG5EQN,=KG5GDF,=KG5GTD,=KG5JQC,=KG5MIB,=KG5MIO,=KG6ALN, + =KG6DTI,=KG6HTQ,=KG6MBC,=KG6RJE,=KG6TAL,=KG7CUR,=KG7DVI,=KG7GJL,=KG7JVJ,=KG7OQC,=KG7OUF,=KG7OYE, + =KG7SEQ,=KG7SRS,=KG7TGE,=KG7ZEV,=KH0NF,=KH0NG,=KH0RF,=KH2YN,=KH7BW,=KI4COG,=KI4ERC,=KI4FJK, + =KI4GAG,=KI4GCF,=KI4GDI,=KI4NGY,=KI4NVI,=KI4SET,=KI4SOM,=KI5KBN,=KI6BGR,=KI6DES,=KI6HGW,=KI6YXZ, + =KI7BKQ,=KI7COR,=KI7PZ,=KI7SWI,=KI8JT,=KJ4HEW,=KJ4IAQ,=KJ4NPK,=KJ4PSV,=KJ4WIQ,=KJ4YOY,=KJ4ZWI, + =KJ6DCH,=KJ6KRG,=KJ6RFQ,=KJ6ZSX,=KJ7IR,=KJ7MY,=KK4AMV,=KK4BAN,=KK4CAS,=KK4CAU,=KK4CHH,=KK4CLS, + =KK4LRE,=KK4QXE,=KK4RYG,=KK4WWH,=KK4WWI,=KK6IUY,=KK6LL,=KK6PGV,=KK6PLA,=KK6SNS,=KK7I,=KK7IV, + =KK7STL,=KL7D/M,=KL7NC/IMD,=KM4AGL,=KM4KWS,=KM4KX,=KM4NIC,=KM4OE,=KM4PJH,=KM4TJI,=KM4UUM,=KM6EED, + =KM6NOL,=KM6YOD,=KN4CCY,=KN4ENR,=KN4HGD,=KN4LJD,=KN4LVS,=KN4MGX,=KN4MTF,=KN4RXC,=KN8IVE,=KO4DHN, + =KO4PTO,=KR4WV,=KV3X,=KW1W,=KW4XD,=KY7J,=KZ6HJC,=N0GDT,=N0GDU,=N0GLI,=N0HJT,=N0HYI,=N0HZF,=N0JEN, + =N0JOB,=N0LHN,=N0SN,=N0SUB,=N0WXJ,=N0XKY,=N0XS,=N0ZKV,=N1HEN,=N1HUT,=N1KDQ,=N1KTI,=N1NDA,=N1NJS, + =N1QFE,=N1ROR,=N1TX,=N2CXH,=N2SHO,=N2TJY,=N2YZW,=N3QEH,=N4AVX,=N4CM,=N4DBX,=N4HCJ,=N4HZU,=N4NAV, + =N5AAR,=N5CSO,=N5UKX,=N5WPR,=N6BSC,=N6CVV,=N6CZU,=N6IGV,=N6JM,=N6QEK,=N6ZZX,=N7BUO,=N7DBN,=N7DKL, + =N7DUD,=N7ELD,=N7FCT,=N7GLP,=N7HER,=N7HQK,=N7IA,=N7JUX,=N7MGT,=N7MTG,=N7QAN,=N7QOV,=N7TBU,=N7UTV, + =N7UWT,=N7XEA,=N7XNM,=N7YKY,=N7YQS,=N8DDY,=N8EX,=N8JKB,=N8KCJ,=N8KYW,=N8SUG,=N9AIG,=N9YD,=NA7WM, + =NC2US,=NC4OI,=NE7EK,=NH2GZ,=NH2LS,=NH7UO,=NM0H,=NN5H,=NN7C,=NP4FU,=NU9Q,=NW7F,=W0EZM,=W0FJN, + =W0HPD,=W0OPT,=W0RWS,=W0UZJ,=W0ZEE,=W1JM,=W1LYD,=W1RSC,=W1ZKA,=W2DLS,=W2KRZ,=W2LUV,=W3ICG,=W3JPN, + =W3MKG,=W4AUL,=W4BMR,=W4RSB,=W5AIT,=W5ERV,=W5JKT,=W5SPY,=W6DDP,=W6GTE,=W6ROW,=W6SMA,=W7CB,=W7CXW, + =W7DDG,=W7EGG,=W7EIK,=W7JAL,=W7JMR,=W7PWA,=W7RAZ,=W7ROS,=W7WEZ,=W7ZWT,=W8MDD,=W8PVZ,=W8TCX,=W9ITU, + =W9JMC,=W9WLN,=WA0JS,=WA1FVJ,=WA1OUS,=WA2BGL,=WA2BIW,=WA4RRE,=WA6GFS,=WA7B,=WA7MDS,=WA7PXH, + =WA7USX,=WA7YXF,=WB0CMZ,=WB1BR,=WB1GZL,=WB1ILS,=WB5EAA,=WB6COP,=WB7ULO,=WB8BRU,=WB9JZL,=WD6CET, + =WE3B,=WE9H,=WH6CYY,=WH6DPL,=WH6GBB,=WH6GCO,=WH7AK,=WH7DC,=WI5GUY,=WJ6AA,=WJ8M,=WT5T,=WW4AL, + =WX1NCC; Navassa Island: 08: 11: NA: 18.40: 75.00: 5.0: KP1: KP1,NP1,WP1; US Virgin Islands: 08: 11: NA: 17.73: 64.80: 4.0: KP2: @@ -1870,20 +1875,20 @@ Puerto Rico: 08: 11: NA: 18.18: 66.55: 4.0: KP4: =KB2OMN,=KB2OPK,=KB2OPM,=KB2QQK,=KB2RYP,=KB2TID,=KB2VHY,=KB2WKT,=KB2YKJ,=KB3BPK,=KB3BTN,=KB3LUV, =KB3SBO,=KB3TTV,=KB8ZVP,=KB9OWX,=KB9RZD,=KB9YVE,=KB9YVF,=KC1CRV,=KC1CUF,=KC1DRV,=KC1IHB,=KC1IHO, =KC1JLY,=KC1KZI,=KC2BZZ,=KC2CJL,=KC2CTM,=KC2DUO,=KC2EMM,=KC2ERS,=KC2ERU,=KC2EWB,=KC2GRZ,=KC2HAS, - =KC2JNE,=KC2LET,=KC2TE,=KC2UXP,=KC2VCR,=KC3GEO,=KC3JYF,=KC4ADN,=KC5DKT,=KC5FWS,=KC8BFN,=KC8IRI, - =KD2BK,=KD2KPC,=KD2VQ,=KD4TVS,=KD5DVV,=KD5PKH,=KD9GIZ,=KD9MRY,=KE0AYJ,=KE0GFK,=KE0SH,=KE1MA, - =KE3WW,=KE4GGD,=KE4GYA,=KE4SKH,=KE4THL,=KE4WUE,=KE5LNG,=KF4KPO,=KF4TZG,=KF4VYH,=KF4WTX,=KF4ZDB, - =KF5YGN,=KF5YGX,=KF6OGJ,=KG4DLA,=KG4EEG,=KG4EEL,=KG4GYO,=KG4IRC,=KG4IVO,=KG4VCC,=KG5AFY,=KG6WWV, - =KG9KG,=KH2RU,=KH4AA,=KI4LRJ,=KI4RGF,=KI4TSW,=KI4WOA,=KI4WOB,=KI5KQH,=KJ4KZN,=KJ4LOZ,=KJ4UPN, - =KJ4UXJ,=KJ4VSD,=KJ6OV,=KK4AOZ,=KK4BXJ,=KK4DCX,=KK4EBE,=KK4PHB,=KM4VDZ,=KM4WGI,=KM4YBN,=KM4YSR, - =KM4ZJW,=KM4ZWY,=KM6CTO,=KN4AWH,=KN4GNO,=KN4IBD,=KN4IDV,=KN4IGP,=KN4ILO,=KN4INP,=KN4JCC,=KN4KPX, - =KN4KPY,=KN4MNT,=KN4NAR,=KN4NLZ,=KN4ODN,=KN4QBT,=KN4QZZ,=KN4REC,=KN4SKZ,=KN4TNC,=KN4UAN,=KO4KSF, - =KP2H,=KP2Z,=KP3CW/SKP,=KP3RE/LGT,=KP3RE/LH,=KP3RE/LT,=KP4ES/L,=KP4ES/LGT,=KP4ES/LH,=KP4FD/IARU, - =KP4FRA/IARU,=KP4FRD/LH,=KP4MD/P,=KP4PRE/EVNT,=KP4VP/LH,=KR4SQ,=KU4JI,=N0XAR,=N1CN,=N1HRV,=N1JFL, - =N1QVU,=N1RWD,=N1SCD,=N1SZM,=N1YAY,=N1ZJC,=N2FVA,=N2IBR,=N2KKN,=N2KUE,=N2OUS,=N2PGO,=N2WCS,=N3VIJ, - =N3VVW,=N3YUB,=N3ZII,=N4AKO,=N4CIE,=N4JZD,=N4LER,=N4MMT,=N4NDL,=N4UK,=N5YIZ,=N6NVD,=N6RHF,=N8MQ, - =NB0G,=NP3M/LH,=NP3VI/LH,=NP4VO/LH,=W1AW/PR,=W6WAW,=W9NKE,=WA2RVA,=WB2HMY,=WB5YOF,=WB7ADC,=WB7VVV, - =WP4L/TP,=WQ2N; + =KC2JNE,=KC2LET,=KC2TE,=KC2UXP,=KC2VCR,=KC3EUQ,=KC3GEO,=KC3JYF,=KC4ADN,=KC5DKT,=KC5FWS,=KC8BFN, + =KC8IRI,=KD2BK,=KD2KPC,=KD2VQ,=KD4TVS,=KD5DVV,=KD5PKH,=KD9GIZ,=KD9MRY,=KE0AYJ,=KE0GFK,=KE0SH, + =KE1MA,=KE3WW,=KE4GGD,=KE4GYA,=KE4SKH,=KE4THL,=KE4WUE,=KE5LNG,=KF4KPO,=KF4TZG,=KF4VYH,=KF4WTX, + =KF4ZDB,=KF5YGN,=KF5YGX,=KF6OGJ,=KG4DLA,=KG4EEG,=KG4EEL,=KG4GYO,=KG4IRC,=KG4IVO,=KG4VCC,=KG5AFY, + =KG6WWV,=KG9KG,=KH2RU,=KH4AA,=KI4LRJ,=KI4RGF,=KI4TSW,=KI4WOA,=KI4WOB,=KI5JZC,=KI5KQH,=KJ4KZN, + =KJ4LOZ,=KJ4UPN,=KJ4UXJ,=KJ4VSD,=KJ6OV,=KK4AOZ,=KK4BXJ,=KK4DCX,=KK4EBE,=KK4PHB,=KM4VDZ,=KM4WGI, + =KM4YBN,=KM4YSR,=KM4ZJW,=KM4ZWY,=KM6CTO,=KN4AWH,=KN4GNO,=KN4IBD,=KN4IDV,=KN4IGP,=KN4ILO,=KN4INP, + =KN4JCC,=KN4KPX,=KN4KPY,=KN4MNT,=KN4NAR,=KN4NLZ,=KN4ODN,=KN4QBT,=KN4QZZ,=KN4REC,=KN4SKZ,=KN4TNC, + =KN4UAN,=KO4KSF,=KP2H,=KP2Z,=KP3CW/SKP,=KP3RE/LGT,=KP3RE/LH,=KP3RE/LT,=KP4ES/L,=KP4ES/LGT, + =KP4ES/LH,=KP4FD/IARU,=KP4FRA/IARU,=KP4FRD/LH,=KP4MD/P,=KP4PRE/EVNT,=KP4VP/LH,=KR4SQ,=KU4JI, + =N0XAR,=N1CN,=N1HRV,=N1JFL,=N1QVU,=N1RWD,=N1SCD,=N1SZM,=N1XZZ,=N1YAY,=N1ZJC,=N2FVA,=N2IBR,=N2KKN, + =N2KUE,=N2OUS,=N2PGO,=N2WCS,=N3VIJ,=N3VVW,=N3YUB,=N3ZII,=N4AKO,=N4CIE,=N4JZD,=N4LER,=N4MMT,=N4NDL, + =N4UK,=N5YIZ,=N6NVD,=N6RHF,=N8MQ,=NB0G,=NP3M/LH,=NP3VI/LH,=NP4VO/LH,=W1AW/PR,=W6WAW,=W9NKE, + =WA2RVA,=WB2HMY,=WB5YOF,=WB7ADC,=WB7VVV,=WP4L/TP,=WQ2N; Desecheo Island: 08: 11: NA: 18.08: 67.88: 4.0: KP5: KP5,NP5,WP5; Norway: 14: 18: EU: 61.00: -9.00: -1.0: LA: @@ -1904,63 +1909,63 @@ Argentina: 13: 14: SA: -32.50: 62.13: 3.0: LU: =L44D/D,=L50DVA/D,=L50DVB/D,=L53DZV/D,=L80AA/D,=L82D/D,=L84VI/D,=LO0D/D,=LO7E/D,=LQ4D/D,=LR3D/D, =LS4AA/D,=LT5D/LH,=LU1AAC/D,=LU1AAE/D,=LU1AAS/D,=LU1ACX/D,=LU1AEE/D,=LU1AET/D,=LU1AGP/D,=LU1AIM/D, =LU1ALF/D,=LU1AM/D,=LU1APR/D,=LU1ARG/D,=LU1ASP/D,=LU1AW/D,=LU1AW/E,=LU1BCE/D,=LU1BMD/D,=LU1CHD/D, - =LU1CL/D,=LU1COA/D,=LU1CPF/D,=LU1DAR/D,=LU1DAS/D,=LU1DBI/D,=LU1DCB/D,=LU1DD/D,=LU1DDK/D,=LU1DDO/D, - =LU1DHO/D,=LU1DI/D,=LU1DK/D,=LU1DKD/D,=LU1DLB/D,=LU1DLF/D,=LU1DMA/E,=LU1DMK/D,=LU1DNQ/D,=LU1DP/D, - =LU1DQ/D,=LU1DS/D,=LU1DSO/D,=LU1DU/D,=LU1DVE/D,=LU1DYP/D,=LU1DZ/D,=LU1DZ/E,=LU1DZR/D,=LU1EEE/D, - =LU1EEZ/D,=LU1EFF/D,=LU1EJ/LH,=LU1EJ/YL,=LU1ELP/D,=LU1ELY/D,=LU1EPC/D,=LU1EPF/D,=LU1EQ/D, - =LU1EQU/D,=LU1ERA/D,=LU1EST/D,=LU1EUU/D,=LU1EW/D,=LU1EXU/D,=LU1EY/D,=LU1HBD/D,=LU1HLH/D,=LU1KCQ/D, - =LU1UAG/D,=LU1VCL/D,=LU1VDF/D,=LU1VOF/D,=LU1VYL/D,=LU1XWC/E,=LU1XZ/D,=LU1YY/D,=LU2AAS/D,=LU2ABT/D, - =LU2AEZ/D,=LU2AFE/D,=LU2AGQ/D,=LU2AHB/D,=LU2ALE/D,=LU2AMM/D,=LU2AOZ/D,=LU2AVG/D,=LU2AVW/D, - =LU2BJA/D,=LU2BN/D,=LU2BOE/D,=LU2BPM/D,=LU2CDE/D,=LU2CDO/D,=LU2CHP/D,=LU2CM/D,=LU2CRV/D,=LU2DAR/D, - =LU2DB/D,=LU2DG/D,=LU2DHM/D,=LU2DJB/D,=LU2DJB/PO,=LU2DJC/D,=LU2DJL/D,=LU2DKN/D,=LU2DPW/D, - =LU2DRT/D,=LU2DT/D,=LU2DT/D/LH,=LU2DT/LGT,=LU2DT/LH,=LU2DVF/D,=LU2ED/D,=LU2EDC/D,=LU2EE/D, - =LU2EE/E,=LU2EFI/D,=LU2EGA/D,=LU2EGI/D,=LU2EGP/D,=LU2EHA/D,=LU2EIT/D,=LU2EJL/D,=LU2EK/D,=LU2ELT/D, - =LU2EMQ/D,=LU2ENG/D,=LU2ENH/D,=LU2EPL/D,=LU2EPP/D,=LU2ERC/D,=LU2FBX/D,=LU2FGD/D,=LU2FNH/D, - =LU2HOD/D,=LU2JFC/D,=LU2VDV/D,=LU2YF/D,=LU3AAL/D,=LU3ADC/D,=LU3AJL/D,=LU3AOI/D,=LU3ARE/D, - =LU3ARM/D,=LU3AYE/D,=LU3CA/D,=LU3CM/D,=LU3CRA/D,=LU3CT/D,=LU3DAR/D,=LU3DAT/D,=LU3DAT/E,=LU3DC/D, - =LU3DEY/D,=LU3DFD/D,=LU3DH/D,=LU3DHF/D,=LU3DJA/D,=LU3DJI/D,=LU3DJT/D,=LU3DK/D,=LU3DLF/D,=LU3DMZ/D, - =LU3DO/D,=LU3DOC/D,=LU3DP/D,=LU3DPH/D,=LU3DQJ/D,=LU3DR/D,=LU3DRP/D,=LU3DRP/E,=LU3DXG/D,=LU3DXI/D, - =LU3DY/D,=LU3DYN/D,=LU3DZO/D,=LU3EBS/D,=LU3ED/D,=LU3EDU/D,=LU3EFL/D,=LU3EJ/L,=LU3EJD/D,=LU3ELR/D, - =LU3EMB/D,=LU3EOU/D,=LU3EP/D,=LU3ERU/D,=LU3ES/D,=LU3ESY/D,=LU3EZA/D,=LU3FCI/D,=LU3HKA/D,=LU4AA/D, - =LU4AA/X,=LU4AAO/D,=LU4AAO/E,=LU4ACA/D,=LU4ADE/D,=LU4AJC/D,=LU4ARU/D,=LU4BAN/D,=LU4BFP/D, - =LU4BMG/D,=LU4BR/D,=LU4CMF/D,=LU4DBL/D,=LU4DBP/D,=LU4DBT/D,=LU4DBV/D,=LU4DCE/D,=LU4DCY/D, - =LU4DGC/D,=LU4DHA/D,=LU4DHC/D,=LU4DHE/D,=LU4DIS/D,=LU4DJB/D,=LU4DK/D,=LU4DLJ/D,=LU4DLL/D, - =LU4DLN/D,=LU4DMI/D,=LU4DPB/D,=LU4DQ/D,=LU4DRC/D,=LU4DRH/D,=LU4DRH/E,=LU4DVD/D,=LU4EAE/D, - =LU4EET/D,=LU4EGP/D,=LU4EHP/D,=LU4EJ/D,=LU4EL/D,=LU4ELE/D,=LU4EOU/D,=LU4ERS/D,=LU4ESP/D,=LU4ETD/D, - =LU4ETJ/D,=LU4ETN/D,=LU4EV/D,=LU4HSA/D,=LU4HTD/D,=LU4MA/D,=LU4UWZ/D,=LU4UZW/D,=LU4VEN/D,=LU4VSD/D, - =LU4WAP/D,=LU5AHN/D,=LU5ALE/D,=LU5ALS/D,=LU5AM/D,=LU5ANL/D,=LU5AQV/D,=LU5ARS/D,=LU5ASA/D, - =LU5AVD/D,=LU5BDS/D,=LU5BE/D,=LU5BTL/D,=LU5CBA/D,=LU5CRE/D,=LU5DA/D,=LU5DA/E,=LU5DAS/D,=LU5DCO/D, - =LU5DDH/D,=LU5DEM/D,=LU5DF/D,=LU5DFR/D,=LU5DFT/D,=LU5DGG/D,=LU5DGR/D,=LU5DHE/D,=LU5DIT/D, - =LU5DJE/D,=LU5DKE/D,=LU5DLH/D,=LU5DLT/D,=LU5DLZ/D,=LU5DMG/D,=LU5DMI/D,=LU5DMP/D,=LU5DMR/D, - =LU5DQ/D,=LU5DRV/D,=LU5DSH/D,=LU5DSM/D,=LU5DT/D,=LU5DTB/D,=LU5DTF/D,=LU5DUC/D,=LU5DVB/D,=LU5DWS/D, - =LU5DYT/D,=LU5EAO/D,=LU5EC/D,=LU5ED/D,=LU5EDS/D,=LU5EFG/D,=LU5EH/D,=LU5EHC/D,=LU5EJL/D,=LU5EM/D, - =LU5EP/D,=LU5EPB/D,=LU5EW/D,=LU5FZ/D,=LU5FZ/E,=LU5JAH/D,=LU5JIB/D,=LU5OD/D,=LU5VAS/D,=LU5VAT/D, - =LU5XP/D,=LU5YBR/D,=LU5YF/D,=LU6AER/D,=LU6AMT/D,=LU6CN/D,=LU6DAX/D,=LU6DBL/D,=LU6DC/D,=LU6DCT/D, - =LU6DDC/D,=LU6DG/D,=LU6DIE/D,=LU6DIO/D,=LU6DK/D,=LU6DKT/D,=LU6DL/D,=LU6DM/D,=LU6DO/D,=LU6DRD/D, - =LU6DRD/E,=LU6DRN/D,=LU6DRR/D,=LU6DSA/D,=LU6DTB/D,=LU6EAG/D,=LU6EC/D,=LU6EDC/D,=LU6EE/D,=LU6EEG/D, - =LU6EGO/D,=LU6EI/D,=LU6EJJ/D,=LU6EKL/D,=LU6ELP/D,=LU6EMM/D,=LU6ENA/D,=LU6EPE/D,=LU6EPR/D, - =LU6EPR/E,=LU6EQV/D,=LU6EU/D,=LU6EVD/D,=LU6EWR/D,=LU6EXD/D,=LU6HBB/D,=LU6JJ/D,=LU6UAL/D,=LU6UO/D, - =LU6UVI/D,=LU6XQ/D,=LU7AA/D,=LU7AC/D,=LU7ADC/D,=LU7ADN/D,=LU7ARI/D,=LU7ARS/D,=LU7ART/D,=LU7AVW/D, - =LU7BSN/D,=LU7BTO/D,=LU7BTO/E,=LU7CAW/D,=LU7CC/E,=LU7CP/D,=LU7DAC/D,=LU7DAF/D,=LU7DAJ/D,=LU7DAR/D, - =LU7DBA/D,=LU7DBL/D,=LU7DCE/D,=LU7DD/D,=LU7DDC/D,=LU7DDO/D,=LU7DHE/D,=LU7DHG/D,=LU7DJH/D, - =LU7DLN/D,=LU7DNM/D,=LU7DOT/D,=LU7DP/D,=LU7DR/D,=LU7DS/D,=LU7DSC/D,=LU7DSS/D,=LU7DSU/D,=LU7DSY/D, - =LU7DTC/D,=LU7DUE/D,=LU7DW/D,=LU7DZL/D,=LU7DZL/E,=LU7DZV/D,=LU7ECZ/D,=LU7EGY/D,=LU7EHL/D, - =LU7EHR/E,=LU7EIA/D,=LU7EJC/D,=LU7ELY/D,=LU7EMA/D,=LU7EMM/D,=LU7EMP/D,=LU7ENP/D,=LU7EO/D, - =LU7EON/D,=LU7EPC/D,=LU7ETR/D,=LU7EXX/D,=LU7HBL/D,=LU7HW/D,=LU7HZ/D,=LU7VCH/D,=LU8ABR/D,=LU8ACH/D, - =LU8ADX/D,=LU8AE/D,=LU8AJM/D,=LU8ARI/D,=LU8ATM/D,=LU8DAF/D,=LU8DCF/D,=LU8DCH/D,=LU8DCK/D, - =LU8DCM/D,=LU8DIP/D,=LU8DIW/D,=LU8DJR/D,=LU8DLD/D,=LU8DLT/D,=LU8DMD/D,=LU8DQ/D,=LU8DR/D,=LU8DRA/D, - =LU8DRH/D,=LU8DRQ/D,=LU8DSJ/D,=LU8DTF/D,=LU8DUJ/D,=LU8DVQ/D,=LU8DW/D,=LU8DWR/D,=LU8DX/D,=LU8DY/D, - =LU8DZE/D,=LU8DZH/D,=LU8EAG/D,=LU8EAJ/D,=LU8EBJ/D,=LU8EBJ/E,=LU8EBK/D,=LU8EBK/E,=LU8EC/D, + =LU1CL/D,=LU1COA/D,=LU1COP/E,=LU1CPF/D,=LU1DAR/D,=LU1DAS/D,=LU1DBI/D,=LU1DCB/D,=LU1DD/D,=LU1DDK/D, + =LU1DDO/D,=LU1DHO/D,=LU1DI/D,=LU1DK/D,=LU1DKD/D,=LU1DLB/D,=LU1DLF/D,=LU1DMA/E,=LU1DMK/D,=LU1DNQ/D, + =LU1DP/D,=LU1DQ/D,=LU1DS/D,=LU1DSO/D,=LU1DU/D,=LU1DVE/D,=LU1DYP/D,=LU1DZ/D,=LU1DZ/E,=LU1DZR/D, + =LU1EEE/D,=LU1EEZ/D,=LU1EFF/D,=LU1EJ/LH,=LU1EJ/YL,=LU1ELP/D,=LU1ELY/D,=LU1EPC/D,=LU1EPF/D, + =LU1EQ/D,=LU1EQU/D,=LU1ERA/D,=LU1EST/D,=LU1EUU/D,=LU1EW/D,=LU1EXU/D,=LU1EY/D,=LU1HBD/D,=LU1HLH/D, + =LU1KCQ/D,=LU1UAG/D,=LU1VCL/D,=LU1VDF/D,=LU1VOF/D,=LU1VYL/D,=LU1XWC/E,=LU1XZ/D,=LU1YY/D,=LU2AAS/D, + =LU2ABT/D,=LU2AEZ/D,=LU2AFE/D,=LU2AGQ/D,=LU2AHB/D,=LU2ALE/D,=LU2AMM/D,=LU2AOZ/D,=LU2AVG/D, + =LU2AVW/D,=LU2BJA/D,=LU2BN/D,=LU2BOE/D,=LU2BPM/D,=LU2CDE/D,=LU2CDO/D,=LU2CHP/D,=LU2CM/D,=LU2CN/D, + =LU2CRV/D,=LU2DAR/D,=LU2DB/D,=LU2DG/D,=LU2DHM/D,=LU2DJB/D,=LU2DJB/PO,=LU2DJC/D,=LU2DJL/D, + =LU2DKN/D,=LU2DPW/D,=LU2DRT/D,=LU2DT/D,=LU2DT/D/LH,=LU2DT/LGT,=LU2DT/LH,=LU2DVF/D,=LU2ED/D, + =LU2EDC/D,=LU2EE/D,=LU2EE/E,=LU2EFI/D,=LU2EGA/D,=LU2EGI/D,=LU2EGP/D,=LU2EHA/D,=LU2EIT/D,=LU2EJL/D, + =LU2EK/D,=LU2ELT/D,=LU2EMQ/D,=LU2ENG/D,=LU2ENH/D,=LU2EPL/D,=LU2EPP/D,=LU2ERC/D,=LU2FBX/D, + =LU2FGD/D,=LU2FNH/D,=LU2HOD/D,=LU2JFC/D,=LU2VDV/D,=LU2YF/D,=LU3AAL/D,=LU3ADC/D,=LU3AJL/D, + =LU3AOI/D,=LU3ARE/D,=LU3ARM/D,=LU3AYE/D,=LU3CA/D,=LU3CM/D,=LU3CRA/D,=LU3CT/D,=LU3DAR/D,=LU3DAT/D, + =LU3DAT/E,=LU3DC/D,=LU3DEY/D,=LU3DFD/D,=LU3DH/D,=LU3DHF/D,=LU3DJA/D,=LU3DJI/D,=LU3DJT/D,=LU3DK/D, + =LU3DLF/D,=LU3DMZ/D,=LU3DO/D,=LU3DOC/D,=LU3DP/D,=LU3DPH/D,=LU3DQJ/D,=LU3DR/D,=LU3DRP/D,=LU3DRP/E, + =LU3DXG/D,=LU3DXI/D,=LU3DY/D,=LU3DYN/D,=LU3DZO/D,=LU3EBS/D,=LU3ED/D,=LU3EDU/D,=LU3EFL/D,=LU3EJ/L, + =LU3EJD/D,=LU3ELR/D,=LU3EMB/D,=LU3EOU/D,=LU3EP/D,=LU3ERU/D,=LU3ES/D,=LU3ESY/D,=LU3EZA/D,=LU3FCI/D, + =LU3HKA/D,=LU4AA/D,=LU4AA/X,=LU4AAO/D,=LU4AAO/E,=LU4ACA/D,=LU4ADE/D,=LU4AJC/D,=LU4ARU/D,=LU4BAN/D, + =LU4BFP/D,=LU4BMG/D,=LU4BR/D,=LU4CMF/D,=LU4DBL/D,=LU4DBP/D,=LU4DBT/D,=LU4DBV/D,=LU4DCE/D, + =LU4DCY/D,=LU4DGC/D,=LU4DHA/D,=LU4DHC/D,=LU4DHE/D,=LU4DIS/D,=LU4DJB/D,=LU4DK/D,=LU4DLJ/D, + =LU4DLL/D,=LU4DLN/D,=LU4DMI/D,=LU4DPB/D,=LU4DQ/D,=LU4DRC/D,=LU4DRH/D,=LU4DRH/E,=LU4DVD/D, + =LU4EAE/D,=LU4EET/D,=LU4EGP/D,=LU4EHP/D,=LU4EJ/D,=LU4EL/D,=LU4ELE/D,=LU4EOU/D,=LU4ERS/D,=LU4ESP/D, + =LU4ETD/D,=LU4ETJ/D,=LU4ETN/D,=LU4EV/D,=LU4HSA/D,=LU4HTD/D,=LU4MA/D,=LU4UWZ/D,=LU4UZW/D,=LU4VEN/D, + =LU4VSD/D,=LU4WAP/D,=LU5AHN/D,=LU5ALE/D,=LU5ALS/D,=LU5AM/D,=LU5ANL/D,=LU5AQV/D,=LU5ARS/D, + =LU5ASA/D,=LU5AVD/D,=LU5BDS/D,=LU5BE/D,=LU5BTL/D,=LU5CBA/D,=LU5CRE/D,=LU5DA/D,=LU5DA/E,=LU5DAS/D, + =LU5DCO/D,=LU5DDH/D,=LU5DEM/D,=LU5DF/D,=LU5DFR/D,=LU5DFT/D,=LU5DGG/D,=LU5DGR/D,=LU5DHE/D, + =LU5DIT/D,=LU5DJE/D,=LU5DKE/D,=LU5DLH/D,=LU5DLT/D,=LU5DLZ/D,=LU5DMG/D,=LU5DMI/D,=LU5DMP/D, + =LU5DMR/D,=LU5DQ/D,=LU5DRV/D,=LU5DSH/D,=LU5DSM/D,=LU5DT/D,=LU5DTB/D,=LU5DTF/D,=LU5DUC/D,=LU5DVB/D, + =LU5DWS/D,=LU5DYT/D,=LU5EAO/D,=LU5EC/D,=LU5ED/D,=LU5EDS/D,=LU5EFG/D,=LU5EH/D,=LU5EHC/D,=LU5EJL/D, + =LU5EM/D,=LU5EP/D,=LU5EPB/D,=LU5EW/D,=LU5FZ/D,=LU5FZ/E,=LU5JAH/D,=LU5JIB/D,=LU5OD/D,=LU5VAS/D, + =LU5VAT/D,=LU5XP/D,=LU5YBR/D,=LU5YF/D,=LU6AER/D,=LU6AMT/D,=LU6CN/D,=LU6DAX/D,=LU6DBL/D,=LU6DC/D, + =LU6DCT/D,=LU6DDC/D,=LU6DG/D,=LU6DIE/D,=LU6DIO/D,=LU6DK/D,=LU6DKT/D,=LU6DL/D,=LU6DM/D,=LU6DO/D, + =LU6DRD/D,=LU6DRD/E,=LU6DRN/D,=LU6DRR/D,=LU6DSA/D,=LU6DTB/D,=LU6EAG/D,=LU6EC/D,=LU6EDC/D,=LU6EE/D, + =LU6EEG/D,=LU6EGO/D,=LU6EI/D,=LU6EJJ/D,=LU6EKL/D,=LU6ELP/D,=LU6EMM/D,=LU6ENA/D,=LU6EPE/D, + =LU6EPR/D,=LU6EPR/E,=LU6EQV/D,=LU6EU/D,=LU6EVD/D,=LU6EWR/D,=LU6EXD/D,=LU6HBB/D,=LU6JJ/D,=LU6UAL/D, + =LU6UO/D,=LU6UVI/D,=LU6XQ/D,=LU7AA/D,=LU7AC/D,=LU7ADC/D,=LU7ADN/D,=LU7ARI/D,=LU7ARS/D,=LU7ART/D, + =LU7AVW/D,=LU7BSN/D,=LU7BTO/D,=LU7BTO/E,=LU7CAW/D,=LU7CC/E,=LU7CP/D,=LU7DAC/D,=LU7DAF/D,=LU7DAJ/D, + =LU7DAR/D,=LU7DBA/D,=LU7DBL/D,=LU7DCE/D,=LU7DD/D,=LU7DDC/D,=LU7DDO/D,=LU7DHE/D,=LU7DHG/D, + =LU7DJH/D,=LU7DLN/D,=LU7DNM/D,=LU7DOT/D,=LU7DP/D,=LU7DR/D,=LU7DS/D,=LU7DSC/D,=LU7DSS/D,=LU7DSU/D, + =LU7DSY/D,=LU7DTC/D,=LU7DUE/D,=LU7DW/D,=LU7DZL/D,=LU7DZL/E,=LU7DZV/D,=LU7ECZ/D,=LU7EGY/D, + =LU7EHL/D,=LU7EHR/E,=LU7EIA/D,=LU7EJC/D,=LU7ELY/D,=LU7EMA/D,=LU7EMM/D,=LU7EMP/D,=LU7ENP/D, + =LU7EO/D,=LU7EON/D,=LU7EPC/D,=LU7ETR/D,=LU7EXX/D,=LU7HBL/D,=LU7HW/D,=LU7HZ/D,=LU7VCH/D,=LU8ABR/D, + =LU8ACH/D,=LU8ADX/D,=LU8AE/D,=LU8AJM/D,=LU8ARI/D,=LU8ATM/D,=LU8DAF/D,=LU8DCF/D,=LU8DCH/D, + =LU8DCK/D,=LU8DCM/D,=LU8DIP/D,=LU8DIW/D,=LU8DJR/D,=LU8DLD/D,=LU8DLT/D,=LU8DMD/D,=LU8DQ/D,=LU8DR/D, + =LU8DRA/D,=LU8DRH/D,=LU8DRQ/D,=LU8DSJ/D,=LU8DTF/D,=LU8DUJ/D,=LU8DVQ/D,=LU8DW/D,=LU8DWR/D,=LU8DX/D, + =LU8DY/D,=LU8DZE/D,=LU8DZH/D,=LU8EAG/D,=LU8EAJ/D,=LU8EBJ/D,=LU8EBJ/E,=LU8EBK/D,=LU8EBK/E,=LU8EC/D, =LU8ECF/D,=LU8ECF/E,=LU8EEM/D,=LU8EFF/D,=LU8EGC/D,=LU8EGS/D,=LU8EHQ/D,=LU8EHQ/E,=LU8EHS/D, =LU8EHV/D,=LU8EHV/LH,=LU8EKC/D,=LU8EMC/D,=LU8ERH/D,=LU8ETC/D,=LU8EU/D,=LU8EXJ/D,=LU8EXN/D, =LU8FAU/D,=LU8VCC/D,=LU8VER/D,=LU9ACJ/D,=LU9AEA/D,=LU9AJK/D,=LU9AOS/D,=LU9AUC/D,=LU9BGN/D, =LU9BRC/D,=LU9BSA/D,=LU9CGN/D,=LU9CHL/D,=LU9CLH/D,=LU9DA/D,=LU9DAA/D,=LU9DAD/D,=LU9DB/D,=LU9DD/D, =LU9DE/D,=LU9DEQ/D,=LU9DF/D,=LU9DGE/D,=LU9DHL/D,=LU9DJS/D,=LU9DKO/D,=LU9DMG/D,=LU9DNV/D,=LU9DO/D, =LU9DPD/D,=LU9DPI/D,=LU9DPZ/E,=LU9DSD/D,=LU9DVO/D,=LU9DX/D,=LU9EAG/D,=LU9ECE/D,=LU9EI/D,=LU9EIM/D, - =LU9EJM/D,=LU9EJS/E,=LU9EJZ/D,=LU9ENH/D,=LU9EOE/D,=LU9ERA/D,=LU9ESD/D,=LU9ESD/E,=LU9ESD/LH, - =LU9EV/D,=LU9EV/E,=LU9EV/LH,=LU9EY/D,=LU9EYE/D,=LU9EZX/D,=LU9HDR/D,=LU9HJV/D,=LU9HVR/D,=LU9USD/D, - =LU9WM/D,=LV7E/D,=LW1DAL/D,=LW1DDX/D,=LW1DE/D,=LW1DEN/D,=LW1DEW/D,=LW1DG/D,=LW1DIW/D,=LW1DJ/D, - =LW1DOG/D,=LW1DQQ/D,=LW1DUQ/D,=LW1DVB/D,=LW1DXH/D,=LW1DXP/D,=LW1DYN/D,=LW1DYP/D,=LW1EA/D, + =LU9EJM/D,=LU9EJS/E,=LU9EJZ/D,=LU9EKQ/D,=LU9ENH/D,=LU9EOE/D,=LU9ERA/D,=LU9ESD/D,=LU9ESD/E, + =LU9ESD/LH,=LU9EV/D,=LU9EV/E,=LU9EV/LH,=LU9EY/D,=LU9EYE/D,=LU9EZX/D,=LU9HDR/D,=LU9HJV/D,=LU9HVR/D, + =LU9USD/D,=LU9WM/D,=LV7E/D,=LW1DAL/D,=LW1DDX/D,=LW1DE/D,=LW1DEN/D,=LW1DEW/D,=LW1DG/D,=LW1DIW/D, + =LW1DJ/D,=LW1DOG/D,=LW1DQQ/D,=LW1DUQ/D,=LW1DVB/D,=LW1DXH/D,=LW1DXP/D,=LW1DYN/D,=LW1DYP/D,=LW1EA/D, =LW1ECE/D,=LW1ECO/D,=LW1ELI/D,=LW1EQI/D,=LW1EQZ/D,=LW1EVO/D,=LW1EXU/D,=LW2DAF/D,=LW2DAW/D, =LW2DET/D,=LW2DJM/D,=LW2DKF/D,=LW2DNC/D,=LW2DOD/D,=LW2DOM/D,=LW2DSM/D,=LW2DX/E,=LW2DYA/D, =LW2ECC/D,=LW2ECK/D,=LW2ECM/D,=LW2EFS/D,=LW2EHD/D,=LW2ENB/D,=LW2EQS/D,=LW2ETF/D,=LW2EUA/D, @@ -1985,8 +1990,8 @@ Argentina: 13: 14: SA: -32.50: 62.13: 3.0: LU: =LU4ETN/F,=LU4FKS/F,=LU4FM/F,=LU4FNO/F,=LU4FNP/F,=LU4FOO/F,=LU4HOD/F,=LU5ASA/F,=LU5FB/F,=LU5FBM/F, =LU5FES/F,=LU5FHD/F,=LU5FJ/F,=LU5FJO/F,=LU5FYX/F,=LU5FZ/F,=LU6FE/F,=LU6FHO/F,=LU6FLZ/F,=LU7FAS/F, =LU7FCU/F,=LU7FFF/F,=LU7FIA/F,=LU7FJ/F,=LU7FJF/F,=LU7FKK/F,=LU7FM/F,=LU7FOE/F,=LU7FRE/F,=LU7FYX/F, - =LU7HBL/F,=LU7YG/F,=LU8FAB/F,=LU8FC/F,=LU8FGB/F,=LU8FMA/F,=LU8SAN/F,=LU9EI/F,=LU9ESD/F,=LU9FBA/F, - =LU9FNI/F,=LU9FQR/F,=LU9RBI/F, + =LU7HBL/F,=LU7YG/F,=LU8FAB/F,=LU8FC/F,=LU8FGB/F,=LU8FMA/F,=LU8FRB/F,=LU8SAN/F,=LU9EI/F,=LU9ESD/F, + =LU9FBA/F,=LU9FNI/F,=LU9FQR/F,=LU9FSJ/F,=LU9RBI/F, =LU1ACG/GP,=LU1GQQ/GP,=LU1GR/GP,=LU3AAL/GR,=LU4FM/G,=LU4FM/GP,=LU4GF/GA,=LU4GO/GA,=LU5BE/GR, =LU5FZ/GA,=LU8EFF/GR,=LU8GCJ/GA,=LU8GCW/GP,=LU9GAH/G,=LU9GOO/GA,=LU9GOX/GA,=LU9GOY/GA,=LU9GRE/GP, =LS4AA/H,=LU1DZ/H,=LU1EZ/H,=LU1HBD/H,=LU1HCG/H,=LU1HCP/H,=LU1HH/H,=LU1HK/H,=LU1HLH/H,=LU1HPW/H, @@ -2001,7 +2006,7 @@ Argentina: 13: 14: SA: -32.50: 62.13: 3.0: LU: =LU7HOS/H,=LU7HSG/H,=LU7HW/H,=LU7HWB/H,=LU7HZ/H,=LU7JMS/H,=LU8FF/H,=LU8HAR/H,=LU8HBX/H,=LU8HH/H, =LU8HJ/H,=LU8HOR/H,=LU9BSA/H,=LU9DPD/H,=LU9ERA/H,=LU9HCF/H,=LU9HJV/H,=LU9HMB/H,=LU9HVR/H, =LW1HBD/H,=LW1HCM/H,=LW1HDI/H,=LW2EIY/H,=LW3HBS/H,=LW3HOH/H,=LW4HCL/H,=LW4HTA/H,=LW4HTD/H, - =LW6ENV/H,=LW6HAM/H,=LW7EIY/H,=LW7HA/H,=LW8EUA/H,=LW9HCF/H, + =LW6ENV/H,=LW6HAM/H,=LW7EIY/H,=LW7HA/H,=LW7HRM/H,=LW8EUA/H,=LW9HCF/H, =LU1IAL/I,=LU1IBM/I,=LU1IG/I,=LU1II/I,=LU2IP/I,=LU2IV/I,=LU3EEA/I,=LU3EP/I,=LU4ERS/I,=LU5FZ/I, =LU5IAL/I,=LU5IAO/I,=LU5ILA/I,=LU7FMA/F,=LU7IEI/I,=LU7IPI/I,=LU7IRS/I,=LU7ITR/I,=LU7IUE/I, =LU8IEZ/I,=LU9DPI/I,=LU9EYE/I,=LU9IAE/I,=LU9IAL/I,=LU9IBJ/I,=LW8DRU/I, @@ -2064,8 +2069,9 @@ Argentina: 13: 14: SA: -32.50: 62.13: 3.0: LU: =LU6VEO/V[16],=LU6VFL/V[16],=LU6VM/V[16],=LU6VR/V[16],=LU7DSY/V[16],=LU7DW/V[16],=LU7EGH/V[16], =LU7EHL/V[16],=LU7VB/V[16],=LU7VBT/V[16],=LU7VFG/V[16],=LU7VRC/V[16],=LU7YZ/V[16],=LU8ARI/V[16], =LU8BV/V[16],=LU8DWR/V[16],=LU8EB/M/V[16],=LU8EHQ/V[16],=LU8VCC/V[16],=LU8VER/V[16],=LU8VLW/V[16], - =LU9AEA/V[16],=LU9DR/V[16],=LU9ESD/V[16],=LU9EY/V[16],=LU9VEA/V[16],=LU9VRC/V[16],=LUVES/V[16], - =LW1ECO/V[16],=LW2DVM/V[16],=LW2DYA/V[16],=LW5EE/V[16],=LW6EEU/V[16],=LW6EQQ/V[16],=LW9EAG/V[16], + =LU9AEA/V[16],=LU9DR/V[16],=LU9ESD/V[16],=LU9EY/V[16],=LU9VEA/V[16],=LU9VRC/V[16],=LU9VYY/V[16], + =LUVES/V[16],=LW1ECO/V[16],=LW2DVM/V[16],=LW2DYA/V[16],=LW5EE/V[16],=LW6EEU/V[16],=LW6EQQ/V[16], + =LW9EAG/V[16], AY0W[16],AY1W[16],AY2W[16],AY3W[16],AY4W[16],AY5W[16],AY6W[16],AY7W[16],AY8W[16],AY9W[16], AZ0W[16],AZ1W[16],AZ2W[16],AZ3W[16],AZ4W[16],AZ5W[16],AZ6W[16],AZ7W[16],AZ8W[16],AZ9W[16], L20W[16],L21W[16],L22W[16],L23W[16],L24W[16],L25W[16],L26W[16],L27W[16],L28W[16],L29W[16], @@ -2323,7 +2329,7 @@ Western Sahara: 33: 46: AF: 24.82: 13.85: 0.0: S0: Bangladesh: 22: 41: AS: 24.12: -89.65: -6.0: S2: S2,S3; Slovenia: 15: 28: EU: 46.00: -14.00: -1.0: S5: - S5,=S51LGT/LH,=S52AL/YL,=S52L/LH,=S58U/LH,=S59HIJ/LH; + S5,=S51CK/Y,=S51LGT/LH,=S52AL/YL,=S52L/LH,=S58U/LH,=S59HIJ/LH; Seychelles: 39: 53: AF: -4.67: -55.47: -4.0: S7: S7,=S79EC/F,=S79NAN/F,=S79RRC/C,=S79RRC/F; Sao Tome & Principe: 36: 47: AF: 0.22: -6.57: 0.0: S9: @@ -2442,41 +2448,42 @@ Benin: 35: 46: AF: 9.87: -2.25: -1.0: TY: Mali: 35: 46: AF: 18.00: 2.58: 0.0: TZ: TZ; European Russia: 16: 29: EU: 53.65: -41.37: -4.0: UA: - R,U,=R0CAF/1,=R0XAD/6/P,=R25EMW(17)[19],=R7AB/M,=R7AB/P,=R80PSP,=R80UPOL,=R8CT/4/P,=R8FF/3/M, - =R90DOSAAF,=R9AV/6,=R9FCH/6,=R9GM/M,=R9HV/6,=R9JBF/1,=R9JBH/7,=R9JDB/4,=R9JI/1,=R9KC/6/M,=R9WR/1, - =R9XAU/6,=RA0AM/6,=RA0BM/6,=RA0ZZ/3,=RA3CQ/9/M(17)[20],=RA80SP,=RA9JR/3,=RA9JX/3,=RA9P/4,=RA9RT/3, - =RA9UEZ/6,=RA9ULL/6,=RA9YA/6,=RC80SP,=RG0F/5,=RG50P(17),=RG50P/9(17)[30],=RJ80SP,=RK0HWW/1, - =RK80X(17)[19],=RK8O/4,=RL9AA/6,=RM80SP,=RM8A/4/M,=RM94AE,=RN2F/1,=RN9M/4,=RN9OI/3,=RO80RO, - =RP61XX(17)[19],=RP62X(17)[19],=RP63X(17)[19],=RP63XO(17)[19],=RP64X(17)[19],=RP65FPP(17)[30], - =RP8X(17)[30],=RQ80SP,=RT9T/3,=RU0ZW/6,=RU2FB/3,=RU2FB/3/P,=RU4SS/9(17)[30],=RU4WA/9(17)[30], - =RU9MU/3,=RV9LM/3,=RV9XX/3,=RW0IM/1,=RW0QE/6,=RW2F/6,=RW9FF/3,=RW9W/3,=RW9W/4,=RX2FS/3,=RX9TC/1, - =RX9UL/1,=RZ9AWN/6,=UA0AK/3,=UA0FQ/6,=UA0KBG/3,=UA0KBG/6,=UA0KCX/3/P,=UA0KT/4,=UA0QNE/3,=UA0QNU/3, - =UA0QQJ/3,=UA0UV/6,=UA0XAK/3,=UA0XAK/6,=UA8CAD/3,=UA9CCO/6,=UA9CDC/3,=UA9CTT/3,=UB2FCS/6,=UE23DKA, - =UE6MAC/9(17),=UE95AE,=UE95E,=UE95ME,=UE96ME,=UE99PS, - =R800ANL,=R900BL,=R900DM,=R900DV,=R9J/1,=RA2FN/1,=RA90FA,=RA9KU/1,=RA9KU/1/M,=RA9MC/1,=RA9SGI/1, - =RK3AW/M,=RK9XWV/1,=RL1O,=RM0L/1,=RM80DZ,=RN85AM,=RN85KN,=RT9T/1,=RU2FB/1,=RU9YT/1,=RU9YT/1/P, - =RW1AI/ANT,=RW1AI/LH,=RW8W/1,=RW9QA/1,=RX3AMI/1/LH,=UA1ADQ/ANT,=UA1BJ/ANT,=UA1JJ/ANT,=UA2FFX/1, - =UA9B/1,=UA9KG/1,=UA9KGH/1,=UA9KK/1,=UA9UDX/1,=UB9YUW/1,=UE21A,=UE21B,=UE21M,=UE22A,=UE25AC, - =UE25AQ,=UE2AT/1, - =R0XAC/1,=R1CF/M,=R8FF/1,=R8XF/1,=R90LPU,=R9JNO/1,=RA0FU/1,=RA9FNV/1,=RD1A/M,=RN1M/P,=RN2FA/1, - =RU9MU/1,=RV0CA/1,=RV1CC/1,=RV2FW/1,=RV9JD/1,=RX9TN/1,=UA0BDS/1,=UA0SIK/1,=UA1CDA/LH,=UA1CIO/LH, - =UA9MA/1,=UA9MQR/1,=UB5O/1/M,=UE2FA, + R,U,=R0CAF/1,=R0CDP/3,=R0XAD/6/P,=R25EMW(17)[19],=R7AB/M,=R7AB/P,=R80PSP,=R80UPOL,=R8CT/4/P, + =R8FF/3/M,=R90DOSAAF,=R9AV/6,=R9FCH/6,=R9GM/M,=R9HV/6,=R9JBH/7,=R9JDB/4,=R9JI/1,=R9KC/6/M,=R9WR/1, + =R9XAU/6,=R9XD/6,=RA0AM/6,=RA0BM/6,=RA0ZZ/3,=RA3CQ/9/M(17)[20],=RA80SP,=RA9JR/3,=RA9JX/3,=RA9P/4, + =RA9RT/3,=RA9UEZ/6,=RA9ULL/6,=RA9YA/6,=RC80SP,=RD9M/3,=RG0F/5,=RG50P(17),=RG50P/9(17)[30],=RJ80SP, + =RK0HWW/1,=RK3AW/M,=RK80X(17)[19],=RK8O/4,=RL9AA/6,=RM80SP,=RM8A/4/M,=RM94AE,=RN2F/1,=RN9M/4, + =RN9OI/3,=RO80RO,=RP61XX(17)[19],=RP62X(17)[19],=RP63X(17)[19],=RP63XO(17)[19],=RP64X(17)[19], + =RP65FPP(17)[30],=RP8X(17)[30],=RQ80SP,=RT9T/3,=RU0ZW/6,=RU2FB/3,=RU2FB/3/P,=RU4SS/9(17)[30], + =RU4WA/9(17)[30],=RU9MU/3,=RV9LM/3,=RV9XX/3,=RW0IM/1,=RW0QE/6,=RW2F/6,=RW9FF/3,=RW9W/3,=RW9W/4, + =RX2FS/3,=RX9TC/1,=RX9UL/1,=RZ9AWN/6,=UA0AK/3,=UA0FQ/6,=UA0KBG/3,=UA0KBG/6,=UA0KCX/3/P,=UA0KT/4, + =UA0QNE/3,=UA0QNU/3,=UA0QNV/3,=UA0QQJ/3,=UA0UV/6,=UA0XAK/3,=UA0XAK/6,=UA3LMR/P,=UA4NE/M,=UA8CAD/3, + =UA9CCO/6,=UA9CDC/3,=UA9CTT/3,=UB2FCS/6,=UB8S/P,=UE23DKA,=UE6MAC/9(17),=UE95AE,=UE95E,=UE95ME, + =UE96ME,=UE99PS, + =R1CF/M,=R800ANL,=R900BL,=R900DM,=R900DV,=R9J/1,=R9JBF/1,=RA2FN/1,=RA90FA,=RA9KU/1,=RA9KU/1/M, + =RA9MC/1,=RA9SGI/1,=RK9XWV/1,=RL1O,=RM0L/1,=RM80DZ,=RN85AM,=RN85KN,=RT9T/1,=RU2FB/1,=RU9YT/1, + =RU9YT/1/P,=RW1AI/ANT,=RW1AI/LH,=RW8W/1,=RW9QA/1,=RX3AMI/1/LH,=UA1ADQ/ANT,=UA1BJ/ANT,=UA1JJ/ANT, + =UA2FFX/1,=UA9B/1,=UA9KG/1,=UA9KGH/1,=UA9KK/1,=UA9UDX/1,=UB9YUW/1,=UE21A,=UE21B,=UE21M,=UE22A, + =UE25AC,=UE25AQ,=UE2AT/1, + =R0XAC/1,=R8FF/1,=R8XF/1,=R90LPU,=R9JNO/1,=RA0FU/1,=RA9FNV/1,=RD1A/M,=RN1M/P,=RN2FA/1,=RU9MU/1, + =RV0CA/1,=RV2FW/1,=RV9JD/1,=RX9TN/1,=UA0BDS/1,=UA0SIK/1,=UA1CDA/LH,=UA1CIO/LH,=UA9MA/1,=UA9MQR/1, + =UB5O/1/M,=UE2FA, R1N[19],RA1N[19],RC1N[19],RD1N[19],RE1N[19],RF1N[19],RG1N[19],RJ1N[19],RK1N[19],RL1N[19],RM1N[19], RN1N[19],RO1N[19],RQ1N[19],RT1N[19],RU1N[19],RV1N[19],RW1N[19],RX1N[19],RY1N[19],RZ1N[19],U1N[19], UA1N[19],UB1N[19],UC1N[19],UD1N[19],UE1N[19],UF1N[19],UG1N[19],UH1N[19],UI1N[19],=R01DTV/1[19], =R100RK[19],=R20RTP[19],=R85KFF[19],=R90K[19],=R90KFF[19],=RA9J/1[19],=RA9J/M[19],=RK75OP[19], - =RN1NA/ANT[19],=RN90FA[19],=RN9N/1[19],=RO25KL[19],=RO75RK[19],=RP72PT[19],=RP72RK[19], - =RP73PT[19],=RP73RK[19],=RP74PT[19],=RP74RK[19],=RP75PT[19],=RP75RK[19],=RP76OG[19],=RP76PT[19], - =RP76RK[19],=RV1CC/P[19],=RV9JD/1/M[19],=UA9CSA/1[19],=UA9FFS/1[19],=UB5O/1[19], + =RN1NA/ANT[19],=RN60ANT[19],=RN90FA[19],=RN9N/1[19],=RO25KL[19],=RO75RK[19],=RP72PT[19], + =RP72RK[19],=RP73PT[19],=RP73RK[19],=RP74PT[19],=RP74RK[19],=RP75PT[19],=RP75RK[19],=RP76OG[19], + =RP76PT[19],=RP76RK[19],=RV1CC/P[19],=RV9JD/1/M[19],=UA9CSA/1[19],=UA9FFS/1[19],=UB5O/1[19], R1O[19],RA1O[19],RC1O[19],RD1O[19],RE1O[19],RF1O[19],RG1O[19],RJ1O[19],RK1O[19],RL1O[19],RM1O[19], RN1O[19],RO1O[19],RQ1O[19],RT1O[19],RU1O[19],RV1O[19],RW1O[19],RX1O[19],RY1O[19],RZ1O[19],U1O[19], UA1O[19],UB1O[19],UC1O[19],UD1O[19],UE1O[19],UF1O[19],UG1O[19],UH1O[19],UI1O[19],=R0000O[19], =R100FA[19],=R100K[19],=R20ARRS[19],=R25ILIM[19],=R5QA/1[19],=R9LI/1[19],=R9MCM/1[19], - =RA0NN/1[19],=RA9XA/1[19],=RA9XA/1/P[19],=RK0SE/1[19],=RM9X/1[19],=RO80KEDR[19],=RP72A[19], - =RP73A[19],=RP73AU[19],=RP74A[19],=RP74AU[19],=RP75A[19],=RP75AOS[19],=RP75AU[19],=RP75NK[19], - =RP75OM[19],=RP76A[19],=RP76AU[19],=UA1PAC/ANT[19],=UA9UAX/1[19],=UA9UAX/1/M[19],=UA9XK/1[19], - =UA9XMC/1[19],=UA9XRK/1[19],=UE25IK[19],=UE80AR[19],=UE80AR/M[19],=UE80AR/P[19],=UE80PQ[19], - =UE90PR[19], + =RA0NN/1[19],=RA60ANT[19],=RA9XA/1[19],=RA9XA/1/P[19],=RK0SE/1[19],=RM9X/1[19],=RO80KEDR[19], + =RP72A[19],=RP73A[19],=RP73AU[19],=RP74A[19],=RP74AU[19],=RP75A[19],=RP75AOS[19],=RP75AU[19], + =RP75NK[19],=RP75OM[19],=RP76A[19],=RP76AU[19],=UA1PAC/ANT[19],=UA9UAX/1[19],=UA9UAX/1/M[19], + =UA9XK/1[19],=UA9XMC/1[19],=UA9XRK/1[19],=UE25IK[19],=UE80AR[19],=UE80AR/M[19],=UE80AR/P[19], + =UE80PQ[19],=UE90PR[19], R1P[20],RA1P[20],RC1P[20],RD1P[20],RE1P[20],RF1P[20],RG1P[20],RJ1P[20],RK1P[20],RL1P[20],RM1P[20], RN1P[20],RO1P[20],RQ1P[20],RT1P[20],RU1P[20],RV1P[20],RW1P[20],RX1P[20],RY1P[20],RZ1P[20],U1P[20], UA1P[20],UB1P[20],UC1P[20],UD1P[20],UE1P[20],UF1P[20],UG1P[20],UH1P[20],UI1P[20],=R8XW/1[20], @@ -2485,37 +2492,41 @@ European Russia: 16: 29: EU: 53.65: -41.37: -4.0: UA: =R9FM/1,=RA0BM/1,=RA0BM/1/P,=RA1QQ/LH,=RU8X/1,=RU9MX/1,=RW9XC/1,=UA1QV/ANT,=UA9XC/1,=UE80GS, =R800ANN,=R88EPC,=R95NRL,=RA9FBV/1,=RA9SC/1,=RA9XY/1,=RV2FW/1/M,=RZ0IWW/1,=UA9XF/1,=UE9WFF/1, =R800ANP,=RA0ZD/1,=RP9X/1,=RP9XWM/1,=RW90FA,=UE25WDW,=UE9XBW/1,=UF2F/1/M, - R1Z[19],RA1Z[19],RC1Z[19],RD1Z[19],RE1Z[19],RF1Z[19],RG1Z[19],RJ1Z[19],RK1Z[19],RL1Z[19],RM1Z[19], - RN1Z[19],RO1Z[19],RQ1Z[19],RT1Z[19],RU1Z[19],RV1Z[19],RW1Z[19],RX1Z[19],RY1Z[19],RZ1Z[19],U1Z[19], - UA1Z[19],UB1Z[19],UC1Z[19],UD1Z[19],UE1Z[19],UF1Z[19],UG1Z[19],UH1Z[19],UI1Z[19],=R25RRA[19], - =RA9CFH/1[19],=RA9CFH/1/P[19],=RK21Z[19],=RK3DZJ/1/LH[19],=RM9WN/1[19],=RP72MU[19],=RP73MU[19], - =RP73ZP[19],=RP74ZP[19],=RP75BFS[19],=RP75EP[19],=RP75PL[19],=RP76MU[19],=RP76PL[19],=RP76SSF[19], - =RP76ZZ[19],=RU1ZC/ANT[19],=RW1ZQ/LH[19],=RY83HN[19],=UB1ZBD/N[19], + R1Y[19],R1Z[19],RA1Y[19],RA1Z[19],RC1Y[19],RC1Z[19],RD1Y[19],RD1Z[19],RE1Y[19],RE1Z[19],RF1Y[19], + RF1Z[19],RG1Y[19],RG1Z[19],RJ1Y[19],RJ1Z[19],RK1Y[19],RK1Z[19],RL1Y[19],RL1Z[19],RM1Y[19], + RM1Z[19],RN1Y[19],RN1Z[19],RO1Y[19],RO1Z[19],RQ1Y[19],RQ1Z[19],RT1Y[19],RT1Z[19],RU1Y[19], + RU1Z[19],RV1Y[19],RV1Z[19],RW1Y[19],RW1Z[19],RX1Y[19],RX1Z[19],RY1Y[19],RY1Z[19],RZ1Y[19], + RZ1Z[19],U1Y[19],U1Z[19],UA1Y[19],UA1Z[19],UB1Y[19],UB1Z[19],UC1Y[19],UC1Z[19],UD1Y[19],UD1Z[19], + UE1Y[19],UE1Z[19],UF1Y[19],UF1Z[19],UG1Y[19],UG1Z[19],UH1Y[19],UH1Z[19],UI1Y[19],UI1Z[19], + =R25RRA[19],=RA9CFH/1[19],=RA9CFH/1/P[19],=RK21Z[19],=RK3DZJ/1/LH[19],=RM9WN/1[19],=RP72MU[19], + =RP73MU[19],=RP73ZP[19],=RP74ZP[19],=RP75BFS[19],=RP75EP[19],=RP75PL[19],=RP76MU[19],=RP76PL[19], + =RP76SSF[19],=RP76ZZ[19],=RU1ZC/ANT[19],=RW1ZQ/LH[19],=RY83HN[19],=UB1ZBD/N[19], =R01DTV/3,=R85PAR,=R870B,=R870C,=R870K,=R870M,=R870O,=R9FM/3,=RA2AT,=RA2FDX/3,=RA3AL/M,=RA9CO/3, =RA9USU/3,=RC85MP,=RL3AB/FF,=RT2F/3,=RT2F/3/M,=RT9K/3,=RW0LF/3,=RX9UL/3,=RX9WN/3,=RZ90FA,=RZ9UA/3, =UA0KCX/3,=UA3AV/ANT,=UA8AA/3,=UA8AA/5,=UA9FAR/3,=UA9KHD/3,=UA9MA/3,=UA9MDU/3,=UA9MRX/3,=UA9QCP/3, =UA9UAX/3,=UE24SU, - =R85AAL,=R85QMR,=R85WDW,=R8B,=R8FF/3,=R90DNF,=R90PAR,=R90WDW,=R99FSB,=R9YU/3,=RA0BY/3,=RA80KEDR, - =RA9KV/3,=RA9SB/3,=RA9XY/3,=RD0L/3,=RK3DSW/ANT,=RK3DWA/3/N,=RN9MD/3,=RT80KEDR,=RT80NT,=RU0LM/3, - =RU2FA/3,=RU3HD/ANT,=RV0AO/3,=RV9LM/3/P,=RW0IM/3,=RW3DU/N,=RW9UEW/3,=RX9SN/3,=RZ9OL/3/M, + =R0AI/3,=R85AAL,=R85QMR,=R85WDW,=R8B,=R8FF/3,=R90DNF,=R90PAR,=R90WDW,=R99FSB,=R9YU/3,=RA0BY/3, + =RA80KEDR,=RA9KV/3,=RA9SB/3,=RA9XY/3,=RD0L/3,=RK3DSW/ANT,=RK3DWA/3/N,=RN9MD/3,=RT80KEDR,=RT80NT, + =RU0LM/3,=RU2FA/3,=RU3HD/ANT,=RV0AO/3,=RV9LM/3/P,=RW0IM/3,=RW3DU/N,=RW9UEW/3,=RX9SN/3,=RZ9OL/3/M, =RZ9OL/3/P,=RZ9SZ/3,=RZ9W/3,=UA0JAD/3,=UA0KCL/3,=UA0ZAZ/3,=UA90FA,=UA9AJ/3/M,=UA9DD/3,=UA9HSI/3, =UA9ONJ/3,=UA9XGD/3,=UA9XMC/3,=UE23DSA,=UE25FO,=UE95GA,=UE96WS, =R80ORL,=UA0QGM/3,=UE80O,=UE80OL, - =R0AI/3,=R0CAF/3,=R3GO/FF,=R875GE,=R9LAR/3,=RM0L/3,=RN3GL/FF,=RN3GW/FF,=RT5G/P/FF,=RW0IW/3, - =UA3GM/ANT,=UE90FL, + =R0CAF/3,=R3GO/FF,=R875GE,=R9LAR/3,=RM0L/3,=RN3GL/FF,=RN3GW/FF,=RT5G/P/FF,=RW0IW/3,=UA3GM/ANT, + =UE90FL, =RA9KT/3,=RZ9SZ/3/M,=UA0FHC/3,=UF2F/3/M, =R0IA/3,=R863LC,=R863LK,=R863LX,=R875R,=R9XZ/3,=RG80KEDR,=RL80KEDR,=RN0CF/3,=RN2FA/3,=RU9QRP/3, - =RZ90W/3,=RZ9SZ/M,=UA3LMR/P,=UA9JFM/3,=UA9XZ/3,=UE80G,=UE80V,=UE80YG, + =RV1CC/M,=RZ90W/3,=RZ9SZ/M,=UA9JFM/3,=UA9XZ/3,=UE80G,=UE80V,=UE80YG, =R800AN,=R800RAN,=RK3MXT/FF,=RV9AZ/3,=UA0AD/3, + =UB5O/M, =R870T,=R875TULA,=RT90PK,=RU0ZW/3,=RW0UM/3,=RW9JV/3, =R0AI/M,=R0AIB/3,=R89AFG,=RA0CCV/3,=RA0QA/3,=RC9YA/3/P,=RM8X/3,=RV9LC/3,=UA0QJE/3,=UA0QQO/3, =UA9CGL/3,=UA9JLY/3,=UA9XLE/3,=UB0AJJ/3,=UC0LAF/3,=UE25AFG,=UE25R,=UE27AFG,=UE28AFG,=UE96SN, =R80RTL,=R90IARU,=R9CZ/3,=R9JBN/3/P,=RU80TO,=RZ9HK/3/P, =R920RZ,=R925RZ,=R95DOD,=RA0QQ/3,=UA0KBA/3,=UE80S,=UE85NKN,=UE85WDW, - =R3TT/FF,=R800ANG,=R800NN,=R8CT/4,=R8TA/4/P,=R8TR/3,=R90NOR,=R9KW/3,=R9KW/4,=R9PA/4,=RA95FL, - =RA9AP/3,=RA9CKQ/4,=RA9KW/3,=RA9KW/3/M,=RA9ST/3/P,=RA9USU/4,=RG9A/3/P,=RM9T/4/P,=RN0CT/4,=RT90FA, - =RT9S/3,=RT9S/3/P,=RT9S/4,=RT9S/P,=RU95FL,=RU9LA/4,=RV9FQ/3,=RV9FQ/3/M,=RV9WB/4,=RV9WLE/3/P, - =RV9WZ/3,=RW9KW/3,=RW9WA/3,=RX9SN/P,=UA0ADX/3,=UA0DM/4,=UA0S/4,=UA0SC/4,=UA9APA/3/P,=UA9CTT/4, + =R3TT/FF,=R5QA/M,=R800ANG,=R800NN,=R8CT/4,=R8TA/4/P,=R8TR/3,=R90NOR,=R9KW/3,=R9KW/4,=R9PA/4, + =RA95FL,=RA9AP/3,=RA9CKQ/4,=RA9KW/3,=RA9KW/3/M,=RA9ST/3/P,=RA9USU/4,=RG9A/3/P,=RM9T/4/P,=RN0CT/4, + =RT90FA,=RT9S/3,=RT9S/3/P,=RT9S/4,=RT9S/P,=RU95FL,=RU9LA/4,=RV9FQ/3,=RV9FQ/3/M,=RV9WB/4, + =RV9WLE/3/P,=RV9WZ/3,=RW9KW/3,=RW9WA/3,=UA0ADX/3,=UA0DM/4,=UA0S/4,=UA0SC/4,=UA9APA/3/P,=UA9CTT/4, =UA9PM/4,=UA9SSR/3,=UE200TARS,=UE25TF,=UE9FDA/3,=UE9FDA/3/M,=UE9WDA/3,=UI8W/3/P, =R5VAJ/N,=R800ANV,=R850G,=R850PN,=RU0BW/3,=RV80KEDR,=RX9TL/3,=UA0FM/3,=UA3A/P, =R110A/P,=R80PVB, @@ -2547,24 +2558,24 @@ European Russia: 16: 29: EU: 53.65: -41.37: -4.0: UA: =RW9WJ/4[30],=RW9WJ/4/P[30],=RW9WJ/P[30],=RZ4HWF/LH[30],=RZ4HZW/FF[30],=RZ9WU/4/M[30], =UA0KAO/4[30],=UA0QJA/4[30],=UA4H[29],=UA4HBM[29],=UA4HGL[29],=UA4HIP[29],=UA4HIP/M[30], =UA4HRZ[29],=UA4HY[29],=UA9JGX/4[30],=UA9LAO/4[30],=UA9LAO/M[30],=UA9SQG/4/P[30],=UA9SY/4[30], - =UC4I[29],=UI4I[29], + =UB5O/4[30],=UC4I[29],=UI4I[29], =R01DTV/4,=R9XC/4,=RA9XAF/4,=UA4HIP/4,=UA9JFE/4, - =R8XF/4,=RA4NCC[30],=RA9FR/4/P,=RA9XSM/4,=RD9CX/4,=RD9CX/4/P,=RU0LM/4,=RW9XC/4/M,=UA4NE/M, - =UA4NF[30],=UA9APA/4/P,=UA9FIT/4,=UA9XI/4,=UE9FDA/4,=UE9FDA/4/M,=UE9GDA/4, - =R95PW,=R9WI/4/P,=RA9CKM/4/M,=RA9FR/4/M,=RJ4P[30],=RK4P[30],=RK4PK[30],=RM4P[30],=RM4R[30], - =RM8W/4/M,=RN9WWW/4,=RN9WWW/4/M,=RT05RO,=RV9FQ/4/M,=RV9WKI/4/M,=RV9WKI/4/P,=RV9WMZ/4/M,=RV9WZ/4, - =RW9TP/4/P,=RW9WA/4,=RW9WA/4/M,=RZ9WM/4,=UA2FM/4,=UA3AKO/4,=UA4PN[30],=UA4RF[30],=UA4RW[30], - =UA9AJ/4/M,=UA9JFN/4/M,=UA9JNQ/4,=UA9SG/4,=UE96MP,=UE9WDA/4,=UE9WDA/4/M, - =R8UT/4/P,=R9JBF/4,=RX9WN/4,=UA4NF/M,=UA5B/4, + =R8XF/4,=RA4NCC[30],=RA9FR/4/P,=RA9XSM/4,=RD9CX/4,=RD9CX/4/P,=RU0LM/4,=RW9XC/4/M,=UA4NF[30], + =UA4NF/M,=UA9APA/4/P,=UA9FIT/4,=UA9XI/4,=UE9FDA/4,=UE9FDA/4/M,=UE9GDA/4, + =R8WB/M,=R95PW,=R9WI/4/P,=RA9CKM/4/M,=RA9FR/4/M,=RJ4P[30],=RK4P[30],=RK4PK[30],=RM4P[30], + =RM4R[30],=RM8W/4/M,=RN9WWW/4,=RN9WWW/4/M,=RT05RO,=RV9FQ/4/M,=RV9WKI/4/M,=RV9WKI/4/P,=RV9WMZ/4/M, + =RV9WZ/4,=RW9TP/4/P,=RW9WA/4,=RW9WA/4/M,=RZ9WM/4,=UA2FM/4,=UA3AKO/4,=UA4PN[30],=UA4RF[30], + =UA4RW[30],=UA9AJ/4/M,=UA9JFN/4/M,=UA9JNQ/4,=UA9SG/4,=UE96MP,=UE9WDA/4,=UE9WDA/4/M, + =R8UT/4/P,=R9JBF/4,=RX9WN/4,=UA5B/4, =RQ0C/4,=RZ5D/4,=UA9XX/4,=UE9WFF/4, R4W[30],RA4W[30],RC4W[30],RD4W[30],RE4W[30],RF4W[30],RG4W[30],RJ4W[30],RK4W[30],RL4W[30],RM4W[30], RN4W[30],RO4W[30],RQ4W[30],RT4W[30],RU4W[30],RV4W[30],RW4W[30],RX4W[30],RY4W[30],RZ4W[30],U4W[30], UA4W[30],UB4W[30],UC4W[30],UD4W[30],UE4W[30],UF4W[30],UG4W[30],UH4W[30],UI4W[30],=R0CM/4[30], - =R100MTK[30],=R100UD[30],=R9GM/4[30],=R9UT/4[30],=RA9FDR/4/P[30],=RA9KV/4/M[30],=RA9WU/4[30], - =RA9WU/4/M[30],=RA9WU/4/P[30],=RP72IZ[30],=RP73IZ[30],=RP74IZ[30],=RP75IZ[30],=RP76IZ[30], - =RT20NY[30],=RT21NY[30],=RT21RU[30],=RT30DX[30],=RT36MS[30],=RT60YG[30],=RT78ML[30],=RW9FWB/4[30], - =RW9FWR/4[30],=RW9FWR/4/M[30],=RX9FW/4[30],=UA9UAX/4/M[30], - =RQ90FA,=RT9T/4,=RV9MD/4,=UA4PCM/M,=UE04YCS,=UE85AGN,=UE90AGN, + =R100MTK[30],=R100UD[30],=R4WAN/P[30],=R9GM/4[30],=R9UT/4[30],=RA9FDR/4/P[30],=RA9KV/4/M[30], + =RA9WU/4[30],=RA9WU/4/M[30],=RA9WU/4/P[30],=RP72IZ[30],=RP73IZ[30],=RP74IZ[30],=RP75IZ[30], + =RP76IZ[30],=RT20NY[30],=RT21NY[30],=RT21RU[30],=RT30DX[30],=RT36MS[30],=RT60YG[30],=RT78ML[30], + =RW9FWB/4[30],=RW9FWR/4[30],=RW9FWR/4/M[30],=RX9FW/4[30],=UA9UAX/4/M[30], + =RQ90FA,=RT9T/4,=RV9MD/4,=UA4PCM/M,=UE04YCS,=UE80SKR,=UE85AGN,=UE90AGN, =R01DTV,=R01DTV/7,=R0AGD/6,=R0IT/6,=R0SBC/6,=R80TV,=R8XW/6,=R9JO/6,=R9KD/6,=R9OM/6,=R9WGM/6/M, =RA0APW/6,=RA0FW/6,=RA0LIF/6,=RA0LLW/6,=RA0QR/6,=RA9ODR/6,=RA9ODR/6/M,=RA9SAS/6,=RA9UUY/6, =RA9UWD/6,=RA9WW/6,=RD9CX/6,=RD9CX/6/P,=RK6AH/LH,=RK9JA/6,=RM8W/6,=RN0CF/6,=RN0JT/6,=RQ0C/6, @@ -2587,8 +2598,8 @@ European Russia: 16: 29: EU: 53.65: -41.37: -4.0: UA: =RD8O/P,=RU9CK/7/M,=RU9CK/7/P,=RV9CX/7/P,=UA9JFN/6/M, =RT9K/7/P,=RZ7G/6/FF, =R01DTV/6,=RV9AB/6,=RY90FA, - =R9FAZ/6/M,=R9MJ/6,=R9OM/5/P,=R9XT/6,=RA9KD/6,=RA9WU/6,=RC8C/6,=RK90FA,=RN9N/6,=RN9N/M,=RT9T/6, - =RT9T/6/M,=RU2FB/5,=RU9WW/5/M,=RW9AW/5,=UA0LLM/5,=UA8WAA/5,=UA9CDC/6,=UA9UAX/5,=UE2KR,=UE98PW, + =R9FAZ/6/M,=R9MJ/6,=R9OM/5/P,=R9XT/6,=RA9KD/6,=RA9WU/6,=RC8C/6,=RK90FA,=RN9N/6,=RT9T/6,=RT9T/6/M, + =RU2FB/5,=RU9WW/5/M,=RW9AW/5,=UA0LLM/5,=UA8WAA/5,=UA9CDC/6,=UA9UAX/5,=UE2KR,=UE98PW, =R8AEU/6,=R9MJ/6/M,=RN9N/6/M,=UA0ZL/6,=UB8ADI/5,=UB8ADI/6,=UE2SE, R8F(17)[30],R8G(17)[30],R9F(17)[30],R9G(17)[30],RA8F(17)[30],RA8G(17)[30],RA9F(17)[30], RA9G(17)[30],RC8F(17)[30],RC8G(17)[30],RC9F(17)[30],RC9G(17)[30],RD8F(17)[30],RD8G(17)[30], @@ -2645,10 +2656,10 @@ European Russia: 16: 29: EU: 53.65: -41.37: -4.0: UA: =RK1OWZ/9/M(17)[20],=RK30DR(17)[20],=RK6K/9(17)[20],=RK90DR(17)[20],=RL1I/P(17)[20], =RN22OG(17)[20],=RN22OV(17)[20],=RN4ACZ/9(17)[20],=RO25KO(17)[20],=RP67KR(17)[20],=RP68KR(17)[20], =RP70KW(17)[20],=RP71KW(17)[20],=RP72X(17)[20],=RP73X(17)[20],=RP74X(17)[20],=RP75X(17)[20], - =RP76X(17)[20],=RT73LF(17)[20],=RV3UI/9(17)[20],=RW1QN/9(17)[20],=RW1QN/9/M(17)[20], - =RW1QN/9/P(17)[20],=RW4NJ/9/M(17)[20],=RY110RAEM(17)[20],=UA1OOX/9(17)[20],=UA1QV/9(17)[20], - =UA4WP/9/M(17)[20],=UA6LTO/9(17)[20],=UB1OAD/1/P(17)[20],=UB1OAD/9/P(17)[20],=UE16ST(17)[20], - =UE1RDA/9(17)[20],=UE85DRK(17)[20],=UE90K(17)[20]; + =RP76X(17)[20],=RT73LF(17)[20],=RV1CC/1(17)[20],=RV3UI/9(17)[20],=RW1QN/9(17)[20], + =RW1QN/9/M(17)[20],=RW1QN/9/P(17)[20],=RW4NJ/9/M(17)[20],=RW6MD/1(17)[20],=RY110RAEM(17)[20], + =UA1OOX/9(17)[20],=UA1QV/9(17)[20],=UA4WP/9/M(17)[20],=UA6LTO/9(17)[20],=UB1OAD/1/P(17)[20], + =UB1OAD/9/P(17)[20],=UE16ST(17)[20],=UE1RDA/9(17)[20],=UE85DRK(17)[20],=UE90K(17)[20]; Kaliningrad: 15: 29: EU: 54.72: -20.52: -3.0: UA2: R2F,R2K,RA2,RC2F,RC2K,RD2F,RD2K,RE2F,RE2K,RF2F,RF2K,RG2F,RG2K,RJ2F,RJ2K,RK2F,RK2K,RL2F,RL2K,RM2F, RM2K,RN2F,RN2K,RO2F,RO2K,RQ2F,RQ2K,RT2F,RT2K,RU2F,RU2K,RV2F,RV2K,RW2F,RW2K,RX2F,RX2K,RY2F,RY2K, @@ -2685,9 +2696,9 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =RP70AZ,=RP70PM,=RP70TG,=RP71AZ,=RP71TG,=RP72AZ,=RP72MS,=RP72TG,=RP73AZ,=RP73TG,=RP73U,=RP74AZ, =RP74TG,=RP74U,=RP75AZ,=RP75IE,=RP75MMK,=RP75SU,=RP75TG,=RP75U,=RP76AZ,=RP76MMK,=RP76MVI,=RP76TG, =RP76U,=RQ4D/8,=RT60RT,=RT73AB,=RU22AZ,=RV1AQ/9,=RV1CC/8,=RV1CC/9,=RV3BA/9,=RV9WB/9/M,=RV9WMZ/9/P, - =RV9WMZ/P,=RX3RC/9,=RX9WN/9/M,=RX9WT/8,=RZ0OO/9,=RZ6DR/9/M,=RZ9OO/9/M,=UA0MF/9,=UA3AKO/8,=UA4RC/9, - =UA6A/9,=UA6CW/9,=UA6YGY/8,=UA6YGY/9,=UA8WAA/9,=UA8WAA/9/P,=UA8WAA/M,=UA9APA/P,=UA9CDC/M,=UA9SG/9, - =UA9TO/9/M,=UA9WMN/9/P,=UB5O/8,=UE45AWT,=UE70AAA,=UE9WDA/9, + =RV9WMZ/P,=RX3RC/9,=RX9WN/9/M,=RX9WT/8,=RX9WT/P,=RZ0OO/9,=RZ6DR/9/M,=RZ9OO/9/M,=UA0MF/9,=UA3AKO/8, + =UA4RC/9,=UA6A/9,=UA6CW/9,=UA6YGY/8,=UA6YGY/9,=UA8WAA/9,=UA8WAA/9/P,=UA8WAA/M,=UA9APA/P,=UA9SG/9, + =UA9TO/9/M,=UA9WMN/9/P,=UE45AWT,=UE70AAA,=UE9WDA/9, =R01DTV/8,=R100RGA,=R103PS,=R105WWS,=R14CWC/8,=R14CWC/9,=R150DMP,=R155AP,=R15CWC/8,=R15CWC/8/QRP, =R160DMP,=R16SVK,=R170GS/8,=R2015BP,=R2015R,=R2016DR,=R20EKB,=R22SKJ,=R27EKB,=R30ZF,=R35CZF, =R375I,=R390I,=R44YETI/8,=R4WAB/9/P,=R55EPC,=R55EPC/P,=R6UAE/9,=R70NIK,=R7LZ/8,=R8FF/8,=R9GM/8, @@ -2701,8 +2712,8 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =RT73BR,=RT73EB,=RT73FL,=RT73HE,=RT73KB,=RT73SK,=RU21RU,=RU22CR,=RU5D/8,=RU5D/9,=RU9CK/M, =RV6LGY/9,=RV6LGY/9/M,=RV6LGY/9/P,=RV6MD/9,=RV9WB/8,=RW4NX/9,=RW9C[20],=RX0SD/9,=RX3Q/8,=RX3Q/9, =RX9UL/9,=RY9C/P,=RZ1CWC/8,=RZ37ZF,=RZ38ZF,=RZ39ZF,=UA0BA/8,=UA3FQ/8,=UA3IHJ/8,=UA4WHX/9, - =UA8WAA/8,=UA9CGL/M,=UA9MW/9,=UA9UAX/8,=UA9UAX/8/M,=UE16SR,=UE25F,=UE40CZF,=UE4NFF/9,=UE56S, - =UE64RWA,=UE70SL,=UE75DT, + =UA8WAA/8,=UA9CGL/M,=UA9MW/9,=UA9UAX/8,=UA9UAX/8/M,=UB5O/8,=UE16SR,=UE25F,=UE40CZF,=UE4NFF/9, + =UE56S,=UE64RWA,=UE70SL,=UE75DT, R8H(18)[31],R8I(18)[31],R9H(18)[31],R9I(18)[31],RA8H(18)[31],RA8I(18)[31],RA9H(18)[31], RA9I(18)[31],RC8H(18)[31],RC8I(18)[31],RC9H(18)[31],RC9I(18)[31],RD8H(18)[31],RD8I(18)[31], RD9H(18)[31],RD9I(18)[31],RE8H(18)[31],RE8I(18)[31],RE9H(18)[31],RE9I(18)[31],RF8H(18)[31], @@ -2752,9 +2763,9 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =R20RRC/8[20],=R3CA/8[20],=R3CG/8[20],=R8XW/8[20],=R9XC/9[20],=R9XT/9[20],=RA/EW1RR[20], =RA/EW2R[20],=RA1ALA/8[20],=RA3III/8[20],=RA4RU/9[20],=RA4RU/9/P[20],=RC8X/9[20],=RC9XM/8[20], =RI9K[20],=RI9K/MM[20],=RK6CT/9[20],=RN0CF/9[20],=RN3OF/9[20],=RU6UR/9[20],=RV1CC/8/M[20], - =RV1CC/M[20],=RV6ARQ/9[20],=RV6LFE/9[20],=RV7B/9[20],=RW0BB/9[20],=RW0BB/9/LH[20],=RW0BG/9[20], - =RW4AA/9[20],=RW4HIF/9[20],=RW4HIH/9[20],=RW6BA/9[20],=RW9XU/9[20],=RX6CP/8[20],=RX6LMA/9[20], - =RX9SN/8[20],=UA0KY/9[20],=UA0QMU/0[20],=UA0QQO/9/P[20],=UA1FBP/9[20],=UA1PBA/9[20],=UA1PBP/9[20], + =RV6ARQ/9[20],=RV6LFE/9[20],=RV7B/9[20],=RW0BB/9[20],=RW0BB/9/LH[20],=RW0BG/9[20],=RW4AA/9[20], + =RW4HIF/9[20],=RW4HIH/9[20],=RW6BA/9[20],=RW9XU/9[20],=RX6CP/8[20],=RX6LMA/9[20],=RX9SN/8[20], + =UA0KY/9[20],=UA0QMU/0[20],=UA0QQO/9/P[20],=UA1FBP/9[20],=UA1PBA/9[20],=UA1PBP/9[20], =UA3DFM/8[20],=UA3DFM/9[20],=UA3MGA/9[20],=UA6BTN/9[20],=UA9SUV/8[20], =R110WG,=R115AN,=R11QRP/8,=R11QRP/8/P,=R120RL,=R18POR,=R18UGRA,=R1PN/8,=R2015EP,=R2015LY, =R2015LY/8,=R22BIA,=R30STM,=R430LT,=R4FAA/8,=R8MC/9,=R8MD/9,=RA/EW8ADX,=RA0UAC/8,=RA0UF/8, @@ -2794,17 +2805,18 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =R9/TA1FL(18)[31],=RA/DF8DX(18)[31],=RA/N3QQ(18)[31],=RA0LMC/9(18)[31],=RA27OA(18)[31], =RA27OM(18)[31],=RA3DH/9(18)[31],=RA3ET/9(18)[31],=RA4FRH/0/P(18)[31],=RA9JJ/9/M(18)[31], =RA9MX/9(18)[31],=RC1M/9(18)[31],=RC1M/9/M(18)[31],=RD0L/9(18)[31],=RG9O(18)[31],=RL3T/9(18)[31], - =RN9N/9/M(18)[31],=RO9O(18)[31],=RP67MP(18)[31],=RP68MP(18)[31],=RP70MP(18)[31],=RP71MP(18)[31], - =RP72MP(18)[31],=RP73MP(18)[31],=RP74MP(18)[31],=RP75MP(18)[31],=RP76MP(18)[31],=RP9OMP(18)[31], - =RP9OW(18)[31],=RQ16CW(18)[31],=RR9O(18)[31],=RS9O(18)[31],=RU0ZM/9(18)[31],=RU27OZ(18)[31], - =RU6LA/9(18)[31],=RV0CJ/9(18)[31],=RW1AC/9(18)[31],=RW30KR(18)[31],=RW9MD/9/M(18)[31], - =RZ9MXM/9(18)[31],=UA0KDR/9(18)[31],=UA0ZAY/9(18)[31],=UA6WFO/9(18)[31],=UA9JLL/M(18)[31], - =UA9JLL/P(18)[31],=UA9MA/9(18)[31],=UA9MA/9/M(18)[31],=UA9MRA/9(18)[31],=UE80NSO(18)[31], + =RN9N/9/M(18)[31],=RN9N/M(18)[31],=RO9O(18)[31],=RP67MP(18)[31],=RP68MP(18)[31],=RP70MP(18)[31], + =RP71MP(18)[31],=RP72MP(18)[31],=RP73MP(18)[31],=RP74MP(18)[31],=RP75MP(18)[31],=RP76MP(18)[31], + =RP9OMP(18)[31],=RP9OW(18)[31],=RQ16CW(18)[31],=RR9O(18)[31],=RS9O(18)[31],=RU0ZM/9(18)[31], + =RU27OZ(18)[31],=RU6LA/9(18)[31],=RV0CJ/9(18)[31],=RW1AC/9(18)[31],=RW30KR(18)[31], + =RW9MD/9/M(18)[31],=RZ9MXM/9(18)[31],=UA0KDR/9(18)[31],=UA0ZAY/9(18)[31],=UA6WFO/9(18)[31], + =UA9JLL/M(18)[31],=UA9JLL/P(18)[31],=UA9MA/9(18)[31],=UA9MA/9/M(18)[31],=UA9MRA/9(18)[31], + =UE80NSO(18)[31], =R110RP,=R120RDP,=R120RZ,=R120TM,=R150RP,=R155RP,=R160RP,=R18URU,=R30EMER,=RA22QF,=RC20QA,=RC20QC, =RC20QF,=RM20CC,=RM20NY,=RM21NY,=RM9RZ/A,=RM9RZ/P,=RP65R,=RP67KE,=RP67R,=RP68KE,=RP68R,=RP69KE, - =RP69R,=RP70KE,=RP70R,=RP71R,=RP72KE,=RP72R,=RP75KE,=RQ30KR,=RT73CW,=RT73JH,=RV3MN/9,=RW22QA, - =RW22QA/8,=RW22QC,=RW22QC/8,=RW4NW/9,=RY22RZ,=RY30DX,=RY60YG,=RZ9WM/9/M,=UE4WFF/9,=UE4WFF/9/P, - =UE70KRM/8/M, + =RP69R,=RP70KE,=RP70R,=RP71R,=RP72KE,=RP72R,=RP75KE,=RQ30KR,=RT60ANT,=RT73CW,=RT73JH,=RV3MN/9, + =RW22QA,=RW22QA/8,=RW22QC,=RW22QC/8,=RW4NW/9,=RY22RZ,=RY30DX,=RY60YG,=RZ9WM/9/M,=UE4WFF/9, + =UE4WFF/9/P,=UE70KRM/8/M, R8S(16),R8T(16),R9S(16),R9T(16),RA8S(16),RA8T(16),RA9S(16),RA9T(16),RC8S(16),RC8T(16),RC9S(16), RC9T(16),RD8S(16),RD8T(16),RD9S(16),RD9T(16),RE8S(16),RE8T(16),RE9S(16),RE9T(16),RF8S(16), RF8T(16),RF9S(16),RF9T(16),RG8S(16),RG8T(16),RG9S(16),RG9T(16),RJ8S(16),RJ8T(16),RJ9S(16), @@ -2818,15 +2830,15 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: UD9S(16),UD9T(16),UE8S(16),UE8T(16),UE9S(16),UE9T(16),UF8S(16),UF8T(16),UF9S(16),UF9T(16), UG8S(16),UG8T(16),UG9S(16),UG9T(16),UH8S(16),UH8T(16),UH9S(16),UH9T(16),UI8S(16),UI8T(16), UI9S(16),UI9T(16),=R2014FX(16),=R2015DM(16),=R270A(16),=R270E(16),=R270SR(16),=R3ARS/9(16), - =R40WK(16),=R5QA/M(16),=R8WB/M(16),=R9HQ(16),=R9JBN/8/M(16),=RA/UY7IQ(16),=RA27TR(16), - =RA4HMT/9/M(16),=RA4HT/9(16),=RA4PKR/9(16),=RA9CS/P(16),=RC20OB(16),=RC20TT(16),=RM9T/P(16), - =RN3DHB/9(16),=RN3DHB/9/P(16),=RN3GW/8(16),=RN3GW/8/QRP(16),=RN3GW/9(16),=RN3GW/9/QRP(16), - =RN3QOP/4/M(16),=RN3QOP/9(16),=RN9S(16),=RN9SM/P(16),=RN9WWW/9(16),=RO9S(16),=RP65TT(16), - =RP68GR(16),=RP69NB(16),=RP71TK(16),=RP75TS(16),=RP9SBO(16),=RP9SBR(16),=RP9SNK(16),=RT22TK(16), - =RT73OA(16),=RT8T(16),=RT9S(16),=RT9T(16),=RU22TU(16),=RU9SO/M(16),=RV1CC/4/M(16),=RV9WB/M(16), - =RV9WGF/4/M(16),=RV9WMZ/9/M(16),=RW4PJZ/9(16),=RW4PJZ/9/M(16),=RW4PP/9(16),=RW9WA/9(16), - =RW9WA/9/M(16),=RY4W/9(16),=RZ4HZW/9/M(16),=UA0AGA/9/P(16),=UA0KBA/9(16),=UA3WB/9(16), - =UA4LCQ/9(16),=UA9SIV/9(16),=UB5O/4(16),=UB9JBN/9/M(16),=UE1RFF/9(16),=UE25ST(16),=UE55OB(16), + =R40WK(16),=R9HQ(16),=R9JBN/8/M(16),=RA/UY7IQ(16),=RA27TR(16),=RA4HMT/9/M(16),=RA4HT/9(16), + =RA4PKR/9(16),=RA9CS/P(16),=RC20OB(16),=RC20TT(16),=RC8SC/M(16),=RM9T/P(16),=RN3DHB/9(16), + =RN3DHB/9/P(16),=RN3GW/8(16),=RN3GW/8/QRP(16),=RN3GW/9(16),=RN3GW/9/QRP(16),=RN3QOP/4/M(16), + =RN3QOP/9(16),=RN9S(16),=RN9SM/P(16),=RN9WWW/9(16),=RO9S(16),=RP65TT(16),=RP68GR(16),=RP69NB(16), + =RP71TK(16),=RP75TS(16),=RP9SBO(16),=RP9SBR(16),=RP9SNK(16),=RT22TK(16),=RT73OA(16),=RT8T(16), + =RT9S(16),=RT9T(16),=RU22TU(16),=RU9SO/M(16),=RV1CC/4/M(16),=RV9WB/M(16),=RV9WGF/4/M(16), + =RV9WMZ/9/M(16),=RW4PJZ/9(16),=RW4PJZ/9/M(16),=RW4PP/9(16),=RW9WA/9(16),=RW9WA/9/M(16), + =RX9SN/P(16),=RY4W/9(16),=RZ4HZW/9/M(16),=UA0AGA/9/P(16),=UA0KBA/9(16),=UA3WB/9(16),=UA4LCQ/9(16), + =UA9CDC/M(16),=UA9CTT/M(16),=UA9SIV/9(16),=UB9JBN/9/M(16),=UE1RFF/9(16),=UE25ST(16),=UE55OB(16), =UE60TDP(16),=UE60TDP/P(16),=UE9WDA/9/M(16),=UG4I/P(16), R8U(18)[31],R8V(18)[31],R9U(18)[31],R9V(18)[31],RA8U(18)[31],RA8V(18)[31],RA9U(18)[31], RA9V(18)[31],RC8U(18)[31],RC8V(18)[31],RC9U(18)[31],RC9V(18)[31],RD8U(18)[31],RD8V(18)[31], @@ -2881,7 +2893,7 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =RW9JZ/9(16),=RX22WN(16),=RX95WN(16),=RZ16WF(16),=RZ90W(16),=RZ90WU(16),=UA0AZA/9(16), =UA1AAE/9(16),=UA1ZPC/9(16),=UA4LU/9/P(16),=UA4PIE/9(16),=UA4PIE/9/M(16),=UA4PIE/9/P(16), =UA4PJM/9(16),=UA4PJM/9/M(16),=UA4PJM/9/P(16),=UA4PXR/9/M(16),=UA9KAA/4(16),=UA9KAA/9(16), - =UB5O/4/M(16),=UB5O/M(16),=UB8S/P(16),=UE10RFF/4(16),=UE90W(16), + =UB5O/4/M(16),=UE10RFF/4(16),=UE90W(16), R8Y(18)[31],R9Y(18)[31],RA8Y(18)[31],RA9Y(18)[31],RC8Y(18)[31],RC9Y(18)[31],RD8Y(18)[31], RD9Y(18)[31],RE8Y(18)[31],RE9Y(18)[31],RF8Y(18)[31],RF9Y(18)[31],RG8Y(18)[31],RG9Y(18)[31], RJ8Y(18)[31],RJ9Y(18)[31],RK8Y(18)[31],RK9Y(18)[31],RL8Y(18)[31],RL9Y(18)[31],RM8Y(18)[31], @@ -2892,12 +2904,12 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: UC9Y(18)[31],UD8Y(18)[31],UD9Y(18)[31],UE8Y(18)[31],UE9Y(18)[31],UF8Y(18)[31],UF9Y(18)[31], UG8Y(18)[31],UG9Y(18)[31],UH8Y(18)[31],UH9Y(18)[31],UI8Y(18)[31],UI9Y(18)[31],=R100KM(18)[31], =R2015RR(18)[31],=R2015SV(18)[31],=R5QA/9(18)[31],=R6XBA/9(18)[31],=R9/UN7JHC(18)[31], - =R9/UN7JMO(18)[31],=R9YU/M(18)[31],=RA/IK5MIC(18)[31],=RA/IK5MIC/M(18)[31],=RA0CCJ/9(18)[31], - =RA50VT(18)[31],=RJ30KR(18)[31],=RK1B/9(18)[31],=RL30KR(18)[31],=RP68BP(18)[31],=RP68TZ(18)[31], - =RP70AF(18)[31],=RP70BP(18)[31],=RP70GA(18)[31],=RP71BP(18)[31],=RP72BP(18)[31],=RP73BP(18)[31], - =RP9Y(18)[31],=RP9YAF(18)[31],=RP9YTZ(18)[31],=RQ1A(18)[31],=RT73GM(18)[31],=RW22WG(18)[31], - =RX6AY/9(18)[31],=UA0LLW/9(18)[31],=UA0ZDY/9(18)[31],=UA9UAX/9/P(18)[31],=UE0ZOO/9(18)[31], - =UE44R/9(18)[31],=UE80AL(18)[31], + =R9/UN7JMO(18)[31],=RA/IK5MIC(18)[31],=RA/IK5MIC/M(18)[31],=RA0CCJ/9(18)[31],=RA50VT(18)[31], + =RJ30KR(18)[31],=RK1B/9(18)[31],=RL30KR(18)[31],=RP68BP(18)[31],=RP68TZ(18)[31],=RP70AF(18)[31], + =RP70BP(18)[31],=RP70GA(18)[31],=RP71BP(18)[31],=RP72BP(18)[31],=RP73BP(18)[31],=RP9Y(18)[31], + =RP9YAF(18)[31],=RP9YTZ(18)[31],=RQ1A(18)[31],=RT73GM(18)[31],=RW22WG(18)[31],=RX6AY/9(18)[31], + =UA0LLW/9(18)[31],=UA0ZDY/9(18)[31],=UA9UAX/9/P(18)[31],=UE0ZOO/9(18)[31],=UE44R/9(18)[31], + =UE80AL(18)[31], R8Z(18)[31],R9Z(18)[31],RA8Z(18)[31],RA9Z(18)[31],RC8Z(18)[31],RC9Z(18)[31],RD8Z(18)[31], RD9Z(18)[31],RE8Z(18)[31],RE9Z(18)[31],RF8Z(18)[31],RF9Z(18)[31],RG8Z(18)[31],RG9Z(18)[31], RJ8Z(18)[31],RJ9Z(18)[31],RK8Z(18)[31],RK9Z(18)[31],RL8Z(18)[31],RL9Z(18)[31],RM8Z(18)[31], @@ -2954,12 +2966,12 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =R7AL/0/M(19)[34],=R7AL/0/P(19)[34],=R7LZ/0(19)[34],=RA/JA8BMK(19)[34],=RA/N6TR(19)[34], =RA/VE7MID(19)[34],=RA1QD/0(19)[34],=RA1ZZ/0(19)[34],=RA1ZZ/0/M(19)[34],=RA6GW/0(19)[34], =RA6XPL/0(19)[34],=RC110RAEM(19)[34],=RC20CD(19)[34],=RC90FA(19)[34],=RD0C(19)[34], - =RD16CW(19)[34],=RD30KR(19)[34],=RL3AA/0(19)[34],=RL5G/0(19)[34],=RM2D/0(19)[34],=RM30KR(19)[34], - =RP0CZA(19)[34],=RP68H(19)[34],=RP70H(19)[34],=RP71H(19)[34],=RP72H(19)[34],=RP76H(19)[34], - =RT22CT(19)[34],=RU3DX/0(19)[34],=RV30KR(19)[34],=RW3DTB/0(19)[34],=RZ17NY(19)[34], + =RD16CW(19)[34],=RD30KR(19)[34],=RL3AA/0(19)[34],=RL5G/0(19)[34],=RL60ANT(19)[34],=RM2D/0(19)[34], + =RM30KR(19)[34],=RP0CZA(19)[34],=RP68H(19)[34],=RP70H(19)[34],=RP71H(19)[34],=RP72H(19)[34], + =RP76H(19)[34],=RT22CT(19)[34],=RU3DX/0(19)[34],=RV30KR(19)[34],=RW3DTB/0(19)[34],=RZ17NY(19)[34], =RZ20NY(19)[34],=RZ21NY(19)[34],=RZ30DX(19)[34],=RZ5D/0(19)[34],=RZ60YG(19)[34],=UA0AOZ/0(19)[34], =UA3DX/0(19)[34],=UA6CW/0(19)[34],=UE150C(19)[34],=UE70VSV(19)[34],=UE80C(19)[34], - =R5QA/0(19)[33],=RD90FA(19)[33],=UB5O/0(19)[33], + =R5QA/0(19)[33],=RD90FA(19)[33], R0E(19)[34],R0F(19)[34],RA0E(19)[34],RA0F(19)[34],RC0E(19)[34],RC0F(19)[34],RD0E(19)[34], RD0F(19)[34],RE0E(19)[34],RE0F(19)[34],RF0E(19)[34],RF0F(19)[34],RG0E(19)[34],RG0F(19)[34], RI0F(19)[34],RJ0E(19)[34],RJ0F(19)[34],RK0E(19)[34],RK0F(19)[34],RL0E(19)[34],RL0F(19)[34], @@ -3038,8 +3050,8 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: =RA0STT/0/M(19)[23],=RA6AEW/0(19)[23],=RA6UAH/0(19)[23],=RA9DA/0(19)[23],=RD3QA/0(19)[23], =RF3A/0(19)[23],=RK6YYA/0/P(19)[23],=RN6LFF/0(19)[23],=RP0Q(19)[23],=RP70AY(19)[23], =RP71AS(19)[23],=RT0Q(19)[23],=RW110RAEM(19)[23],=RW22WR(19)[23],=RZ3BY/0(19)[23], - =UA0SVD/0(19)[23],=UA1PBA/0(19)[23],=UA9CTT/0(19)[23],=UA9KW/0(19)[23],=UE60QA(19)[23], - =UE6MAC/0(19)[23], + =UA0SVD/0(19)[23],=UA1PBA/0(19)[23],=UA9CTT/0(19)[23],=UA9KW/0(19)[23],=UB5O/0(19)[23], + =UE60QA(19)[23],=UE6MAC/0(19)[23], R0R(18)[32],R0S(18)[32],R0T(18)[32],RA0R(18)[32],RA0S(18)[32],RA0T(18)[32],RC0R(18)[32], RC0S(18)[32],RC0T(18)[32],RD0R(18)[32],RD0S(18)[32],RD0T(18)[32],RE0R(18)[32],RE0S(18)[32], RE0T(18)[32],RF0R(18)[32],RF0S(18)[32],RF0T(18)[32],RG0R(18)[32],RG0S(18)[32],RG0T(18)[32], @@ -3055,17 +3067,18 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: UG0R(18)[32],UG0S(18)[32],UG0T(18)[32],UH0R(18)[32],UH0S(18)[32],UH0T(18)[32],UI0R(18)[32], UI0S(18)[32],UI0T(18)[32],=R11QRP/9(18)[32],=R150LA(18)[32],=R150LB(18)[32],=R18SWE(18)[32], =R1BDD/0(18)[32],=R1BDD/0/P(18)[32],=R25ARCK/9(18)[32],=R2AKM/0(18)[32],=R3RRC/0/MM(18)[32], - =R4FBJ/0(18)[32],=R4FBJ/0/P(18)[32],=R800SAN(18)[32],=R9PS/9(18)[32],=RA0SP/RP(18)[32], - =RA0SR/RP(18)[32],=RA110RAEM(18)[32],=RA3TO/0(18)[32],=RA4CSX/0/P(18)[32],=RA9JG/0(18)[32], - =RA9JG/0/P(18)[32],=RA9OBG/0(18)[32],=RA9USU/8(18)[32],=RD0L/0(18)[32],=RK17CW(18)[32], - =RK9MZZ/0(18)[32],=RN4HIT/0(18)[32],=RP0S(18)[32],=RP0SXR(18)[32],=RP0SZZ(18)[32],=RP67ST(18)[32], - =RP70AB(18)[32],=RP72AB(18)[32],=RP73AB(18)[32],=RP74AB(18)[32],=RP75AB(18)[32],=RP76AB(18)[32], - =RQ0C/9(18)[32],=RV3ACA/0/M(18)[32],=RV6AJ/0(18)[32],=RV7AD/0(18)[32],=RV9JD/0(18)[32], - =RW4YA/0(18)[32],=RW4YA/9(18)[32],=RX3AT/0(18)[32],=RX3DFH/0(18)[32],=RX9WN/0(18)[32], - =RX9WN/0/M(18)[32],=RX9WN/0/P(18)[32],=RZ0SO/P(18)[32],=UA0KBG/0(18)[32],=UA0KBG/9(18)[32], - =UA3EDQ/0(18)[32],=UA3EDQ/0/MM(18)[32],=UA3EDQ/0/P(18)[32],=UA9MBK/0(18)[32],=UA9UAX/0(18)[32], - =UA9WOB/0(18)[32],=UA9WOB/0/P(18)[32],=UE105SBM(18)[32],=UE55IR(18)[32],=UE60SWA(18)[32], - =UE70SVV(18)[32],=UE80IR(18)[32],=UE80SBR(18)[32], + =R4FBJ/0(18)[32],=R4FBJ/0/P(18)[32],=R4FBJ/9/P(18)[32],=R800SAN(18)[32],=R9PS/9(18)[32], + =RA0SP/RP(18)[32],=RA0SR/RP(18)[32],=RA110RAEM(18)[32],=RA3TO/0(18)[32],=RA4CSX/0/P(18)[32], + =RA9JG/0(18)[32],=RA9JG/0/P(18)[32],=RA9OBG/0(18)[32],=RA9USU/8(18)[32],=RD0L/0(18)[32], + =RK17CW(18)[32],=RK60ANT(18)[32],=RK9MZZ/0(18)[32],=RN4HIT/0(18)[32],=RP0S(18)[32], + =RP0SXR(18)[32],=RP0SZZ(18)[32],=RP67ST(18)[32],=RP70AB(18)[32],=RP72AB(18)[32],=RP73AB(18)[32], + =RP74AB(18)[32],=RP75AB(18)[32],=RP76AB(18)[32],=RQ0C/9(18)[32],=RV3ACA/0/M(18)[32], + =RV6AJ/0(18)[32],=RV7AD/0(18)[32],=RV9JD/0(18)[32],=RW4YA/0(18)[32],=RW4YA/9(18)[32], + =RX3AT/0(18)[32],=RX3DFH/0(18)[32],=RX9WN/0(18)[32],=RX9WN/0/M(18)[32],=RX9WN/0/P(18)[32], + =RZ0SO/P(18)[32],=UA0KBG/0(18)[32],=UA0KBG/9(18)[32],=UA3EDQ/0(18)[32],=UA3EDQ/0/MM(18)[32], + =UA3EDQ/0/P(18)[32],=UA9MBK/0(18)[32],=UA9UAX/0(18)[32],=UA9WOB/0(18)[32],=UA9WOB/0/P(18)[32], + =UE105SBM(18)[32],=UE55IR(18)[32],=UE60SWA(18)[32],=UE70SVV(18)[32],=UE80IR(18)[32], + =UE80SBR(18)[32], R0W(18)[31],RA0W(18)[31],RC0W(18)[31],RD0W(18)[31],RE0W(18)[31],RF0W(18)[31],RG0W(18)[31], RJ0W(18)[31],RK0W(18)[31],RL0W(18)[31],RM0W(18)[31],RN0W(18)[31],RO0W(18)[31],RQ0W(18)[31], RT0W(18)[31],RU0W(18)[31],RV0W(18)[31],RW0W(18)[31],RX0W(18)[31],RY0W(18)[31],RZ0W(18)[31], @@ -3080,10 +3093,10 @@ Asiatic Russia: 17: 30: AS: 55.88: -84.08: -7.0: UA9: RT0Y(23)[32],RU0Y(23)[32],RV0Y(23)[32],RW0Y(23)[32],RX0Y(23)[32],RY0Y(23)[32],RZ0Y(23)[32], U0Y(23)[32],UA0Y(23)[32],UB0Y(23)[32],UC0Y(23)[32],UD0Y(23)[32],UE0Y(23)[32],UF0Y(23)[32], UG0Y(23)[32],UH0Y(23)[32],UI0Y(23)[32],=R0WX/P(23)[32],=R8MZ/0(23)[32],=R8MZ/9(23)[32], - =R9OOO/9/M(23)[32],=R9OOO/9/P(23)[32],=R9OY/9/P(23)[32],=R9YU/P(23)[32],=RA0AJ/0/P(23)[32], - =RA0AM/P(23)[32],=RA0WA/0/P(23)[32],=RA9YME/0(23)[32],=RK3BY/0(23)[32],=RP0Y(23)[32], - =RX0AE/0(23)[32],=RX0AT/0/P(23)[32],=UA0ADU/0(23)[32],=UA0WGD/0(23)[32],=UA9ZZ/0/P(23)[32], - =UE0OFF/0(23)[32],=UE44Y/9(23)[32],=UE70Y(23)[32], + =R9OOO/9/M(23)[32],=R9OOO/9/P(23)[32],=R9OY/9/P(23)[32],=R9YU/M(23)[32],=R9YU/P(23)[32], + =RA0AJ/0/P(23)[32],=RA0AM/P(23)[32],=RA0WA/0/P(23)[32],=RA9YME/0(23)[32],=RK3BY/0(23)[32], + =RP0Y(23)[32],=RX0AE/0(23)[32],=RX0AT/0/P(23)[32],=UA0ADU/0(23)[32],=UA0WGD/0(23)[32], + =UA9ZZ/0/P(23)[32],=UE0OFF/0(23)[32],=UE44Y/9(23)[32],=UE70Y(23)[32], R0X(19)[35],R0Z(19)[35],RA0X(19)[35],RA0Z(19)[35],RC0X(19)[35],RC0Z(19)[35],RD0X(19)[35], RD0Z(19)[35],RE0X(19)[35],RE0Z(19)[35],RF0X(19)[35],RF0Z(19)[35],RG0X(19)[35],RG0Z(19)[35], RI0X(19)[35],RI0Z(19)[35],RJ0X(19)[35],RJ0Z(19)[35],RK0X(19)[35],RK0Z(19)[35],RL0X(19)[35], @@ -3169,7 +3182,7 @@ Marshall Islands: 31: 65: OC: 9.08: -167.33: -12.0: V7: Brunei Darussalam: 28: 54: OC: 4.50: -114.60: -8.0: V8: V8; Canada: 05: 09: NA: 44.35: 78.75: 5.0: VE: - CF,CG,CJ,CK,VA,VB,VC,VE,VG,VX,VY9,XL,XM,=VE2EM/M,=VER20210906, + CF,CG,CJ,CK,VA,VB,VC,VE,VG,VX,VY9,XL,XM,=VE2EM/M,=VER20211013, =CF7AAW/1,=CK7IG/1,=VA3QSL/1,=VA3WR/1,=VE1REC/LH,=VE1REC/M/LH,=VE3RSA/1,=VE7IG/1, CF2[4],CG2[4],CJ2[4],CK2[4],VA2[4],VB2[4],VC2[4],VE2[4],VG2[4],VX2[4],XL2[4],XM2[4],=4Y1CAO[4], =CY2ZT/2[4],=VA3MPM/2[4],=VA7AQ/P[4],=VE2/G3ZAY/P[4],=VE2/M0BLF/P[4],=VE2FK[9],=VE2HAY/P[4], From c7e2c4c9f5a0c759b809defc5a461930138c2bc4 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 20:18:34 +0100 Subject: [PATCH 04/11] Traditional Chinese UI translation, tnx Steven, BU2EL --- translations/wsjtx_zh_TW.ts | 6722 +++++++++++++++++++++++++++++++++++ 1 file changed, 6722 insertions(+) create mode 100644 translations/wsjtx_zh_TW.ts diff --git a/translations/wsjtx_zh_TW.ts b/translations/wsjtx_zh_TW.ts new file mode 100644 index 000000000..c54c8a025 --- /dev/null +++ b/translations/wsjtx_zh_TW.ts @@ -0,0 +1,6722 @@ + + + + + AbstractLogWindow + + + &Delete ... + 刪除(&D) ... + + + + AbstractLogWindow::impl + + + Confirm Delete + 確認刪除 + + + + Are you sure you want to delete the %n selected QSO(s) from the log? + + 是否確定要從日誌中刪除 %n 的通聯資料? + + + + + Astro + + + + Doppler tracking + 多普勒跟蹤 + + + + <html><head/><body><p>One station does all Doppler shift correction, their QSO partner receives and transmits on the sked frequency.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p></body></html> + <html><head/><body><p>一個站執行所有多普勒換檔校正, 他們的通聯合作夥伴接收器和傳輸 sked 頻率.</p><p>如果無線電設備在傳輸單校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> + + + + Full Doppler to DX Grid + 全多普勒到 DX 網格 + + + + <html><head/><body><p>Transmit takes place on sked frequency and receive frequency is corrected for own echoes. </p><p>This mode can be used for calling CQ, or when using Echo mode.</p></body></html> + <html><head/><body><p>傳輸以 sked 頻率進行, 接收器頻率被校正為自己的回波. </p><p>此模式可用於呼叫 CQ 或使用回波模式時.</p></body></html> + + + + Own Echo + 自己的回波 + + + + <html><head/><body><p>Both stations correct for Doppler shift such that they would be heard on the moon at the sked frequency.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p><p>Use this option also for Echo mode.</p></body></html> + <html><head/><body><p>兩個站都對多普勒移位進行校正, 這樣它們就會在月球上以sked頻率聽到.</p><p>如果無線電設備在傳輸單校正時不接受 CAT QSY 命令, 則在整個傳輸期間應用.</p><p>對於回音模式也使用此選項</p></body></html> + + + + Constant frequency on Moon + 月球上恆定頻率 + + + + <html><head/><body><p>DX station announces their TX Freq, which is entered as the Sked Freq. Correction applied to RX and TX so you appear on the DX's station's own echo Freq.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p></body></html> + <html><head/><body><p>DX電臺宣佈其發送頻率, 這是輸入作為Sked頻率修正應用於接收器和發送, 所以你出現在DX電臺自己的回波頻率.</p><p>如果無線電設備在傳輸單個校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> + + + + On DX Echo + 在 DX 回波 + + + + <html><head/><body><p>Tune radio manually and select this mode to put your echo on the same frequency.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p></body></html> + <html><head/><body><p>手動調諧無線電設備並選擇此模式, 將回波置於相同頻率.</p><p>如果無線電設備在傳輸單個校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> + + + + Call DX + 呼叫 DX + + + + <html><head/><body><p>No Doppler shift correction is applied. This may be used when the QSO partner does full Doppler correction to your grid square.</p></body></html> + <html><head/><body><p>未應用多普勒換檔校正. 當通聯合作夥伴對網格方進行完全多普勒校正時可能會使用.</p></body></html> + + + + None + + + + + Sked frequency + Sked 頻率 + + + + + 0 + + + + + Rx: + 接收器: + + + + Tx: + 發送: + + + + <html><head/><body><p>Press and hold the CTRL key to adjust the sked frequency manually with the rig's VFO dial or enter frequency directly into the band entry field on the main window.</p></body></html> + <html><head/><body><p>按住 CTRL 鍵使用手動 sked 頻率與無線電設備 VFO 將頻率直接撥入主視窗中的頻段輸入欄位.</p></body></html> + + + + Astro Data + 天體資料 + + + + Astronomical Data + 天文資料 + + + + Doppler Tracking Error + 多普勒跟蹤錯誤 + + + + Split operating is required for Doppler tracking + 多普勒跟蹤需要異頻操作 + + + + Go to "Menu->File->Settings->Radio" to enable split operation + 至 "選單->檔案->設定->無線電設備" 啟用異頻操作 + + + + Bands + + + Band name + 波段名稱 + + + + Lower frequency limit + 頻率下限 + + + + Upper frequency limit + 頻率上限 + + + + Band + 波段 + + + + Lower Limit + 下限 + + + + Upper Limit + 上限 + + + + CAboutDlg + + + About WSJT-X + 關於 WSJT-X + + + + OK + 確定 + + + + CPlotter + + + &Set Rx && Tx Offset + 設定接收器 && 發送偏頻(&S) + + + + CabrilloLog + + + Freq(MHz) + 頻率(兆赫) + + + + Mode + 模式 + + + + Date & Time(UTC) + 日期和時間(UTC) + + + + Call + 呼號 + + + + Sent + 發出 + + + + Rcvd + 接收器 + + + + Band + 波段 + + + + CabrilloLogWindow + + + Contest Log + 競賽日誌 + + + + <html><head/><body><p>Right-click here for available actions.</p></body></html> + <html><head/><body><p>點擊右鍵查看可用動作.</p></body></html> + + + + Right-click here for available actions. + 點擊右鍵查看可用動作. + + + + CallsignDialog + + + Callsign + 呼號 + + + + ColorHighlighting + + + + + + + + + + + + + + + + + + K1ABC + + + + + CQ in message + CQ 在訊息內 + + + + My Call in message + 我呼號在訊息內 + + + + Transmitted message + 發送訊息 + + + + New DXCC + 新DXCC + + + + New Grid + 新網格 + + + + New DXCC on Band + 新DXCC 波段 + + + + New Call + 新呼號 + + + + New Grid on Band + 新網格 波段 + + + + New Call on Band + 新呼號 波段 + + + + Uploads to LotW + 上傳至 LotW + + + + New Continent + 新大洲 + + + + New Continent on Band + 新大洲 波段 + + + + New CQ Zone + 新 CQ區 + + + + New CQ Zone on Band + 新CQ區 波段 + + + + New ITU Zone + 新 ITU區 + + + + New ITU Zone on Band + 新ITU區 波段 + + + + Configuration::impl + + + + + &Delete + 刪除(&D) + + + + + &Insert ... + 插入(&I) ... + + + + Failed to create save directory + 無法建立儲存目錄 + + + + path: "%1% + 目錄: "%1% + + + + Failed to create samples directory + 無法建立範例目錄 + + + + path: "%1" + 目錄: "%1" + + + + &Load ... + 載入(&L)... + + + + &Save as ... + 另存為(&S) ... + + + + &Merge ... + 合併(&M) ... + + + + &Reset + 重置(&R) + + + + Serial Port: + 序列埠: + + + + Serial port used for CAT control + 用於CAT控制的序列埠 + + + + Network Server: + 網路伺服器: + + + + Optional hostname and port of network service. +Leave blank for a sensible default on this machine. +Formats: + hostname:port + IPv4-address:port + [IPv6-address]:port + 可選主機名和網路服務埠. +為無線電設備合理預設值保留空白. +格式: + 主機名:埠號 + IP v4-地址:埠號 + [IPv6-地址]:埠號 + + + + USB Device: + USB設備: + + + + Optional device identification. +Leave blank for a sensible default for the rig. +Format: + [VID[:PID[:VENDOR[:PRODUCT]]]] + 可選設備標識. +為無線電設備合理預設值保留空白. +格式: + [VID[:PID[:供應商[:產品]]]] + + + + + Invalid audio input device + 無效的音頻輸入設備 + + + + Invalid audio output device + 無效的音頻輸出設備 + + + + Invalid PTT method + 無效的PTT方法 + + + + Invalid PTT port + 無效的PTT埠號 + + + + + Invalid Contest Exchange + 無效的競賽交換數據 + + + + You must input a valid ARRL Field Day exchange + 您必須輸入有效的 ARRL Field Day交換數據 + + + + You must input a valid ARRL RTTY Roundup exchange + 您必須輸入有效的 ARRL RTTY Roundup 交換數據 + + + + Pending DNS lookup, please try again later + 等待 DNS 尋找, 請稍後再試 + + + + Reset Decode Highlighting + 重置解碼突出顯示 + + + + Reset all decode highlighting and priorities to default values + 將所有解碼突出顯示和優先順序重置為預設值 + + + + WSJT-X Decoded Text Font Chooser + WSJT-X 解碼文本字型選擇 + + + + UDP server DNS lookup failed + UDP 伺服器 DNS 尋找失敗 + + + + MAC-ambiguous multicast groups addresses not supported + MAC 模棱兩可的多播組位址不受支援 + + + + Load Working Frequencies + 載入工作頻率 + + + + + + Frequency files (*.qrg);;All files (*.*) + 頻率檔案 (*.qrg);;所有檔案 (*.*) + + + + Replace Working Frequencies + 替換工作頻率 + + + + Are you sure you want to discard your current working frequencies and replace them with the loaded ones? + 是否確實要放棄當前工作頻率, 並將其替換為載入的頻率? + + + + Merge Working Frequencies + 合併工作頻率 + + + + + + Not a valid frequencies file + 不是有效的頻率檔案 + + + + Incorrect file magic + 不正確的檔案內容 + + + + Version is too new + 版本太新 + + + + Contents corrupt + 內容已損壞 + + + + Save Working Frequencies + 儲存工作頻率 + + + + Only Save Selected Working Frequencies + 只儲存選取的工作頻率 + + + + Are you sure you want to save only the working frequencies that are currently selected? Click No to save all. + 是否確定要只儲存目前選擇的工作頻率? 按一下 否 可儲存所有. + + + + Reset Working Frequencies + 重置工作頻率 + + + + Are you sure you want to discard your current working frequencies and replace them with default ones? + 您確定要放棄您當前的工作頻率並用預設值頻率替換它們嗎? + + + + Save Directory + 儲存目錄 + + + + AzEl Directory + AzEl 目錄 + + + + Rig control error + 無線電設備控制錯誤 + + + + Failed to open connection to rig + 無法開啟無線電設備的連接 + + + + Rig failure + 無線電設備故障 + + + + Not found + audio device missing + 音訊設備未找到 + + + + DXLabSuiteCommanderTransceiver + + + Failed to connect to DX Lab Suite Commander + + 無法連接到DX Lab Suite Commander + + + + + DX Lab Suite Commander didn't respond correctly reading frequency: + DX Lab Suite Commander讀取頻率沒有正確響應: + + + + DX Lab Suite Commander sent an unrecognised TX state: + DX Lab Suite Commander 發送了一個無法識別的發送狀態: + + + + DX Lab Suite Commander didn't respond correctly polling TX status: + DX Lab Suite Commander 沒有測試正確響應輪詢發送狀態: + + + + DX Lab Suite Commander rig did not respond to PTT: + DX Lab Suite Commander 未響應無線電設備發送PTT: + + + + DX Lab Suite Commander didn't respond correctly polling frequency: + DX Lab Suite Commander 沒有正確響應輪詢頻率: + + + + DX Lab Suite Commander didn't respond correctly polling TX frequency: + DX Lab Suite Commander 沒有正確響應輪詢發送頻率: + + + + DX Lab Suite Commander sent an unrecognised split state: + DX Lab Suite Commander 發送了一個無法識別的異頻狀態: + + + + DX Lab Suite Commander didn't respond correctly polling split status: + DX Lab Suite Commander 沒有正確響應輪詢異頻狀態: + + + + DX Lab Suite Commander sent an unrecognised mode: " + DX Lab Suite Commander 發送了一個無法識別的模式: " + + + + DX Lab Suite Commander didn't respond correctly polling mode: + DX Lab Suite Commander 沒有正確響應輪詢模式: + + + + DX Lab Suite Commander send command failed + + DX Lab Suite Commander 發送命令失敗 + + + + + DX Lab Suite Commander send command failed "%1": %2 + + DX Lab Suite Commander 發送命令失敗 "%1": %2 + + + + + DX Lab Suite Commander send command "%1" read reply failed: %2 + + DX Lab Suite Commander 發送命令 "%1" 讀取回復失敗: %2 + + + + + DX Lab Suite Commander retries exhausted sending command "%1" + DX Lab Suite Commander 發送命令重試失敗 "%1" + + + + DX Lab Suite Commander sent an unrecognized frequency + DX Lab Suite Commander 發送了無法識別的頻率 + + + + DecodeHighlightingListView + + + &Foreground color ... + 字型顏色(&F) ... + + + + Choose %1 Foreground Color + 選擇 %1 字型顏色 + + + + &Unset foreground color + 清除字型顏色(&U) + + + + &Background color ... + 底色(&B) ... + + + + Choose %1 Background Color + 選擇 %1 底色 + + + + U&nset background color + 清除底色(&n) + + + + &Reset this item to defaults + 將此項重置為預設值(&R) + + + + DecodeHighlightingModel + + + CQ in message + CQ 訊息 + + + + My Call in message + 我的訊息 + + + + Transmitted message + 發送訊息 + + + + New DXCC + 新DXCC + + + + New DXCC on Band + 新DXCC 波段 + + + + New Grid + 新網格 + + + + New Grid on Band + 新網格 波段 + + + + New Call + 未曾通聯過 + + + + New Call on Band + 未曾通聯過 波段 + + + + New Continent + 新大洲 + + + + New Continent on Band + 新大洲 波段 + + + + New CQ Zone + 新 CQ 區 + + + + New CQ Zone on Band + 新 CQ 區 波段 + + + + New ITU Zone + 新 ITU 區 + + + + New ITU Zone on Band + 新 ITU 區 波段 + + + + LoTW User + LoTW用戶 + + + + f/g unset + 字型?色未設定 + + + + b/g unset + 背景顏色未設定 + + + + Highlight Type + 突出顯示類型 + + + + Designer + + + &Delete + 刪除(&D) + + + + &Insert ... + 插入(&I) ... + + + + Insert &after ... + 插入之後(&a)... + + + + Import Palette + 導入主題 + + + + + Palettes (*.pal) + 調色板 (*.pal) + + + + Export Palette + 匯出調色板 + + + + Dialog + + + Gray time: + 灰線時間: + + + + Directory + + + File + 檔案 + + + + Progress + 進度 + + + + + URL Error + 網址錯誤 + + + + + Invalid URL: +"%1" + 無效的網址: +"%1" + + + + + + + + + + JSON Error + JSON錯誤 + + + + Contents file syntax error %1 at character offset %2 + 內容檔案語法錯誤 %1 字符偏移量 %2 + + + + Contents file top level must be a JSON array + 檔案內容頂層必須是JSON陣列 + + + + File System Error + 檔案系統錯誤 + + + + Failed to open "%1" +Error: %2 - %3 + 無法開啟 "%1" +錯誤: %2 - %3 + + + + Contents entries must be a JSON array + 輸入內容必須是 JSON 陣列 + + + + Contents entries must have a valid type + 輸入內容必須具有有效的類型 + + + + Contents entries must have a valid name + 輸入內容必須具有有效的名稱 + + + + Contents entries must be JSON objects + 輸入內容必須是 JSON 物件 + + + + Contents directories must be relative and within "%1" + 目錄內容必須是相對的並且在 "%1" + + + + Network Error + 網路錯誤 + + + + Authentication required + 需要認證 + + + + DisplayText + + + &Erase + 清除(&E) + + + + EchoGraph + + + + Echo Graph + 回波圖 + + + + <html><head/><body><p>Compression factor for frequency scale</p></body></html> + <html><head/><body><p>頻率刻度的壓縮係數</p></body></html> + + + + Bins/Pixel + 點/像素 + + + + Gain + 增益 + + + + <html><head/><body><p>Echo spectrum gain</p></body></html> + <html><head/><body><p>回波頻譜增益</p></body></html> + + + + Zero + 零度 + + + + <html><head/><body><p>Echo spectrum zero</p></body></html> + <html><head/><body><p>回波頻譜零度</p></body></html> + + + + <html><head/><body><p>Smoothing of echo spectrum</p></body></html> + <html><head/><body><p>回波頻譜平滑</p></body></html> + + + + Smooth + 平滑 + + + + <html><head/><body><p>Number of echo transmissions averaged</p></body></html> + <html><head/><body><p>平均回波傳輸次數</p></body></html> + + + + N: 0 + + + + + <html><head/><body><p>Click to cycle through a sequence of colors and line widths.</p></body></html> + <html><head/><body><p>單擊以循環顯示一系列顏色和線條寬度.</p></body></html> + + + + Colors + 顏色 + + + + EmulateSplitTransceiver + + + Emulated split mode requires rig to be in simplex mode + 模擬異頻模式要求無線電設備處於單工模式 + + + + EqualizationToolsDialog::impl + + + Equalization Tools + 均衡工具 + + + + Phase + 相位 + + + + + Freq (Hz) + 頻率 (赫?) + + + + Phase (Π) + 相位 (Π) + + + + Delay (ms) + 延遲 (ms) + + + + Measured + 測量 + + + + Proposed + 提出 + + + + Current + 當前 + + + + Group Delay + 組延遲 + + + + Amplitude + 振幅 + + + + Relative Power (dB) + 相對功率 (分貝) + + + + Reference + 參考 + + + + Phase ... + 相位 ... + + + + Refresh + 更新 + + + + Discard Measured + 丟棄測量 + + + + ExistingNameDialog + + + Configuration to Clone From + 從複製中的設定 + + + + &Source Configuration Name: + 來源設定名稱(&S): + + + + ExportCabrillo + + + Dialog + 對話框 + + + + Location: + 位置: + + + + SNJ + + + + + Contest: + 競賽: + + + + ARRL-RTTY + + + + + Callsign: + 呼號: + + + + Category-Operator: + 類別-操作員: + + + + SINGLE-OP + + + + + Category-Transmitter: + 類別-發送機: + + + + ONE + + + + + Category-Power: + 類別-功率: + + + + LOW + + + + + Category-Assisted: + 類別-協助: + + + + NON-ASSISTED + + + + + Category-Band: + 類別-波段: + + + + ALL + + + + + Claimed-Score: + 聲稱-得分: + + + + Operators: + 操作員: + + + + Club: + 俱樂部: + + + + Name: + 姓名: + + + + + Address: + 地址: + + + + Save Log File + 儲存日誌檔案 + + + + Cabrillo Log (*.cbr) + Cabrillo Log (*.cbr) + + + + Cannot open "%1" for writing: %2 + 無法開啟 "%1" 用於寫入: %2 + + + + Export Cabrillo File Error + 匯出卡布裡略檔案錯誤 + + + + FastGraph + + + + Fast Graph + 快速圖 + + + + Waterfall gain + 瀑布增益 + + + + Waterfall zero + 瀑布零度 + + + + Spectrum zero + 頻譜零度 + + + + <html><head/><body><p>Set reasonable levels for gain and zero sliders.</p></body></html> + <html><head/><body><p>為增益和零滑塊設定合理的水平.</p></body></html> + + + + Auto Level + 自動電平 + + + + FoxLog::impl + + + Date & Time(UTC) + 日期與時間(UTC) + + + + Call + 呼號 + + + + Grid + 網格 + + + + Sent + 發出 + + + + Rcvd + 接收器 + + + + Band + 波段 + + + + FoxLogWindow + + + Fox Log + 狐狸日誌 + + + + <html><head/><body><p>Right-click here for available actions.</p></body></html> + <html><head/><body><p>按右鍵此處查看可用操作.</p></body></html> + + + + Callers: + 呼叫者: + + + + + + N + + + + + In progress: + 正在處理中: + + + + Rate: + 率: + + + + &Export ADIF ... + 匯出 ADIF(&E) ... + + + + Export ADIF Log File + 匯出 ADIF 日誌檔案 + + + + ADIF Log (*.adi) + ADIF 日誌 (*.adi) + + + + Export ADIF File Error + 匯出 ADIF 日誌檔案錯誤 + + + + Cannot open "%1" for writing: %2 + 無法開啟 "%1" 以進行寫入: %2 + + + + &Reset ... + 重置(&R) ... + + + + Confirm Reset + 確認重置 + + + + Are you sure you want to erase file FoxQSO.txt and start a new Fox log? + 是否確實要清除 FoxQSO.txt 檔案並啟動新的 狐狸日誌? + + + + FrequencyDialog + + + Add Frequency + 新增頻率 + + + + IARU &Region: + IA&RU 區域: + + + + &Mode: + 模式(&M): + + + + &Frequency (MHz): + 頻率 (M&Hz): + + + + FrequencyList_v2 + + + + IARU Region + IARU 區域 + + + + + Mode + 模式 + + + + + Frequency + 頻率 + + + + + Frequency (MHz) + 頻率 (兆赫) + + + + HRDTransceiver + + + + Failed to connect to Ham Radio Deluxe + + 無法連接到 Ham Radio Deluxe + + + + + Failed to open file "%1": %2. + 無法開啟檔案 "%1": %2. + + + + + Ham Radio Deluxe: no rig found + Ham Radio Deluxe: 未找到無線電設備 + + + + Ham Radio Deluxe: rig doesn't support mode + Ham Radio Deluxe: 無線電設備不支援模式 + + + + Ham Radio Deluxe: sent an unrecognised mode + Ham Radio Deluxe: 發送了一個無法識別的模式 + + + + Ham Radio Deluxe: item not found in %1 dropdown list + Ham Radio Deluxe: 在 %1 下拉清單中找不到項目 + + + + Ham Radio Deluxe: button not available + Ham Radio Deluxe: 按鈕不可用 + + + + Ham Radio Deluxe didn't respond as expected + Ham Radio Deluxe 沒有如預期的那樣響應 + + + + Ham Radio Deluxe: rig has disappeared or changed + Ham Radio Deluxe: 無線電設備已經消失或改變 + + + + Ham Radio Deluxe send command "%1" failed %2 + + Ham Radio Deluxe 發送命令 "%1" 失敗 %2 + + + + + + Ham Radio Deluxe: failed to write command "%1" + Ham Radio Deluxe: 無法寫入命令 "%1" + + + + Ham Radio Deluxe sent an invalid reply to our command "%1" + Ham Radio Deluxe 對我們的命令發出了無效的回復 "%1" + + + + Ham Radio Deluxe failed to reply to command "%1" %2 + + Ham Radio Deluxe 無法回復命令 "%1" %2 + + + + + Ham Radio Deluxe retries exhausted sending command "%1" + Ham Radio Deluxe 發送命令重試失敗 "%1" + + + + Ham Radio Deluxe didn't respond to command "%1" as expected + Ham Radio Deluxe 沒有回應預期的命令 "%1" + + + + HamlibTransceiver + + + + Hamlib initialisation error + Hamlib 初始化錯誤 + + + + Hamlib settings file error: %1 at character offset %2 + Hamlib 設定檔案錯誤: %1 字符偏移量 %2 + + + + Hamlib settings file error: top level must be a JSON object + Hamlib 設定檔案錯誤: 頂層必須是 JSON 對象 + + + + Hamlib settings file error: config must be a JSON object + Hamlib 設定檔案錯誤: 配置必須是JSON對象 + + + + Unsupported CAT type + 不支援 CAT 類型 + + + + Hamlib error: %1 while %2 + Hamlib 錯誤: %1 當 %2 + + + + opening connection to rig + 開啟連接無線電設備 + + + + getting current frequency + 取得當前頻率 + + + + getting current mode + 取得當前模式 + + + + + exchanging VFOs + 在 VFOs 之間切換 + + + + + getting other VFO frequency + 取得其他 VFO 頻率 + + + + getting other VFO mode + 取得其他 VFO 模式 + + + + + setting current VFO + 設定當前 VFO + + + + getting frequency + 取得頻率 + + + + getting mode + 取得模式 + + + + + + getting current VFO + 取得當前 VFO + + + + + + + getting current VFO frequency + 取得當前 VFO 頻率 + + + + + + + + + setting frequency + 設定頻率 + + + + + + + getting current VFO mode + 取得當前 VFO 模式 + + + + + + + + setting current VFO mode + 設定當前 VFO 模式 + + + + + setting/unsetting split mode + 設定/取消 設定異頻模式 + + + + + setting split mode + 設定異頻模式 + + + + setting split TX frequency and mode + 設定異頻發送頻率和模式 + + + + setting split TX frequency + 設定異頻發送頻率 + + + + getting split TX VFO mode + 獲得異頻發送 VFO 模式 + + + + setting split TX VFO mode + 設定異頻發送 VFO 模式 + + + + getting PTT state + 取得PTT 狀態 + + + + setting PTT on + 設定PTT 開啟 + + + + setting PTT off + 設定PTT 關閉 + + + + setting a configuration item + 設定配置項目 + + + + getting a configuration item + 取得配置項目 + + + + IARURegions + + + All + 全部 + + + + Region 1 + 區域 1 + + + + Region 2 + 區域 2 + + + + Region 3 + 區域 3 + + + + + IARU Region + IARU 區域 + + + + LogQSO + + + Click OK to confirm the following QSO: + 單擊 確定 確認以下通聯: + + + + Call + 呼號 + + + + Start + 開始 + + + + + dd/MM/yyyy HH:mm:ss + + + + + End + 結束 + + + + Mode + 模式 + + + + Band + 波段 + + + + Rpt Sent + 發出報告 + + + + Rpt Rcvd + 接收器報告 + + + + Grid + 網格 + + + + Name + 姓名 + + + + Tx power + 發送功率 + + + + + + Retain + 保留 + + + + Comments + 注釋 + + + + Operator + 操作員 + + + + Exch sent + 交換發送 + + + + Rcvd + 接收器 + + + + Prop Mode + 傳播模式 + + + + Aircraft scatter + 飛機反射 + + + + Aurora-E + 極光-E + + + + Aurora + 極光 + + + + Back scatter + 背面反射 + + + + Echolink + + + + + Earth-moon-earth + 月球面反射通信 + + + + Sporadic E + 零星 E + + + + F2 Reflection + F2 反射 + + + + Field aligned irregularities + 場對齊不規則性 + + + + Internet-assisted + 互聯網輔助 + + + + Ionoscatter + 電離層反射 + + + + IRLP + 互聯網電台連接 + + + + Meteor scatter + 流星反射 + + + + Non-satellite repeater or transponder + 非衛星中繼器或轉發器 + + + + Rain scatter + 雨水反射 + + + + Satellite + 衛星 + + + + Trans-equatorial + 跨赤道 + + + + Troposheric ducting + 對流層管道 + + + + + Invalid QSO Data + 無效的通聯資料 + + + + Check exchange sent and received + 選擇已交換的發出及接收器 + + + + Check all fields + 檢查所有欄位 + + + + Log file error + 日誌檔案錯誤 + + + + Cannot open "%1" for append + 無法開啟 "%1" 的附加 + + + + Error: %1 + 錯誤: %1 + + + + LotWUsers::impl + + + Network Error - SSL/TLS support not installed, cannot fetch: +'%1' + 網路錯誤 - SSL/TLS 支援未安裝, 無法提取: +'%1' + + + + Network Error - Too many redirects: +'%1' + 網路錯誤 - 重定向太多: +'%1' + + + + Network Error: +%1 + 網路錯誤: +%1 + + + + File System Error - Cannot commit changes to: +"%1" + 檔案系統錯誤 - 無法將變更提交到: +"%1" + + + + File System Error - Cannot open file: +"%1" +Error(%2): %3 + 檔案系統錯誤 - 無法開啟檔案: +"%1" +錯誤(%2): %3 + + + + File System Error - Cannot write to file: +"%1" +Error(%2): %3 + 檔案系統錯誤 - 無法寫入檔案: +"%1" +錯誤(%2): %3 + + + + MainWindow + + + WSJT-X by K1JT + + + + + + + + + + + Band Activity + 波段內訊息 + + + + + UTC dB DT Freq Dr + + + + + + + + + + Rx Frequency + 接收器訊息 + + + + CQ only + 只顯示CQ + + + + Enter this QSO in log + 在日誌中輸入此通聯紀錄 + + + + Log &QSO + 記錄通聯(&Q) + + + + Stop monitoring + 停止監聽 + + + + &Stop + 停止(&S) + + + + Toggle monitoring On/Off + 切換監聽開/關 + + + + &Monitor + 監聽(&M) + + + + <html><head/><body><p>Erase right window. Double-click to erase both windows.</p></body></html> + <html><head/><body><p>清除接收訊息視窗. 點擊兩次按鈕可清除接收及波段活動訊息視窗.</p></body></html> + + + + Erase right window. Double-click to erase both windows. + 清除接收訊息視窗. 點擊兩次按鈕可清除接收及波段活動訊息視窗. + + + + &Erase + 清除(&E) + + + + <html><head/><body><p>Clear the accumulating message average.</p></body></html> + <html><head/><body><p>清除累積訊息平均值.</p></body></html> + + + + Clear the accumulating message average. + 清除累積訊息平均值. + + + + Clear Avg + 清除平均 + + + + <html><head/><body><p>Decode most recent Rx period at QSO Frequency</p></body></html> + <html><head/><body><p>在通聯頻率下解碼訊息</p></body></html> + + + + Decode most recent Rx period at QSO Frequency + 在通聯頻率下解碼訊息 + + + + &Decode + 解碼(&D) + + + + <html><head/><body><p>Toggle Auto-Tx On/Off</p></body></html> + <html><head/><body><p>啟用或停用自動發送</p></body></html> + + + + Toggle Auto-Tx On/Off + 啟用或停用自動發送 + + + + E&nable Tx + 啟用發送(&n) + + + + Stop transmitting immediately + 立即停止發送 + + + + &Halt Tx + 停止發送(&H) + + + + <html><head/><body><p>Toggle a pure Tx tone On/Off</p></body></html> + <html><head/><body><p>啟用或停用純音調</p></body></html> + + + + Toggle a pure Tx tone On/Off + 啟用或停用純音調 + + + + &Tune + 調諧(&T) + + + + Menus + 顯示功能列 + + + + Decode other Hounds calling above 1000 Hz audio offset + 解碼其他獵犬調用超過 1000 Hz 音訊偏移 + + + + Enable auto response to the first decode from a new DXCC or new call on the current band. + 啟用對當前頻段上新 DXCC 或新呼叫的第一個解碼的自動回應. + + + + F High + F 高 + + + + F Low + F 低 + + + + 1/2 + + + + + 2/2 + + + + + 1/3 + + + + + 2/3 + + + + + 3/3 + + + + + 1/4 + + + + + 2/4 + + + + + 3/4 + + + + + 4/4 + + + + + 1/5 + + + + + 2/5 + + + + + 3/5 + + + + + 4/5 + + + + + 5/5 + + + + + 1/6 + + + + + 2/6 + + + + + 3/6 + + + + + 4/6 + + + + + 5/6 + + + + + 6/6 + + + + + Percentage of minute sequences devoted to transmitting. + 用於傳輸的分鐘序列的百分比. + + + + Prefer Type 1 messages + 首選類型 1 資訊 + + + + <html><head/><body><p>Transmit during the next sequence.</p></body></html> + <html><head/><body><p>在下一個序列中傳送.</p></body></html> + + + + Q65 + + + + + SWL Mode + SWL 模式 + + + + Hide lower panel controls to maximize deocde windows + 隱藏下面板控制項以最大化解碼視窗 + + + + USB dial frequency + 上邊帶頻率 + + + + 14.078 000 + + + + + <html><head/><body><p>30dB recommended when only noise present<br/>Green when good<br/>Red when clipping may occur<br/>Yellow when too low</p></body></html> + <html><head/><body><p>綠色範圍為最好<br/>紅色範圍可能發生訊號剪裁<br/>黃色範圍為太低</p></body></html> + + + + Rx Signal + 接收器信號 + + + + 30dB recommended when only noise present +Green when good +Red when clipping may occur +Yellow when too low + +綠色範圍為最好 +紅色範圍可能發生訊號剪裁 +黃色範圍為太低 + + + + DX Call + DX 呼號 + + + + DX Grid + DX 網格 + + + + Callsign of station to be worked + 正在通聯的電臺呼號 + + + + Search for callsign in database + 在資料庫中搜索此呼號的網格數據 + + + + &Lookup + 檢索(&L) + + + + Locator of station to be worked + 通聯中的電臺定位 + + + + Az: 251 16553 km + 角度: 251 16553 公里 + + + + Add callsign and locator to database + 增加這呼號及網格的數據在資料庫中 + + + + Add + 新增 + + + + Pwr + 功率 + + + + <html><head/><body><p>If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode.</p></body></html> + <html><head/><body><p>橙色或紅色表示無線電設備控制異常. S 表示異頻模式.</p></body></html> + + + + If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode. + 橙色或紅色表示無線電設備控制異常. S 表示異頻模式. + + + + ? + + + + + Adjust Tx audio level + 調整發送音效電平 + + + + <html><head/><body><p>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</p></body></html> + <html><head/><body><p>選擇工作頻段或輸入兆赫頻率或輸入千赫增量,然後輸入 k.</p></body></html> + + + + Frequency entry + 輸入頻率 + + + + Select operating band or enter frequency in MHz or enter kHz increment followed by k. + 選擇工作頻段或輸入兆赫頻率或輸入千赫增量,然後輸入 k. + + + + <html><head/><body><p align="center"> 2015 Jun 17 </p><p align="center"> 01:23:45 </p></body></html> + + + + + <html><head/><body><p>Check to keep Tx frequency fixed when double-clicking on decoded text.</p></body></html> + <html><head/><body><p>點擊兩下解碼文字時, 保持固定發送頻率.</p></body></html> + + + + Check to keep Tx frequency fixed when double-clicking on decoded text. + 點擊兩下解碼文字時, 保持固定發送頻率. + + + + Hold Tx Freq + 保持發送頻率 + + + + Audio Rx frequency + 音頻接收器頻率 + + + + + + + + Hz + 赫茲 + + + + + Rx + 接收器 + + + + + Set Tx frequency to Rx Frequency + 將發送頻率設定為接收器頻率 + + + + ▲ + + + + + Frequency tolerance (Hz) + 頻率容許值 (赫?) + + + + + F Tol + 容許 + + + + + Set Rx frequency to Tx Frequency + 將接收器頻率位置移往發送頻率位置 + + + + ▼ + + + + + <html><head/><body><p>Synchronizing threshold. Lower numbers accept weaker sync signals.</p></body></html> + <html><head/><body><p>同步閾值. 較低的數位接受較弱的同步訊號.</p></body></html> + + + + Synchronizing threshold. Lower numbers accept weaker sync signals. + 同步閾值. 較低的數位接受較弱的同步訊號. + + + + Sync + 同步 + + + + <html><head/><body><p>Check to use short-format messages.</p></body></html> + <html><head/><body><p>選擇以使用短格式訊息.</p></body></html> + + + + Check to use short-format messages. + 選擇使用短格式訊息. + + + + Sh + + + + + <html><head/><body><p>Check to enable JT9 fast modes</p></body></html> + <html><head/><body><p>選擇以開啟 JT9 快速模式</p></body></html> + + + + Check to enable JT9 fast modes + 選擇以開啟 JT9 快速模式 + + + + + Fast + 快速 + + + + <html><head/><body><p>Check to enable automatic sequencing of Tx messages based on received messages.</p></body></html> + <html><head/><body><p>選擇以開啟接收器到訊息自動排序發送訊息.</p></body></html> + + + + Check to enable automatic sequencing of Tx messages based on received messages. + 選擇以開啟接收器到訊息自動排序發送訊息. + + + + Auto Seq + 自動完成通聯 + + + + <html><head/><body><p>Check to call the first decoded responder to my CQ.</p></body></html> + <html><head/><body><p>選擇以呼叫第一個解碼的回應器到我的 CQ.</p></body></html> + + + + Check to call the first decoded responder to my CQ. + 選擇以呼叫第一個解碼的回應我的 CQ. + + + + Call 1st + 自動回覆第一個呼叫 + + + + Check to generate "@1250 (SEND MSGS)" in Tx6. + 選擇以產生 "@1250 (傳送訊息)" 在發送6. + + + + Tx6 + 發送6 + + + + <html><head/><body><p>Check to Tx in even-numbered minutes or sequences, starting at 0; uncheck for odd sequences.</p></body></html> + <html><head/><body><p>選擇發送以偶數分鐘或序列, 從 0 開始; 取消選擇以奇數序列.</p></body></html> + + + + Check to Tx in even-numbered minutes or sequences, starting at 0; uncheck for odd sequences. + 選擇發送以偶數分鐘或序列, 從 0 開始; 取消選擇以奇數序列. + + + + Tx even/1st + 發送偶數/奇數 + + + + <html><head/><body><p>Frequency to call CQ on in kHz above the current MHz</p></body></html> + <html><head/><body><p>呼叫CQ 的頻率以千赫高於目前的兆赫</p></body></html> + + + + Frequency to call CQ on in kHz above the current MHz + 呼叫 CQ 的頻率以千赫高於目前的兆赫 + + + + Tx CQ + 發送 CQ + + + + <html><head/><body><p>Check this to call CQ on the &quot;Tx CQ&quot; frequency. Rx will be on the current frequency and the CQ message wiill include the current Rx frequency so callers know which frequency to reply on.</p><p>Not available to nonstandard callsign holders.</p></body></html> + <html><head/><body><p>勾選此項, 以發送CQ呼叫. 接收器將在當前頻率上,CQ訊息將顯示在當前的接收器資訊視窗, 以便呼叫者知道回覆的頻率.</p><p> 不適用於非標準呼號持有者.</p></body></html> + + + + Check this to call CQ on the "Tx CQ" frequency. Rx will be on the current frequency and the CQ message wiill include the current Rx frequency so callers know which frequency to reply on. +Not available to nonstandard callsign holders. + 勾選此項, 以發送CQ呼叫. 接收器將在當前頻率上,CQ訊息將顯示在當前的接收器資訊視窗, 以便呼叫者知道回覆的頻率. +不適用於非標準呼號持有者. + + + + Rx All Freqs + 接收器所有頻率 + + + + <html><head/><body><p>Submode determines tone spacing; A is narrowest.</p></body></html> + <html><head/><body><p>子模式確定音調間距; A 最窄.</p></body></html> + + + + Submode determines tone spacing; A is narrowest. + 子模式確定音調間距; A 最窄. + + + + Submode + 子模式 + + + + + Fox + 狐狸 + + + + <html><head/><body><p>Check to monitor Sh messages.</p></body></html> + <html><head/><body><p>選擇以監視速記訊息.</p></body></html> + + + + Check to monitor Sh messages. + 選擇以監視速記訊息. + + + + SWL + + + + + Best S+P + 最佳 S+P + + + + <html><head/><body><p>Check this to start recording calibration data.<br/>While measuring calibration correction is disabled.<br/>When not checked you can view the calibration results.</p></body></html> + <html><head/><body><p>勾選可開始記錄校準資料.<br/>當測量校準校正被禁用時.<br/>未檢查時您可以查看校準結果.</p></body></html> + + + + Check this to start recording calibration data. +While measuring calibration correction is disabled. +When not checked you can view the calibration results. + 勾選可開始記錄校準資料. +當測量校準校正被禁用時. +未檢查時您可以查看校準結果. + + + + Measure + 測量 + + + + <html><head/><body><p>Signal report: Signal-to-noise ratio in 2500 Hz reference bandwidth (dB).</p></body></html> + <html><head/><body><p>信號報告: 參考2500赫?頻寬 (dB) 中的信噪比.</p></body></html> + + + + Signal report: Signal-to-noise ratio in 2500 Hz reference bandwidth (dB). + 信號報告: 參考2500赫?頻寬 (dB) 中的信噪比. + + + + Report + 報告 + + + + <html><head/><body><p>Tx/Rx or Frequency calibration sequence length</p></body></html> + <html><head/><body><p>發送/接收器 或頻率校準序列長度</p></body></html> + + + + Tx/Rx or Frequency calibration sequence length + 發送/接收器 或頻率校準序列長度 + + + + + s + + + + + + T/R + + + + Toggle Tx mode + 切換發送模式 + + + Tx JT9 @ + 發送 JT9 @ + + + + Audio Tx frequency + 音訊發送頻率 + + + + + Tx + 發送 + + + + Tx# + 發送# + + + <html><head/><body><p>Double-click on another caller to queue that call for your next QSO.</p></body></html> + <html><head/><body><p>按兩下另一個呼號以序列呼叫您的下一個通聯.</p></body></html> + + + Double-click on another caller to queue that call for your next QSO. + 按兩下另一個呼號以序列呼叫您的下一個通聯. + + + Next Call + 下一個通聯 + + + + 1 + + + + + + + Send this message in next Tx interval + 在下一個發送間隔內發送此訊息 + + + + Ctrl+2 + + + + + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> + <html><head/><body><p>在下一個發送間隔中傳送此訊息</p><p>按兩下以切換使用 發送 1 訊息以啟動電臺的通聯 (不允許 1 型複合呼叫持有者)<</p></body></html> + + + + Send this message in next Tx interval +Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) + 在下一個發送間隔中傳送此訊息 +按兩下以切換使用 發送 1 訊息以啟動電臺的通聯 (不允許 1 型複合呼叫持有者) + + + + Ctrl+1 + + + + + + + + Switch to this Tx message NOW + 立即切換到此發送訊息 + + + + Tx &2 + 發送 &2 + + + + Alt+2 + + + + + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> + <html><head/><body><p>立即切換到此發送訊息</p><p>按兩下以切換使用 發送 1 訊息以啟動電臺的通聯 (不允許 1 型複合呼叫持有者)</p></body></html> + + + + Switch to this Tx message NOW +Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) + 立即切換到此發送訊息 +按兩下以切換使用 發送 1 訊息以啟動電臺的通聯 (不允許 1 型複合呼叫持有者) + + + + Tx &1 + 發送 &1 + + + + Alt+1 + + + + + Ctrl+6 + + + + + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> + <html><head/><body><p>在下一個發送間隔內傳送此訊息</p><p>雙擊可重置為標準 73 訊息</p></body></html> + + + + Send this message in next Tx interval +Double-click to reset to the standard 73 message + 在下一個發送間隔內傳送此訊息 +雙擊可重置為標準 73 訊息 + + + + Ctrl+5 + + + + + Ctrl+3 + + + + + Tx &3 + 發送 &3 + + + + Alt+3 + + + + + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> + <html><head/><body><p>在下一個發送間隔內傳送此訊息</p><p>按兩下可在 發送4 中的 RRR 和 RR73 訊息之間切換 (不允許類型 2 複合呼叫持有者)</p><p>RR73 訊息僅在您有理由相信不需要重複訊息時才應使用</p></body></html> + + + + Send this message in next Tx interval +Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) +RR73 messages should only be used when you are reasonably confident that no message repetitions will be required + 在下一個發送間隔內傳送此訊息 +按兩下可在 發送4 中的 RRR 和 RR73 訊息之間切換 (不允許類型 2 複合呼叫持有者) +RR73 訊息僅在您有理由相信不需要重複訊息時才應使用 + + + + Ctrl+4 + + + + + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> + <html><head/><body><p>立即切換到此發送訊息</p><p>按兩下可在 發送 4 中的 RRR 和 RR73 訊息之間切換 (不允許類型 2 複合呼叫持有者)</p><p>RR73 訊息僅在您有理由相信不需要重複訊息時才應使用</p></body></html> + + + + Switch to this Tx message NOW +Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) +RR73 messages should only be used when you are reasonably confident that no message repetitions will be required + 立即切換到此發送訊息 +按兩下可在 發送 4 中的 RRR 和 RR73 訊息之間切換 (不允許類型 2 複合呼叫持有者) +RR73 訊息僅在您有理由相信不需要重複訊息時才應使用 + + + + Tx &4 + 發送 &4 + + + + Alt+4 + + + + + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> + <html><head/><body><p>立即切?到此?射訊息</p><p>雙擊可重置為標準 73 訊息</p></body></html> + + + + Switch to this Tx message NOW +Double-click to reset to the standard 73 message + 立即切?到此?射訊息 +雙擊可重置為標準 73 訊息 + + + + Tx &5 + 發送 &5 + + + + Alt+5 + + + + + Now + 現在 + + + + Generate standard messages for minimal QSO + 產生標準訊息用於通聯 + + + + Generate Std Msgs + 產生標準訊息 + + + + Tx &6 + 發送 &6 + + + + Alt+6 + + + + + Enter a free text message (maximum 13 characters) +or select a predefined macro from the dropdown list. +Press ENTER to add the current text to the predefined +list. The list can be maintained in Settings (F2). + 輸入自訂義文字資訊(最多13個字元) +或從下拉清單中選擇預定義的巨集. +按回車鍵將目前的文字加入預先定義的 +清單. 該清單可在設定(F2)中維護. + + + + Queue up the next Tx message + 排到下一個發送訊息 + + + + Next + 下一個 + + + + 2 + + + + + Quick-Start Guide to FST4 and FST4W + FST4和FST4W快速入門指南 + + + + FST4 + + + + + FST4W + + + + + + CQ + + + + + Grid + 網格 + + + + Max dB + 最大分貝 + + + + CQ AF + CQ 非洲 + + + + CQ AN + CQ 南極 + + + + CQ AS + CQ 亞洲 + + + + CQ EU + CQ 歐洲 + + + + CQ NA + CQ 北美洲 + + + + CQ OC + CQ 大洋洲 + + + + CQ SA + CQ 南美洲 + + + + CQ 0 + + + + + CQ 1 + + + + + CQ 2 + + + + + CQ 3 + + + + + CQ 4 + + + + + CQ 5 + + + + + CQ 6 + + + + + CQ 7 + + + + + CQ 8 + + + + + CQ 9 + + + + + Reset + 重置 + + + + N List + N 清單 + + + + N Slots + N 插槽 + + + + + + + + + + Random + 隨機 + + + + Call + 呼號 + + + + S/N (dB) + 信噪比(分貝) + + + + Distance + 距離 + + + + More CQs + 更多 CQ + + + + + % + + + + + Tx Pct + 發送 Pct + + + + Band Hopping + 波段跳躍 + + + + Choose bands and times of day for band-hopping. + 選擇波段和一天之中的時間進行波段跳躍. + + + + Schedule ... + 時間排程 ... + + + + Upload decoded messages to WSPRnet.org. + 將解碼的訊息上傳至 WSPRnet.org. + + + + Upload spots + 上傳 spots + + + + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> + <html><head/><body><p>6 位定位器會導致發送 2 個不同的訊息, 第二個包含完整定位器, 但只有哈希呼號,其他電臺必須解碼第一個一次, 然後才能在第二個中解碼您的呼叫. 如果此選項將避免兩個訊息協定, 則選中此選項僅發送 4 位定位器.</p></body></html> + + + + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. + 6 位定位器會導致發送 2 個不同的訊息, 第二個包含完整定位器, 但只有哈希呼號,其他電臺必須解碼第一個一次, 然後才能在第二個中解碼您的呼叫. 如果此選項將避免兩個訊息協定, 則選中此選項僅發送 4 位定位器. + + + + No own call decodes + 沒有自己的呼號解碼 + + + + Tx Next + 發送下一個訊息 + + + + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. + 將發送功率設定為 dBm (dB 高於 1 mW) 作為 WSPR 訊息的一部分. + + + + NB + + + + + Maximum drift rate in units of symbol rate per transmission. + 以每次傳輸的符號速率為單位的最大漂移率. + + + + Max Drift + 最大漂移率 + + + + File + 檔案 + + + + View + 顯示 + + + + Decode + 解碼 + + + + Save + 儲存 + + + + Help + 說明 + + + + Mode + 模式 + + + + Configurations + 設定 + + + + Tools + 工具 + + + + Exit + 關閉程式 + + + + About WSJT-X + 關於 WSJT-X + + + + Waterfall + 頻譜瀑布圖 + + + + Open + 開啟檔案 + + + + Ctrl+O + + + + + Open next in directory + 開啟下一個檔案 + + + + Decode remaining files in directory + 開啟剩餘檔案 + + + + Shift+F6 + + + + + Delete all *.wav && *.c2 files in SaveDir + 刪除所有在SaveDir目錄內 *.wav && *.c2 + + + + None + 不儲存 + + + + Save all + 儲存全部 + + + + Online User Guide + 線上使用者指南 + + + + Keyboard shortcuts + 鍵盤快速鍵 + + + + Special mouse commands + 滑鼠特殊組合 + + + + JT9 + + + + + Save decoded + 儲存解碼檔案 + + + + Normal + 正常 + + + + Deep + 深度 + + + + Erase ALL.TXT + 刪除 ALL.TXT + + + + Erase wsjtx_log.adi + 刪除通聯日誌 wsjtx_log.adi + + + + F7 + + + + + Runaway Tx watchdog + 運行發送監管計時器 + + + + JT65 + + + + + Astronomical data + 天文數據 + + + + List of Type 1 prefixes and suffixes + 型態 1 前置碼與後綴清單 + + + + Settings... + 設定... + + + + Local User Guide + 本地使用者指南 + + + + Open log directory + 開啟日誌檔案目錄 + + + + JT4 + + + + + Message averaging + 訊息平均值 + + + + Enable averaging + 平均值 + + + + Enable deep search + 開啟深度搜尋 + + + + WSPR + + + + + Echo Graph + 回波圖 + + + + F8 + + + + + Echo + + + + + EME Echo mode + EME 回波模式 + + + + ISCAT + + + + + Fast Graph + 快速圖 + + + + F9 + + + + + &Download Samples ... + 下載範例(&D) ... + + + + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> + <html><head/><body><p>下載演示各種模式的示例音頻檔案.</p></body></html> + + + + MSK144 + + + + + QRA64 + + + + + Release Notes + 版本發行說明 + + + + Enable AP for DX Call + 開啟 AP 為 DX 呼叫 + + + + FreqCal + + + + + Measure reference spectrum + 測量參考頻譜 + + + + Measure phase response + 測量相位回應 + + + + Erase reference spectrum + 清除參考頻譜 + + + + Execute frequency calibration cycle + 執行頻率校準週期 + + + + Equalization tools ... + 均衡工具 ... + + + + FT8 + + + + + + Enable AP + 啟用 AP + + + + Solve for calibration parameters + 修正參數的解算 + + + + Copyright notice + 版權聲明 + + + + Shift+F1 + + + + + Fox log + 狐狸日誌 + + + + FT8 DXpedition Mode User Guide + FT8 遠征模式使用者指南 + + + + Reset Cabrillo log ... + 重置 Cabrillo Log ... + + + + Color highlighting scheme + 提示顏色 + + + + Export Cabrillo log ... + 匯出 Cabrillo Log ... + + + + Contest log + 競賽日誌 + + + + Erase WSPR hashtable + 清除 WSPR 哈希表 + + + + FT4 + + + + + Quick-Start Guide to Q65 + Q65 快速入門指南 + + + + Auto Clear Avg after decode + 解碼後自動清除平均值 + + + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + WSJT-X 2.5.0和MAP65 3.0快速入門指南 + + + + Rig Control Error + 無線電設備控制錯誤 + + + + + + Receiving + 接收器 + + + + Do you want to reconfigure the radio interface? + 是否要重新配置無線電設備接口? + + + %1 (%2 sec) audio frames dropped + %1 (%2 秒) 音訊幀被丟棄 + + + Audio Source + 音訊源 + + + Reduce system load + 降低系統負載 + + + Excessive dropped samples - %1 (%2 sec) audio frames dropped in period starting %3 + 樣品遺失過多 -%1 (%2 sec) 音效的畫面在週期開始時遺失 %3 + + + + Error Scanning ADIF Log + 掃描 ADIF 紀錄錯誤 + + + + Scanned ADIF log, %1 worked before records created + 掃描 ADIF 紀錄, %1 建立曾經通聯紀錄 + + + + Error Loading LotW Users Data + 載入 LotW 使用者資料錯誤 + + + + Error Writing WAV File + 寫入 WAV 檔案時錯誤 + + + + Enumerating audio devices + 列舉音訊設備 + + + + Configurations... + 設定檔案... + + + + + + + + + + + + + + + + + + + + + + Message + 訊息 + + + + Error Killing jt9.exe Process + 錯誤終止 jt9.exe 程序 + + + + KillByName return code: %1 + 按結束名稱返回代碼: %1 + + + + Error removing "%1" + 刪除時錯誤 "%1" + + + + Click OK to retry + 單擊 確定 重試 + + + + + Improper mode + 模式不正確 + + + + + File Open Error + 檔案開啟錯誤 + + + + + + + + Cannot open "%1" for append: %2 + 無法開啟 "%1" 用於附加: %2 + + + + Error saving c2 file + 保存c2檔案錯誤 + + + + Error in Sound Input + 聲音輸入錯誤 + + + + Error in Sound Output + 聲音輸出錯誤 + + + + + + + Single-Period Decodes + 單週期解碼 + + + + + + + Average Decodes + 平均解碼 + + + + Change Operator + 變更操作員 + + + + New operator: + 新操作員: + + + + Status File Error + 狀態檔案錯誤 + + + + + Cannot open "%1" for writing: %2 + 無法開啟 "%1" 用於寫入: %2 + + + + Subprocess Error + 子流程錯誤 + + + + Subprocess failed with exit code %1 + 子流程失敗, 退出代碼為 %1 + + + + + Running: %1 +%2 + 運行: %1 +%2 + + + + Subprocess error + 子進程錯誤 + + + + Reference spectrum saved + 儲存參考頻譜 + + + + Invalid data in fmt.all at line %1 + 在 %1 行中 fmt.all 的不合法資料 + + + + Good Calibration Solution + 良好的校準解決方案 + + + + <pre>%1%L2 ±%L3 ppm +%4%L5 ±%L6 Hz + +%7%L8 +%9%L10 Hz</pre> + + + + + Delete Calibration Measurements + 刪除校準測量值 + + + + The "fmt.all" file will be renamed as "fmt.bak" + "fmt.all" 檔案將重新命名為 "fmt.bak" + + + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: + +"The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, ISCAT, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." + 如果您根據 GNU 通用公共許可證的條款合理使用 WSJT-X 的任何部分, 您必須在衍生作品中顯著顯示以下版權聲明: + +"WSJT-X 及相關程式的演算法、原始程式碼、外觀和協定規範 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, ISCAT, MSK144 版權所有 (C) 2001-2021 由以下一個或多個作者提供: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT發展團的其他成員." + + + + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: + +"The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." + 如果您根據 GNU 通用公共許可證的條款合理使用 WSJT-X 的任何部分, 您必須在衍生作品中顯著顯示以下版權聲明: + +"WSJT-X 及相關程式的演算法、原始程式碼、外觀和協定規範 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 版權所有 (C) 2001-2021 由以下一個或多個作者提供: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT發展團的其他成員." + + + + No data read from disk. Wrong file format? + 沒有資料從磁碟讀取. 檔案格式錯誤? + + + + Confirm Delete + 確認刪除 + + + + Are you sure you want to delete all *.wav and *.c2 files in "%1"? + 是否確認刪除所有 *.wav 和 *.c2 檔案在 "%1"? + + + + Keyboard Shortcuts + 鍵盤快速鍵 + + + + <table cellspacing=1> + <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> + <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> + <tr><td><b>Shift+F1 </b></td><td>Copyright Notice</td></tr> + <tr><td><b>Ctrl+F1 </b></td><td>About WSJT-X</td></tr> + <tr><td><b>F2 </b></td><td>Open settings window (Alt: transmit Tx2)</td></tr> + <tr><td><b>F3 </b></td><td>Display keyboard shortcuts (Alt: transmit Tx3)</td></tr> + <tr><td><b>F4 </b></td><td>Clear DX Call, DX Grid, Tx messages 1-4 (Alt: transmit Tx4)</td></tr> + <tr><td><b>Alt+F4 </b></td><td>Exit program</td></tr> + <tr><td><b>F5 </b></td><td>Display special mouse commands (Alt: transmit Tx5)</td></tr> + <tr><td><b>F6 </b></td><td>Open next file in directory (Alt: toggle "Call 1st")</td></tr> + <tr><td><b>Shift+F6 </b></td><td>Decode all remaining files in directory</td></tr> + <tr><td><b>F7 </b></td><td>Display Message Averaging window</td></tr> + <tr><td><b>F11 </b></td><td>Move Rx frequency down 1 Hz</td></tr> + <tr><td><b>Ctrl+F11 </b></td><td>Move identical Rx and Tx frequencies down 1 Hz</td></tr> + <tr><td><b>Shift+F11 </b></td><td>Move Tx frequency down 60 Hz (FT8) or 90 Hz (FT4)</td></tr> + <tr><td><b>Ctrl+Shift+F11 </b></td><td>Move dial frequency down 2000 Hz</td></tr> + <tr><td><b>F12 </b></td><td>Move Rx frequency up 1 Hz</td></tr> + <tr><td><b>Ctrl+F12 </b></td><td>Move identical Rx and Tx frequencies up 1 Hz</td></tr> + <tr><td><b>Shift+F12 </b></td><td>Move Tx frequency up 60 Hz (FT8) or 90 Hz (FT4)</td></tr> + <tr><td><b>Ctrl+Shift+F12 </b></td><td>Move dial frequency up 2000 Hz</td></tr> + <tr><td><b>Alt+1-6 </b></td><td>Set now transmission to this number on Tab 1</td></tr> + <tr><td><b>Ctl+1-6 </b></td><td>Set next transmission to this number on Tab 1</td></tr> + <tr><td><b>Alt+B </b></td><td>Toggle "Best S+P" status</td></tr> + <tr><td><b>Alt+C </b></td><td>Toggle "Call 1st" checkbox</td></tr> + <tr><td><b>Alt+D </b></td><td>Decode again at QSO frequency</td></tr> + <tr><td><b>Shift+D </b></td><td>Full decode (both windows)</td></tr> + <tr><td><b>Ctrl+E </b></td><td>Turn on TX even/1st</td></tr> + <tr><td><b>Shift+E </b></td><td>Turn off TX even/1st</td></tr> + <tr><td><b>Alt+E </b></td><td>Erase</td></tr> + <tr><td><b>Ctrl+F </b></td><td>Edit the free text message box</td></tr> + <tr><td><b>Alt+G </b></td><td>Generate standard messages</td></tr> + <tr><td><b>Alt+H </b></td><td>Halt Tx</td></tr> + <tr><td><b>Ctrl+L </b></td><td>Lookup callsign in database, generate standard messages</td></tr> + <tr><td><b>Alt+M </b></td><td>Monitor</td></tr> + <tr><td><b>Alt+N </b></td><td>Enable Tx</td></tr> + <tr><td><b>Ctrl+O </b></td><td>Open a .wav file</td></tr> + <tr><td><b>Alt+O </b></td><td>Change operator</td></tr> + <tr><td><b>Alt+Q </b></td><td>Log QSO</td></tr> + <tr><td><b>Ctrl+R </b></td><td>Set Tx4 message to RRR (not in FT4)</td></tr> + <tr><td><b>Alt+R </b></td><td>Set Tx4 message to RR73</td></tr> + <tr><td><b>Alt+S </b></td><td>Stop monitoring</td></tr> + <tr><td><b>Alt+T </b></td><td>Toggle Tune status</td></tr> + <tr><td><b>Alt+Z </b></td><td>Clear hung decoder status</td></tr> +</table> + Keyboard shortcuts help window contents + <table cellspacing=1> + <tr><td><b>Esc </b></td><td>停止發送,中止通聯,清除下一個呼叫序列</td></tr> + <tr><td><b>F1 </b></td><td>線上用戶指南 (Alt: 發送 Tx6)</td></tr> + <tr><td><b>Shift+F1 </b></td><td>版權聲明</td></tr> + <tr><td><b>Ctrl+F1 </b></td><td>關於 WSJT-X</td></tr> + <tr><td><b>F2 </b></td><td>開啟設定視窗 (Alt: 發送 Tx2)</td></tr> + <tr><td><b>F3 </b></td><td>顯示鍵盤快速鍵 (Alt: 發送 Tx3)</td></tr> + <tr><td><b>F4 </b></td><td>清除DX呼號, DX網格, 發送訊息 1-4 (Alt: 發送 Tx4)</td></tr> + <tr><td><b>Alt+F4 </b></td><td>退出程序</td></tr> + <tr><td><b>F5 </b></td><td>顯示特殊滑鼠命令 (Alt: transmit Tx5)</td></tr> + <tr><td><b>F6 </b></td><td>開啟目錄中下一個文件 (Alt: toggle "Call 1st")</td></tr> + <tr><td><b>Shift+F6 </b></td><td>直接解碼所有剩餘檔</td></tr> + <tr><td><b>F7 </b></td><td>顯示訊息平均視窗</td></tr> + <tr><td><b>F11 </b></td><td>將發送頻率向下移動 1 赫茲</td></tr> + <tr><td><b>Ctrl+F11 </b></td><td>移動相同的 接收器 和 發送頻率向下移動 1 赫茲</td></tr> + <tr><td><b>Shift+F11 </b></td><td>將發送頻率向下移動 60 赫茲 (FT8) 或 90 赫茲 (FT4)</td></tr> + <tr><td><b>Ctrl+Shift+F11 </b></td><td>將頻率向下移動 2000 赫茲</td></tr> + <tr><td><b>F12 </b></td><td>將接收器頻率向上移動 1 赫茲</td></tr> + <tr><td><b>Ctrl+F12 </b></td><td>相同的接收器和發送頻率向上 1 赫茲</td></tr> + <tr><td><b>Shift+F12 </b></td><td>將發送頻率向上移動 60 赫茲(FT8) or 90 赫茲 (FT4)</td></tr> + <tr><td><b>Ctrl+Shift+F12 </b></td><td>將頻率調高 2000 赫茲</td></tr> + <tr><td><b>Alt+1-6 </b></td><td>現在將傳輸設定為選項卡 1 上的此號碼</td></tr> + <tr><td><b>Ctl+1-6 </b></td><td>在選項卡 1 上將下一個傳輸設定為此號碼</td></tr> + <tr><td><b>Alt+B </b></td><td>切換 "最佳 S+P" 狀態</td></tr> + <tr><td><b>Alt+C </b></td><td>切換 "呼叫 CQ 強制呼叫第 1" 複選框</td></tr> + <tr><td><b>Alt+D </b></td><td>在通聯頻率再次解碼</td></tr> + <tr><td><b>Shift+D </b></td><td>全部解碼(兩個視窗)</td></tr> + <tr><td><b>Ctrl+E </b></td><td>開啟 TX even/1st</td></tr> + <tr><td><b>Shift+E </b></td><td>關閉 TX even/1st</td></tr> + <tr><td><b>Alt+E </b></td><td>清除</td></tr> + <tr><td><b>Ctrl+F </b></td><td>編輯自訂義文字資訊</td></tr> + <tr><td><b>Alt+G </b></td><td>產生標準訊息</td></tr> + <tr><td><b>Alt+H </b></td><td>停止發送</td></tr> + <tr><td><b>Ctrl+L </b></td><td>在資料庫中尋找呼號, 產生標準訊息</td></tr> + <tr><td><b>Alt+M </b></td><td>監聽</td></tr> + <tr><td><b>Alt+N </b></td><td>啟用發送</td></tr> + <tr><td><b>Ctrl+O </b></td><td>開啟 .wav 檔案</td></tr> + <tr><td><b>Alt+O </b></td><td>更換操作員</td></tr> + <tr><td><b>Alt+Q </b></td><td>記錄通聯</td></tr> + <tr><td><b>Ctrl+R </b></td><td>將 Tx4 訊息設定為 RRR(不在 FT4 中)</td></tr> + <tr><td><b>Alt+R </b></td><td>將 Tx4 消息設定為 RR73</td></tr> + <tr><td><b>Alt+S </b></td><td>停止監聽</td></tr> + <tr><td><b>Alt+T </b></td><td>切換調諧狀態</td></tr> + <tr><td><b>Alt+Z </b></td><td>清除掛起解碼器狀態</td></tr> +</table> + + + + Special Mouse Commands + 特殊滑鼠組合 + + + + <table cellpadding=5> + <tr> + <th align="right">Click on</th> + <th align="left">Action</th> + </tr> + <tr> + <td align="right">Waterfall:</td> + <td><b>Click</b> to set Rx frequency.<br/> + <b>Shift-click</b> to set Tx frequency.<br/> + <b>Ctrl-click</b> or <b>Right-click</b> to set Rx and Tx frequencies.<br/> + <b>Double-click</b> to also decode at Rx frequency.<br/> + </td> + </tr> + <tr> + <td align="right">Decoded text:</td> + <td><b>Double-click</b> to copy second callsign to Dx Call,<br/> + locator to Dx Grid, change Rx and Tx frequency to<br/> + decoded signal's frequency, and generate standard<br/> + messages.<br/> + If <b>Hold Tx Freq</b> is checked or first callsign in message<br/> + is your own call, Tx frequency is not changed unless <br/> + <b>Ctrl</b> is held down.<br/> + </td> + </tr> + <tr> + <td align="right">Erase button:</td> + <td><b>Click</b> to erase QSO window.<br/> + <b>Double-click</b> to erase QSO and Band Activity windows. + </td> + </tr> +</table> + Mouse commands help window contents + <table cellpadding=5> + <tr> + <th align="right">點擊</th> + <th align="left">行動</th> + </tr> + <tr> + <td align="right">瀑布圖:</td> + <td><b>Click</b> 設定接收器頻率.<br/> + <b>Shift-click</b> 設定發送頻率.<br/> + <b>Ctrl-click</b> or <b>右鍵單擊</b> 設定接收器和發送頻率.<br/> + <b>Double-click</b> 在接收器頻率解碼.<br/> + </td> + </tr> + <tr> + <td align="right">解碼文字:</td> + <td><b>Double-click</b> 解碼的文字將第二個呼號複製到 Dx 呼號,<br/> + 定位器到 Dx 網格,將接收器和發送頻率更改為<br/> + 解碼信號的頻率, 並生成<br/> + 標準訊息.<br/> + 如果 <b>保持發送頻率</b> 已選中或在消息中顯示第一個呼號<br/> + 是你自己的呼叫, 發送頻率不更改,除非 <br/> + <b>Ctrl</b> 鍵被按下.<br/> + </td> + </tr> + <tr> + <td align="right">清除按鈕:</td> + <td><b>點擊</b> 清除通聯視窗.<br/> + <b>按兩下</b> to erase QSO and Band Activity windows. + </td> + </tr> +</table> + + + + No more files to open. + 沒有要開啟的檔案. + + + + Spotting to PSK Reporter unavailable + 無法發送報告至PSK Reporter + + + + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. + 請選擇其他發送頻率. WSJT-X 不會故意傳輸另一個模式在 WSPR 30米子波段上. + + + + WSPR Guard Band + WSPR護衛頻帶 + + + + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. + 請選擇其他頻率. WSJT-X 不會運行狐狸模式在標準 FT8 波段. + + + + Fox Mode warning + 狐狸模式警告 + + + + Last Tx: %1 + 最後發送: %1 + + + + Should you switch to EU VHF Contest mode? + +To do so, check 'Special operating activity' and +'EU VHF Contest' on the Settings | Advanced tab. + 是否應切換到 歐洲 VHF 競賽模式? + +為此, 請檢查 '特殊操作活動' 和 +設定高級選項卡上的 '歐洲 VHF 競賽'. + + + + Should you switch to ARRL Field Day mode? + 是否切換至 ARRL Field Day 模式? + + + + Should you switch to RTTY contest mode? + 是否切換至 RTTY 競賽模式? + + + + + + + Add to CALL3.TXT + 新增到 CALL3.TXT + + + + Please enter a valid grid locator + 請輸入有效的網格定位 + + + + Cannot open "%1" for read/write: %2 + 無法開啟 "%1" 用於讀/寫: %2 + + + + %1 +is already in CALL3.TXT, do you wish to replace it? + %1 +已經在 CALL3.TXT, 你想替換它嗎? + + + + Warning: DX Call field is empty. + 警告: DX 呼號欄位為空. + + + + Log file error + 日誌檔案錯誤 + + + + Cannot open "%1" + 無法開啟 "%1" + + + + Error sending log to N1MM + 將日誌傳送到 N1MM 時發生錯誤 + + + + Write returned "%1" + 寫入返回 "%1" + + + + Stations calling DXpedition %1 + 呼叫遠征電臺 %1 + + + + Hound + 獵犬 + + + + Tx Messages + 發送訊息 + + + + + + Confirm Erase + 確認清除 + + + + Are you sure you want to erase file ALL.TXT? + 是否確實要清除 ALL.Txt 檔案? + + + + + Confirm Reset + 確認重置 + + + + Are you sure you want to erase your contest log? + 是否確實要清除競賽日誌? + + + + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. + 執行此動作將移除目前競賽的所有通聯紀錄. 它們將保留在 ADIF 日誌檔案中, 但無法匯出到您的Cabrillo Log中. + + + + Cabrillo Log saved + Cabrillo Log 已儲存 + + + + Are you sure you want to erase file wsjtx_log.adi? + 是否確定要清除 wsjtx_log.adi 檔案? + + + + Are you sure you want to erase the WSPR hashtable? + 是否確定要清除 WSPR 雜湊表? + + + + Tune digital gain + 調諧數位增益 + + + + Transmit digital gain + 傳輸數位增益 + + + + Prefixes + 前綴 + + + + Network Error + 網路錯誤 + + + + Error: %1 +UDP server %2:%3 + 錯誤: %1 +UDP 伺服器 %2:%3 + + + + File Error + 檔案錯誤 + + + + Phase Training Disabled + 關閉階段訓練 + + + + Phase Training Enabled + 開啟階段訓練 + + + + WD:%1m + + + + + + Log File Error + 日誌檔案錯誤 + + + + Are you sure you want to clear the QSO queues? + 是否要清除通聯佇列? + + + + MessageAveraging + + + + Message Averaging + 訊息平均值 + + + + UTC Sync DT Freq + + + + + Modes + + + + Mode + 模式 + + + + MultiSettings + + + Default + 預設值 + + + + MultiSettings::impl + + + &Switch To + 切換至(&S) + + + + &Clone + 複製(&C) + + + + Clone &Into ... + 複製到(&I) ... + + + + R&eset + 恢復到預設(&e) + + + + &Rename ... + 重新命名(&R) ... + + + + &Delete + 刪除(&D) + + + + Clone Into Configuration + 複製到設定 + + + + Confirm overwrite of all values for configuration "%1" with values from "%2"? + 確認覆蓋設定 "%1" 的設定值, 以及來自 "%2"的設定值? + + + + Reset Configuration + 重置設定 + + + + Confirm reset to default values for configuration "%1"? + 確認重置為設定預設值 "%1"? + + + + Delete Configuration + 刪除設定 + + + + Confirm deletion of configuration "%1"? + 確認刪除設定 "%1"? + + + + NameDialog + + + New Configuration Name + 新設定檔名稱 + + + + Old name: + 舊設定檔名稱: + + + + &New name: + 新設定檔名稱(&N): + + + + NetworkAccessManager + + + Network SSL/TLS Errors + SSL/TLS 錯誤 + + + + OmniRigTransceiver + + + OmniRig: unrecognized mode + OmniRig: 無法辨識的模式 + + + + Failed to start OmniRig COM server + 無法啟動 OmniRig COM 伺服器 + + + + + OmniRig: don't know how to set rig frequency + OmniRig:無法取得無線電設備頻率 + + + OmniRig: timeout waiting for update from rig + OmniRig:嘗試從無線電設備更新超時 + + + + OmniRig COM/OLE error: %1 at %2: %3 (%4) + OmniRig COM/OLE 錯誤: %1 at %2: %3 (%4) + + + + PollingTransceiver + + + Unexpected rig error + 無線電設備意外錯誤 + + + + QObject + + User Defined + 用戶定義 + + + + Failed to open LotW users CSV file: '%1' + 無法開啟 LotW 使用者 CSV 檔案: '%1' + + + + OOB + + + + + Too many colours in palette. + 調色板中顏色過多. + + + + Error reading waterfall palette file "%1:%2" too many colors. + 讀取瀑布調色板檔案時錯誤 "%1:%2" 過多顏色. + + + + Error reading waterfall palette file "%1:%2" invalid triplet. + 讀取瀑布調色板檔案時錯誤 "%1:%2" 無效的檔案. + + + + Error reading waterfall palette file "%1:%2" invalid color. + 讀取瀑布調色板檔案時錯誤 "%1:%2" 無效的顏色. + + + + Error opening waterfall palette file "%1": %2. + 讀取瀑布調色板檔案時錯誤 "%1": %2. + + + + Error writing waterfall palette file "%1": %2. + 讀取瀑布調色板檔案時錯誤 "%1": %2. + + + + RemoteFile + + + + + + + + File System Error + 檔案系統錯誤 + + + + Cannot rename file: +"%1" +to: "%2" +Error(%3): %4 + 無法重命名檔案: +"%1" +到: "%2" +錯誤(%3): %4 + + + + Cannot delete file: +"%1" + 無法刪除檔案: +"%1" + + + + + + Network Error + 網路錯誤 + + + + Too many redirects: %1 + 太多重新定向: %1 + + + + Redirect not followed: %1 + 未遵循重新定向:%1 + + + + Cannot commit changes to: +"%1" + 無法將更改提交給: +"%1" + + + + Cannot open file: +"%1" +Error(%2): %3 + 無法開啟檔案: +"%1" +錯誤(%2): %3 + + + + Cannot make path: +"%1" + 無法建立路徑: +"%1" + + + + Cannot write to file: +"%1" +Error(%2): %3 + 無法寫入檔案: +"%1" +錯誤(%2): %3 + + + + SampleDownloader::impl + + + + Download Samples + 下載範例檔 + + + + &Abort + 中止 (&A) + + + + &Refresh + 更新 (&R) + + + + &Details + 詳細資訊 (&D) + + + + Base URL for samples: + 範例檔下載網址: + + + + Only use HTTP: + 只使用 HTTP: + + + + Check this if you get SSL/TLS errors + 如果您得到SSL/TLS錯誤, 請勾選此項 + + + + Input Error + 輸入錯誤 + + + + Invalid URL format + 錯誤網址格式 + + + + SoundInput + + + An error opening the audio input device has occurred. + 開啟音頻輸入設備時錯誤. + + + + An error occurred during read from the audio input device. + 從音頻輸入設備讀取時錯誤. + + + + Non-recoverable error, audio input device not usable at this time. + 不可恢復的錯誤, 音頻輸入設備此時不可用. + + + + Requested input audio format is not valid. + 輸入音頻格式無效. + + + + Requested input audio format is not supported on device. + 設備不支援請求輸入的音頻格式. + + + + Failed to initialize audio sink device + 無法初始化音頻接收器器設備 + + + + Idle + 閒置 + + + + Receiving + 接收器 + + + + Suspended + 暫停 + + + + Interrupted + 中斷 + + + + Error + 錯誤 + + + + Stopped + 停止 + + + + SoundOutput + + + An error opening the audio output device has occurred. + 開啟音頻輸出設備時錯誤. + + + + An error occurred during write to the audio output device. + 寫入音頻輸出設備期間錯誤. + + + + Audio data not being fed to the audio output device fast enough. + 音頻數據未以足夠快的速度饋送到音頻輸出設備. + + + + Non-recoverable error, audio output device not usable at this time. + 不可恢復錯誤, 音頻輸出設備此時不可用. + + + + Requested output audio format is not valid. + 請求的輸出音頻格式無效. + + + + Requested output audio format is not supported on device. + 設備不支援請求輸出的音頻格式. + + + + No audio output device configured. + 未設定音訊輸出裝置. + + + + Idle + 閒置 + + + + Sending + 發送 + + + + Suspended + 暫停 + + + + Interrupted + 中斷 + + + + Error + 錯誤 + + + + Stopped + 停止 + + + + StationDialog + + + Add Station + 新增電臺 + + + + &Band: + 波段(&B): + + + + &Offset (MHz): + 偏移 (M&Hz): + + + + &Antenna: + 天線(&A): + + + + StationList::impl + + + Band name + 波段名稱 + + + + Frequency offset + 頻率偏移 + + + + Antenna description + 天線描述 + + + + Band + 波段 + + + + Offset + 偏移 + + + + Antenna Description + 天線描述 + + + + TransceiverBase + + + Unexpected rig error + 無線電設備意外錯誤 + + + + WideGraph + + + Dialog + 對話框 + + + + Controls + 控制列 + + + + Spectrum gain + 頻譜增益 + + + + Palette + 頻譜色板 + + + + <html><head/><body><p>Enter definition for a new color palette.</p></body></html> + <html><head/><body><p>輸入新調色板的定義.</p></body></html> + + + + Adjust... + 調整... + + + + Waterfall gain + 瀑布增益 + + + + <html><head/><body><p>Set fractional size of spectrum in this window.</p></body></html> + <html><head/><body><p>在此視窗中設定頻譜的大小.</p></body></html> + + + + % + + + + + Spec + 高度 + + + + <html><head/><body><p>Flatten spectral baseline over the full displayed interval.</p></body></html> + <html><head/><body><p>在完整顯示的間隔內平展頻譜基線.</p></body></html> + + + + Flatten + 平坦化 + + + + <html><head/><body><p>Compute and save a reference spectrum. (Not yet fully implemented.)</p></body></html> + <html><head/><body><p>計算並保存參考頻譜. (尚未完全實現.)</p></body></html> + + + + Ref Spec + 參考規格 + + + + Smoothing of Linear Average spectrum + 線性平均頻譜的平滑 + + + + Smooth + 平滑 + + + + Compression factor for frequency scale + 頻率刻度的壓縮系數 + + + + Bins/Pixel + 點/像素 + + + + Select waterfall palette + 選擇瀑布調色板 + + + + <html><head/><body><p>Select data for spectral display</p></body></html> + <html><head/><body><p>選擇用於頻譜顯示的數據</p></body></html> + + + + Current + 當前 + + + + Cumulative + 累積 + + + + Linear Avg + 線性平均 + + + + Reference + 參考 + + + + Q65_Sync + Q65_同步 + + + + <html><head/><body><p>Frequency at left edge of waterfall</p></body></html> + <html><head/><body><p>波段在瀑布左邊緣顯示</p></body></html> + + + + Hz + 赫茲 + + + + Start + 開始 + + + + <html><head/><body><p>Decode JT9 only above this frequency</p></body></html> + <html><head/><body><p>僅在此頻率以上解碼 JT9</p></body></html> + + + + Hz + 赫茲 + + + + Split + 異頻 + + + + Number of FFTs averaged (controls waterfall scrolling rate) + FFT 平均數(控制瀑布滾動速率) + + + + N Avg + N 平均 + + + + Waterfall zero + 瀑布零度 + + + + Spectrum zero + 頻譜零度 + + + + User Defined + 用戶定義 + + + + Wide Graph + 頻譜瀑布圖 + + + + + Read Palette + 讀取調色盤 + + + + WorkedBefore + + + Invalid ADIF field %0: %1 + 無效的ADIF欄位 %0: %1 + + + + Malformed ADIF field %0: %1 + 格式不正確的ADIF欄位 %0: %1 + + + + Invalid ADIF header + 無效的 ADIF 標頭 + + + + Error opening ADIF log file for read: %0 + 開啟ADIF紀錄檔進行讀取時發生錯誤: %0 + + + + configuration_dialog + + + Settings + 設定 + + + + Genera&l + 一般(&l) + + + + General station details and settings. + 設定電臺詳細訊息. + + + + Station Details + 電臺資料 + + + + My C&all: + 我的呼號(&a): + + + + Station callsign. + 電臺呼號. + + + + M&y Grid: + 我的網格(&y): + + + + <html><head/><body><p>Maidenhead locator, preferably 6 characters.</p></body></html> + <html><head/><body><p>梅登黑德定位器, 最好是 6 個字元.</p></body></html> + + + + Check to allow grid changes from external programs + 選擇允許從外部程式變更網格 + + + + AutoGrid + 自動網格 + + + + IARU Region: + IARU 區域: + + + + <html><head/><body><p>Select your IARU region.</p></body></html> + <html><head/><body><p>選擇您的 IARU 區域.</p></body></html> + + + + Message generation for type 2 compound callsign holders: + 訊息產生用於類型2複合呼號持有人: + + + + <html><head/><body><p>Type 2 compound callsigns are those with prefixes or suffixes not included in the allowed shortlist (See Help-&gt;Add-on prefixes and suffixes).</p><p>This option determines which generated messages should contain your full type 2 compound call sign rather than your base callsign. It only applies if you have a type 2 compound callsign.</p><p>This option controls the way the messages that are used to answer CQ calls are generated. Generated messages 6 (CQ) and 5 (73) will always contain your full callsign. The JT65 and JT9 protocols allow for some standard messages with your full call at the expense of another piece of information such as the DX call or your locator.</p><p>Choosing message 1 omits the DX callsign which may be an issue when replying to CQ calls. Choosing message 3 also omits the DX callsign and many versions of this and other software will not extract the report. Choosing neither means that your full callsign only goes in your message 5 (73) so your QSO partner may log the wrong callsign.</p><p>None of these options are perfect, message 3 is usually best but be aware your QSO partner may not log the report you send them.</p></body></html> + <html><head/><body><p>複合呼號類型2是那些前綴或後綴不包括在允許的決選名單中 (請參閱?明-& gt; 載入項目前綴和後綴).<p><p>這個選項確定哪些產生的資訊應包含完整類型2複合呼號, 而不是基本呼號.它僅適用於類型為2的複合呼號.</p><p>這個選項控制用於應答 CQ 呼叫的資訊產生方式.產生的資訊 6 (CQ) 和 5 (73) 將始終包含您的完整呼號.jt65 和 jt9 協定允許在您的完整呼叫中使用一些標準資訊, 而犧牲了另一條資訊, 如 DX 呼叫或您的定位.</p><p>選擇資訊1省略 DX 呼號, 這在答覆 CQ 呼叫時可能是一個問題.選擇資訊3也會省略 DX 呼號, 此軟體和其他軟體的許多版本都不會提取報告.選擇這兩個都意味著你的完整呼號只會出現在你的資訊 5 (73) 中, 所以你的通聯夥伴我的日誌是錯誤的呼號.</p><p>這些選項都不是完美的, 資訊 3 是最好的, 但請注意, 您的通聯合作夥伴可能不會記錄您傳送的報告.</p></body></html> + + + + Full call in Tx1 + 完整呼號在 發送1 + + + + Full call in Tx3 + 完整呼號在 發送3 + + + + Full call in Tx5 only + 完整呼號在 發送5 + + + + Display + 顯示 + + + + Show outgoing transmitted messages in the Rx frequency window. + 在接收器訊息視窗中顯示已發送的訊息. + + + + &Tx messages to Rx frequency window + 發出訊息在接收器訊息視窗顯示(&T) + + + + Show if decoded stations are new DXCC entities or worked before. + 顯示解碼的電臺是新的 DXCC 實體還是以前曾經通聯. + + + + Show &DXCC, grid, and worked-before status + 顯示 &DXCC、網格與曾經通聯狀態 + + + + <html><head/><body><p>Check to have decodes for a new period start at the top of the Band Activity window and not scroll off the top when the window is full.</p><p>This is to aid selecting decodes to double-click while decoding is still in progress. Use the Band Activity vertical scroll bar to reveal decodes past the bottom of the window.</p></body></html> + <html><head/><body><p>檢查新週期的解碼從 波段活動 視窗的頂部開始,而不是在視窗已滿時從頂部滾動.</p><p>這是為了幫助選擇解碼, 以按兩下, 而解碼仍在進行中. 使用 波段活動 垂直滾動條顯示視窗底部的解碼.</p></body></html> + + + + Start new period decodes at top + 在頂部開始新期間解碼 + + + + Show principal prefix instead of country name + 顯示主體前綴而不是國家 地區名稱 + + + + Set the font characteristics for the application. + 設定應用程序的字型. + + + + Font... + 字型... + + + + Set the font characteristics for the Band Activity and Rx Frequency areas. + 設定波段活動和接收器訊息視窗的字型. + + + + Decoded Text Font... + 解碼字型... + + + + Include a separator line between periods in the band activity window. + 在波段活動視窗中加入時間分隔行. + + + + &Blank line between decoding periods + 每解碼周期插入間隔行(&B) + + + + Show distance to DX station in miles rather than kilometers. + 以英里為單位顯示 DX 電臺的距離 而不是顯示公里. + + + + Display dista&nce in miles + 顯示距離為英里(&n) + + + + Behavior + 偏好設定 + + + + Decode after EME delay + EME 延遲後解碼 + + + + Tx watchdog: + 發送監管計時器: + + + + <html><head/><body><p>Number of minutes before unattended transmissions are aborted</p></body></html> + <html><head/><body><p>無人值守傳輸時到達設定分鐘數中止發送</p></body></html> + + + + Disabled + 停用 + + + + minutes + 分鐘 + + + + Single decode + 單獨解碼 + + + + <html><head/><body><p>Some rigs are not able to process CAT commands while transmitting. This means that if you are operating in split mode you may have to uncheck this option.</p></body></html> + <html><head/><body><p>某些無線電設備在發送時無法處理CAT 命令.這意味?, 如果您在異頻模式下運行, 則可能必須取消選中此選項.</p></body></html> + + + + Allow Tx frequency changes while transmitting + 允許發送期間改變頻率 + + + + Don't start decoding until the monitor button is clicked. + 軟體開啟時, 關閉監聽按鈕. + + + + Mon&itor off at startup + 開啟時關閉監聽(&i) + + + + <html><head/><body><p>Check this if you wish to automatically return to the last monitored frequency when monitor is enabled, leave it unchecked if you wish to have the current rig frequency maintained.</p></body></html> + <html><head/><body><p>如果您希望在啟用監聽時自動返回到最後一個監聽頻率.</p></body></html> + + + + Monitor returns to last used frequency + 開始監聽時使用上一次的頻率 + + + + Alternate F1-F6 bindings + 備用 F1-F6 綁定 + + + + Turns off automatic transmissions after sending a 73 or any other free +text message. + 傳送 73 或任何其他自由文本消息後 +關閉自動發送. + + + + Di&sable Tx after sending 73 + 傳送 73 後關閉發送(&s) + + + + Send a CW ID after every 73 or free text message. + 73或自定義訊息發出後用CW模式發放你的呼號. + + + + CW ID a&fter 73 + 73發出後用CW模式發放你呼號(&f) + + + + Periodic CW ID Inter&val: + 發送CW訊息時間間隔(&v): + + + + Send a CW ID periodically every few minutes. +This might be required under your countries licence regulations. +It will not interfere with other users as it is always sent in the +quiet period when decoding is done. + 每隔几分鐘定期發送 CW ID. +這可能是必需根據您所在的國家/地區的執照規定. +它不會干擾其他用戶,因為它總是 +在解碼完成後的安靜期間發送. + + + + Automatic transmission mode. + 自動發送模式. + + + + Doubl&e-click on call sets Tx enable + 雙擊呼號集啟用發送(&e) + + + + Calling CQ forces Call 1st + 呼叫 CQ 強制呼叫第 1 + + + + &Radio + 電臺(&R) + + + + Radio interface configuration settings. + 設定無線電設備接口設定. + + + + Settings that control your CAT interface. + 控制CAT界面的設定. + + + + CAT Control + CAT控制 + + + + + Port: + 埠號: + + + + Serial port used for CAT control. + 用於CAT控制的序列埠. + + + + + Serial Port Parameters + 串口參數 + + + + Baud Rate: + 每秒位元數: + + + + Serial port data rate which must match the setting of your radio. + 序列埠位元數必須與您的無線電設備設定相匹配. + + + + 1200 + + + + + 2400 + + + + + 4800 + + + + + 9600 + + + + + 19200 + + + + + 38400 + + + + + 57600 + + + + + 115200 + + + + + <html><head/><body><p>Number of data bits used to communicate with your radio's CAT interface (usually eight).</p></body></html> + <html><head/><body><p>用於與無線電設備 CAT 接口通信的數據位數 (通常為 8 ).</p></body></html> + + + + Data bits + 資料位元 + + + + Data Bits + 資料位元 + + + + D&efault + 預設值(&e) + + + + Se&ven + Se&ven 7 + + + + E&ight + E&ight 8 + + + + <html><head/><body><p>Number of stop bits used when communicating with your radio's CAT interface</p><p>(consult you radio's manual for details).</p></body></html> + <html><head/><body><p>與無線電設備 CAT 接口通信時使用的停止位數</p><p>(詳情請參閱無線電設備手冊).</p></body></html> + + + + Stop bits + 停止位元 + + + + Stop Bits + 停止位元 + + + + + Default + 預設值 + + + + On&e + On&e 1 + + + + T&wo + T&wo 2 + + + + <html><head/><body><p>Flow control protocol used between this computer and your radio's CAT interface (usually &quot;None&quot; but some require &quot;Hardware&quot;).</p></body></html> + <html><head/><body><p>電腦和無線電設備 CAT 接口 之間使用的流量控制協議 (通常是 "None",但有些要求"硬件").</p></body></html> + + + + + Handshake + 流量控制 + + + + &None + + + + + Software flow control (very rare on CAT interfaces). + 軟體控制流 (在CAT接口上非常罕見). + + + + XON/XOFF + + + + + Flow control using the RTS and CTS RS-232 control lines +not often used but some radios have it as an option and +a few, particularly some Kenwood rigs, require it). + 使用 RTS 和 CTS RS-232 控制線控制 + 不經常使用但有些無線電設備有它作為一個選項並且 + 很少,特別是一些 健伍無線電設備,需要它). + + + + &Hardware + 硬件(&H) + + + + Special control of CAT port control lines. + 特殊控制的CAT控制線. + + + + + Force Control Lines + 硬體流控制 + + + + + High + + + + + + Low + + + + + DTR: + + + + + RTS: + + + + + How this program activates the PTT on your radio? + 此程式如何啟動無線電設備上的 PTT? + + + + PTT Method + PTT 方式 + + + + <html><head/><body><p>No PTT activation, instead the radio's automatic VOX is used to key the transmitter.</p><p>Use this if you have no radio interface hardware.</p></body></html> + <html><head/><body><p>如果您沒有無線電設備接口硬件,沒法PTT而是使用無線電設備的自動聲控來發送,請使用此選項.</p></body></html> + + + + VO&X + + + + + <html><head/><body><p>Use the RS-232 DTR control line to toggle your radio's PTT, requires hardware to interface the line.</p><p>Some commercial interface units also use this method.</p><p>The DTR control line of the CAT serial port may be used for this or a DTR control line on a different serial port may be used.</p></body></html> + <html><head/><body><p>使用 RS-232 DTR 控制線路切換無線電設備的 PTT, 需要硬體來介面線路.</p><p>某些商業介面單元也使用此方法.</p><p>CAT 串列埠的 DTR 控制線路可用於此或可用於其他串行埠上的 DTR 控制線路.</p></body></html> + + + + &DTR + + + + + Some radios support PTT via CAT commands, +use this option if your radio supports it and you have no +other hardware interface for PTT. + 一些無線電設備通過CAT命令支援 PTT, +如果您的無線電設備支援此選項請使用此選項而且您沒有 +PTT的其它硬件接口. + + + + C&AT + + + + + <html><head/><body><p>Use the RS-232 RTS control line to toggle your radio's PTT, requires hardware to interface the line.</p><p>Some commercial interface units also use this method.</p><p>The RTS control line of the CAT serial port may be used for this or a RTS control line on a different serial port may be used. Note that this option is not available on the CAT serial port when hardware flow control is used.</p></body></html> + <html><head/><body><p>使用 RS-232 RTS 控制線路切換無線電設備的 PTT, 需要硬體來介面線路.</p><p>某些商業介面單元也使用此方法.</p><p>CAT 串列埠的 RTS 控制線路可用於此或可能用於其他串行埠上的 RTS 控制線路. 請注意,使用硬體流控制時, CAT 串行埠上不可用此選項.</p></body></html> + + + + R&TS + + + + + <html><head/><body><p>Select the RS-232 serial port utilised for PTT control, this option is available when DTR or RTS is selected above as a transmit method.</p><p>This port can be the same one as the one used for CAT control.</p><p>For some interface types the special value CAT may be chosen, this is used for non-serial CAT interfaces that can control serial port control lines remotely (OmniRig for example).</p></body></html> + <html><head/><body><p>選擇用於 ptt 控制的RS-232 序列埠,當選擇上述DTR或RTS作為發送方法時,此選項可用.此埠號可以與用於CAT控制的埠號相同.對於某些接口類型,可以選擇特殊值CAT,這用於可以遠程控制串口控制線的非串行CAT接口 (例如 omnirig).</p></body></html> + + + + Modulation mode selected on radio. + 在無線電設備上選擇的操作模式. + + + + Mode + 無線電操作模式 + + + + <html><head/><body><p>USB is usually the correct modulation mode,</p><p>unless the radio has a special data or packet mode setting</p><p>for AFSK operation.</p></body></html> + <html><head/><body><p>上邊帶通常是正確的調制模式,除非無線電設備具有用於AFSK操作的特殊數據或數據包模式設定.</p></body></html> + + + + US&B + 上邊帶USB(&B) + + + + Don't allow the program to set the radio mode +(not recommended but use if the wrong mode +or bandwidth is selected). + 不允許程序設定無線電設備模式 +(不建議使用但如果選擇錯誤的模式 +或帶寬). + + + + + None + + + + + If this is available then it is usually the correct mode for this program. + 如果這是可用的, 那麼它通常是這個程式的正確模式. + + + + Data/P&kt + 數據/封包(&k) + + + + Some radios can select the audio input using a CAT command, +this setting allows you to select which audio input will be used +(if it is available then generally the Rear/Data option is best). + 一些無線電設備可以使用 CAT 命令選擇音頻輸入, +此設定允許您選擇將使用的音頻輸入 +(如果可用,則通常 後方/數據 選項是最佳選擇). + + + + Transmit Audio Source + 無線電設備音訊來源 + + + + Rear&/Data + 後方&/數據埠 + + + + &Front/Mic + 前方/麥克風(&F) + + + + Rig: + 無線電設備型號: + + + + Poll Interval: + 詢問間隔: + + + + <html><head/><body><p>Interval to poll rig for status. Longer intervals will mean that changes to the rig will take longer to be detected.</p></body></html> + <html><head/><body><p>為軟體與無線電設備溝通的時間間隔.時間間隔較長,意味?對無線電設備的更改需要更長的時間才能檢測到.</p></body></html> + + + + s + + + + + <html><head/><body><p>Attempt to connect to the radio with these settings.</p><p>The button will turn green if the connection is successful or red if there is a problem.</p></body></html> + <html><head/><body><p>嘗試使用這些設定連接到無線電設備.如果連接成功,該按鈕將變為綠色; 如果有問題,則為紅色.</p></body></html> + + + + Test CAT + 測試 CAT + + + + Attempt to activate the transmitter. +Click again to deactivate. Normally no power should be +output since there is no audio being generated at this time. +Check that any Tx indication on your radio and/or your +radio interface behave as expected. + 嘗試激活無線電設備. +再次單擊以停用.通常沒有功率輸出 +因為此時沒有音頻生成.檢查無線電設備 +和/或您的無線電設備接口上 +的任何發送指示是否如預期的那樣. + + + + Test PTT + 測試 PTT + + + + Split Operation + 異頻操作 + + + + Fake It + 虛假 + + + + Rig + 無線電設備 + + + + A&udio + 音效(&u) + + + + Audio interface settings + 音效裝置裝置設定 + + + + Souncard + 音效裝置 + + + + Soundcard + 音效裝置 + + + + Select the audio CODEC to use for transmitting. +If this is your default device for system sounds then +ensure that all system sounds are disabled otherwise +you will broadcast any systems sounds generated during +transmitting periods. + 選擇要用於發送的音頻信號. +如果這是您的預設值設備的系統聲音 +然後確保所有系統聲音被禁用 +否則您將任何系統生成的聲音 +向外發送輸出. + + + + <html><head/><body><p>Enter the service port number of the UDP server that WSJT-X should send updates to. If this is zero no updates will be sent.</p></body></html> + <html><head/><body><p>輸入 WSJT-X 應向其發送更新的 UDP 伺服器的服務埠號. 如果這是零將不發送任何更新.</p></body></html> + + + + Outgoing interfaces: + 傳出介面: + + + + <html><head/><body><p>When sending updates to a multicast group address it is necessary to specify which network interface(s) to send them to. If the loop-back interface is multicast capable then at least that one will be selected.</p><p>For most users the loop-back interface is all that is needed, that will allow multiple other applications on the same machine to interoperate with WSJT-X. If applications running on other hosts are to receive status updates then a suitable network interface should be used.</p><p>On some Linux systems it may be necessary to enable multicast on the loop-back network interface.</p></body></html> + <html><head/><body><p>向組播組地址發送更新時需要指定要將其發送到哪個網路介面. 如果環回介面支援組播則至少將選擇該介面.</p><p>對於大多數用戶來說迴圈回式介面是所有需要的, 將允許同一台電腦上的多個其他應用程式與 WSJT-X 進行互通. 如果在其他主機上運行的應用程式要接收器狀態更新則應使用合適的網路介面.</p><p>在某些 Linux 系統上可能需要在環回網路介面上啟用組播.</p></body></html> + + + + <html><head/><body><p>Sets the number or router hops that multicast datagrams are allowed to make. Almost everyone should set this to 1 to keep outgoing multicast traffic withn the local subnet.</p></body></html> + <html><head/><body><p>設定允許組播數據報進行的數位或路由器躍點. 幾乎每個人都應該將此設定為 1 以保持傳出的組播流量與本地子網.</p></body></html> + + + + Multicast TTL: + 組播 TTL TTL: + + + + Days since last upload + 自上次上傳以來的天數 + + + + Select the audio CODEC to use for receiving. + 選擇音效裝置聲道. + + + + &Input: + 輸入(&I): + + + + Select the channel to use for receiving. + 選擇音效裝置聲道. + + + + + Mono + 單聲道 + + + + + Left + 左聲道 + + + + + Right + 右聲道 + + + + + Both + 雙聲道 + + + + Select the audio channel used for transmission. +Unless you have multiple radios connected on different +channels; then you will usually want to select mono or +both here. + 選擇用於發送訊號的音效裝置聲道. +如果您在連接多台無線電設備; 請確定音效裝置聲道 +是否選擇正確. + + + + Enable VHF and submode features + 啟用甚高頻和子功能 + + + + Ou&tput: + 輸出(&t): + + + + + Save Directory + 儲存目錄 + + + + Loc&ation: + WAV目錄位置(&a): + + + + Path to which .WAV files are saved. + WAV檔儲存路徑. + + + + + TextLabel + + + + + Click to select a different save directory for .WAV files. + 選擇儲存路徑. + + + + S&elect + 選擇(&e) + + + + + AzEl Directory + AzEl 目錄 + + + + Location: + AzEl儲存路徑: + + + + Select + 選擇 + + + + Power Memory By Band + 依頻段記憶功率 + + + + Remember power settings by band + 依頻段功率記憶設定 + + + + Enable power memory during transmit + 在傳輸過程中啟用功率記憶 + + + + Transmit + 發送 + + + + Enable power memory during tuning + 在調諧期間開啟功率記憶 + + + + Tune + 調諧 + + + + Tx &Macros + 自定義訊息(&M) + + + + Canned free text messages setup + 設定自定義訊息 + + + + &Add + 新增(&A) + + + + &Delete + 刪除(&D) + + + + Drag and drop items to rearrange order +Right click for item specific actions +Click, SHIFT+Click and, CRTL+Click to select items + 拖拉項目可重新排列順序 +可使用SHIFT+單擊滑鼠左鍵多選項目或Ctrl+單擊滑鼠左鍵 +跳躍選擇 + + + + Reportin&g + 報告(&g) + + + + Reporting and logging settings + 設定日誌和報告 + + + + Logging + 記錄日誌 + + + + The program will pop up a partially completed Log QSO dialog when you send a 73 or free text message. + 當您發送73或自定義訊息時,程式將自動彈出完成通聯紀錄對話框. + + + + Promp&t me to log QSO + 提示記錄通聯日誌(&t) + + + + Op Call: + 操作員呼號: + + + + Some logging programs will not accept the type of reports +saved by this program. +Check this option to save the sent and received reports in the +comments field. + 一些日誌程式不接受這類型的報告 +由該程序儲存. +選中此選項可將發送和接收器的報告儲存在 +注釋字段. + + + + d&B reports to comments + 將d&B報告寫入備註欄 + + + + Check this option to force the clearing of the DX Call +and DX Grid fields when a 73 or free text message is sent. + 選擇此選項當發送73或自定義文字訊息可強制清除DX呼叫 +和DX網格字段. + + + + Clear &DX call and grid after logging + 記錄完成後清除&DX呼號及網格 + + + + <html><head/><body><p>Some logging programs will not accept WSJT-X mode names.</p></body></html> + <html><head/><body><p>某些日誌紀錄程式不接受 WSJT-X 模式名稱.</p></body></html> + + + + Con&vert mode to RTTY + 將日誌紀錄轉成&RTTY模式 + + + + <html><head/><body><p>The callsign of the operator, if different from the station callsign.</p></body></html> + <html><head/><body><p>操作員的呼號 (如果與電臺呼號不同).</p></body></html> + + + + <html><head/><body><p>Check to have QSOs logged automatically, when complete.</p></body></html> + <html><head/><body><p>選擇當完成通聯後, 自動記錄.</p></body></html> + + + + Log automatically (contesting only) + 日誌自動記錄 (僅限競賽) + + + + Network Services + 網路服務 + + + + <html><head/><body><p>The program can send your station details and all decoded signals with grid squares as spots to the http://pskreporter.info web site.</p><p>This is used for reverse beacon analysis which is very useful for assessing propagation and system performance.</p></body></html> + <html><head/><body><p>該程式可以將你的電臺詳細資訊和所有解碼信號以網格發送到http://pskreporter.info網站.</p><p>這用於反向信標分析,這對於評估傳播和系統性能非常有用.</p></body></html> + + + + Enable &PSK Reporter Spotting + 啟用&PSK Reporter Spotting + + + + <html><head/><body><p>Check this option if a reliable connection is needed</p><p>Most users do not need this, the default uses UDP which is more efficient. Only check this if you have evidence that UDP traffic from you to PSK Reporter is being lost.</p></body></html> + <html><head/><body><p>如果需要可靠的連接, 請勾選此選項</p><p>大多數使用者不需要勾選, 預設使用UDP 效率較高. .</p></body></html> + + + + Use TCP/IP connection + 使用TCP/IP連接 + + + + UDP Server + UDP伺服器 + + + + UDP Server: + UDP伺服器: + + + + <html><head/><body><p>Optional hostname of network service to receive decodes.</p><p>Formats:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hostname</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 multicast group address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 multicast group address</li></ul><p>Clearing this field will disable the broadcasting of UDP status updates.</p></body></html> + <html><head/><body><p>接收器解碼的網路服務的可選主機名稱.</p><p>格式:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">主機名稱</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4多點傳送組地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 多點傳送組地址</li></ul><p>清除此字段將禁用UDP狀態更新的廣播.</p></body></html> + + + + UDP Server port number: + 主要UDP伺服器埠號: + + + <html><head/><body><p>Enter the service port number of the UDP server that WSJT-X should send updates to. If this is zero no updates will be broadcast.</p></body></html> + <html><head/><body><p>輸入 WSJT-X 應向其發送更新的 UDP 伺服器的服務埠號. 如果為零, 將不會廣播任何更新.</p></body></html> + + + + <html><head/><body><p>With this enabled WSJT-X will accept certain requests back from a UDP server that receives decode messages.</p></body></html> + <html><head/><body><p>啟用此功能後,WSJT-X 將接受來自接收器解碼消息的 UDP 伺服器的某些請求.</p></body></html> + + + + Accept UDP requests + 接受UDP請求 + + + + <html><head/><body><p>Indicate acceptance of an incoming UDP request. The effect of this option varies depending on the operating system and window manager, its intent is to notify the acceptance of an incoming UDP request even if this application is minimized or hidden.</p></body></html> + <html><head/><body><p>指示接受傳入的 UDP 請求.此選項的效果因操作系統和視窗管理器而異,其目的是通知接受傳入的 UDP 請求,即使此應用程序最小化或隱藏</p></body></html> + + + + Notify on accepted UDP request + 在接受UDP的請求時通知 + + + + <html><head/><body><p>Restore the window from minimized if an UDP request is accepted.</p></body></html> + <html><head/><body><p>如果接受 UDP 請求,則從最小化還原視窗.</p></body></html> + + + + Accepted UDP request restores window + 接受UDP請求還原視窗 + + + + Secondary UDP Server (deprecated) + 備用UDP 伺服器 (已停用) + + + + <html><head/><body><p>When checked, WSJT-X will broadcast a logged contact in ADIF format to the configured hostname and port. </p></body></html> + <html><head/><body><p>選擇後, WSJT-X 將以 ADIF 格式將紀錄的聯絡廣播到設定的主機名稱和埠. </p></body></html> + + + + Enable logged contact ADIF broadcast + 啟用 ADIF 紀錄廣播 + + + + Server name or IP address: + 伺服器名稱或 IP 位址: + + + + <html><head/><body><p>Optional host name of N1MM Logger+ program to receive ADIF UDP broadcasts. This is usually 'localhost' or ip address 127.0.0.1</p><p>Formats:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hostname</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 multicast group address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 multicast group address</li></ul><p>Clearing this field will disable broadcasting of ADIF information via UDP.</p></body></html> + <html><head/><body><p>N1MM Logger+ 程式可選電腦主機用於接收器 ADIF UDP 廣播. 這通常是 'localhost' 或 IP 地址 127.0.0.1</p><p>格式:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">主機名稱</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 多播組地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 多播組地址</li></ul><p>清除此欄位將停用透過UDP廣播ADIF資訊.</p></body></html> + + + + Server port number: + 伺服器連接埠號: + + + + <html><head/><body><p>Enter the port number that WSJT-X should use for UDP broadcasts of ADIF log information. For N1MM Logger+, this value should be 2333. If this is zero, no updates will be broadcast.</p></body></html> + <html><head/><body><p>輸入 WSJT-X 應用於 ADIF 日誌資訊的 UDP 廣播的埠號. 對於 N1MM Logger+, 此值應為 2333. 如果為零, 將不會廣播任何資料.</p></body></html> + + + + Frequencies + 頻率 + + + + Default frequencies and band specific station details setup + 設定預設頻率和波段等特定電臺詳細資訊 + + + + <html><head/><body><p>See &quot;Frequency Calibration&quot; in the WSJT-X User Guide for details of how to determine these parameters for your radio.</p></body></html> + <html><head/><body><p>參閱 &quot;頻率校準&quot; 在 WSJT-X 使用者指南中, 有關如何確定無線電的這些參數的詳細資訊.</p></body></html> + + + + Frequency Calibration + 頻率校準 + + + + Slope: + 傾斜率: + + + + ppm + + + + + Intercept: + 攔截: + + + + Hz + 赫茲 + + + + Working Frequencies + 工作頻率 + + + + <html><head/><body><p>Right click to maintain the working frequencies list.</p></body></html> + <html><head/><body><p>點選右鍵保持工作頻率清單.</p></body></html> + + + + Station Information + 電臺訊息 + + + + Items may be edited. +Right click for insert and delete options. + 專案可以編輯 +右鍵按下以插入與刪除選項. + + + + Colors + 顏色 + + + + Decode Highlightling + 解碼醒目提示顯示 + + + + <html><head/><body><p>Click to scan the wsjtx_log.adi ADIF file again for worked before information</p></body></html> + <html><head/><body><p>按一下再次掃描wsjtx_log.adi ADIF檔,取得歷史資訊</p></body></html> + + + + Rescan ADIF Log + 重新掃描 ADIF 日誌 + + + + <html><head/><body><p>Push to reset all highlight items above to default values and priorities.</p></body></html> + <html><head/><body><p>推送將上述所有突出顯示項重置為預設值和優先順序.</p></body></html> + + + + Reset Highlighting + 重置醒目提示顯示 + + + + <html><head/><body><p>Enable or disable using the check boxes and right-click an item to change or unset the foreground color, background color, or reset the item to default values. Drag and drop the items to change their priority, higher in the list is higher in priority.</p><p>Note that each foreground or background color may be either set or unset, unset means that it is not allocated for that item's type and lower priority items may apply.</p></body></html> + <html><head/><body><p>使用複選框啟用或停用專案, 並右鍵單擊專案以更改或取消設定前景顏色, 背景顏色, 或將專案重置為預設值. 拖放專案以更改其優先順序, 清單中較高的優先順序較高.</p><p> 請注意,每個前景或背景顏色都可以設定或取消設定, 未設定意味著未為該專案分配該類型, 低優先順序項可能適用.</p></body></html> + + + + <html><head/><body><p>Check to indicate new DXCC entities, grid squares, and callsigns per mode.</p></body></html> + <html><head/><body><p>選擇以指示每個模式新的 DXCC 實體, 網格和呼號.</p></body></html> + + + + Highlight by Mode + 依模式醒目提示顯示 + + + + Include extra WAE entities + 包括額外的 WAE 實體 + + + + Check to for grid highlighting to only apply to unworked grid fields + 檢查到網格突出顯示僅套用於未通聯的網格欄位 + + + + Only grid Fields sought + 僅尋求網格欄位 + + + + <html><head/><body><p>Controls for Logbook of the World user lookup.</p></body></html> + <html><head/><body><p>控制 LoTW 使用者尋找日誌.</p></body></html> + + + + Logbook of the World User Validation + LoTW 使用者驗證 + + + + Users CSV file URL: + 使用者 CSV 檔案網址: + + + + <html><head/><body><p>URL of the ARRL LotW user's last upload dates and times data file which is used to highlight decodes from stations that are known to upload their log file to LotW.</p></body></html> + <html><head/><body><p>ARRL LoTW 使用者上次上傳日期和時間資料檔案的網址, 該檔案用於突出顯示已知將紀錄檔上載到 LoTW 的電臺的解碼.</p></body></html> + + + + URL + 網址 + + + + https://lotw.arrl.org/lotw-user-activity.csv + + + + + <html><head/><body><p>Push this button to fetch the latest LotW user's upload date and time data file.</p></body></html> + <html><head/><body><p>按下此按鈕即可取得最新的 LoRW 使用者的上傳日期和時間資料檔.</p></body></html> + + + + Fetch Now + 立即取得 + + + + Age of last upload less than: + 上次上傳的日期小於: + + + + <html><head/><body><p>Adjust this spin box to set the age threshold of LotW user's last upload date that is accepted as a current LotW user.</p></body></html> + <html><head/><body><p>調整此旋轉框以設定 LoTW 使用者最後一個上傳日期的日期閾值,該日期被接受為當前 LoTW 使用者.</p></body></html> + + + + days + + + + + Advanced + 進階設定 + + + + <html><head/><body><p>User-selectable parameters for JT65 VHF/UHF/Microwave decoding.</p></body></html> + <html><head/><body><p>使用者可選參數用於JT65 VHF/UHF/Microwave 的解碼.</p></body></html> + + + + JT65 VHF/UHF/Microwave decoding parameters + JT65 VHF/UHF/Microwave 解碼參數 + + + + Random erasure patterns: + 隨機清除模式: + + + + <html><head/><body><p>Maximum number of erasure patterns for stochastic soft-decision Reed Solomon decoder is 10^(n/2).</p></body></html> + <html><head/><body><p>隨機軟決策 Reed Solomon 解碼器的最大清除模式數為 10^(n/2).</p></body></html> + + + + Aggressive decoding level: + 主動解碼等級: + + + + <html><head/><body><p>Higher levels will increase the probability of decoding, but will also increase probability of a false decode.</p></body></html> + <html><head/><body><p>較高的水準會增加解碼的概率,但也會增加錯誤解碼的概率.</p></body></html> + + + + Two-pass decoding + 使用二次解碼 + + + + Special operating activity: Generation of FT4, FT8, and MSK144 messages + 特殊操作活動: 產生FT4, FT8 和 MSK144 訊息 + + + + <html><head/><body><p>FT8 DXpedition mode: Hound operator calling the DX.</p></body></html> + <html><head/><body><p>FT8 DX遠征模式呼叫DX的獵犬操作員.</p></body></html> + + + + + Hound + 獵犬 + + + + <html><head/><body><p>North American VHF/UHF/Microwave contests and others in which a 4-character grid locator is the required exchange.</p></body></html> + <html><head/><body><p>北美 VHF/UHF/Microwave 競賽和其他需要交換的 4 個字元網格定位的競賽.</p></body></html> + + + + + NA VHF Contest + NA VHF 競賽 + + + + <html><head/><body><p>FT8 DXpedition mode: Fox (DXpedition) operator.</p></body></html> + <html><head/><body><p>FT8 DX遠征模式: 狐狸 (DX遠征) 操作員.</p></body></html> + + + + + Fox + 狐狸 + + + + <html><head/><body><p>European VHF+ contests requiring a signal report, serial number, and 6-character locator.</p></body></html> + <html><head/><body><p>歐洲 VHF+ 競賽需要信號報告, 序列號和 6 個字元定位.</p></body></html> + + + + + EU VHF Contest + EU VHF 競賽 + + + + + <html><head/><body><p>ARRL RTTY Roundup and similar contests. Exchange is US state, Canadian province, or &quot;DX&quot;.</p></body></html> + <html><head/><body><p>ARRL RTTY 競賽和類似的競賽. 交換是美國的州, 加拿大省或 &quot;DX&quot;.</p></body></html> + + + + R T T Y Roundup + R T T Y 競賽 + + + + RTTY Roundup messages + RTTY 競賽訊息 + + + + RTTY Roundup exchange + RTTY 競賽交換 + + + + RTTY RU Exch: + RTTY RU 交換: + + + + NJ + + + + + + <html><head/><body><p>ARRL Field Day exchange: number of transmitters, Class, and ARRL/RAC section or &quot;DX&quot;.</p></body></html> + <html><head/><body><p>ARRL 競賽日交換: 發送機數量, 類別別, 和 ARRL/RAC 部份或 &quot;DX&quot;.</p></body></html> + + + + A R R L Field Day + A R R L 競賽 + + + + ARRL Field Day + ARRL 競賽日 + + + + Field Day exchange + 競賽日交換 + + + + FD Exch: + FD 交換: + + + + 6A SNJ + + + + + <html><head/><body><p>World-Wide Digi-mode contest</p><p><br/></p></body></html> + <html><head/><body><p>世界數位模式競賽</p><p><br/></p></body></html> + + + + WW Digital Contest + 世界數位通聯競賽 + + + + WW Digi Contest + 世界數位通聯競賽 + + + + Miscellaneous + 雜項 + + + + Degrade S/N of .wav file: + 降低信噪比的 .wav文件: + + + + + For offline sensitivity tests + 用於離線靈敏度測試 + + + + dB + 分貝 + + + + Receiver bandwidth: + 接收器器頻寬: + + + + Hz + 赫茲 + + + + Tx delay: + 發送延遲: + + + + Minimum delay between assertion of PTT and start of Tx audio. + PTT 驗證與發送音訊啟動之間的最小延遲. + + + + s + + + + + + Tone spacing + 音調間距 + + + + <html><head/><body><p>Generate Tx audio with twice the normal tone spacing. Intended for special LF/MF transmitters that use a divide-by-2 before generating RF.</p></body></html> + <html><head/><body><p>產生具有正常音調間距兩倍的發送音頻. 適用於在產生射頻之前使用除以 2 的特殊 LF/MF 發送器.</p></body></html> + + + + x 2 + + + + + <html><head/><body><p>Generate Tx audio with four times the normal tone spacing. Intended for special LF/MF transmitters that use a divide-by-4 before generating RF.</p></body></html> + <html><head/><body><p>具有正常音調間距四倍的發送音頻. 適用於在產生射頻之前使用除以 4 的特殊 LF/MF 發送器.</p></body></html> + + + + x 4 + + + + + + Waterfall spectra + 瀑布頻譜 + + + + Low sidelobes + 低側邊 + + + + Most sensitive + 最敏銳 + + + + <html><head/><body><p>Discard (Cancel) or apply (OK) configuration changes including</p><p>resetting the radio interface and applying any soundcard changes</p></body></html> + <html><head/><body><p>放棄 (取消) 或應用 (確定) 設定更改, 包括</p><p>重置無線電介面並套用任何音效卡變更</p></body></html> + + + + main + + Another instance may be running + 另一個應用程式可能正在執行中 + + + try to remove stale lock file? + 嘗試刪除封存的鎖定檔案? + + + + Failed to create a temporary directory + 無法建立暫存目錄 + + + + + Path: "%1" + 路徑: "%1" + + + + Failed to create a usable temporary directory + 無法建立可用的暫存目錄 + + + + Another application may be locking the directory + 另一個應用程式可能正在鎖定目錄 + + + + Failed to create data directory + 無法建立資料目錄 + + + + path: "%1" + 路徑: "%1" + + + + Shared memory error + 共用記憶體錯誤 + + + + Unable to create shared memory segment + 無法建立共用記憶體區段 + + + + Sub-process error + 子程式錯誤 + + + + Failed to close orphaned jt9 process + 無法關閉佔留的JT9程序 + + + + wf_palette_design_dialog + + + Palette Designer + 頻譜顏色樣板 + + + + <html><head/><body><p>Double click a color to edit it.</p><p>Right click to insert or delete colors.</p><p>Colors at the top represent weak signals</p><p>and colors at the bottom represent strong</p><p>signals. You can have up to 256 colors.</p></body></html> + <html><head/><body><p>雙擊一種顏色進行編輯.</p><p>右鍵單擊可插入或刪除顏色.</p><p>頂部的顏色代表微弱的信號</p><p>底部的顏色代表強烈</p><p>信號. 您最多可以有256種顏色.</p></body></html> + + + \ No newline at end of file From f37c39df48348193f9d2f227449f6f22fbc76fa6 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 20:25:09 +0100 Subject: [PATCH 05/11] Traditional Chinese UI translation updates, tnx Steven, BU2EL --- translations/wsjtx_zh_TW.ts | 249 ++++++++++++++++++------------------ 1 file changed, 124 insertions(+), 125 deletions(-) diff --git a/translations/wsjtx_zh_TW.ts b/translations/wsjtx_zh_TW.ts index c54c8a025..7748c5091 100644 --- a/translations/wsjtx_zh_TW.ts +++ b/translations/wsjtx_zh_TW.ts @@ -1,4 +1,4 @@ - + @@ -30,12 +30,12 @@ Doppler tracking - 多普勒跟蹤 + 多普勒追蹤 <html><head/><body><p>One station does all Doppler shift correction, their QSO partner receives and transmits on the sked frequency.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p></body></html> - <html><head/><body><p>一個站執行所有多普勒換檔校正, 他們的通聯合作夥伴接收器和傳輸 sked 頻率.</p><p>如果無線電設備在傳輸單校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> + <html><head/><body><p>一個站執行所有多普勒換檔校正, 他們的通聯合作夥伴接收和傳輸 sked 頻率.</p><p>如果無線電設備在傳輸單校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> @@ -45,7 +45,7 @@ <html><head/><body><p>Transmit takes place on sked frequency and receive frequency is corrected for own echoes. </p><p>This mode can be used for calling CQ, or when using Echo mode.</p></body></html> - <html><head/><body><p>傳輸以 sked 頻率進行, 接收器頻率被校正為自己的回波. </p><p>此模式可用於呼叫 CQ 或使用回波模式時.</p></body></html> + <html><head/><body><p>傳輸以 sked 頻率進行, 接收頻率被校正為自己的回波. </p><p>此模式可用於呼叫 CQ 或使用回波模式時.</p></body></html> @@ -65,7 +65,7 @@ <html><head/><body><p>DX station announces their TX Freq, which is entered as the Sked Freq. Correction applied to RX and TX so you appear on the DX's station's own echo Freq.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p></body></html> - <html><head/><body><p>DX電臺宣佈其發送頻率, 這是輸入作為Sked頻率修正應用於接收器和發送, 所以你出現在DX電臺自己的回波頻率.</p><p>如果無線電設備在傳輸單個校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> + <html><head/><body><p>DX電臺宣佈其發送頻率, 這是輸入作為Sked頻率修正應用於接收和發送, 所以你出現在DX電臺自己的回波頻率.</p><p>如果無線電設備在傳輸單個校正時不接受 CAT QSY 命令則在整個傳輸期間應用.</p></body></html> @@ -106,7 +106,7 @@ Rx: - 接收器: + 接收: @@ -195,7 +195,7 @@ &Set Rx && Tx Offset - 設定接收器 && 發送偏頻(&S) + 設定接收 && 發送偏頻(&S) @@ -228,7 +228,7 @@ Rcvd - 接收器 + 接收 @@ -423,7 +423,7 @@ Serial Port: - 序列埠: + 串口: @@ -853,7 +853,7 @@ Format: f/g unset - 字型?色未設定 + 字型顏色未設定 @@ -1042,7 +1042,7 @@ Error: %2 - %3 Zero - 零度 + 準位 @@ -1104,7 +1104,7 @@ Error: %2 - %3 Freq (Hz) - 頻率 (赫?) + 頻率 (赫茲) @@ -1154,7 +1154,7 @@ Error: %2 - %3 Phase ... - 相位 ... + 開啟檔案 ... @@ -1164,7 +1164,7 @@ Error: %2 - %3 Discard Measured - 丟棄測量 + 放棄測量 @@ -1368,7 +1368,7 @@ Error: %2 - %3 Rcvd - 接收器 + 接收 @@ -1448,7 +1448,7 @@ Error: %2 - %3 Are you sure you want to erase file FoxQSO.txt and start a new Fox log? - 是否確實要清除 FoxQSO.txt 檔案並啟動新的 狐狸日誌? + 是否確實要清除 FoxQSO.txt 檔案並使用新的狐狸日誌? @@ -1803,7 +1803,7 @@ Error: %2 - %3 Click OK to confirm the following QSO: - 單擊 確定 確認以下通聯: + 確認以下通聯資料: @@ -1813,7 +1813,7 @@ Error: %2 - %3 Start - 開始 + 開始日期/時間 @@ -1824,7 +1824,7 @@ Error: %2 - %3 End - 結束 + 結束日期/時間 @@ -1844,7 +1844,7 @@ Error: %2 - %3 Rpt Rcvd - 接收器報告 + 接收報告 @@ -1886,7 +1886,7 @@ Error: %2 - %3 Rcvd - 接收器 + 接收 @@ -1992,7 +1992,7 @@ Error: %2 - %3 Check exchange sent and received - 選擇已交換的發出及接收器 + 選擇已交換的發出及接收 @@ -2096,7 +2096,7 @@ Error(%2): %3 Rx Frequency - 接收器訊息 + 通聯解碼訊息 @@ -2136,7 +2136,7 @@ Error(%2): %3 <html><head/><body><p>Erase right window. Double-click to erase both windows.</p></body></html> - <html><head/><body><p>清除接收訊息視窗. 點擊兩次按鈕可清除接收及波段活動訊息視窗.</p></body></html> + <html><head/><body><p>清除 訊息視窗. 點擊兩次按鈕可清除接收及波段活動訊息視窗.</p></body></html> @@ -2221,7 +2221,7 @@ Error(%2): %3 Menus - 顯示功能列 + 顯示工具列 @@ -2391,7 +2391,7 @@ Error(%2): %3 Rx Signal - 接收器信號 + 接收信號 @@ -2512,7 +2512,7 @@ Yellow when too low Audio Rx frequency - 音頻接收器頻率 + 音頻接收頻率 @@ -2527,13 +2527,13 @@ Yellow when too low Rx - 接收器 + 接收 Set Tx frequency to Rx Frequency - 將發送頻率設定為接收器頻率 + 將發送頻率設定為接收頻率 @@ -2543,7 +2543,7 @@ Yellow when too low Frequency tolerance (Hz) - 頻率容許值 (赫?) + 頻率容許值 (赫茲) @@ -2555,7 +2555,7 @@ Yellow when too low Set Rx frequency to Tx Frequency - 將接收器頻率位置移往發送頻率位置 + 將接收頻率位置移往發送頻率位置 @@ -2611,12 +2611,12 @@ Yellow when too low <html><head/><body><p>Check to enable automatic sequencing of Tx messages based on received messages.</p></body></html> - <html><head/><body><p>選擇以開啟接收器到訊息自動排序發送訊息.</p></body></html> + <html><head/><body><p>選擇以開啟接收到訊息自動排序發送訊息.</p></body></html> Check to enable automatic sequencing of Tx messages based on received messages. - 選擇以開啟接收器到訊息自動排序發送訊息. + 選擇以開啟接收到訊息自動排序發送訊息. @@ -2681,19 +2681,19 @@ Yellow when too low <html><head/><body><p>Check this to call CQ on the &quot;Tx CQ&quot; frequency. Rx will be on the current frequency and the CQ message wiill include the current Rx frequency so callers know which frequency to reply on.</p><p>Not available to nonstandard callsign holders.</p></body></html> - <html><head/><body><p>勾選此項, 以發送CQ呼叫. 接收器將在當前頻率上,CQ訊息將顯示在當前的接收器資訊視窗, 以便呼叫者知道回覆的頻率.</p><p> 不適用於非標準呼號持有者.</p></body></html> + <html><head/><body><p>勾選此項, 以發送CQ呼叫. 接收將在當前頻率上,CQ訊息將顯示在當前的接收資訊視窗, 以便呼叫者知道回覆的頻率.</p><p> 不適用於非標準呼號持有者.</p></body></html> Check this to call CQ on the "Tx CQ" frequency. Rx will be on the current frequency and the CQ message wiill include the current Rx frequency so callers know which frequency to reply on. Not available to nonstandard callsign holders. - 勾選此項, 以發送CQ呼叫. 接收器將在當前頻率上,CQ訊息將顯示在當前的接收器資訊視窗, 以便呼叫者知道回覆的頻率. + 勾選此項, 以發送CQ呼叫. 接收將在當前頻率上,CQ訊息將顯示在當前的接器資訊視窗, 以便呼叫者知道回覆的頻率. 不適用於非標準呼號持有者. Rx All Freqs - 接收器所有頻率 + 接收所有頻率 @@ -2758,12 +2758,12 @@ When not checked you can view the calibration results. <html><head/><body><p>Signal report: Signal-to-noise ratio in 2500 Hz reference bandwidth (dB).</p></body></html> - <html><head/><body><p>信號報告: 參考2500赫?頻寬 (dB) 中的信噪比.</p></body></html> + <html><head/><body><p>信號報告: 參考2500赫茲頻寬 (dB) 中的信噪比.</p></body></html> Signal report: Signal-to-noise ratio in 2500 Hz reference bandwidth (dB). - 信號報告: 參考2500赫?頻寬 (dB) 中的信噪比. + 信號報告: 參考2500赫茲頻寬 (dB) 中的信噪比. @@ -2773,12 +2773,12 @@ When not checked you can view the calibration results. <html><head/><body><p>Tx/Rx or Frequency calibration sequence length</p></body></html> - <html><head/><body><p>發送/接收器 或頻率校準序列長度</p></body></html> + <html><head/><body><p>發送/接收 或頻率校準序列長度</p></body></html> Tx/Rx or Frequency calibration sequence length - 發送/接收器 或頻率校準序列長度 + 發送/接收 或頻率校準序列長度 @@ -2985,14 +2985,14 @@ RR73 訊息僅在您有理由相信不需要重複訊息時才應使用 <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> - <html><head/><body><p>立即切?到此?射訊息</p><p>雙擊可重置為標準 73 訊息</p></body></html> + <html><head/><body><p>點擊後立即切換至此訊息</p><p>雙擊 發送4後可切換標準 73 訊息或 RR73 訊息</p></body></html> Switch to this Tx message NOW Double-click to reset to the standard 73 message - 立即切?到此?射訊息 -雙擊可重置為標準 73 訊息 + 點擊後立即切換至此訊息 +雙擊 發送4後可切換標準 73 訊息或 RR73 訊息 @@ -3012,7 +3012,7 @@ Double-click to reset to the standard 73 message Generate standard messages for minimal QSO - 產生標準訊息用於通聯 + 產生標準通聯用訊息 @@ -3037,7 +3037,7 @@ Press ENTER to add the current text to the predefined list. The list can be maintained in Settings (F2). 輸入自訂義文字資訊(最多13個字元) 或從下拉清單中選擇預定義的巨集. -按回車鍵將目前的文字加入預先定義的 +按Enter將目前的文字加入預先定義的 清單. 該清單可在設定(F2)中維護. @@ -3376,7 +3376,7 @@ list. The list can be maintained in Settings (F2). Delete all *.wav && *.c2 files in SaveDir - 刪除所有在SaveDir目錄內 *.wav && *.c2 + 刪除所有 SaveDir目錄內 *.wav && *.c2 檔案 @@ -3386,7 +3386,7 @@ list. The list can be maintained in Settings (F2). Save all - 儲存全部 + 儲存全部檔案 @@ -3396,12 +3396,12 @@ list. The list can be maintained in Settings (F2). Keyboard shortcuts - 鍵盤快速鍵 + 鍵盤快速鍵指南 Special mouse commands - 滑鼠特殊組合 + 滑鼠快速鍵指南 @@ -3456,7 +3456,7 @@ list. The list can be maintained in Settings (F2). List of Type 1 prefixes and suffixes - 型態 1 前置碼與後綴清單 + 前置碼與後綴碼清單 @@ -3536,7 +3536,7 @@ list. The list can be maintained in Settings (F2). &Download Samples ... - 下載範例(&D) ... + 下載範例檔(&D) ... @@ -3607,7 +3607,7 @@ list. The list can be maintained in Settings (F2). Solve for calibration parameters - 修正參數的解算 + 修正校準參數 @@ -3684,12 +3684,12 @@ list. The list can be maintained in Settings (F2). Receiving - 接收器 + 接收 Do you want to reconfigure the radio interface? - 是否要重新配置無線電設備接口? + 是否要重新配置無線電設備介面? %1 (%2 sec) audio frames dropped @@ -3730,7 +3730,7 @@ list. The list can be maintained in Settings (F2). Enumerating audio devices - 列舉音訊設備 + 列出音訊設備 @@ -4009,11 +4009,11 @@ list. The list can be maintained in Settings (F2). <tr><td><b>Shift+F6 </b></td><td>直接解碼所有剩餘檔</td></tr> <tr><td><b>F7 </b></td><td>顯示訊息平均視窗</td></tr> <tr><td><b>F11 </b></td><td>將發送頻率向下移動 1 赫茲</td></tr> - <tr><td><b>Ctrl+F11 </b></td><td>移動相同的 接收器 和 發送頻率向下移動 1 赫茲</td></tr> + <tr><td><b>Ctrl+F11 </b></td><td>移動相同的 接收 和 發送頻率向下移動 1 赫茲</td></tr> <tr><td><b>Shift+F11 </b></td><td>將發送頻率向下移動 60 赫茲 (FT8) 或 90 赫茲 (FT4)</td></tr> <tr><td><b>Ctrl+Shift+F11 </b></td><td>將頻率向下移動 2000 赫茲</td></tr> - <tr><td><b>F12 </b></td><td>將接收器頻率向上移動 1 赫茲</td></tr> - <tr><td><b>Ctrl+F12 </b></td><td>相同的接收器和發送頻率向上 1 赫茲</td></tr> + <tr><td><b>F12 </b></td><td>將接收頻率向上移動 1 赫茲</td></tr> + <tr><td><b>Ctrl+F12 </b></td><td>相同的接收和發送頻率向上 1 赫茲</td></tr> <tr><td><b>Shift+F12 </b></td><td>將發送頻率向上移動 60 赫茲(FT8) or 90 赫茲 (FT4)</td></tr> <tr><td><b>Ctrl+Shift+F12 </b></td><td>將頻率調高 2000 赫茲</td></tr> <tr><td><b>Alt+1-6 </b></td><td>現在將傳輸設定為選項卡 1 上的此號碼</td></tr> @@ -4087,16 +4087,16 @@ list. The list can be maintained in Settings (F2). </tr> <tr> <td align="right">瀑布圖:</td> - <td><b>Click</b> 設定接收器頻率.<br/> + <td><b>Click</b> 設定接收頻率.<br/> <b>Shift-click</b> 設定發送頻率.<br/> - <b>Ctrl-click</b> or <b>右鍵單擊</b> 設定接收器和發送頻率.<br/> - <b>Double-click</b> 在接收器頻率解碼.<br/> + <b>Ctrl-click</b> or <b>右鍵單擊</b> 設定接收和發送頻率.<br/> + <b>Double-click</b> 在接收頻率解碼.<br/> </td> </tr> <tr> <td align="right">解碼文字:</td> <td><b>Double-click</b> 解碼的文字將第二個呼號複製到 Dx 呼號,<br/> - 定位器到 Dx 網格,將接收器和發送頻率更改為<br/> + 定位器到 Dx 網格,將接收和發送頻率更改為<br/> 解碼信號的頻率, 並生成<br/> 標準訊息.<br/> 如果 <b>保持發送頻率</b> 已選中或在消息中顯示第一個呼號<br/> @@ -4191,7 +4191,7 @@ To do so, check 'Special operating activity' and %1 is already in CALL3.TXT, do you wish to replace it? %1 -已經在 CALL3.TXT, 你想替換它嗎? +CALL3.TXT已存在, 要替換檔案嗎? @@ -4211,7 +4211,7 @@ is already in CALL3.TXT, do you wish to replace it? Error sending log to N1MM - 將日誌傳送到 N1MM 時發生錯誤 + 將日誌傳送至 N1MM 時發生錯誤 @@ -4697,7 +4697,7 @@ Error(%2): %3 Failed to initialize audio sink device - 無法初始化音頻接收器器設備 + 無法初始化音頻接收設備 @@ -4707,7 +4707,7 @@ Error(%2): %3 Receiving - 接收器 + 接收 @@ -4892,7 +4892,7 @@ Error(%2): %3 Adjust... - 調整... + 載入... @@ -4947,17 +4947,17 @@ Error(%2): %3 Compression factor for frequency scale - 頻率刻度的壓縮系數 + 頻率刻度系數 Bins/Pixel - 點/像素 + 頻譜刻度 Select waterfall palette - 選擇瀑布調色板 + 選擇瀑布圖色板 @@ -5144,12 +5144,12 @@ Error(%2): %3 Message generation for type 2 compound callsign holders: - 訊息產生用於類型2複合呼號持有人: + 發送呼號前綴或後綴方式: <html><head/><body><p>Type 2 compound callsigns are those with prefixes or suffixes not included in the allowed shortlist (See Help-&gt;Add-on prefixes and suffixes).</p><p>This option determines which generated messages should contain your full type 2 compound call sign rather than your base callsign. It only applies if you have a type 2 compound callsign.</p><p>This option controls the way the messages that are used to answer CQ calls are generated. Generated messages 6 (CQ) and 5 (73) will always contain your full callsign. The JT65 and JT9 protocols allow for some standard messages with your full call at the expense of another piece of information such as the DX call or your locator.</p><p>Choosing message 1 omits the DX callsign which may be an issue when replying to CQ calls. Choosing message 3 also omits the DX callsign and many versions of this and other software will not extract the report. Choosing neither means that your full callsign only goes in your message 5 (73) so your QSO partner may log the wrong callsign.</p><p>None of these options are perfect, message 3 is usually best but be aware your QSO partner may not log the report you send them.</p></body></html> - <html><head/><body><p>複合呼號類型2是那些前綴或後綴不包括在允許的決選名單中 (請參閱?明-& gt; 載入項目前綴和後綴).<p><p>這個選項確定哪些產生的資訊應包含完整類型2複合呼號, 而不是基本呼號.它僅適用於類型為2的複合呼號.</p><p>這個選項控制用於應答 CQ 呼叫的資訊產生方式.產生的資訊 6 (CQ) 和 5 (73) 將始終包含您的完整呼號.jt65 和 jt9 協定允許在您的完整呼叫中使用一些標準資訊, 而犧牲了另一條資訊, 如 DX 呼叫或您的定位.</p><p>選擇資訊1省略 DX 呼號, 這在答覆 CQ 呼叫時可能是一個問題.選擇資訊3也會省略 DX 呼號, 此軟體和其他軟體的許多版本都不會提取報告.選擇這兩個都意味著你的完整呼號只會出現在你的資訊 5 (73) 中, 所以你的通聯夥伴我的日誌是錯誤的呼號.</p><p>這些選項都不是完美的, 資訊 3 是最好的, 但請注意, 您的通聯合作夥伴可能不會記錄您傳送的報告.</p></body></html> + <html><head/><body><p>複合呼號類型2是那些前綴或後綴不包括在允許的決選名單中 (請參閱說明-& gt; 載入項目前綴和後綴).<p><p>這個選項確定哪些產生的資訊應包含完整類型2複合呼號, 而不是基本呼號.它僅適用於類型為2的複合呼號.</p><p>這個選項控制用於應答 CQ 呼叫的資訊產生方式.產生的資訊 6 (CQ) 和 5 (73) 將始終包含您的完整呼號.jt65 和 jt9 協定允許在您的完整呼叫中使用一些標準資訊, 而犧牲了另一條資訊, 如 DX 呼叫或您的定位.</p><p>選擇資訊1省略 DX 呼號, 這在答覆 CQ 呼叫時可能是一個問題.選擇資訊3也會省略 DX 呼號, 此軟體和其他軟體的許多版本都不會提取報告.選擇這兩個都意味著你的完整呼號只會出現在你的資訊 5 (73) 中, 所以你的通聯夥伴我的日誌是錯誤的呼號.</p><p>這些選項都不是完美的, 資訊 3 是最好的, 但請注意, 您的通聯合作夥伴可能不會記錄您傳送的報告.</p></body></html> @@ -5169,17 +5169,17 @@ Error(%2): %3 Display - 顯示 + 顯示設定 Show outgoing transmitted messages in the Rx frequency window. - 在接收器訊息視窗中顯示已發送的訊息. + 在接收訊息視窗中顯示已發送的訊息. &Tx messages to Rx frequency window - 發出訊息在接收器訊息視窗顯示(&T) + 發出訊息在接收訊息視窗顯示(&T) @@ -5199,17 +5199,17 @@ Error(%2): %3 Start new period decodes at top - 在頂部開始新期間解碼 + 保持新訊息於波段視窗頂部 Show principal prefix instead of country name - 顯示主體前綴而不是國家 地區名稱 + 顯示前綴而非國家或地區名稱 Set the font characteristics for the application. - 設定應用程序的字型. + 設定字型. @@ -5219,7 +5219,7 @@ Error(%2): %3 Set the font characteristics for the Band Activity and Rx Frequency areas. - 設定波段活動和接收器訊息視窗的字型. + 設定波段活動和接收訊息視窗字型. @@ -5234,7 +5234,7 @@ Error(%2): %3 &Blank line between decoding periods - 每解碼周期插入間隔行(&B) + 解碼過程中插入分隔線(&B) @@ -5244,7 +5244,7 @@ Error(%2): %3 Display dista&nce in miles - 顯示距離為英里(&n) + 顯示距離單位為英里(&n) @@ -5259,12 +5259,12 @@ Error(%2): %3 Tx watchdog: - 發送監管計時器: + 發送時間看門狗: <html><head/><body><p>Number of minutes before unattended transmissions are aborted</p></body></html> - <html><head/><body><p>無人值守傳輸時到達設定分鐘數中止發送</p></body></html> + <html><head/><body><p>無線電設備發送到達設定分鐘數後,停止發送</p></body></html> @@ -5279,12 +5279,12 @@ Error(%2): %3 Single decode - 單獨解碼 + 單一解碼 <html><head/><body><p>Some rigs are not able to process CAT commands while transmitting. This means that if you are operating in split mode you may have to uncheck this option.</p></body></html> - <html><head/><body><p>某些無線電設備在發送時無法處理CAT 命令.這意味?, 如果您在異頻模式下運行, 則可能必須取消選中此選項.</p></body></html> + <html><head/><body><p>某些無線電設備在發送時無法處理CAT 命令.如果在異頻模式下運行,則可能必須取消選中此選項.</p></body></html> @@ -5299,7 +5299,7 @@ Error(%2): %3 Mon&itor off at startup - 開啟時關閉監聽(&i) + 開啟軟體時關閉監聽(&i) @@ -5314,14 +5314,13 @@ Error(%2): %3 Alternate F1-F6 bindings - 備用 F1-F6 綁定 + 競賽模式時綁定F1-F6功能 Turns off automatic transmissions after sending a 73 or any other free text message. - 傳送 73 或任何其他自由文本消息後 -關閉自動發送. + 傳送73後關閉發送. @@ -5331,12 +5330,12 @@ text message. Send a CW ID after every 73 or free text message. - 73或自定義訊息發出後用CW模式發放你的呼號. + 73或自定義訊息發送後,使用CW模式發送呼號. CW ID a&fter 73 - 73發出後用CW模式發放你呼號(&f) + 發送73後,使用CW模式發送呼號(&f) @@ -5357,17 +5356,17 @@ quiet period when decoding is done. Automatic transmission mode. - 自動發送模式. + 雙擊呼號即可直接發送訊息. Doubl&e-click on call sets Tx enable - 雙擊呼號集啟用發送(&e) + 雙擊呼號立即啟用發送(&e) Calling CQ forces Call 1st - 呼叫 CQ 強制呼叫第 1 + CQ呼叫時強制第1 @@ -5377,7 +5376,7 @@ quiet period when decoding is done. Radio interface configuration settings. - 設定無線電設備接口設定. + 設定無線電設備介面設定. @@ -5393,7 +5392,7 @@ quiet period when decoding is done. Port: - 埠號: + 串口: @@ -5404,7 +5403,7 @@ quiet period when decoding is done. Serial Port Parameters - 串口參數 + 連接埠設定 @@ -5459,7 +5458,7 @@ quiet period when decoding is done. <html><head/><body><p>Number of data bits used to communicate with your radio's CAT interface (usually eight).</p></body></html> - <html><head/><body><p>用於與無線電設備 CAT 接口通信的數據位數 (通常為 8 ).</p></body></html> + <html><head/><body><p>用於與無線電設備 CAT 介面通信的數據位數 (通常為 8 ).</p></body></html> @@ -5489,7 +5488,7 @@ quiet period when decoding is done. <html><head/><body><p>Number of stop bits used when communicating with your radio's CAT interface</p><p>(consult you radio's manual for details).</p></body></html> - <html><head/><body><p>與無線電設備 CAT 接口通信時使用的停止位數</p><p>(詳情請參閱無線電設備手冊).</p></body></html> + <html><head/><body><p>與無線電設備 CAT 介面通信時使用的停止位數</p><p>(詳情請參閱無線電設備手冊).</p></body></html> @@ -5520,7 +5519,7 @@ quiet period when decoding is done. <html><head/><body><p>Flow control protocol used between this computer and your radio's CAT interface (usually &quot;None&quot; but some require &quot;Hardware&quot;).</p></body></html> - <html><head/><body><p>電腦和無線電設備 CAT 接口 之間使用的流量控制協議 (通常是 "None",但有些要求"硬件").</p></body></html> + <html><head/><body><p>電腦和無線電設備 CAT 介面 之間使用的流量控制協議 (通常是 "None",但有些要求"硬件").</p></body></html> @@ -5536,7 +5535,7 @@ quiet period when decoding is done. Software flow control (very rare on CAT interfaces). - 軟體控制流 (在CAT接口上非常罕見). + 軟體控制流 (在CAT介面上非常罕見). @@ -5555,7 +5554,7 @@ a few, particularly some Kenwood rigs, require it). &Hardware - 硬件(&H) + 硬體(&H) @@ -5566,7 +5565,7 @@ a few, particularly some Kenwood rigs, require it). Force Control Lines - 硬體流控制 + 硬體流量控制 @@ -5593,7 +5592,7 @@ a few, particularly some Kenwood rigs, require it). How this program activates the PTT on your radio? - 此程式如何啟動無線電設備上的 PTT? + 如何啟動無線電設備上的 PTT? @@ -5603,7 +5602,7 @@ a few, particularly some Kenwood rigs, require it). <html><head/><body><p>No PTT activation, instead the radio's automatic VOX is used to key the transmitter.</p><p>Use this if you have no radio interface hardware.</p></body></html> - <html><head/><body><p>如果您沒有無線電設備接口硬件,沒法PTT而是使用無線電設備的自動聲控來發送,請使用此選項.</p></body></html> + <html><head/><body><p>如果您沒有無線電設備介面硬件,沒法PTT而是使用無線電設備的自動聲控來發送,請使用此選項.</p></body></html> @@ -5627,7 +5626,7 @@ use this option if your radio supports it and you have no other hardware interface for PTT. 一些無線電設備通過CAT命令支援 PTT, 如果您的無線電設備支援此選項請使用此選項而且您沒有 -PTT的其它硬件接口. +PTT的其它硬體介面. @@ -5647,7 +5646,7 @@ PTT的其它硬件接口. <html><head/><body><p>Select the RS-232 serial port utilised for PTT control, this option is available when DTR or RTS is selected above as a transmit method.</p><p>This port can be the same one as the one used for CAT control.</p><p>For some interface types the special value CAT may be chosen, this is used for non-serial CAT interfaces that can control serial port control lines remotely (OmniRig for example).</p></body></html> - <html><head/><body><p>選擇用於 ptt 控制的RS-232 序列埠,當選擇上述DTR或RTS作為發送方法時,此選項可用.此埠號可以與用於CAT控制的埠號相同.對於某些接口類型,可以選擇特殊值CAT,這用於可以遠程控制串口控制線的非串行CAT接口 (例如 omnirig).</p></body></html> + <html><head/><body><p>選擇用於 ptt 控制的RS-232 序列埠,當選擇上述DTR或RTS作為發送方法時,此選項可用.此埠號可以與用於CAT控制的埠號相同.對於某些介面類型,可以選擇特殊值CAT,這用於可以遠程控制串口控制線的非串行CAT介面 (例如 omnirig).</p></body></html> @@ -5731,7 +5730,7 @@ this setting allows you to select which audio input will be used <html><head/><body><p>Interval to poll rig for status. Longer intervals will mean that changes to the rig will take longer to be detected.</p></body></html> - <html><head/><body><p>為軟體與無線電設備溝通的時間間隔.時間間隔較長,意味?對無線電設備的更改需要更長的時間才能檢測到.</p></body></html> + <html><head/><body><p>軟體與無線電設備溝通的時間間隔.時間間隔較長對無線電設備需更改更長的時間才能檢測到.</p></body></html> @@ -5758,7 +5757,7 @@ radio interface behave as expected. 嘗試激活無線電設備. 再次單擊以停用.通常沒有功率輸出 因為此時沒有音頻生成.檢查無線電設備 -和/或您的無線電設備接口上 +和/或您的無線電設備介面上 的任何發送指示是否如預期的那樣. @@ -5774,12 +5773,12 @@ radio interface behave as expected. Fake It - 虛假 + 軟體控制 Rig - 無線電設備 + 無線電設備控制 @@ -5827,7 +5826,7 @@ transmitting periods. <html><head/><body><p>When sending updates to a multicast group address it is necessary to specify which network interface(s) to send them to. If the loop-back interface is multicast capable then at least that one will be selected.</p><p>For most users the loop-back interface is all that is needed, that will allow multiple other applications on the same machine to interoperate with WSJT-X. If applications running on other hosts are to receive status updates then a suitable network interface should be used.</p><p>On some Linux systems it may be necessary to enable multicast on the loop-back network interface.</p></body></html> - <html><head/><body><p>向組播組地址發送更新時需要指定要將其發送到哪個網路介面. 如果環回介面支援組播則至少將選擇該介面.</p><p>對於大多數用戶來說迴圈回式介面是所有需要的, 將允許同一台電腦上的多個其他應用程式與 WSJT-X 進行互通. 如果在其他主機上運行的應用程式要接收器狀態更新則應使用合適的網路介面.</p><p>在某些 Linux 系統上可能需要在環回網路介面上啟用組播.</p></body></html> + <html><head/><body><p>向組播組地址發送更新時需要指定要將其發送到哪個網路介面. 如果環回介面支援組播則至少將選擇該介面.</p><p>對於大多數用戶來說迴圈回式介面是所有需要的, 將允許同一台電腦上的多個其他應用程式與 WSJT-X 進行互通. 如果在其他主機上運行的應用程式要接收狀態更新則應使用合適的網路介面.</p><p>在某些 Linux 系統上可能需要在環回網路介面上啟用組播.</p></body></html> @@ -6048,7 +6047,7 @@ Check this option to save the sent and received reports in the comments field. 一些日誌程式不接受這類型的報告 由該程序儲存. -選中此選項可將發送和接收器的報告儲存在 +選中此選項可將發送和接收的報告儲存在 注釋字段. @@ -6131,12 +6130,12 @@ and DX Grid fields when a 73 or free text message is sent. <html><head/><body><p>Optional hostname of network service to receive decodes.</p><p>Formats:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hostname</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 multicast group address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 multicast group address</li></ul><p>Clearing this field will disable the broadcasting of UDP status updates.</p></body></html> - <html><head/><body><p>接收器解碼的網路服務的可選主機名稱.</p><p>格式:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">主機名稱</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4多點傳送組地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 多點傳送組地址</li></ul><p>清除此字段將禁用UDP狀態更新的廣播.</p></body></html> + <html><head/><body><p>接收解碼的網路服務的可選主機名稱.</p><p>格式:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">主機名稱</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4多點傳送組地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 多點傳送組地址</li></ul><p>清除此字段將禁用UDP狀態更新的廣播.</p></body></html> UDP Server port number: - 主要UDP伺服器埠號: + UDP伺服器埠號: <html><head/><body><p>Enter the service port number of the UDP server that WSJT-X should send updates to. If this is zero no updates will be broadcast.</p></body></html> @@ -6145,7 +6144,7 @@ and DX Grid fields when a 73 or free text message is sent. <html><head/><body><p>With this enabled WSJT-X will accept certain requests back from a UDP server that receives decode messages.</p></body></html> - <html><head/><body><p>啟用此功能後,WSJT-X 將接受來自接收器解碼消息的 UDP 伺服器的某些請求.</p></body></html> + <html><head/><body><p>啟用此功能後,WSJT-X 將接受來自接收解碼消息的 UDP 伺服器的某些請求.</p></body></html> @@ -6175,7 +6174,7 @@ and DX Grid fields when a 73 or free text message is sent. Secondary UDP Server (deprecated) - 備用UDP 伺服器 (已停用) + 次要UDP伺服器 @@ -6195,7 +6194,7 @@ and DX Grid fields when a 73 or free text message is sent. <html><head/><body><p>Optional host name of N1MM Logger+ program to receive ADIF UDP broadcasts. This is usually 'localhost' or ip address 127.0.0.1</p><p>Formats:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">hostname</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 multicast group address</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 multicast group address</li></ul><p>Clearing this field will disable broadcasting of ADIF information via UDP.</p></body></html> - <html><head/><body><p>N1MM Logger+ 程式可選電腦主機用於接收器 ADIF UDP 廣播. 這通常是 'localhost' 或 IP 地址 127.0.0.1</p><p>格式:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">主機名稱</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 多播組地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 多播組地址</li></ul><p>清除此欄位將停用透過UDP廣播ADIF資訊.</p></body></html> + <html><head/><body><p>N1MM Logger+ 程式可選電腦主機用於接收 ADIF UDP 廣播. 這通常是 'localhost' 或 IP 地址 127.0.0.1</p><p>格式:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">主機名稱</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv4 多播組地址</li><li style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">IPv6 多播組地址</li></ul><p>清除此欄位將停用透過UDP廣播ADIF資訊.</p></body></html> @@ -6230,7 +6229,7 @@ and DX Grid fields when a 73 or free text message is sent. Slope: - 傾斜率: + 斜率: @@ -6240,7 +6239,7 @@ and DX Grid fields when a 73 or free text message is sent. Intercept: - 攔截: + 攔止: @@ -6250,7 +6249,7 @@ and DX Grid fields when a 73 or free text message is sent. Working Frequencies - 工作頻率 + 操作頻率 @@ -6260,7 +6259,7 @@ and DX Grid fields when a 73 or free text message is sent. Station Information - 電臺訊息 + 電臺相關資料 @@ -6277,7 +6276,7 @@ Right click for insert and delete options. Decode Highlightling - 解碼醒目提示顯示 + 解碼醒目提示 @@ -6427,7 +6426,7 @@ Right click for insert and delete options. Special operating activity: Generation of FT4, FT8, and MSK144 messages - 特殊操作活動: 產生FT4, FT8 和 MSK144 訊息 + 特殊競賽模式: 產生FT4, FT8 和 MSK144 訊息 @@ -6574,7 +6573,7 @@ Right click for insert and delete options. Receiver bandwidth: - 接收器器頻寬: + 接收頻寬: From 8cb125ccd863d0880dc3effce4844f032b3cd96b Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 20:26:04 +0100 Subject: [PATCH 06/11] Updates Catalan UI translation, tnx Xavi, EA3W --- translations/wsjtx_ca.ts | 266 +++++++++++++++++++-------------------- 1 file changed, 133 insertions(+), 133 deletions(-) diff --git a/translations/wsjtx_ca.ts b/translations/wsjtx_ca.ts index 0b002c3b8..21176bcef 100644 --- a/translations/wsjtx_ca.ts +++ b/translations/wsjtx_ca.ts @@ -194,7 +194,7 @@ CPlotter - + &Set Rx && Tx Offset &Definieix el desplaçament de RX i TX @@ -318,7 +318,7 @@ New Call - No Indicatiu + Nou Indicatiu @@ -1821,7 +1821,7 @@ Error: %2 - %3 dd/MM/yyyy HH:mm:ss - dd/MM/yyyy HH:mm:ss + dd/MM/aaaa HH:mm:ss @@ -1846,7 +1846,7 @@ Error: %2 - %3 Rpt Rcvd - Senyal Rev + Senyal Reb @@ -1883,7 +1883,7 @@ Error: %2 - %3 Exch sent - Intercanvi enviat + Control enviat @@ -1928,7 +1928,7 @@ Error: %2 - %3 Sporadic E - Sporadic E + Esporàdica @@ -2075,12 +2075,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity Activitat a la banda @@ -2092,11 +2092,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency Freqüència de RX @@ -2599,7 +2599,7 @@ No està disponible per als titulars de indicatiu no estàndard. - + Fox Fox @@ -3073,9 +3073,9 @@ La llista es pot mantenir a la configuració (F2). - - - + + + Random a l’atzar @@ -3425,7 +3425,7 @@ La llista es pot mantenir a la configuració (F2). F7 - + Runaway Tx watchdog Seguretat de TX @@ -3652,8 +3652,8 @@ La llista es pot mantenir a la configuració (F2). - - + + Receiving Rebent @@ -3694,24 +3694,24 @@ La llista es pot mantenir a la configuració (F2). - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + Message Missatge @@ -3737,117 +3737,117 @@ La llista es pot mantenir a la configuració (F2). - + Improper mode Mode inadequat - - + + File Open Error Error al obrir l'arxiu - - - - - + + + + + Cannot open "%1" for append: %2 No es pot obrir "%1" per annexar: %2 - + Error saving c2 file Error en desar l'arxiu c2 - + Error in Sound Input Error a la entrada de so - + Error in Sound Output Error en la sortida de so - - - - + + + + Single-Period Decodes Descodificacions d'un sol període - - - - + + + + Average Decodes Mitjans descodificats - + Change Operator Canvi d'Operador - + New operator: Operador Nou: - + Status File Error Error d'estat de l'arxiu - - + + Cannot open "%1" for writing: %2 No es pot obrir "%1" per escriure: %2 - + Subprocess Error Error de subprocés - + Subprocess failed with exit code %1 Ha fallat el subprocés amb el codi de sortida %1 - - + + Running: %1 %2 Corrent: %1 %2 - + Subprocess error Error de subprocés - + Reference spectrum saved Guarda l'espectre de referència - + Invalid data in fmt.all at line %1 Les dades no són vàlides a fmt.all a la línia %1 - + Good Calibration Solution Solució de bona calibració - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3860,17 +3860,17 @@ La llista es pot mantenir a la configuració (F2). %9%L10 Hz</pre> - + Delete Calibration Measurements Suprimeix les mesures de calibració - + The "fmt.all" file will be renamed as "fmt.bak" L'arxiu "fmt.all" serà renombrat com a "fmt.bak" - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -3879,27 +3879,27 @@ La llista es pot mantenir a la configuració (F2). "Els algoritmes, el codi font, l'aparença de WSJT-X, els programes relacionats i les especificacions de protocol per als modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 són Copyright (C) 2001-2021 per un o més dels següents autors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q i altres membres del grup de desenvolupament WSJT. " - + No data read from disk. Wrong file format? No es llegeixen dades del disc. Format de l'arxiu incorrecte ? - + Confirm Delete Confirma Esborrar - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? Estàs segur que vols esborrar tots els arxius *.wav i *.c2"%1" ? - + Keyboard Shortcuts Dreceres de teclat - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -3993,12 +3993,12 @@ La llista es pot mantenir a la configuració (F2). </table> - + Special Mouse Commands Ordres especials del ratolí - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4064,42 +4064,42 @@ La llista es pot mantenir a la configuració (F2). </table> - + No more files to open. No s’obriran més arxius. - + Spotting to PSK Reporter unavailable No hi ha espots a PSK Reporter - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. Tria una altra freqüència de TX. El WSJT-X no transmetrà de manera conscient un altre mode a la sub-banda WSPR a 30 m. - + WSPR Guard Band Banda de Guàrdia WSPR - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. Tria una altra freqüència de treball. WSJT-X no funcionarà en mode Fox a les sub-bandes FT8 estàndard. - + Fox Mode warning Avís de mode Fox - + Last Tx: %1 Últim TX: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4110,178 +4110,178 @@ Per fer-ho, comprova "Activitat operativa especial" i Concurs EU VHF a la Configuració | Pestanya avançada. - + Should you switch to ARRL Field Day mode? Has de canviar al mode de Field Day de l'ARRL ? - + Should you switch to RTTY contest mode? Has de canviar al mode de concurs RTTY? - - - - + + + + Add to CALL3.TXT Afegeix a CALL3.TXT - + Please enter a valid grid locator Introduïu un locator vàlid - + Cannot open "%1" for read/write: %2 No es pot obrir "%1" per llegir o escriure: %2 - + %1 is already in CALL3.TXT, do you wish to replace it? %1 ja és a CALL3.TXT, vols substituir-lo ? - + Warning: DX Call field is empty. Avís: el camp de indicatiu DX està buit. - + Log file error Error a l'arxiu de log - + Cannot open "%1" No es pot obrir "%1" - + Error sending log to N1MM Error al enviar el log a N1MM - + Write returned "%1" Escriptura retornada "%1" - + Stations calling DXpedition %1 Estacions que criden a DXpedition %1 - + Hound Hound - + Tx Messages Missatges de TX - - - + + + Confirm Erase Confirma Esborrar - + Are you sure you want to erase file ALL.TXT? Estàs segur que vols esborrar l'arxiu ALL.TXT ? - - + + Confirm Reset Confirma que vols Restablir - + Are you sure you want to erase your contest log? Estàs segur que vols esborrar el log del concurs ? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. Si fas això, suprimiràs tots els registres de QSO del concurs actual. Es conservaran a l'arxiu de log ADIF, però no es podran exportar al log de Cabrillo. - + Cabrillo Log saved Log Cabrillo desat - + Are you sure you want to erase file wsjtx_log.adi? Estàs segur que vols esborrar l'arxiu wsjtx_log.adi ? - + Are you sure you want to erase the WSPR hashtable? Estàs segur que vols esborrar la taula del WSPR ? - + Tune digital gain Guany de sintonització digital - + Transmit digital gain Guany digital de transmissió - + Prefixes Prefixos - + Network Error Error de xarxa - + Error: %1 UDP server %2:%3 Error: %1 UDP server %2:%3 - + File Error Error a l'arxiu - + Phase Training Disabled Entrenament de fase Desactivat - + Phase Training Enabled Entrenament de fase activat - + WD:%1m WD:%1m - - + + Log File Error Error a l'arxiu de log - + Are you sure you want to clear the QSO queues? Estàs segur que vols esborrar les cues de QSO ? From a99e0a79ebf9c1b0d7101f9ad555656a638d56ad Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 20:29:04 +0100 Subject: [PATCH 07/11] Updated Japanese UI translations, tnx Oba-san, JA7UDE --- translations/wsjtx_ja.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/translations/wsjtx_ja.ts b/translations/wsjtx_ja.ts index c9fa3cdb3..09c539d15 100644 --- a/translations/wsjtx_ja.ts +++ b/translations/wsjtx_ja.ts @@ -35,7 +35,7 @@ <html><head/><body><p>One station does all Doppler shift correction, their QSO partner receives and transmits on the sked frequency.</p><p>If the rig does not accept CAT QSY commands while transmitting a single correction is applied for the whole transmit period.</p></body></html> - <html><head/><body><p>片方の局がドップラーシフトを修正します.相手局はスケジュール通りの周波数で送受信します.</p><p>もし無線機が送信中にCAT QSYコマンドを受け付けない場合、1回の送信では一度だけ周波数調整が行われます.</p></body></html> + <html><head/><body><p>片方の局がドップラーシフトを修正します.相手局はスケジュール通りの周波数で送受信します.</p><p>もし無線機が送信中にCAT QSYコマンドを受け付けない場合、一回の送信で一度だけ周波数調整が行われます.</p></body></html> @@ -5481,7 +5481,7 @@ Error(%2): %3 &Blank line between decoding periods - デコード時間の間に空白行を入れる(&B) + デコードシーケンスの間に区切りを入れる(&B) @@ -5496,7 +5496,7 @@ Error(%2): %3 Behavior - 振る舞い + 動作 @@ -6157,7 +6157,7 @@ both here. Save Directory - ディレクトリ保存 + 保存ディレクトリ @@ -6376,7 +6376,7 @@ for assessing propagation and system performance. Use TCP/IP connection - TCP/IP接続を仕様 + TCP/IP接続を使用 @@ -6415,7 +6415,7 @@ for assessing propagation and system performance. <html><head/><body><p>Indicate acceptance of an incoming UDP request. The effect of this option varies depending on the operating system and window manager, its intent is to notify the acceptance of an incoming UDP request even if this application is minimized or hidden.</p></body></html> - <html><head/><body><p>UDPリクエストを受け付けたことを表示. OSやウィンドウマネージャによって振る舞いが変わります. アプリウィンドウが最小化されていたり隠れていたりしていてもUDPリクエストが送られてきたことを知るために使うことができます.</p></body></html> + <html><head/><body><p>UDPリクエストを受け付けたことを表示. OSやウィンドウマネージャによって動作が変わります. アプリウィンドウが最小化されていたり隠れていたりしていてもUDPリクエストが送られてきたことを知るために使うことができます.</p></body></html> @@ -6435,7 +6435,7 @@ for assessing propagation and system performance. Secondary UDP Server (deprecated) - 第二UDPサーバー(使わないことを推奨) + セカンドUDPサーバー(使わないことを推奨) From 12c15e584bb9d5f3f1eacd9cb5d20c620bbafcd5 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 20 Oct 2021 20:33:59 +0100 Subject: [PATCH 08/11] Updated UI translation files --- translations/wsjtx_ca.ts | 713 +++++++++--------- translations/wsjtx_da.ts | 721 ++++++++++--------- translations/wsjtx_en.ts | 723 ++++++++++--------- translations/wsjtx_en_GB.ts | 723 ++++++++++--------- translations/wsjtx_es.ts | 721 ++++++++++--------- translations/wsjtx_it.ts | 1359 ++++++++++++++++++----------------- translations/wsjtx_ja.ts | 721 ++++++++++--------- translations/wsjtx_zh.ts | 282 ++++---- translations/wsjtx_zh_HK.ts | 282 ++++---- translations/wsjtx_zh_TW.ts | 286 ++++---- 10 files changed, 3317 insertions(+), 3214 deletions(-) diff --git a/translations/wsjtx_ca.ts b/translations/wsjtx_ca.ts index 21176bcef..287a45a87 100644 --- a/translations/wsjtx_ca.ts +++ b/translations/wsjtx_ca.ts @@ -194,7 +194,7 @@ CPlotter - + &Set Rx && Tx Offset &Definieix el desplaçament de RX i TX @@ -629,12 +629,12 @@ Format: No s'ha pogut obrir la connexió al equip - + Rig failure Fallada en l'equip - + Not found audio device missing falta un dispositiu d'àudio @@ -2075,12 +2075,12 @@ Error(%2): %3 - + - - - - + + + + Band Activity Activitat a la banda @@ -2092,11 +2092,11 @@ Error(%2): %3 - + - - - + + + Rx Frequency Freqüència de RX @@ -2236,27 +2236,37 @@ Error(%2): %3 Habilita la resposta automàtica a la primera descodificació d'un nou DXCC o d'una nova crida a la banda actual. - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + Percentage of minute sequences devoted to transmitting. Percentatge de seqüències de minuts dedicades a transmetre. - + Prefer Type 1 messages Preferiu els missatges de tipus 1 - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> <html><head/><body><p>Transmetre durant la següent seqüència.</p></body></html> - + Quick-Start Guide to Q65 Guia d'inici ràpid de Q65 - + Auto Clear Avg after decode Esborra la mitjana automàticament després de la descodificació @@ -2404,15 +2414,15 @@ en Groc quan és massa baix - - - + + + Hz Hz - + Rx RX @@ -2434,7 +2444,7 @@ en Groc quan és massa baix - + F Tol F Tol @@ -2491,7 +2501,7 @@ en Groc quan és massa baix - + Fast Ràpid @@ -2599,7 +2609,7 @@ No està disponible per als titulars de indicatiu no estàndard. - + Fox Fox @@ -2669,13 +2679,13 @@ Si no està marcat, pots veure els resultats de la calibració. - + s s - + T/R T/R @@ -2686,7 +2696,7 @@ Si no està marcat, pots veure els resultats de la calibració. - + Tx TX @@ -2706,123 +2716,123 @@ Si no està marcat, pots veure els resultats de la calibració. F Baixa - + 1 1 - - - + + + Send this message in next Tx interval Envia aquest missatge al següent interval de TX - + Ctrl+2 Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>Envia aquest missatge al següent interval de TX.</p><p>Fes doble clic per canviar l’ús del missatge TX1 per iniciar un QSO amb una estació (no està permès per a titulars de indicatius compostos de tipus 1).</p></body></html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Envia aquest missatge al següent interval de TX. Fes doble clic per canviar l’ús del missatge TX1 per iniciar un QSO amb una estació (no està permès per a titulars de indicatius compostos de tipus 1) - + Ctrl+1 Ctrl+1 - - - - + + + + Switch to this Tx message NOW Canvia a aquest missatge de TX ARA - + Tx &2 TX &2 - + Alt+2 Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>Canvia a aquest missatge de TX ARA.</p><p>Fes doble clic per canviar l’ús del missatge TX1 per iniciar un QSO amb una estació (no està permès per a titulars de indicatius compostos de tipus 1).</p></body></html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Canvia a aquest missatge de TX ARA. Fes doble clic per canviar l’ús del missatge TX1 per iniciar un QSO amb una estació (no està permès per a titulars de indicatius compostos de tipus 1) - + Tx &1 TX &1 - + Alt+1 Alt+1 - + Ctrl+6 Ctrl+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Envia aquest missatge al següent interval de TX.</p><p>Fes doble clic per restablir el missatge estàndard 73.</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message Envia aquest missatge al següent interval de TX. Fes doble clic per restablir el missatge estàndard 73 - + Ctrl+5 Ctrl+5 - + Ctrl+3 Ctrl+3 - + Tx &3 TX &3 - + Alt+3 Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>Envia aquest missatge al següent interval de TX.</p><p>Fes doble clic per alternar entre els missatges RRR i RR73 a TX4 (no està permès per a titulars d'indicatius compostos del tipus 2)</p><p>Els missatges RR73 només s’han d’utilitzar quan teniu una confiança raonable que no caldrà repetir cap missatge.</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2831,17 +2841,17 @@ Fes doble clic per alternar entre els missatges RRR i RR73 a TX4 (no està perm Els missatges RR73 només s’han d’utilitzar quan teniu una confiança raonable que no caldrà repetir cap missatge - + Ctrl+4 Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>Canvia a aquest missatge de TX ARA.</p><p>Fes doble clic per alternar entre els missatges RRR i RR73 a TX4 (no està permès per a titulars d'indicatius compostos del tipus 2)</p><p>Els missatges RR73 només s’han d’utilitzar quan teniu una confiança raonable que no caldrà repetir cap missatge.</p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2850,64 +2860,64 @@ Fes doble clic per alternar entre els missatges RRR i RR73 a TX4 (no està perm Els missatges RR73 només s’han d’utilitzar quan teniu una confiança raonable que no caldrà repetir cap missatge - + Tx &4 TX &4 - + Alt+4 Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Canvia a aquest missatge de TX ARA.</p><p>Fes doble clic per restablir el missatge estàndard 73.</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message Canvia a aquest missatge de TX ARA. Fes doble clic per restablir el missatge estàndard 73 - + Tx &5 TX &5 - + Alt+5 Alt+5 - + Now Ara - + Generate standard messages for minimal QSO Genera missatges estàndard per a un QSO mínim - + Generate Std Msgs Generar Std Msgs - + Tx &6 TX &6 - + Alt+6 Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -2918,340 +2928,340 @@ Prem ENTER per afegir el text actual a la llista predefinida La llista es pot mantenir a la configuració (F2). - + Queue up the next Tx message Posa a la cua el següent missatge de TX - + Next Pròxim - + 2 2 - + FST4W FST4W - + Q65 Q65 - + SWL Mode Mode SWL - + Hide lower panel controls to maximize deocde windows Amaga els controls del panell inferior per a maximitzar les finestres de descodificació - - + + CQ CQ - + Grid Locator - + Max dB Màx dB - + CQ AF CQ AF - + CQ AN CQ AN - + CQ AS CA AS - + CQ EU CQ EU - + CQ NA CQ NA - + CQ OC CQ OC - + CQ SA CQ SA - + CQ 0 CQ 0 - + CQ 1 CQ 1 - + CQ 2 CQ 2 - + CQ 3 CQ 3 - + CQ 4 CQ 3 - + CQ 5 CQ 4 - + CQ 6 CQ 6 - + CQ 7 CQ 7 - + CQ 8 CQ 8 - + CQ 9 CQ 9 - + Reset Restablir - + N List N List - + N Slots N Slots - - - - - - - + + + + + + + Random a l’atzar - + Call Indicatiu - + S/N (dB) S/N (dB) - + Distance Distància - + More CQs Més CQ's - + % % - + Tx Pct TX Pct - + Band Hopping Salt de Banda - + Choose bands and times of day for band-hopping. Tria bandes i hores del dia per al salt de bandes. - + Schedule ... Programació ... - + 1/2 1/2 - + 2/2 2/2 - + 1/3 1/3 - + 2/3 2/3 - + 3/3 3/3 - + 1/4 1/4 - + 2/4 2/4 - + 3/4 3/4 - + 4/4 4/4 - + 1/5 1/5 - + 2/5 2/5 - + 3/5 3/5 - + 4/5 4/5 - + 5/5 5/5 - + 1/6 1/6 - + 2/6 2/6 - + 3/6 3/6 - + 4/6 4/6 - + 5/6 5/6 - + 6/6 6/6 - + Upload decoded messages to WSPRnet.org. Carrega missatges descodificats a WSPRnet.org. - + Upload spots Carrega Spots - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> <html><head/><body><p>Els locator de 6 dígits fan que s’enviïn 2 missatges diferents, el segon conté el locator complet, però només un indicatiu trossejat, les altres estacions han d’haver descodificat el primer una vegada abans de poder descodificar el segon. Marca aquesta opció per enviar només locators de 4 dígits i s’evitarà el protocol de dos missatges.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. Els locator de 6 dígits fan que s’enviïn 2 missatges diferents, el segon conté el locator complet, però només un indicatiu trossejat, les altres estacions han d’haver descodificat el primer una vegada abans de poder descodificar el segon. Marca aquesta opció per enviar només locators de 4 dígits i s’evitarà el protocol de dos missatges. - + Quick-Start Guide to FST4 and FST4W Guia d'inici ràpid de FST4 i FST4W - + FST4 FST4 @@ -3260,17 +3270,17 @@ La llista es pot mantenir a la configuració (F2). FT240W - + No own call decodes No es descodifica cap indicatiu pròpi - + Tx Next Proper TX - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. Configura la potència de TX en dBm (dB per sobre d'1 mW) com a part del vostre missatge WSPR. @@ -3280,380 +3290,385 @@ La llista es pot mantenir a la configuració (F2). NB - + File Arxiu - + View Veure - + Decode Descodificar - + Save Guardar - + Help Ajuda - + Mode Mode - + Configurations Configuracions - + Tools Eines - + Exit Sortir - + About WSJT-X Quant a WSJT-X - + Waterfall Cascada - + Open Obrir - + Ctrl+O Ctrl+O - + Open next in directory Obre el següent directori - + Decode remaining files in directory Descodificar els arxius restants al directori - + Shift+F6 Maj.+F6 - + Delete all *.wav && *.c2 files in SaveDir Esborrar tots els arxius *.wav i *.c2 - + None Cap - + Save all Guardar-ho tot - + Online User Guide Guia d'usuari online - + Keyboard shortcuts Dreceres de teclat - + Special mouse commands Ordres especials del ratolí - + JT9 JT9 - + Save decoded Guarda el descodificat - + Normal Normal - + Deep Profunda - + Erase ALL.TXT Esborrar l'arxiu ALL.TXT - + Erase wsjtx_log.adi Esborrar l'arxiu wsjtx_log.adi - + F7 F7 - + Runaway Tx watchdog Seguretat de TX - + JT65 JT65 - + Astronomical data Dades astronòmiques - + List of Type 1 prefixes and suffixes Llista de prefixos i sufixos de tipus 1 - + Settings... Configuració... - + Local User Guide Guia d'usuari local - + Open log directory Obre el directori del log - + JT4 JT4 - + Message averaging Mitjana de missatges - + Enable averaging Activa la mitjana - + Enable deep search Activa la cerca profunda - + WSPR WSPR - + Echo Graph Gràfic d'Eco - + F8 F8 - + Echo Eco - + EME Echo mode Mode EME Eco - + ISCAT ISCAT - + Fast Graph Gràfic ràpid - + F9 F9 - + &Download Samples ... &Descarrega mostres ... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> <html><head/><body><p>Descarrega els arxius d’àudio d’exemple mostrant els diversos modes.</p></body></html> - + MSK144 MSK144 - + QRA64 QRA64 - + Release Notes Notes de llançament - + Enable AP for DX Call Habilita AP per al indicatiu de DX - + FreqCal FreqCal - + Measure reference spectrum Mesura l’espectre de referència - + Measure phase response Mesura la resposta en fase - + Erase reference spectrum Esborra l'espectre de referència - + Execute frequency calibration cycle Executa el cicle de calibració de freqüència - + Equalization tools ... Eines d'equalització ... - + FT8 FT8 - - + + Enable AP Activa AP - + Solve for calibration parameters Resol els paràmetres de calibratge - + Copyright notice Avís de drets d’autor - + Shift+F1 Maj.+F1 - + Fox log Log Fox - + FT8 DXpedition Mode User Guide Guia de l'usuari del mode DXpedition a FT8 - + Reset Cabrillo log ... Restableix el log de Cabrillo ... - + Color highlighting scheme Esquema de ressaltar el color - + Export Cabrillo log ... Exporta el log de Cabrillo ... - + Contest log Log de Concurs - + Erase WSPR hashtable Esborra la taula WSPR - + FT4 FT4 - + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + + + Rig Control Error Error del control del equip - - + + Receiving Rebent @@ -3683,171 +3698,171 @@ La llista es pot mantenir a la configuració (F2). S'ha produït un error al escriure l'arxiu WAV - + Enumerating audio devices Enumeració de dispositius d’àudio - + Configurations... Configuracions... - + - - + + + - + - - - - - - - - + + + + + + + Message Missatge - + Error Killing jt9.exe Process Error en matar el procés jt9.exe - + KillByName return code: %1 Codi de retorn de KillByName: %1 - + Error removing "%1" Error en eliminar "%1" - + Click OK to retry Fes clic a D'acord per tornar-ho a provar - - + + Improper mode Mode inadequat - - + + File Open Error Error al obrir l'arxiu - - - - - + + + + + Cannot open "%1" for append: %2 No es pot obrir "%1" per annexar: %2 - + Error saving c2 file Error en desar l'arxiu c2 - + Error in Sound Input Error a la entrada de so - + Error in Sound Output Error en la sortida de so - + - - + + Single-Period Decodes Descodificacions d'un sol període - + - - + + Average Decodes Mitjans descodificats - + Change Operator Canvi d'Operador - + New operator: Operador Nou: - + Status File Error Error d'estat de l'arxiu - - + + Cannot open "%1" for writing: %2 No es pot obrir "%1" per escriure: %2 - + Subprocess Error Error de subprocés - + Subprocess failed with exit code %1 Ha fallat el subprocés amb el codi de sortida %1 - - + + Running: %1 %2 Corrent: %1 %2 - + Subprocess error Error de subprocés - + Reference spectrum saved Guarda l'espectre de referència - + Invalid data in fmt.all at line %1 Les dades no són vàlides a fmt.all a la línia %1 - + Good Calibration Solution Solució de bona calibració - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3860,17 +3875,17 @@ La llista es pot mantenir a la configuració (F2). %9%L10 Hz</pre> - + Delete Calibration Measurements Suprimeix les mesures de calibració - + The "fmt.all" file will be renamed as "fmt.bak" L'arxiu "fmt.all" serà renombrat com a "fmt.bak" - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -3879,27 +3894,27 @@ La llista es pot mantenir a la configuració (F2). "Els algoritmes, el codi font, l'aparença de WSJT-X, els programes relacionats i les especificacions de protocol per als modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 són Copyright (C) 2001-2021 per un o més dels següents autors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q i altres membres del grup de desenvolupament WSJT. " - + No data read from disk. Wrong file format? No es llegeixen dades del disc. Format de l'arxiu incorrecte ? - + Confirm Delete Confirma Esborrar - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? Estàs segur que vols esborrar tots els arxius *.wav i *.c2"%1" ? - + Keyboard Shortcuts Dreceres de teclat - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -3993,12 +4008,12 @@ La llista es pot mantenir a la configuració (F2). </table> - + Special Mouse Commands Ordres especials del ratolí - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4064,42 +4079,42 @@ La llista es pot mantenir a la configuració (F2). </table> - + No more files to open. No s’obriran més arxius. - + Spotting to PSK Reporter unavailable No hi ha espots a PSK Reporter - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. Tria una altra freqüència de TX. El WSJT-X no transmetrà de manera conscient un altre mode a la sub-banda WSPR a 30 m. - + WSPR Guard Band Banda de Guàrdia WSPR - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. Tria una altra freqüència de treball. WSJT-X no funcionarà en mode Fox a les sub-bandes FT8 estàndard. - + Fox Mode warning Avís de mode Fox - + Last Tx: %1 Últim TX: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4110,178 +4125,178 @@ Per fer-ho, comprova "Activitat operativa especial" i Concurs EU VHF a la Configuració | Pestanya avançada. - + Should you switch to ARRL Field Day mode? Has de canviar al mode de Field Day de l'ARRL ? - + Should you switch to RTTY contest mode? Has de canviar al mode de concurs RTTY? - - - - + + + + Add to CALL3.TXT Afegeix a CALL3.TXT - + Please enter a valid grid locator Introduïu un locator vàlid - + Cannot open "%1" for read/write: %2 No es pot obrir "%1" per llegir o escriure: %2 - + %1 is already in CALL3.TXT, do you wish to replace it? %1 ja és a CALL3.TXT, vols substituir-lo ? - + Warning: DX Call field is empty. Avís: el camp de indicatiu DX està buit. - + Log file error Error a l'arxiu de log - + Cannot open "%1" No es pot obrir "%1" - + Error sending log to N1MM Error al enviar el log a N1MM - + Write returned "%1" Escriptura retornada "%1" - + Stations calling DXpedition %1 Estacions que criden a DXpedition %1 - + Hound Hound - + Tx Messages Missatges de TX - - - + + + Confirm Erase Confirma Esborrar - + Are you sure you want to erase file ALL.TXT? Estàs segur que vols esborrar l'arxiu ALL.TXT ? - - + + Confirm Reset Confirma que vols Restablir - + Are you sure you want to erase your contest log? Estàs segur que vols esborrar el log del concurs ? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. Si fas això, suprimiràs tots els registres de QSO del concurs actual. Es conservaran a l'arxiu de log ADIF, però no es podran exportar al log de Cabrillo. - + Cabrillo Log saved Log Cabrillo desat - + Are you sure you want to erase file wsjtx_log.adi? Estàs segur que vols esborrar l'arxiu wsjtx_log.adi ? - + Are you sure you want to erase the WSPR hashtable? Estàs segur que vols esborrar la taula del WSPR ? - + Tune digital gain Guany de sintonització digital - + Transmit digital gain Guany digital de transmissió - + Prefixes Prefixos - + Network Error Error de xarxa - + Error: %1 UDP server %2:%3 Error: %1 UDP server %2:%3 - + File Error Error a l'arxiu - + Phase Training Disabled Entrenament de fase Desactivat - + Phase Training Enabled Entrenament de fase activat - + WD:%1m WD:%1m - - + + Log File Error Error a l'arxiu de log - + Are you sure you want to clear the QSO queues? Estàs segur que vols esborrar les cues de QSO ? @@ -4414,24 +4429,22 @@ UDP server %2:%3 OmniRig: mode no reconegut - + Failed to start OmniRig COM server No s'ha pogut iniciar el servidor COM OmniRig - - + + OmniRig: don't know how to set rig frequency OmniRig: no sé com establir la freqüència de l'equip - - OmniRig: timeout waiting for update from rig - OmniRig: el temps d'espera a finalitzat per actualitzar des de l'equip + OmniRig: el temps d'espera a finalitzat per actualitzar des de l'equip - + OmniRig COM/OLE error: %1 at %2: %3 (%4) OmniRig Error COM/OLE: %1 a %2: %3 (%4) @@ -4999,8 +5012,8 @@ Error(%2): %3 Gràfic Ampli - - + + Read Palette Llegiu Paleta @@ -6593,53 +6606,53 @@ Fes clic amb el botó dret per a les opcions d'inserció i eliminació. main - + Failed to create a temporary directory No s'ha pogut crear el directori temporal - - + + Path: "%1" Ruta: "%1" - + Failed to create a usable temporary directory No s'ha pogut crear un directori temporal utilitzable - + Another application may be locking the directory Una altra aplicació pot ser que bloquegi del directori - + Failed to create data directory No s'ha pogut crear el directori de dades - + path: "%1" Ruta: "%1" - + Shared memory error Error de memòria compartida - + Unable to create shared memory segment No es pot crear el segment de memòria compartida - + Sub-process error Error de subprocés - + Failed to close orphaned jt9 process No s'ha pogut tancar el procés jt9 orfe diff --git a/translations/wsjtx_da.ts b/translations/wsjtx_da.ts index b14c7ad80..f9c632236 100644 --- a/translations/wsjtx_da.ts +++ b/translations/wsjtx_da.ts @@ -633,12 +633,12 @@ Format: Fejl i etablering af forbindelse til radio - + Rig failure Radio fejl - + Not found audio device missing Audio device mangler @@ -2107,12 +2107,12 @@ Fejl(%2): %3 - - - - - - + + + + + + Band Activity Bånd Aktivitet @@ -2124,11 +2124,11 @@ Fejl(%2): %3 - - - - - + + + + + Rx Frequency Rx frekvens @@ -2268,30 +2268,45 @@ Fejl(%2): %3 Aktivér automatisk reaktion på den første afkodning fra et nyt DXCC eller nyt opkald på det aktuelle bånd. - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + Percentage of minute sequences devoted to transmitting. Procentdel af minut sekvens dedikeret til sending. - + Prefer Type 1 messages Foretræk Type 1 meddelse - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> <html><head/><body><p>Send i næste sekvens.</p></body></html> - + Quick-Start Guide to Q65 Quick Start Guide for Q65 - + Auto Clear Avg after decode Auto Slet Avg efter Dekodning + + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + USB dial frequency @@ -2436,15 +2451,15 @@ Gul er for lavt - - - + + + Hz Hz - + Rx Rx @@ -2466,7 +2481,7 @@ Gul er for lavt - + F Tol F Tol @@ -2523,7 +2538,7 @@ Gul er for lavt - + Fast Hurtig @@ -2630,7 +2645,7 @@ Not available to nonstandard callsign holders. - + Fox Fox @@ -2700,13 +2715,13 @@ Når den ikke er markeret, kan du se kalibreringsresultaterne. - + s s - + T/R T/R @@ -2725,7 +2740,7 @@ Når den ikke er markeret, kan du se kalibreringsresultaterne. - + Tx TX @@ -2757,123 +2772,123 @@ Når den ikke er markeret, kan du se kalibreringsresultaterne. Næste Kaldesignal - + 1 1 - - - + + + Send this message in next Tx interval Send denne meddelse i næste Tx periode - + Ctrl+2 Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body> <p> Send denne meddelelse i næste Tx-interval </p> <p> Dobbeltklik for at skifte brug af Tx1-meddelelsen til at starte en QSO med en station (ikke tilladt for type 1 sammensatte opkald) </p> </body> </html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Send denne meddelelse i næste Tx-periode. Dobbeltklik for at skifte brug af Tx1-meddelelsen til at starte en QSO med en station (ikke tilladt for type 1 indehavere af sammensatte opkald) - + Ctrl+1 CTRL+1 - - - - + + + + Switch to this Tx message NOW Skift til denne Tx meddelse nu - + Tx &2 TX &2 - + Alt+2 Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> html><head/><body> <p> Skift til denne Tx-meddelelse NU </p> <p> Dobbeltklik for at skifte brug af Tx1-meddelelsen til at starte en QSO med en station (ikke tilladt for type 1 sammensatte kaldesignaler) </p> </body> </html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Skift til denne Tx meddelse NU Dobbelt klik for at skifte brug af Tx1 meddelse for at starte QSO med en station (ikke tilladt for type 1 sammensatte kaldesignaler) - + Tx &1 Tx &1 - + Alt+1 Alt+1 - + Ctrl+6 CTRL+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Send denne meddelse i næste Tx periode</p><p>Dobbelt klik for at resette til standard 73 message</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message Send denne meddelse i næste Tx periode Dobbelt klik for at resette til standard 73 message - + Ctrl+5 Ctrl+5 - + Ctrl+3 CTRL+3 - + Tx &3 Tx &3 - + Alt+3 Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p> Send denne meddelelse i næste Tx periode </p> <p> Dobbeltklik for at skifte mellem RRR og RR73-meddelelser i Tx4 (ikke tilladt for type 2 sammensatte kaldesignaler)</p><p> RR73 meddelelser skal kun bruges, når du med rimelig sikkerhed er overbevist om, at der ikke kræves gentagne meddelelser</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2882,17 +2897,17 @@ Dobbeltklik for at skifte mellem RRR og RR73-meddelelser i Tx4 (ikke tilladt for RR73-meddelelser skal kun bruges, når du med rimelig sikkerhed er overbevist om, at der ikke kræves gentagne meddelelser - + Ctrl+4 Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p> Skift til denne Tx-meddelelse NU</p><p>Dobbeltklik for at skifte mellem RRR og RR73-meddelelser i Tx4 (ikke tilladt for type2 sammensatte kaldesignaler)</p><p>RR73-meddelelser skal kun bruges, når du med rimelighed er overbevist om, at der ikke kræves gentagne meddelelser </p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2901,64 +2916,64 @@ Dobbeltklik for at skifte mellem RRR og RR73-meddelelser i Tx4 (ikke tilladt for RR73-meddelelser skal kun bruges, når du med rimelig sikkerhed er overbevist om, at der ikke kræves gentagne meddelelser - + Tx &4 TX &4 - + Alt+4 Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Skift til denne Tx meddelse NU</p><p>Dobbelt klik for at vende tilbage til standard 73 message</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message Skift til denne Tx meddelse NU Dobbelt klik for at vende tilbage til standard 73 meddelse - + Tx &5 Tx&5 - + Alt+5 Alt+5 - + Now Nu - + Generate standard messages for minimal QSO Generer standard meddelse til minimal QSO - + Generate Std Msgs Generate Std Medd - + Tx &6 Tx&6 - + Alt+6 Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -2969,38 +2984,38 @@ Tryk på på Enter for indsætte teksten til makro listen. Makro listen kan også ændfres i Inderstillinger (F2). - + Queue up the next Tx message Sat i kø til næste Tx meddelse - + Next Næste - + 2 ? 2 - + FST4W FST4W - + Q65 Q65 - + SWL Mode SWL Mode - + Hide lower panel controls to maximize deocde windows Skjul nederste del af Control Panel for at maksimere dekoder vinduet @@ -3013,8 +3028,8 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Generer CQ meddelse - - + + CQ CQ @@ -3043,7 +3058,7 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Generer meddelse som svar på et CQ - + Grid Grid @@ -3084,138 +3099,138 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). 3 - + Max dB Maks dB - + CQ AF CQ AF - + CQ AN CQ AN - + CQ AS CQ AS - + CQ EU CQ EU - + CQ NA CQ NA - + CQ OC CQ OC - + CQ SA CQ SA - + CQ 0 CQ 0 - + CQ 1 CQ 1 - + CQ 2 CQ 2 - + CQ 3 CQ 3 - + CQ 4 CQ 4 - + CQ 5 CQ 5 - + CQ 6 CQ 6 - + CQ 7 CQ 7 - + CQ 8 CQ 8 - + CQ 9 CQ 9 - + Reset Reset - + N List N Liste - + N Slots N slots - - - - - - - + + + + + + + Random Tilfældig - + Call Kaldesignal - + S/N (dB) S/N (dB) - + Distance Distance - + More CQs Flere CQ @@ -3225,157 +3240,157 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). - + % % - + Tx Pct Tx Pct - + Band Hopping Bånd hopping - + Choose bands and times of day for band-hopping. Vælg bånd og tid på dagen for Bånd-Hopping. - + Schedule ... Tidskema ... - + 1/2 1/2 - + 2/2 2/2 - + 1/3 1/3 - + 2/3 2/3 - + 3/3 3/3 - + 1/4 1/4 - + 2/4 2/4 - + 3/4 3/4 - + 4/4 4/4 - + 1/5 1/5 - + 2/5 2/5 - + 3/5 3/5 - + 4/5 4/5 - + 5/5 5/5 - + 1/6 1/6 - + 2/6 2/6 - + 3/6 3/6 - + 4/6 4/6 - + 5/6 5/6 - + 6/6 6/6 - + Upload decoded messages to WSPRnet.org. Uoload dekodet meddelser til WSPRnet.org. - + Upload spots Upload spots - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> <html><head/><body><p>6-cifrede locatorer kræver 2 forskellige meddelelser for at blive sendt, den anden indeholder den fulde locator, men kun et hashet kaldesignal. Andre stationer skal have dekodet den første gang, før de kan dekode dit kaldesignal i den anden meddelse. Marker denne indstilling for kun at sende 4-cifrede locatorer, hvis den vil undgå to meddelelsesprotokollen.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. 6 cifrede locatorer kræver 2 forskellige meddelelser for at blive sendt, den anden indeholder den fulde locator, men kun et hashet kaldesignal. Andre stationer skal have dekodet den første gang, før de kan dekode dit kaldesignal i den anden meddelse. Marker denne indstilling for kun at sende 4-cifrede locatorer, hvis du vil undgå to meddelelses protokollen. - + Quick-Start Guide to FST4 and FST4W Quick Start Guide for FST4 og FST4W - + FST4 FST4 @@ -3388,7 +3403,7 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Fortrækker type 1 meddelse - + No own call decodes Ingen dekodning af eget kaldesignal @@ -3397,12 +3412,12 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Tx i den næste 2 minutters sekvens. - + Tx Next Tx Næste - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. Indsæt Tx power i dBm (dB over 1mW) som en del af WSPR meddelse. @@ -3412,47 +3427,47 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). NB - + File Fil - + View Vis/Se - + Decode Dekod - + Save Gem - + Help Hjælp - + Mode Mode - + Configurations Konfiguration - + Tools Værktøjer - + Exit Afslut @@ -3465,87 +3480,87 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). F2 - + About WSJT-X Om WSJT-X - + Waterfall Vandfald - + Open Åbne - + Ctrl+O Ctrl+o - + Open next in directory Åben den næste i mappe - + Decode remaining files in directory Dekod resterende filer i mappen - + Shift+F6 Shift+F6 - + Delete all *.wav && *.c2 files in SaveDir Slet alle *.wav && *.c2 filer i mappen Gemt - + None Ingen - + Save all Gem alt - + Online User Guide Online Bruger Manual - + Keyboard shortcuts Tastetur genveje - + Special mouse commands Specielle muse kommandoer - + JT9 JT9 - + Save decoded Gem dekodet - + Normal Normal - + Deep Dybt @@ -3554,12 +3569,12 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Monitor OFF ved start - + Erase ALL.TXT Slet ALL.TXT - + Erase wsjtx_log.adi Slet wsjtx_log.adi @@ -3592,12 +3607,12 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Dobbelt-klik på et kaldesignal for at sætte TX ON - + F7 F7 - + Runaway Tx watchdog Runaway Tx vagthund @@ -3610,7 +3625,7 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Tx frekv låst til Rx frekv - + JT65 JT65 @@ -3631,147 +3646,147 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Vis DXCC og Worked B4 status - + Astronomical data Astronomi data - + List of Type 1 prefixes and suffixes Liste over Type 1 prefix og suffix - + Settings... Indstillinger... - + Local User Guide Lokal User Manual - + Open log directory Åben Logfil mappe - + JT4 JT4 - + Message averaging Meddelse gennemsnit - + Enable averaging Aktiver gennemsnit - + Enable deep search Aktiver Dyb dekodning - + WSPR WSPR - + Echo Graph Ekko graf - + F8 F8 - + Echo Ekko - + EME Echo mode EME Ekko mode - + ISCAT ISCAT - + Fast Graph Fast Graph - + F9 F9 - + &Download Samples ... &Download eksempler ... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> <html><head/><body><p>Download audio filer eksempler som demonstrerer de forskellige modes.</p></body></html> - + MSK144 MSK144 - + QRA64 QRA64 - + Release Notes Release Notes - + Enable AP for DX Call Aktiver AP for DX kaldesignal - + FreqCal FrekvCal - + Measure reference spectrum Måler reference spectrum - + Measure phase response Måler fase response - + Erase reference spectrum Slet reference spektrum - + Execute frequency calibration cycle Kør en frekvens kalibrerings sekvens - + Equalization tools ... Equalization værktøjer ... @@ -3784,48 +3799,48 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Eksperimental LF/MF mode - + FT8 FT8 - - + + Enable AP Aktiver AP - + Solve for calibration parameters Løs for kalibrerings parametre - + Copyright notice Copyright notits - + Shift+F1 Shift+F1 - + Fox log Fox Log - + FT8 DXpedition Mode User Guide FT8 DXpedition Mode bruger guide - + Reset Cabrillo log ... Reset Cabrillo log ... - + Color highlighting scheme Farve skema @@ -3834,7 +3849,7 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Contest Log - + Export Cabrillo log ... Eksporter Cabrillo log ... @@ -3843,29 +3858,29 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Quick-Start Guide til WSJT-X 2.0 - + Contest log Contest log - + Erase WSPR hashtable Slet WSPR Hash tabel - + FT4 FT4 - + Rig Control Error Radio kontrol fejl - - + + Receiving Modtager @@ -3916,171 +3931,171 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). Fejl ved skrivning af WAV Fil - + Enumerating audio devices Opsumering af audio enheder - + Configurations... Konfigurationer... - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Message Meddelse - + Error Killing jt9.exe Process Fejl ved lukning af jt9.exe processen - + KillByName return code: %1 KillByName return code: %1 - + Error removing "%1" Fejl ved fjernelse af "%1" - + Click OK to retry Klik OK for at prøve igen - - + + Improper mode Forkert mode - - + + File Open Error Fejl ved åbning af fil - - - - - + + + + + Cannot open "%1" for append: %2 Kan ikke åbne "%1" for at tilføje: %2 - + Error saving c2 file Fejl da c2 fil skulle gemmes - + Error in Sound Input Fejl i Audio input - + Error in Sound Output Fejl i Audio output - - - - + + + + Single-Period Decodes Enkel-Periode Dekodning - - - - + + + + Average Decodes Gennemsnitlig dekodning - + Change Operator Skift Operatør - + New operator: Ny Operatør: - + Status File Error Fejl i status Fil - - + + Cannot open "%1" for writing: %2 Kan ikke åbne "%1" for at skrive: %2 - + Subprocess Error Underprocess fejl - + Subprocess failed with exit code %1 Underprocess fejlede med fejlkode %1 - - + + Running: %1 %2 Kører: %1 %2 - + Subprocess error Underprocess fejl - + Reference spectrum saved Reference spectrum gemt - + Invalid data in fmt.all at line %1 Forkert data i fmt.all ved linje %1 - + Good Calibration Solution God Kalibrerings løsning - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -4093,17 +4108,17 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). %9%L10 Hz</pre> - + Delete Calibration Measurements Slet Kalibrerings måling - + The "fmt.all" file will be renamed as "fmt.bak" Filen fmt.all vil blive omdøbt til "fmt.bak" - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -4119,27 +4134,27 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). "Algoritmerne, kildekoden, udseendet og funktionen af ​​WSJT-X og relaterede programmer og protokolspecifikationer for Mode FSK441, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144 er Copyright (C) 2001-2021 af en eller flere af følgende forfattere: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; og andre medlemmer af WSJT Development Group. " - + No data read from disk. Wrong file format? Ingen data indlæst. Forkert fil format? - + Confirm Delete Bekræft sletning - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? Er du sikker på du vil slette alle *.wav og *.c2 filer i "%1"? - + Keyboard Shortcuts Tastetur Genveje - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4333,12 +4348,12 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). </table> - + Special Mouse Commands Specielle muse kommandoer - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4404,42 +4419,42 @@ listen. Makro listen kan også ændfres i Inderstillinger (F2). </table> - + No more files to open. Ikke flere filer at åbne. - + Spotting to PSK Reporter unavailable Afsendelse af Spot til PSK Reporter ikke muligt - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. Venligst vælg en ande Tx frekvens. WSJT-X vil ikke sende med en anden Mode i WSPR området på 30m. - + WSPR Guard Band WSPR Guard bånd - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. Vælg venligst en anden VFO frekvens. WSJT-x vil ikke operere med Fox mode i standard FT8 områder - + Fox Mode warning Fox Mode advarsel - + Last Tx: %1 Senest Tx: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4450,19 +4465,19 @@ For at gøre dette skal du markere 'Speciel aktivitet' og 'EU VHF-Contest' på indstillingerne | Avanceret fane. - + Should you switch to ARRL Field Day mode? Bør du skifte til ARRL Field Day mode? - + Should you switch to RTTY contest mode? Bør du skifte til RTTY Contest mode? - + Add to CALL3.TXT Tilføj til CALL3.TXT @@ -4485,85 +4500,85 @@ is already in CALL3.TXT, do you wish to replace it? er allerede i CALL3.TXT. Vil du erstatte den? - + Warning: DX Call field is empty. Advarsel: DX Call feltet er tomt. - + Log file error Log fil fejl - + Cannot open "%1" Kan ikke åbne "%1" - + Error sending log to N1MM Fejl ved afsendelse af log til N1MM - + Write returned "%1" Skrivning vendte tilbage med "%1" - + Stations calling DXpedition %1 Stationer som kalder DXpedition %1 - + Hound Hound - + Tx Messages Tx meddelse - - - + + + Confirm Erase Bekræft Slet - + Are you sure you want to erase file ALL.TXT? Er du sikker på du vil slette filen ALL.TXT? - - + + Confirm Reset Bekræft Reset - + Are you sure you want to erase your contest log? Er du sikker på du vil slette din contest log? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. Gør du dette vil alle QSOer for pågældende contest blive slettet. De bliver dog gemt i en ADIF fik, men det vil ikke være muligt at eksportere dem som Cabrillo log. - + Cabrillo Log saved Cabrillo Log gemt - + Are you sure you want to erase file wsjtx_log.adi? Er du sikker på du vil slette filen wsjtx_log.adi? - + Are you sure you want to erase the WSPR hashtable? Er du sikker på du vil slette WSPR Hash tabellen? @@ -4572,60 +4587,60 @@ er allerede i CALL3.TXT. Vil du erstatte den? VHF feature advarsel - + Tune digital gain Tune digital gain - + Transmit digital gain Transmit digital gain - + Prefixes Prefixer - + Network Error Netværks Fejl - + Error: %1 UDP server %2:%3 Error: %1 UDP server %2:%3 - + File Error Fil fejl - + Phase Training Disabled Phase Training Deaktiveret - + Phase Training Enabled Phase Training Aktiveret - + WD:%1m WD:%1m - - + + Log File Error Log Fil Fejl - + Are you sure you want to clear the QSO queues? Er du sikker du vil slette QSO køen? @@ -4758,24 +4773,22 @@ UDP server %2:%3 OmniRig: Ukendt mode - + Failed to start OmniRig COM server Fejl ved start af OmniRig Com server - - + + OmniRig: don't know how to set rig frequency OmniRig: Ved ikke hvordan frekvensen på radioen skal indstilles - - OmniRig: timeout waiting for update from rig - OmniRig: Timeout for opdatering fra radioe + OmniRig: Timeout for opdatering fra radioe - + OmniRig COM/OLE error: %1 at %2: %3 (%4) OmniRig Com/OLE fejl: %1 ved %2: %3 (%4) @@ -5363,8 +5376,8 @@ Fejl(%2): %3 Wide Graf - - + + Read Palette Læs Palette @@ -6991,53 +7004,53 @@ Højre klik for at indsætte eller slette elementer. forsøg at fjerne uaktuelle låste filer? - + Failed to create a temporary directory Fejl ved forsøg på at oprette midlertidig mappe - - + + Path: "%1" Sti: "%1" - + Failed to create a usable temporary directory Fejl i forsøg på at oprette brugbar midlertidig mappe - + Another application may be locking the directory En anden applikation spærrer måske mappen - + Failed to create data directory Kan ikke oprette Data mappe - + path: "%1" Sti: "%1" - + Shared memory error Delt hukommelse fejl - + Unable to create shared memory segment Kan ikke oprette delt hukommelse segment - + Sub-process error Under-rutine fejl - + Failed to close orphaned jt9 process Fejl ved lukning af jt9 proces diff --git a/translations/wsjtx_en.ts b/translations/wsjtx_en.ts index 58a7ba084..8d5413a8a 100644 --- a/translations/wsjtx_en.ts +++ b/translations/wsjtx_en.ts @@ -621,12 +621,12 @@ Format: - + Rig failure - + Not found audio device missing @@ -2049,12 +2049,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity @@ -2066,11 +2066,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency @@ -2220,132 +2220,132 @@ Error(%2): %3 - + 1/2 - + 2/2 - + 1/3 - + 2/3 - + 3/3 - + 1/4 - + 2/4 - + 3/4 - + 4/4 - + 1/5 - + 2/5 - + 3/5 - + 4/5 - + 5/5 - + 1/6 - + 2/6 - + 3/6 - + 4/6 - + 5/6 - + 6/6 - + Percentage of minute sequences devoted to transmitting. - + Prefer Type 1 messages - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> - + Q65 - + SWL Mode - + Hide lower panel controls to maximize deocde windows @@ -2490,15 +2490,15 @@ Yellow when too low - - - + + + Hz - + Rx @@ -2520,7 +2520,7 @@ Yellow when too low - + F Tol @@ -2577,7 +2577,7 @@ Yellow when too low - + Fast @@ -2684,7 +2684,7 @@ Not available to nonstandard callsign holders. - + Fox @@ -2752,13 +2752,13 @@ When not checked you can view the calibration results. - + s - + T/R @@ -2769,7 +2769,7 @@ When not checked you can view the calibration results. - + Tx @@ -2779,200 +2779,200 @@ When not checked you can view the calibration results. - + 1 - - - + + + Send this message in next Tx interval - + Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) - + Ctrl+1 - - - - + + + + Switch to this Tx message NOW - + Tx &2 - + Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) - + Tx &1 - + Alt+1 - + Ctrl+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message - + Ctrl+5 - + Ctrl+3 - + Tx &3 - + Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required - + Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required - + Tx &4 - + Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message - + Tx &5 - + Alt+5 - + Now - + Generate standard messages for minimal QSO - + Generate Std Msgs - + Tx &6 - + Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -2980,240 +2980,240 @@ list. The list can be maintained in Settings (F2). - + Queue up the next Tx message - + Next - + 2 - + Quick-Start Guide to FST4 and FST4W - + FST4 - + FST4W - - + + CQ - + Grid - + Max dB - + CQ AF - + CQ AN - + CQ AS - + CQ EU - + CQ NA - + CQ OC - + CQ SA - + CQ 0 - + CQ 1 - + CQ 2 - + CQ 3 - + CQ 4 - + CQ 5 - + CQ 6 - + CQ 7 - + CQ 8 - + CQ 9 - + Reset - + N List - + N Slots - - - - - - - + + + + + + + Random - + Call - + S/N (dB) - + Distance - + More CQs - + % - + Tx Pct - + Band Hopping - + Choose bands and times of day for band-hopping. - + Schedule ... - + Upload decoded messages to WSPRnet.org. - + Upload spots - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. - + No own call decodes - + Tx Next - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. @@ -3223,390 +3223,405 @@ list. The list can be maintained in Settings (F2). - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + File - + View - + Decode - + Save - + Help - + Mode - + Configurations - + Tools - + Exit - + About WSJT-X - + Waterfall - + Open - + Ctrl+O - + Open next in directory - + Decode remaining files in directory - + Shift+F6 - + Delete all *.wav && *.c2 files in SaveDir - + None - + Save all - + Online User Guide - + Keyboard shortcuts - + Special mouse commands - + JT9 - + Save decoded - + Normal - + Deep - + Erase ALL.TXT - + Erase wsjtx_log.adi - + F7 - + Runaway Tx watchdog - + JT65 - + Astronomical data - + List of Type 1 prefixes and suffixes - + Settings... - + Local User Guide - + Open log directory - + JT4 - + Message averaging - + Enable averaging - + Enable deep search - + WSPR - + Echo Graph - + F8 - + Echo - + EME Echo mode - + ISCAT - + Fast Graph - + F9 - + &Download Samples ... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> - + MSK144 - + QRA64 - + Release Notes - + Enable AP for DX Call - + FreqCal - + Measure reference spectrum - + Measure phase response - + Erase reference spectrum - + Execute frequency calibration cycle - + Equalization tools ... - + FT8 - - + + Enable AP - + Solve for calibration parameters - + Copyright notice - + Shift+F1 - + Fox log - + FT8 DXpedition Mode User Guide - + Reset Cabrillo log ... - + Color highlighting scheme - + Export Cabrillo log ... - + Contest log - + Erase WSPR hashtable - + FT4 - + Quick-Start Guide to Q65 - + Auto Clear Avg after decode - + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + + + Rig Control Error - - + + Receiving @@ -3636,170 +3651,170 @@ list. The list can be maintained in Settings (F2). - + Enumerating audio devices - + Configurations... - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Message - + Error Killing jt9.exe Process - + KillByName return code: %1 - + Error removing "%1" - + Click OK to retry - - + + Improper mode - - + + File Open Error - - - - - + + + + + Cannot open "%1" for append: %2 - + Error saving c2 file - + Error in Sound Input - + Error in Sound Output - - - - + + + + Single-Period Decodes - - - - + + + + Average Decodes - + Change Operator - + New operator: - + Status File Error - - + + Cannot open "%1" for writing: %2 - + Subprocess Error - + Subprocess failed with exit code %1 - - + + Running: %1 %2 - + Subprocess error - + Reference spectrum saved - + Invalid data in fmt.all at line %1 - + Good Calibration Solution - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3808,44 +3823,44 @@ list. The list can be maintained in Settings (F2). - + Delete Calibration Measurements - + The "fmt.all" file will be renamed as "fmt.bak" - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." - + No data read from disk. Wrong file format? - + Confirm Delete - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? - + Keyboard Shortcuts - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -3895,12 +3910,12 @@ list. The list can be maintained in Settings (F2). - + Special Mouse Commands - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -3936,42 +3951,42 @@ list. The list can be maintained in Settings (F2). - + No more files to open. - + Spotting to PSK Reporter unavailable - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. - + WSPR Guard Band - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. - + Fox Mode warning - + Last Tx: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -3979,19 +3994,19 @@ To do so, check 'Special operating activity' and - + Should you switch to ARRL Field Day mode? - + Should you switch to RTTY contest mode? - + Add to CALL3.TXT @@ -4013,142 +4028,142 @@ is already in CALL3.TXT, do you wish to replace it? - + Warning: DX Call field is empty. - + Log file error - + Cannot open "%1" - + Error sending log to N1MM - + Write returned "%1" - + Stations calling DXpedition %1 - + Hound - + Tx Messages - - - + + + Confirm Erase - + Are you sure you want to erase file ALL.TXT? - - + + Confirm Reset - + Are you sure you want to erase your contest log? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. - + Cabrillo Log saved - + Are you sure you want to erase file wsjtx_log.adi? - + Are you sure you want to erase the WSPR hashtable? - + Tune digital gain - + Transmit digital gain - + Prefixes - + Network Error - + Error: %1 UDP server %2:%3 - + File Error - + Phase Training Disabled - + Phase Training Enabled - + WD:%1m - - + + Log File Error - + Are you sure you want to clear the QSO queues? @@ -4281,24 +4296,18 @@ UDP server %2:%3 - + Failed to start OmniRig COM server - - + + OmniRig: don't know how to set rig frequency - - - OmniRig: timeout waiting for update from rig - - - - + OmniRig COM/OLE error: %1 at %2: %3 (%4) @@ -4856,8 +4865,8 @@ Error(%2): %3 - - + + Read Palette @@ -6420,53 +6429,53 @@ Right click for insert and delete options. main - + Failed to create a temporary directory - - + + Path: "%1" - + Failed to create a usable temporary directory - + Another application may be locking the directory - + Failed to create data directory - + path: "%1" - + Shared memory error - + Unable to create shared memory segment - + Sub-process error - + Failed to close orphaned jt9 process diff --git a/translations/wsjtx_en_GB.ts b/translations/wsjtx_en_GB.ts index 1b69b70db..fe223f710 100644 --- a/translations/wsjtx_en_GB.ts +++ b/translations/wsjtx_en_GB.ts @@ -621,12 +621,12 @@ Format: - + Rig failure - + Not found audio device missing @@ -2049,12 +2049,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity @@ -2066,11 +2066,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency @@ -2220,132 +2220,132 @@ Error(%2): %3 - + 1/2 - + 2/2 - + 1/3 - + 2/3 - + 3/3 - + 1/4 - + 2/4 - + 3/4 - + 4/4 - + 1/5 - + 2/5 - + 3/5 - + 4/5 - + 5/5 - + 1/6 - + 2/6 - + 3/6 - + 4/6 - + 5/6 - + 6/6 - + Percentage of minute sequences devoted to transmitting. - + Prefer Type 1 messages - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> - + Q65 - + SWL Mode - + Hide lower panel controls to maximize deocde windows @@ -2490,15 +2490,15 @@ Yellow when too low - - - + + + Hz - + Rx @@ -2520,7 +2520,7 @@ Yellow when too low - + F Tol @@ -2577,7 +2577,7 @@ Yellow when too low - + Fast @@ -2684,7 +2684,7 @@ Not available to nonstandard callsign holders. - + Fox @@ -2752,13 +2752,13 @@ When not checked you can view the calibration results. - + s - + T/R @@ -2769,7 +2769,7 @@ When not checked you can view the calibration results. - + Tx @@ -2779,200 +2779,200 @@ When not checked you can view the calibration results. - + 1 - - - + + + Send this message in next Tx interval - + Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) - + Ctrl+1 - - - - + + + + Switch to this Tx message NOW - + Tx &2 - + Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) - + Tx &1 - + Alt+1 - + Ctrl+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message - + Ctrl+5 - + Ctrl+3 - + Tx &3 - + Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required - + Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required - + Tx &4 - + Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message - + Tx &5 - + Alt+5 - + Now - + Generate standard messages for minimal QSO - + Generate Std Msgs - + Tx &6 - + Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -2980,240 +2980,240 @@ list. The list can be maintained in Settings (F2). - + Queue up the next Tx message - + Next - + 2 - + Quick-Start Guide to FST4 and FST4W - + FST4 - + FST4W - - + + CQ - + Grid - + Max dB - + CQ AF - + CQ AN - + CQ AS - + CQ EU - + CQ NA - + CQ OC - + CQ SA - + CQ 0 - + CQ 1 - + CQ 2 - + CQ 3 - + CQ 4 - + CQ 5 - + CQ 6 - + CQ 7 - + CQ 8 - + CQ 9 - + Reset - + N List - + N Slots - - - - - - - + + + + + + + Random - + Call - + S/N (dB) - + Distance - + More CQs - + % - + Tx Pct - + Band Hopping - + Choose bands and times of day for band-hopping. - + Schedule ... - + Upload decoded messages to WSPRnet.org. - + Upload spots - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. - + No own call decodes - + Tx Next - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. @@ -3223,390 +3223,405 @@ list. The list can be maintained in Settings (F2). - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + File - + View - + Decode - + Save - + Help - + Mode - + Configurations - + Tools - + Exit - + About WSJT-X - + Waterfall - + Open - + Ctrl+O - + Open next in directory - + Decode remaining files in directory - + Shift+F6 - + Delete all *.wav && *.c2 files in SaveDir - + None - + Save all - + Online User Guide - + Keyboard shortcuts - + Special mouse commands - + JT9 - + Save decoded - + Normal - + Deep - + Erase ALL.TXT - + Erase wsjtx_log.adi - + F7 - + Runaway Tx watchdog - + JT65 - + Astronomical data - + List of Type 1 prefixes and suffixes - + Settings... - + Local User Guide - + Open log directory - + JT4 - + Message averaging - + Enable averaging - + Enable deep search - + WSPR - + Echo Graph - + F8 - + Echo - + EME Echo mode - + ISCAT - + Fast Graph - + F9 - + &Download Samples ... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> - + MSK144 - + QRA64 - + Release Notes - + Enable AP for DX Call - + FreqCal - + Measure reference spectrum - + Measure phase response - + Erase reference spectrum - + Execute frequency calibration cycle - + Equalization tools ... - + FT8 - - + + Enable AP - + Solve for calibration parameters - + Copyright notice - + Shift+F1 - + Fox log - + FT8 DXpedition Mode User Guide - + Reset Cabrillo log ... - + Color highlighting scheme - + Export Cabrillo log ... - + Contest log - + Erase WSPR hashtable - + FT4 - + Quick-Start Guide to Q65 - + Auto Clear Avg after decode - + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + + + Rig Control Error - - + + Receiving @@ -3636,170 +3651,170 @@ list. The list can be maintained in Settings (F2). - + Enumerating audio devices - + Configurations... - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Message - + Error Killing jt9.exe Process - + KillByName return code: %1 - + Error removing "%1" - + Click OK to retry - - + + Improper mode - - + + File Open Error - - - - - + + + + + Cannot open "%1" for append: %2 - + Error saving c2 file - + Error in Sound Input - + Error in Sound Output - - - - + + + + Single-Period Decodes - - - - + + + + Average Decodes - + Change Operator - + New operator: - + Status File Error - - + + Cannot open "%1" for writing: %2 - + Subprocess Error - + Subprocess failed with exit code %1 - - + + Running: %1 %2 - + Subprocess error - + Reference spectrum saved - + Invalid data in fmt.all at line %1 - + Good Calibration Solution - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3808,44 +3823,44 @@ list. The list can be maintained in Settings (F2). - + Delete Calibration Measurements - + The "fmt.all" file will be renamed as "fmt.bak" - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." - + No data read from disk. Wrong file format? - + Confirm Delete - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? - + Keyboard Shortcuts - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -3895,12 +3910,12 @@ list. The list can be maintained in Settings (F2). - + Special Mouse Commands - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -3936,42 +3951,42 @@ list. The list can be maintained in Settings (F2). - + No more files to open. - + Spotting to PSK Reporter unavailable - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. - + WSPR Guard Band - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. - + Fox Mode warning - + Last Tx: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -3979,19 +3994,19 @@ To do so, check 'Special operating activity' and - + Should you switch to ARRL Field Day mode? - + Should you switch to RTTY contest mode? - + Add to CALL3.TXT @@ -4013,142 +4028,142 @@ is already in CALL3.TXT, do you wish to replace it? - + Warning: DX Call field is empty. - + Log file error - + Cannot open "%1" - + Error sending log to N1MM - + Write returned "%1" - + Stations calling DXpedition %1 - + Hound - + Tx Messages - - - + + + Confirm Erase - + Are you sure you want to erase file ALL.TXT? - - + + Confirm Reset - + Are you sure you want to erase your contest log? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. - + Cabrillo Log saved - + Are you sure you want to erase file wsjtx_log.adi? - + Are you sure you want to erase the WSPR hashtable? - + Tune digital gain - + Transmit digital gain - + Prefixes - + Network Error - + Error: %1 UDP server %2:%3 - + File Error - + Phase Training Disabled - + Phase Training Enabled - + WD:%1m - - + + Log File Error - + Are you sure you want to clear the QSO queues? @@ -4281,24 +4296,18 @@ UDP server %2:%3 - + Failed to start OmniRig COM server - - + + OmniRig: don't know how to set rig frequency - - - OmniRig: timeout waiting for update from rig - - - - + OmniRig COM/OLE error: %1 at %2: %3 (%4) @@ -4856,8 +4865,8 @@ Error(%2): %3 - - + + Read Palette @@ -6420,53 +6429,53 @@ Right click for insert and delete options. main - + Failed to create a temporary directory - - + + Path: "%1" - + Failed to create a usable temporary directory - + Another application may be locking the directory - + Failed to create data directory - + path: "%1" - + Shared memory error - + Unable to create shared memory segment - + Sub-process error - + Failed to close orphaned jt9 process diff --git a/translations/wsjtx_es.ts b/translations/wsjtx_es.ts index 7f9acb36d..3a750b2cf 100644 --- a/translations/wsjtx_es.ts +++ b/translations/wsjtx_es.ts @@ -704,12 +704,12 @@ Formato: Fallo al abrir la conexión al equipo - + Rig failure Fallo en el equipo - + Not found audio device missing No encontrado @@ -2298,12 +2298,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity Actividad en la banda @@ -2315,11 +2315,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency Frecuencia de RX @@ -2478,147 +2478,162 @@ Error(%2): %3 F Alto - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + Quick-Start Guide to Q65 Guía de inicio rápido de Q65 - + Auto Clear Avg after decode Auto Clear Avg después de decodificar + + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + F Low F Bajo - + 1/2 1/2 - + 2/2 2/2 - + 1/3 1/3 - + 2/3 2/3 - + 3/3 3/3 - + 1/4 1/4 - + 2/4 2/4 - + 3/4 3/4 - + 4/4 4/4 - + 1/5 1/5 - + 2/5 2/5 - + 3/5 3/5 - + 4/5 4/5 - + 5/5 5/5 - + 1/6 1/6 - + 2/6 2/6 - + 3/6 3/6 - + 4/6 4/6 - + 5/6 5/6 - + 6/6 6/6 - + Percentage of minute sequences devoted to transmitting. Porcentaje de minutos dedicados a transmisión. - + Prefer Type 1 messages Preferir mensajes tipo 1 - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> <html><head/><body><p>Transmitir durante la siguiente secuencia.</p></body></html> - + Q65 Q65 - + SWL Mode Modo Escucha - + Hide lower panel controls to maximize deocde windows Ocultar panel de controles inferior para maximizar la ventana de decodificados @@ -2789,15 +2804,15 @@ Amarillo cuando esta muy bajo. - - - + + + Hz Hz - + Rx RX @@ -2820,7 +2835,7 @@ Amarillo cuando esta muy bajo. - + F Tol F Tol @@ -2882,7 +2897,7 @@ Amarillo cuando esta muy bajo. - + Fast Rápido @@ -3003,7 +3018,7 @@ No está disponible para los titulares de indicativo no estándar. - + Fox Fox "Fox" @@ -3086,13 +3101,13 @@ Cuando no está marcado, puede verse los resultados de la calibración. - + s s - + T/R T/R @@ -3113,7 +3128,7 @@ Cuando no está marcado, puede verse los resultados de la calibración. - + Tx TX @@ -3137,31 +3152,31 @@ Cuando no está marcado, puede verse los resultados de la calibración.Siguiente Indicativo - + 1 1 - - - + + + Send this message in next Tx interval Enviar este mensaje en el siguiente intervalo de transmisión Enviar este mensaje en el siguiente intervalo de TX - + Ctrl+2 Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>Enviar este mensaje en el siguiente intervalo de transmisión.</p><p>Haz doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una estación (no está permitido para titulares de indicativos compuestos de tipo 1).</p></body></html> <html><head/><body><p>Enviar este mensaje en el siguiente intervalo de TX.</p><p>Doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una estación (no está permitido para titulares de indicativos compuestos de tipo 1).</p></body></html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Enviar este mensaje en el siguiente intervalo de transmisión. @@ -3169,37 +3184,37 @@ Haz doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una Enviar este mensaje en el siguiente intervalo de TX. Doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una estación (no está permitido para titulares de indicativos compuestos de tipo 1). - + Ctrl+1 Ctrl+1 - - - - + + + + Switch to this Tx message NOW Cambia a este mensaje de TX AHORA Cambiar a este mensaje de TX AHORA - + Tx &2 TX &2 - + Alt+2 Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>Cambia a este mensaje de TX AHORA.</p><p>Haz doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una estación (no está permitido para titulares de indicativos compuestos de tipo 1).</p></body></html> <html><head/><body><p>Cambiar a este mensaje de TX AHORA.</p><p>Doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una estación (no está permitido para titulares de indicativos compuestos de tipo 1).</p></body></html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Cambia a este mensaje de TX AHORA. @@ -3207,78 +3222,78 @@ Haz doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una Cambiar a este mensaje de TX AHORA.Doble clic para alternar el uso del mensaje TX1 para iniciar un QSO con una estación (no está permitido para titulares de indicativos compuestos de tipo 1) - + Tx &1 TX &1 - + Alt+1 Alt+1 - + Ctrl+6 Ctrl+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Enviar este mensaje en el siguiente intervalo de transmisión</p><p>Haz doble clic para restablecer el mensaje estándar 73.</p></body></html> <html><head/><body><p>Enviar este mensaje en el siguiente intervalo de TX</p><p>Doble clic para restablecer el mensaje 73 estándar.</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message Enviar este mensaje en el siguiente intervalo de TX. Doble clic para restablecer el mensaje 73 estándar. - + Ctrl+5 Ctrl+5 - + Ctrl+3 Ctrl+3 - + Tx &3 TX &3 - + Alt+3 Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>Envia este mensaje en el siguiente intervalo de transmisión.</p><p>Haz doble clic para alternar entre los mensajes RRR y RR73 en TX4 (no está permitido para titulares de indicativos compuestos de tipo 2).</p><p>Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no se requerirán repeticiones de mensajes.</p></body></html> <html><head/><body><p>Envia este mensaje en el siguiente intervalo de TX.</p><p>Doble clic para alternar entre los mensajes RRR y RR73 en TX4 (no está permitido para titulares de indicativos compuestos de tipo 2).</p><p>Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no se requerirán repeticiones de mensajes.</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required Envia este mensaje en el siguiente intervalo de TX. Doble clic para alternar entre los mensajes RRR y RR73 en TX4 (no está permitido para titulares de indicativos compuestos de tipo 2). Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no se requerirán repeticiones de mensajes - + Ctrl+4 Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>Cambia a este mensaje de TX AHORA.</p><p>Haz doble clic para alternar entre los mensajes RRR y RR73 en TX4 (no está permitido para titulares de indicativos compuestos de tipo 2).</p><p>Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no se requerirán repeticiones de mensajes.</p></body></html> <html><head/><body><p>Cambiar a este mensaje de TX AHORA.</p><p>Doble clic para alternar entre los mensajes RRR y RR73 en TX4 (no está permitido para titulares de indicativos compuestos de tipo 2).</p><p>Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no se requerirán repeticiones de mensajes.</p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -3288,23 +3303,23 @@ Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no Cambiar a este mensaje de TX AHORA. Doble clic para alternar entre los mensajes RRR y RR73 en TX4 (no está permitido para titulares de indicativos compuestos de tipo 2). Los mensajes RR73 solo deben usarse cuando esté razonablemente seguro de que no se requerirán repeticiones de mensajes. - + Tx &4 TX &4 - + Alt+4 Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Cambia a este mensaje de TX AHORA.</p><p>Haz doble clic para restablecer el mensaje estándar 73.</p></body></html> <html><head/><body><p>Cambiar a este mensaje de TX AHORA.</p><p>Doble clic para restablecer el mensaje estándar 73.</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message Cambia a este mensaje de TX AHORA. @@ -3313,44 +3328,44 @@ Haz doble clic para restablecer el mensaje estándar 73. Doble clic para cambiar al mensaje estándar 73. - + Tx &5 TX &5 - + Alt+5 Alt+5 - + Now Ahora - + Generate standard messages for minimal QSO Genera mensajes estándar para un QSO mínimo Genera mensajes estándares para realizar un QSO - + Generate Std Msgs Genera Mensaje Standar Genera Mensajes Estándar - + Tx &6 TX &6 - + Alt+6 Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -3365,32 +3380,32 @@ Presiona INTRO para agregar el texto actual a la lista predefinida. La lista se puede modificar en "Ajustes" (F2). - + Queue up the next Tx message Poner en cola el siguiente mensaje de TX - + Next Siguiente - + 2 2 - + Quick-Start Guide to FST4 and FST4W Guía de inicio rápido a FST4 y FST4W - + FST4 FST4 - + FST4W FST4W @@ -3403,8 +3418,8 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Genera mensaje CQ - - + + CQ CQ @@ -3435,7 +3450,7 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Genera mensaje para responder a un CQ - + Grid Locator/grid Locator @@ -3482,138 +3497,138 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).3 - + Max dB Max dB - + CQ AF CQ AF - + CQ AN CQ AN - + CQ AS CQ AS - + CQ EU CQ EU - + CQ NA CQ NA - + CQ OC CQ OC - + CQ SA CQ SA - + CQ 0 CQ 0 - + CQ 1 CQ 1 - + CQ 2 CQ 2 - + CQ 3 CQ 3 - + CQ 4 CQ 4 - + CQ 5 CQ 5 - + CQ 6 CQ 6 - + CQ 7 CQ 7 - + CQ 8 CQ 8 - + CQ 9 CQ 9 - + Reset Reiniciar - + N List N List - + N Slots N Slots - - - - - - - + + + + + + + Random Aleatorio - + Call Indicativo - + S/N (dB) S/N (dB) - + Distance Distancia - + More CQs Más CQ's @@ -3623,52 +3638,52 @@ predefinida. La lista se puede modificar en "Ajustes" (F2). - + % % - + Tx Pct TX Pct Pct TX - + Band Hopping Salto de banda - + Choose bands and times of day for band-hopping. Elija bandas y momentos del día para saltar de banda. Escoja bandas y momentos del día para saltos de banda. - + Schedule ... Calendario ... Programar ... - + Upload decoded messages to WSPRnet.org. Cargue mensajes decodificados a WSPRnet.org. Subir mensajes decodificados a WSPRnet.org. - + Upload spots Subir "Spots" - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> <html><head/><body><p>Los Locator/Grid de 6 dígitos hacen que se envíen 2 mensajes diferentes, el segundo contiene el locator completo, pero sólo un indicativo troceado, las otras estaciones deben haber decodificado el primero una vez antes de poder descodificar el segundo. Marca esta opción para enviar sólo locators de 4 dígitos y se evitará el protocolo de dos mensajes.</p></body></html> <html><head/><body><p>Los locator de 6 dígitos hace que se envíen 2 mensajes diferentes, el segundo contiene el locator completo, pero sólo un indicativo, otras estaciones deben haber decodificado el primero antes de poder descodificar el segundo. Marcar esta opción para enviar sólo locators de 4 dígitos y se evitará el protocolo de dos mensajes.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. Los Locator/Grid de 6 dígitos hacen que se envíen 2 mensajes diferentes, el segundo contiene el locator completo, pero sólo un indicativo troceado, las otras estaciones deben haber decodificado el primero una vez antes de poder descodificar el segundo. Marca esta opción para enviar sólo locators de 4 dígitos y se evitará el protocolo de dos mensajes. Los locator de 6 dígitos hace que se envíen 2 mensajes diferentes, el segundo contiene el locator completo, pero sólo un indicativo, otras estaciones deben haber decodificado el primero antes de poder descodificar el segundo. Marcar esta opción para enviar sólo locators de 4 dígitos y se evitará el protocolo de dos mensajes. @@ -3679,7 +3694,7 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Preferir mensajes de tipo 1 - + No own call decodes No se descodifica ningún indicativo propio No se descodifica mi indicativo @@ -3689,60 +3704,60 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Transmite durante la siguiente secuencia de 2 minutos. - + Tx Next Siguiente TX - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. Configura la potencia de transmisión en dBm (dB por encima de 1 mW) como parte de tú mensaje WSPR. Configurar la potencia de TX en dBm (dB por encima de 1 mW) como parte de su mensaje WSPR. - + File Archivo - + View Ver - + Decode Decodifica Decodificar - + Save Guardar - + Help Ayuda - + Mode Modo - + Configurations No es valido utilizar Ajustes Configuraciones - + Tools Herramientas - + Exit Salir @@ -3755,91 +3770,91 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).F2 - + About WSJT-X Acerca de WSJT-X - + Waterfall Cascada Cascada (Waterfall) - + Open Abrir - + Ctrl+O Ctrl+O - + Open next in directory Abrir siguiente en el directorio - + Decode remaining files in directory Decodifica los archivos restantes en el directorio - + Shift+F6 Mayúsculas+F6 Mayúsculas+F6 - + Delete all *.wav && *.c2 files in SaveDir Borrar todos los archivos *.wav y *.c2 - + None Ninguno Nada - + Save all Guardar todo - + Online User Guide Guía de usuario en línea - + Keyboard shortcuts Atajos de teclado - + Special mouse commands Comandos especiales de ratón - + JT9 JT9 - + Save decoded Guarda el decodificado Guardar lo decodificado - + Normal Normal - + Deep Profundo @@ -3849,12 +3864,12 @@ predefinida. La lista se puede modificar en "Ajustes" (F2)."Monitor" apagado al inicio - + Erase ALL.TXT Borrar ALL.TXT - + Erase wsjtx_log.adi Borrar el archivo wsjtx_log.adi Borrar archivo wsjtx_log.adi @@ -3893,7 +3908,7 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Doble clic en el indicativo activa la TX - + F7 F7 @@ -3903,7 +3918,7 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Dehabilita TX después de enviar 73 - + Runaway Tx watchdog Temporizador de TX @@ -3917,7 +3932,7 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Freq. de TX bloqueda a freq. de RX - + JT65 JT65 @@ -3940,154 +3955,154 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Mostrar DXCC y estado B4 trabajado - + Astronomical data Datos astronómicos - + List of Type 1 prefixes and suffixes Lista de prefijos y sufijos de tipo 1 Lista de prefijos y sufijos tipo 1 - + Settings... Configuración Ajustes... - + Local User Guide Guía de usuario local - + Open log directory Abrir directorio de log - + JT4 JT4 - + Message averaging Promedio de mensajes - + Enable averaging Habilitar el promedio - + Enable deep search Habilitar búsqueda profunda - + WSPR WSPR - + Echo Graph Gráfico de eco - + F8 F8 - + Echo Echo Eco - + EME Echo mode Modo EME Eco - + ISCAT ISCAT - + Fast Graph Gráfico rápido "Fast Graph" - + F9 F9 - + &Download Samples ... &Descargar muestras ... &Descargar muestras de audio ... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> <html><head/><body><p>Descarga archivos de audio de muestra que demuestren los distintos modos.</p></body></html> <html><head/><body><p>Descargar archivos de audio de los distintos modos.</p></body></html> - + MSK144 MSK144 - + QRA64 QRA64 - + Release Notes Cambios en la nueva versión - + Enable AP for DX Call Habilitar AP para llamada DX Habilitar AP para indicativo DX - + FreqCal FreqCal - + Measure reference spectrum Medir espectro de referencia - + Measure phase response Medir la respuesta de fase - + Erase reference spectrum Borrar espectro de referencia - + Execute frequency calibration cycle Ejecutar ciclo de calibración de frecuencia - + Equalization tools ... Herramientas de ecualización ... @@ -4100,51 +4115,51 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Modo experimental LF/MF - + FT8 FT8 - - + + Enable AP Habilitar AP - + Solve for calibration parameters Resolver para parámetros de calibración Resolver parámetros de calibración - + Copyright notice Derechos de Autor - + Shift+F1 Mayúsculas+F1 - + Fox log Log Fox Log "Fox" - + FT8 DXpedition Mode User Guide Guía de usuario del modo FT8 DXpedition (inglés) - + Reset Cabrillo log ... Restablecer log de Cabrillo ... Borrar log Cabrillo ... - + Color highlighting scheme Esquema de resaltado de color Esquema de resaltado de colores @@ -4154,7 +4169,7 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Log de Concurso - + Export Cabrillo log ... Exportar log de Cabrillo ... Exportar log Cabrillo ... @@ -4164,29 +4179,29 @@ predefinida. La lista se puede modificar en "Ajustes" (F2).Guía de inicio rápido para WSJT-X 2.0 (inglés) - + Contest log Log de Concurso - + Erase WSPR hashtable Borrar la tabla de WSPR - + FT4 FT4 - + Rig Control Error Error de control del equipo - - + + Receiving Recibiendo @@ -4239,153 +4254,153 @@ Error al cargar datos de usuarios de LotW Error al escribir el archivo WAV - + Enumerating audio devices Listando dispositivos de audio - + Configurations... Conmfiguraciones... Configuraciones... - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Message Mensaje - + Error Killing jt9.exe Process Error al matar el proceso jt9.exe - + KillByName return code: %1 Código de retorno de KillByName: %1 KillByName regresa código: %1 - + Error removing "%1" Error al eliminar "%1" - + Click OK to retry Haga clic en Aceptar para volver a intentar Clic en "Aceptar" para reintentar - - + + Improper mode Modo incorrecto - - + + File Open Error Error de apertura del archivo Error al abrir archivo - - - - - + + + + + Cannot open "%1" for append: %2 No puedo abrir "%1" para anexar: %2 No se puedo abrir "%1" para anexar: %2 - + Error saving c2 file Error al guardar el archivo c2 Error al guardar archivo c2 - + Error in Sound Input Error en entrada de sonido - + Error in Sound Output Error en la salida de sonido Error en salida de audio - - - - + + + + Single-Period Decodes Decodificaciones de un solo período - - - - + + + + Average Decodes Promedio de decodificaciones - + Change Operator Cambiar operador - + New operator: Nuevo operador: - + Status File Error Error de estado del archivo Error en el archivo de estado - - + + Cannot open "%1" for writing: %2 No se puede abrir "%1" para la escritura: %2 No se puede abrir "%1" para escritura: %2 - + Subprocess Error Error de subproceso - + Subprocess failed with exit code %1 El subproceso falló con el código de salida %1 - - + + Running: %1 %2 Corriendo: %1 @@ -4394,27 +4409,27 @@ Error al cargar datos de usuarios de LotW %2 - + Subprocess error Error de subproceso - + Reference spectrum saved Espectro de referencia guardado - + Invalid data in fmt.all at line %1 Datos no válidos en fmt.all en la línea %1 - + Good Calibration Solution Buena solución de calibración - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -4427,18 +4442,18 @@ Error al cargar datos de usuarios de LotW %9%L10 Hz</pre> - + Delete Calibration Measurements Eliminar mediciones de calibración Borrar mediciones de calibración - + The "fmt.all" file will be renamed as "fmt.bak" El archivo "fmt.all" será renombrado como "fmt.bak" - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -4458,31 +4473,31 @@ Error al cargar datos de usuarios de LotW "Los algoritmos, el código fuente, la apariencia y comportamiento del WSJT-X y los programas relacionados, y las especificaciones del protocolo para los modos FSK441, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144 son Copyright (C) 2001-2021 por uno o más de los siguientes autores: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q y otros miembros del Grupo de Desarrollo WSJT ". - + No data read from disk. Wrong file format? No se leen datos del disco. Formato de archivo incorrecto? No se han leido datos del disco. Formato de archivo incorrecto? - + Confirm Delete Confirmar eliminación Confirmar borrado - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? ¿Estas seguro de que deseas eliminar todos los archivos *.wav y *.c2 en "%1"? ¿Esta seguro de que desea borrar todos los archivos *.wav y *.c2 en "%1"? - + Keyboard Shortcuts Atajo de teclado Atajos de teclado - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4669,13 +4684,13 @@ Error al cargar datos de usuarios de LotW </table> - + Special Mouse Commands Comandos especiales del ratón Comandos especiales de ratón - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4740,47 +4755,47 @@ Error al cargar datos de usuarios de LotW </table> - + No more files to open. No hay más archivos para abrir. - + Spotting to PSK Reporter unavailable "Spotting" a PSK Reporter no disponible - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. Por favor, elije otra frecuencia de transmisión. WSJT-X no transmitirá a sabiendas otro modo en la sub-banda WSPR en 30m. Elije otra frecuencia de transmisión. WSJT-X no transmitirá a sabiendas otro modo en la sub-banda WSPR en 30M. - + WSPR Guard Band Banda de Guardia WSPR WSPR protección de banda - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. Elige otra frecuencia de dial. WSJT-X no funcionará en modo Fox en las sub-bandas FT8 estándar. Por favor elija otra frecuencia. WSJT-X no operá en modo "Fox" en las sub-bandas de FT8 estándar. - + Fox Mode warning Advertencia del modo Fox Advertencia de modo "Fox" - + Last Tx: %1 Última TX: %1 Últ TX: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4795,19 +4810,19 @@ Para hacerlo, marca "Actividad operativa especial" y luego "Concurso VHF EU" en "Archivo" - "Ajustes" - "Avanzado". - + Should you switch to ARRL Field Day mode? ¿Cambiar al modo ARRL Field Day? - + Should you switch to RTTY contest mode? ¿Cambiar al modo de concurso RTTY? - + Add to CALL3.TXT Añadir a CALL3.TXT @@ -4834,97 +4849,97 @@ ya está en CALL3.TXT, ¿deseas reemplazarlo? ya está en CALL3.TXT, ¿desea reemplazarlo? - + Warning: DX Call field is empty. Advertencia: el campo de Indicativo DX está vacío. Advertencia: El campo "Indicativo DX" está vacío. - + Log file error Error de archivo de log Error en el archivo de log - + Cannot open "%1" No puedo abrir "%1" No se puede abrir "%1" - + Error sending log to N1MM Error al enviar el log a N1MM - + Write returned "%1" Escritura devuelta "%1" Escritura devuelve "%1" - + Stations calling DXpedition %1 Estaciones que llaman a DXpedition %1 Estaciones llamando a DXpedition %1 - + Hound Hound "Hound" - + Tx Messages Mensajes de TX Mensajes TX - - - + + + Confirm Erase Confirmar borrado - + Are you sure you want to erase file ALL.TXT? ¿Estás seguro de que quiere borrar el archivo ALL.TXT? - - + + Confirm Reset Confirmar reinicio Confirmar restablecer - + Are you sure you want to erase your contest log? ¿Estás seguro de que quieres borrar el log de tú concurso? ¿Está seguro que quiere borrar el log de concurso? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. Hacer esto eliminará todos los registros de QSO para el concurso actual. Se guardarán en el archivo log de ADIF, pero no estarán disponibles para la exportación en tú log de Cabrillo. Hacer esto eliminará todos los QSOs del concurso actual. Se mantendrán en el log ADIF, pero no estarán disponibles para la exportación como log de Cabrillo. - + Cabrillo Log saved Cabrillo Log guardado Log Cabrillo guardado - + Are you sure you want to erase file wsjtx_log.adi? ¿Estás seguro de que quieres borrar el archivo wsjtx_log.adi? ¿Está seguro que quiere borrar el archivo wsjtx_log.adi? - + Are you sure you want to erase the WSPR hashtable? ¿Estás seguro de que quieres borrar la tabla WSPR? ¿Está seguro de que quiere borrar la tabla hash WSPR? @@ -4934,66 +4949,66 @@ ya está en CALL3.TXT, ¿desea reemplazarlo? Advertencia de características VHF - + Tune digital gain Ganancia de sintonización digital Ajustar ganancia digital - + Transmit digital gain Ganancia de transmisión digital Transmitir ganancia digital - + Prefixes Prefijos Prefijos y sufijos tipo 1 - + Network Error Error de red - + Error: %1 UDP server %2:%3 Error: %1 Servidor UDP %2:%3 - + File Error Error en el archivo - + Phase Training Disabled Fase de entrenamiento deshabilitado Entrenamieno de Fase deshabilitado - + Phase Training Enabled Fase de entrenamiento habilitado Entrenamiento de Fase habilitado - + WD:%1m WD:%1m - - + + Log File Error Error de archivo log Error en archivo log - + Are you sure you want to clear the QSO queues? ¿Estás seguro de que quieres borrar las colas QSO? ¿Está seguro que quiere borrar las colas de QSOs? @@ -5140,26 +5155,24 @@ Servidor UDP %2:%3 OmniRig: modo no reconocido - + Failed to start OmniRig COM server Error al iniciar el servidor COM para OmniRig Error al iniciar servidor COM de OmniRig - - + + OmniRig: don't know how to set rig frequency OmniRig: no sé cómo configurar la frecuencia del equipo - - OmniRig: timeout waiting for update from rig OmniRig: el tiempo de espera finalizó en la actualización del equipo - OmniRig: el tiempo de espera agotado esperando la actualización del equipo + OmniRig: el tiempo de espera agotado esperando la actualización del equipo - + OmniRig COM/OLE error: %1 at %2: %3 (%4) Error de OmniRig COM/OLE: %1 a %2: %3 (%4 @@ -5777,8 +5790,8 @@ Error(%2): %3 Cascada - Waterfall - - + + Read Palette Leer Paleta @@ -7631,54 +7644,54 @@ Clic derecho para insertar y eliminar opciones. ¿intentar eliminar el archivo de bloqueo? - + Failed to create a temporary directory Error al crear un directorio temporal - - + + Path: "%1" Ruta: "%1" - + Failed to create a usable temporary directory Error al crear un directorio temporal utilizable Error al crear un directorio temporal - + Another application may be locking the directory Otra aplicación puede estar bloqueando el directorio - + Failed to create data directory Error al crear el directorio de datos - + path: "%1" ruta: "%1" - + Shared memory error Error de memoria compartida - + Unable to create shared memory segment No se puede crear un segmento de memoria compartida - + Sub-process error Error en subproceso - + Failed to close orphaned jt9 process No se pudo cerrar los procesos huerfanos de JT9 diff --git a/translations/wsjtx_it.ts b/translations/wsjtx_it.ts index eaed06db9..8512b63a5 100644 --- a/translations/wsjtx_it.ts +++ b/translations/wsjtx_it.ts @@ -1,10 +1,10 @@ - + AbstractLogWindow - + &Delete ... &Elimina ... @@ -130,17 +130,17 @@ Dati Astronomici - + Doppler Tracking Error Errore Tracciamento Doppler - + Split operating is required for Doppler tracking Operazione Split richiesta per il tracciamento Doppler - + Go to "Menu->File->Settings->Radio" to enable split operation Vai a "Menu->File->Configurazione->Radio" per abilitare l'operazione split @@ -194,7 +194,7 @@ CPlotter - + &Set Rx && Tx Offset &Imposta Rx && Tx Offset @@ -475,7 +475,7 @@ Formato: Invalid audio out device - Dispositivo di uscita audio non valido + Dispositivo di uscita audio non valido @@ -633,12 +633,12 @@ Formato: Impossibile aprire la connessione al rig - + Rig failure Rig fallito - + Not found audio device missing dispositivo audio mancante @@ -721,7 +721,7 @@ Formato: DX Lab Suite Commander failed to send command "%1": %2 - DX Lab Suite Commander non è riuscito a inviare il comando "%1": %2 + DX Lab Suite Commander non è riuscito a inviare il comando "%1": %2 @@ -934,47 +934,47 @@ Formato: Avanzamento - - + + URL Error Errore URL - - + + Invalid URL: "%1" URL non valido: "%1" - - - - - - - + + + + + + + JSON Error Errore JSON - + Contents file syntax error %1 at character offset %2 Errore di sintassi del file di contenuti %1 all'offset del carattere %2 - + Contents file top level must be a JSON array Il file di livello superiore deve essere un array JSON - + File System Error Errore File System - + Failed to open "%1" Error: %2 - %3 Impossibile aprire il file: @@ -982,37 +982,37 @@ Error: %2 - %3 Errore: %2 - %3 - + Contents entries must be a JSON array Le voci di contenuto devono essere una matrice JSON - + Contents entries must have a valid type Le voci di contenuto devono avere un tipo valido - + Contents entries must have a valid name Le voci di contenuto devono avere un nome valido - + Contents entries must be JSON objects Le voci del contenuto devono essere oggetti JSON - + Contents directories must be relative and within "%1" Le directory dei contenuti devono essere relative e entro "%1" - + Network Error Errore di Rete - + Authentication required Autenticazione richiesta @@ -1493,26 +1493,26 @@ Errore: %2 - %3 FrequencyList_v2 - - + + IARU Region Regione IARU - - + + Mode Modo - - + + Frequency Frequenza - - + + Frequency (MHz) Frequenza (MHz) @@ -1607,180 +1607,180 @@ Errore: %2 - %3 HamlibTransceiver - - + + Hamlib initialisation error Errore di inizializzazione di Hamlib - + Hamlib settings file error: %1 at character offset %2 Errore del file delle impostazioni di Hamlib:%1 all'offset del carattere %2 - + Hamlib settings file error: top level must be a JSON object Errore del file delle impostazioni di Hamlib: il livello principale deve essere un oggetto JSON - + Hamlib settings file error: config must be a JSON object Errore del file delle impostazioni di Hamlib: config deve essere un oggetto JSON - + Unsupported CAT type Tipo CAT non supportato - + Hamlib error: %1 while %2 Errore Hamlib: %1 mentre %2 - + opening connection to rig apertura connessione al rig - + getting current frequency ottenere la frequenza corrente - + getting current mode ottenere la modalità corrente - - + + exchanging VFOs scambio di VFO - - + + getting other VFO frequency ottenere altra frequenza VFO - + getting other VFO mode ottenere altra modalità VFO - - + + setting current VFO impostazione del VFO corrente - + getting frequency ottenere la frequenza - + getting mode ottenere il modo - - - + + + getting current VFO ottenere il VFO corrente - - - - + + + + getting current VFO frequency ottenere la frequenza del VFO corrente - - - - - - + + + + + + setting frequency impostazione della frequenza - - - + + + getting current VFO mode ottenere il modo del VFO corrente - - - - + + + + setting current VFO mode impostare il modo del VFO corrente - - + + setting/unsetting split mode impostazione / disinserimento della modalità split - - + + setting split mode - + setting split TX frequency and mode impostazione della frequenza e della modalità TX divise - + setting split TX frequency impostazione della frequenza Split TX - + getting split TX VFO mode ottenere la modalità split VFO TX - + setting split TX VFO mode impostazione della modalità VFO split TX - + getting PTT state ottenere lo stato PTT - + setting PTT on attivare PTT - + setting PTT off disattivare PTT - + setting a configuration item impostazione di un elemento di configurazione - + getting a configuration item ottenere un elemento di configurazione @@ -1789,15 +1789,15 @@ Errore: %2 - %3 HelpTextWindow Help file error - Aiuto file di errore + Aiuto file di errore Cannot open "%1" for reading - Impossibile aprire "%1" per la lettura + Impossibile aprire "%1" per la lettura Error: %1 - Errore: %1 + Errore: %1 @@ -2111,232 +2111,260 @@ Errore (%2):%3 MainWindow - + WSJT-X by K1JT WSJT-X di K1JT - - - - - - - - + + + + + + + Band Activity Attività di Banda - - + + UTC dB DT Freq Dr UTC dB DT Freq Dr - - - - - - - + + + + + + Rx Frequency Frequenza Rx - + CQ only Solo CQ - + Enter this QSO in log Immettere questo QSO nel log - + Log &QSO Log &QSO - + Stop monitoring Interrompere il monitoraggio - + &Stop &Stop - + Toggle monitoring On/Off Attiva / disattiva il monitoraggio - + &Monitor &Monitor - + <html><head/><body><p>Erase right window. Double-click to erase both windows.</p></body></html> <html><head/><body><p>Cancella la finestra a destra. Fare doppio clic per cancellare entrambe le finestre.</p></body></html> - + Erase right window. Double-click to erase both windows. Cancella la finestra a destra. Fare doppio clic per cancellare entrambe le finestre. - + &Erase &Cancella - + <html><head/><body><p>Clear the accumulating message average.</p></body></html> <html><head/><body><p>Cancella la media dei messaggi accumulati.</p></body></html> - + Clear the accumulating message average. Cancella la media dei messaggi accumulati. - + Clear Avg Cancella media - + <html><head/><body><p>Decode most recent Rx period at QSO Frequency</p></body></html> <html><head/><body><p>Decodifica il periodo Rx più recente alla frequenza QSO</p></body></html> - + Decode most recent Rx period at QSO Frequency Decodifica il periodo Rx più recente alla frequenza QSO - + &Decode &Decodifica - + <html><head/><body><p>Toggle Auto-Tx On/Off</p></body></html> <html><head/><body> <p> Attiva / Disattiva Auto-Tx </p> </body> </html> - + Toggle Auto-Tx On/Off Attiva / Disattiva Auto-Tx - + E&nable Tx &Abilita Tx - + Stop transmitting immediately Interrompere immediatamente la trasmissione - + &Halt Tx &Arresta Tx - + <html><head/><body><p>Toggle a pure Tx tone On/Off</p></body></html> <html><head/><body><p>Attiva / disattiva un tono Tx puro</p></body></html> - + Toggle a pure Tx tone On/Off Attiva / disattiva un tono Tx puro - + &Tune &Accorda - + Menus Menù - + Decode other Hounds calling above 1000 Hz audio offset Nota che in modo Hound, WSJT-X è normalmente configurato per ignorare i segnali sopra 1000 Hz. Se vuoi decodificare i segnali oltre la gamma totale del waterfall, per mantenereun tracciamento più vicino del pileup, spunta la casella Rx All Freqs Decodifica altri segugi che chiamano con offset audio superiore a 1000 Hz Nota che in modo Hound, WSJT-X è normalmente configurato per ignorare i segnali sopra 1000 Hz. Se vuoi decodificare i segnali oltre la gamma totale del waterfall, per mantenereun tracciamento più vicino del pileup, spunta la casella Rx All Freqs - + Enable auto response to the first decode from a new DXCC or new call on the current band. Abilita la risposta automatica alla prima decodifica da un nuovo DXCC o una nuova chiamata sulla banda corrente. - + F Low F Basso - + F High F Alto - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + Percentage of minute sequences devoted to transmitting. Percentuale di sequenze minuti dedicate alla trasmissione. - + Prefer Type 1 messages Preferisci i messaggi di tipo 1 - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> <html><head/><body><p>Trasmetti durante la sequenza successiva.</p></body></html> - + + Q65 + + + + SWL Mode Modo SWL - + Hide lower panel controls to maximize deocde windows Nascondi i controlli del pannello inferiore per massimizzare le finestre di decodifica - + + Quick-Start Guide to Q65 + + + + + Auto Clear Avg after decode + + + + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + + + USB dial frequency Frequenza di chiamata USB - + 14.078 000 14.078 000 - + <html><head/><body><p>30dB recommended when only noise present<br/>Green when good<br/>Red when clipping may occur<br/>Yellow when too low</p></body></html> <html><head/><body><p>30dB consigliato quando è presente solo rumore<br/>Verde quando buono<br/>Rosso quando può verificarsi distorsione<br/>Giallo quando troppo basso</p></body></html> - + Rx Signal Segnale Rx - + 30dB recommended when only noise present Green when good Red when clipping may occur @@ -2347,344 +2375,344 @@ Rosso quando può verificarsi distorsione Giallo quando troppo basso - + DX Call Nominativo DX - + DX Grid Griglia DX - + Callsign of station to be worked Nominativo statione da collegare - + Search for callsign in database Ricerca nominativo nel database - + &Lookup &Ricerca - + Locator of station to be worked Localizzatore della stazione da lavorare - + Az: 251 16553 km Az: 251 16553 km - + Add callsign and locator to database Aggiungi nominativo e localizzatore al database - + Add Aggiungi - + Pwr Potenza - + <html><head/><body><p>If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode.</p></body></html> <html><head/><body><p>Se arancione o rosso si è verificato un errore nel controllo rig, fare clic per ripristinare e leggere la frequenza di sintonia. S implica la modalità split.</p></body></html> - + If orange or red there has been a rig control failure, click to reset and read the dial frequency. S implies split mode. Se arancione o rosso si è verificato un errore nel controllo rig, fare clic per ripristinare e leggere la frequenza di sintonia. S implica la modalità split. - + ? ? - + Adjust Tx audio level Regola il livello audio Tx - + <html><head/><body><p>Select operating band or enter frequency in MHz or enter kHz increment followed by k.</p></body></html> <html><head/><body><p>Seleziona la banda operativa o inserisci la frequenza in MHz o inserisci l'incremento di kHz seguito da k.</p></body></html> - + Frequency entry Immetti la frequenza - + Select operating band or enter frequency in MHz or enter kHz increment followed by k. Seleziona la banda operativa o inserisci la frequenza in MHz o inserisci l'incremento di kHz seguito da k. - + <html><head/><body><p align="center"> 2015 Jun 17 </p><p align="center"> 01:23:45 </p></body></html> <html><head/><body><p align="center"> 2015 Giu 17 </p><p align="center"> 01:23:45 </p></body></html> - + <html><head/><body><p>Check to keep Tx frequency fixed when double-clicking on decoded text.</p></body></html> <html><head/><body><p>Spuntare la casella per mantenere fissa la frequenza Tx quando si fa doppio clic sul testo decodificato.</p></body></html> - + Check to keep Tx frequency fixed when double-clicking on decoded text. Spuntare la casella per mantenere fissa la frequenza Tx quando si fa doppio clic sul testo decodificato. - + Hold Tx Freq Mantenere premuto Tx Freq - + Audio Rx frequency Frequenza audio Rx - - - - - + + + + + Hz Hz - - + + Rx Rx - - + + Set Tx frequency to Rx Frequency Impostare la frequenza Tx su Frequenza Rx - + - + Frequency tolerance (Hz) Tolleranza di frequenza (Hz) - - + + F Tol F Tol - - + + Set Rx frequency to Tx Frequency Impostare la frequenza Rx su Frequenza Tx - + - + <html><head/><body><p>Synchronizing threshold. Lower numbers accept weaker sync signals.</p></body></html> <html><head/><body><p>Sincronizzazione della soglia. I numeri più bassi accettano segnali di sincronizzazione più deboli.</p></body></html> - + Synchronizing threshold. Lower numbers accept weaker sync signals. Sincronizzazione della soglia. I numeri più bassi accettano segnali di sincronizzazione più deboli. - + Sync Sinc - + <html><head/><body><p>Check to use short-format messages.</p></body></html> <html><head/><body><p>Selezionare per utilizzare i messaggi di formato breve.</p></body></html> - + Check to use short-format messages. Selezionare per utilizzare i messaggi di formato breve. - + Sh Sh - + <html><head/><body><p>Check to enable JT9 fast modes</p></body></html> <html><head/><body><p>Selezionare per abilitare le modalità rapide JT9</p></body></html> - + Check to enable JT9 fast modes Selezionare per abilitare le modalità rapide JT9 - - + + Fast Veloce - + <html><head/><body><p>Check to enable automatic sequencing of Tx messages based on received messages.</p></body></html> <html><head/><body><p>Selezionare per abilitare il sequenziamento automatico dei messaggi Tx in base ai messaggi ricevuti.</p></body></html> - + Check to enable automatic sequencing of Tx messages based on received messages. Selezionare per abilitare il sequenziamento automatico dei messaggi Tx in base ai messaggi ricevuti. - + Auto Seq Auto Seq - + <html><head/><body><p>Check to call the first decoded responder to my CQ.</p></body></html> <html><head/><body><p>Selezionare per chiamare il primo risponditore decodificato al mio CQ.</p></body></html> - + Check to call the first decoded responder to my CQ. Selezionare per chiamare il primo risponditore decodificato al mio CQ. - + Call 1st Chiama il 1º - + Check to generate "@1250 (SEND MSGS)" in Tx6. Selezionare per generare "@1250 (INVIO MSGS)" in Tx6. - + Tx6 Tx6 - + <html><head/><body><p>Check to Tx in even-numbered minutes or sequences, starting at 0; uncheck for odd sequences.</p></body></html> <html><head/><body><p>Selezionare su Tx in minuti o sequenze di numero pari, iniziando da 0; deselezionare le sequenze dispari.</p></body></html> - + Check to Tx in even-numbered minutes or sequences, starting at 0; uncheck for odd sequences. Selezionare su Tx in minuti o sequenze di numero pari, iniziando da 0; deselezionare le sequenze dispari. - + Tx even/1st Tx pari/1º - + <html><head/><body><p>Frequency to call CQ on in kHz above the current MHz</p></body></html> <html><head/><body> <p> Frequenza di chiamata CQ in kHz sopra l'attuale MHz </p> </body> </html> - + Frequency to call CQ on in kHz above the current MHz Frequenza per chiamare CQ in kHz sopra l'attuale MHz - + Tx CQ Tx CQ - + <html><head/><body><p>Check this to call CQ on the &quot;Tx CQ&quot; frequency. Rx will be on the current frequency and the CQ message wiill include the current Rx frequency so callers know which frequency to reply on.</p><p>Not available to nonstandard callsign holders.</p></body></html> <html><head/><body><p>Spunta questo per chiamare CQ sulla frequenza &quot;Tx CQ&quot;.L' Rx sarà sulla frequenza corrente e il messaggio CQ includerà la frequenza Rx corrente in modo che i chiamanti sappiano su quale frequenza rispondere. Non disponibile per i possessori di nominativi non standard.</p></body></html> - + Check this to call CQ on the "Tx CQ" frequency. Rx will be on the current frequency and the CQ message wiill include the current Rx frequency so callers know which frequency to reply on. Not available to nonstandard callsign holders. Spunta questo per chiamare CQ sulla frequenza "Tx CQ". Rx sarà sulla frequenza corrente e il messaggio CQ includerà la frequenza Rx corrente in modo che i chiamanti sappiano su quale frequenza rispondere. Non disponibile per i possessori di nominativi non standard. - + Rx All Freqs Rx Tutte le freq - + <html><head/><body><p>Submode determines tone spacing; A is narrowest.</p></body></html> <html><head/><body> <p> La modalità secondaria determina la spaziatura dei toni; A è il più stretto. </p> </body> </html> - + Submode determines tone spacing; A is narrowest. La modalità secondaria determina la spaziatura dei toni; A è il più stretto. - + Submode Modalità Secondaria - - + + Fox Fox - + <html><head/><body><p>Check to monitor Sh messages.</p></body></html> <html><head/><body><p>Spuntare per monitorare i messaggi Sh.</p></body></html> - + Check to monitor Sh messages. Spuntare per monitorare i messaggi Sh. - + SWL SWL - + Best S+P Migliore S+P - + <html><head/><body><p>Check this to start recording calibration data.<br/>While measuring calibration correction is disabled.<br/>When not checked you can view the calibration results.</p></body></html> <html><head/><body><p>Seleziona questa opzione per avviare la registrazione dei dati di calibrazione.<br/>Mentre la misurazione della correzione della calibrazione è disabilitata.<br/>Se non selezionato puoi visualizzare i risultati della calibrazione.</p></body></html> - + Check this to start recording calibration data. While measuring calibration correction is disabled. When not checked you can view the calibration results. @@ -2693,206 +2721,201 @@ Durante la misurazione, la correzione della calibrazione è disabilitata. Se non selezionato, è possibile visualizzare i risultati della calibrazione. - + Measure Misura - + <html><head/><body><p>Signal report: Signal-to-noise ratio in 2500 Hz reference bandwidth (dB).</p></body></html> <html><head/><body><p>Rapporto segnale: rapporto segnale-rumore nella larghezza di banda di riferimento di 2500 Hz (dB).</p></body></html> - + Signal report: Signal-to-noise ratio in 2500 Hz reference bandwidth (dB). Rapporto segnale: rapporto segnale-rumore nella larghezza di banda di riferimento di 2500 Hz (dB). - + Report Rapporto - + <html><head/><body><p>Tx/Rx or Frequency calibration sequence length</p></body></html> <html><head/><body><p>TX/RX o Lunghezza della sequenza di calibrazione della frequenza</p></body></html> - + Tx/Rx or Frequency calibration sequence length TX/RX o Lunghezza della sequenza di calibrazione della frequenza - - + + s s - - + + T/R T/R - Toggle Tx mode - Attiva / disattiva la modalità Tx + Attiva / disattiva la modalità Tx - Tx JT9 @ - Tx JT9 @ + Tx JT9 @ - + Audio Tx frequency Frequenza Tx audio - - + + Tx Tx - + Tx# Tx# - <html><head/><body><p>Double-click on another caller to queue that call for your next QSO.</p></body></html> - <html><head/><body><p>Fare doppio clic su un altro chiamante per mettere in coda quella chiamata per il QSO successivo.</p></body></html> + <html><head/><body><p>Fare doppio clic su un altro chiamante per mettere in coda quella chiamata per il QSO successivo.</p></body></html> - Double-click on another caller to queue that call for your next QSO. - Fare doppio clic su un altro chiamante per mettere in coda quella chiamata per il QSO successivo. + Fare doppio clic su un altro chiamante per mettere in coda quella chiamata per il QSO successivo. - Next Call - Prossima chiamata + Prossima chiamata - + 1 1 - - - + + + Send this message in next Tx interval Invia questo messaggio nel prossimo intervallo Tx - + Ctrl+2 Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>Invia questo messaggio nel prossimo intervallo Tx </p><p>Fare doppio clic per alternare l'uso del messaggio Tx1 per avviare un QSO con una stazione (non consentito per i detentori di chiamate composte di tipo 1)</p></body></html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Invia questo messaggio nel prossimo intervallo Tx Fare doppio clic per attivare / disattivare l'uso del messaggio Tx1 per avviare un QSO con una stazione (non consentito per i detentori di chiamate composte di tipo 1) - + Ctrl+1 Ctrl+1 - - - - + + + + Switch to this Tx message NOW Passa a questo messaggio Tx ADESSO - + Tx &2 Tx &2 - + Alt+2 Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>Passa a questo messaggio Tx ORA</p><p>Fai doppio clic per attivare o disattivare l'uso del messaggio Tx1 per avviare un QSO con una stazione (non consentito per i detentori di chiamate composte di tipo 1)</p></body></html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) Passa a questo messaggio Tx ADESSO Fare doppio clic per attivare / disattivare l'uso del messaggio Tx1 per avviare un QSO con una stazione (non consentito per i detentori di chiamate composte di tipo 1) - + Tx &1 Tx &1 - + Alt+1 Alt+1 - + Ctrl+6 Ctrl+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Invia questo messaggio nel prossimo intervallo Tx</p><p>Fare doppio clic per ripristinare il messaggio 73 standard</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message Invia questo messaggio nel prossimo intervallo Tx Fare doppio clic per ripristinare il messaggio 73 standard - + Ctrl+5 Ctrl+5 - + Ctrl+3 Ctrl+3 - + Tx &3 Tx &3 - + Alt+3 Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>Invia questo messaggio nel prossimo intervallo Tx</p><p>Fare doppio clic per alternare tra i messaggi RRR e RR73 in Tx4 (non consentito per i possessori di chiamate composte di tipo 2)</p><p>I messaggi RR73 devono essere utilizzati solo quando si è ragionevolmente sicuri che non saranno necessarie ripetizioni dei messaggi</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2901,17 +2924,17 @@ Fare doppio clic per alternare tra i messaggi RRR e RR73 in Tx4 (non consentito I messaggi RR73 devono essere utilizzati solo quando si è ragionevolmente sicuri che non saranno necessarie ripetizioni dei messaggi - + Ctrl+4 Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>Passa a questo messaggio Tx ORA</p><p>Fai doppio clic per alternare tra i messaggi RRR e RR73 in Tx4 (non consentito per i possessori di chiamate composte di tipo2)</p><p>I messaggi RR73 devono essere utilizzati solo quando sei ragionevolmente sicuro che non sarà richiesta alcuna ripetizione del messaggio</p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2920,64 +2943,64 @@ Fare doppio clic per alternare tra i messaggi RRR e RR73 in Tx4 (non consentito I messaggi RR73 devono essere utilizzati solo quando si è ragionevolmente sicuri che non saranno necessarie ripetizioni dei messaggi - + Tx &4 Tx &4 - + Alt+4 Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>Passa a questo messaggio Tx ADESSO</p><p>Fai doppio clic per ripristinare il messaggio 73 standard</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message Passa a questo messaggio Tx ADESSO Fare doppio clic per ripristinare il messaggio 73 standard - + Tx &5 Tx &5 - + Alt+5 Alt+5 - + Now Now - + Generate standard messages for minimal QSO Genera messaggi standard per un QSO minimo - + Generate Std Msgs Genera Std Msgs - + Tx &6 Tx &6 - + Alt+6 Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -2988,404 +3011,404 @@ Premere INVIO per aggiungere il testo corrente al predefinito elenco. L'elenco può essere gestito in Impostazioni (F2). - + Queue up the next Tx message Accoda il prossimo messaggio Tx - + Next Prossimo - + 2 2 - + FST4W FST4:Nuova famiglia di modalità digitali. FST4W:Messaggi simili al WSPR FST4W Calling CQ - Chiamando CQ + Chiamando CQ Generate a CQ message - Genera un messaggio CQ + Genera un messaggio CQ - - + + CQ CQ Generate message with RRR - Genera un messaggio con RRR + Genera un messaggio con RRR RRR - RRR + RRR Generate message with report - Genera un messaggio con rapporto + Genera un messaggio con rapporto dB - dB + dB Answering CQ - Rispondere al CQ + Rispondere al CQ Generate message for replying to a CQ - Genera messaggio di risposta al CQ + Genera messaggio di risposta al CQ - + Grid Griglia Generate message with R+report - Genera messaggio con R+rapporto + Genera messaggio con R+rapporto R+dB - R+dB + R+dB Generate message with 73 - Genera messaggio con 73 + Genera messaggio con 73 73 - 73 + 73 Send this standard (generated) message - Invia questo messaggio standard (generato) + Invia questo messaggio standard (generato) Gen msg - Gen msg + Gen msg Send this free-text message (max 13 characters) - Invia questo messaggio di testo libero (massimo 13 caratteri) + Invia questo messaggio di testo libero (massimo 13 caratteri) Free msg - Msg libero + Msg libero 3 - 3 + 3 - + Max dB Max dB - + CQ AF CQ AF - + CQ AN CQ AN - + CQ AS CQ AS - + CQ EU CQ EU - + CQ NA CQ NA - + CQ OC CQ OC - + CQ SA CQ SA - + CQ 0 CQ 0 - + CQ 1 CQ 1 - + CQ 2 CQ 2 - + CQ 3 CQ 3 - + CQ 4 CQ 4 - + CQ 5 CQ 5 - + CQ 6 CQ 6 - + CQ 7 CQ 7 - + CQ 8 CQ 8 - + CQ 9 CQ 9 - + Reset Ripristina - + N List N List - + N Slots N Slots - - - - - - - + + + + + + + Random Casuale - + Call Nominativo - + S/N (dB) S/N (dB) - + Distance Distanza - + More CQs Più CQs Percentage of 2-minute sequences devoted to transmitting. - Percentuale di sequenze di 2 minuti dedicate alla trasmissione. + Percentuale di sequenze di 2 minuti dedicate alla trasmissione. - - + + % % - + Tx Pct Tx Pct - + Band Hopping Band Hopping - + Choose bands and times of day for band-hopping. Scegli le fasce e gli orari del giorno per il band-hopping. - + Schedule ... Programma ... - + 1/2 1/2 1/2 - + 2/2 2/2 2/2 - + 1/3 1/3 1/3 - + 2/3 2/3 2/3 - + 3/3 3/3 3/3 - + 1/4 1/4 1/4 - + 2/4 2/4 - + 3/4 3/4 - + 4/4 4/4 - + 1/5 1/5 - + 2/5 2/5 - + 3/5 3/5 - + 4/5 4/5 - + 5/5 5/5 - + 1/6 1/6 - + 2/6 2/6 - + 3/6 3/6 - + 4/6 4/6 - + 5/6 5/6 - + 6/6 6/6 - + Upload decoded messages to WSPRnet.org. Carica messaggi decodificati su WSPRnet.org. - + Upload spots Carica spot - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> <html><head/><body><p>I localizzatori a 6 cifre causano l'invio di 2 messaggi diversi, il secondo contiene il localizzatore completo ma solo un nominativo con hash, altre stazioni devono aver decodificato il primo una volta prima di poter decodificare la chiamata nel secondo. Selezionare questa opzione per inviare localizzatori a 4 cifre solo se si eviterà il protocollo a due messaggi.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. I localizzatori a 6 cifre causano l'invio di 2 messaggi diversi, il secondo contiene il localizzatore completo ma solo un nominativo con hash, altre stazioni devono aver decodificato il primo una volta prima di poter decodificare la chiamata nel secondo. Selezionare questa opzione per inviare localizzatori a 4 cifre solo se si eviterà il protocollo a due messaggi. - + Quick-Start Guide to FST4 and FST4W Guida Rapida al FST4 e FST4W - + FST4 FST4:Nuova famiglia di modalità digitali. FST4 @@ -3396,701 +3419,702 @@ elenco. L'elenco può essere gestito in Impostazioni (F2). Prefer type 1 messages - Preferisci i messaggi di tipo 1 + Preferisci i messaggi di tipo 1 - + No own call decodes Nessuna decodifica del proprio nominativo Transmit during the next 2-minute sequence. - Trasmettere durante la sequenza di 2 minuti successiva. + Trasmettere durante la sequenza di 2 minuti successiva. - + Tx Next Tx Successiva - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. Imposta la potenza Tx in dBm (dB sopra 1 mW) come parte del tuo messaggio WSPR. - + NB NB - + File File - + View Vista - + Decode Decodificare - + Save Salva - + Help Aiuto - + Mode Modo - + Configurations Configurazioni - + Tools Strumenti - + Exit Uscita Configuration - Configurazione + Configurazione F2 - F2 + F2 - + About WSJT-X Informazioni su WSJT-X - + Waterfall Display a cascata - + Open Apri - + Ctrl+O Ctrl+O - + Open next in directory Apri successivo nella directory - + Decode remaining files in directory Decodifica i file rimanenti nella directory - + Shift+F6 Shift+F6 - + Delete all *.wav && *.c2 files in SaveDir Elimina tutti i file * .wav && * .c2 nel direttorio - + None Nessuno - + Save all Salva tutto - + Online User Guide Guida per l'utente online - + Keyboard shortcuts Scorciatoie da tastiera - + Special mouse commands Comandi speciali mouse - + JT9 JT9 - + Save decoded Salva decodificato - + Normal Normale - + Deep Profondo Monitor OFF at startup - Monitor OFF all'avvio + Monitor OFF all'avvio - + Erase ALL.TXT Cancella ALL.TXT - + Erase wsjtx_log.adi Cancella wsjtx_log.adi Convert mode to RTTY for logging - Convertire la modalità in RTTY per la registrazione + Convertire la modalità in RTTY per la registrazione Log dB reports to Comments - Registra rapporto dB nei commenti + Registra rapporto dB nei commenti Prompt me to log QSO - Avvisami di registrare il QSO + Avvisami di registrare il QSO Blank line between decoding periods - Riga vuota tra i periodi di decodifica + Riga vuota tra i periodi di decodifica Clear DX Call and Grid after logging - Cancella chiamata DX e griglia dopo la registrazione + Cancella chiamata DX e griglia dopo la registrazione Display distance in miles - Visualizza la distanza in miglia + Visualizza la distanza in miglia Double-click on call sets Tx Enable - Fare doppio clic sui set di chiamate Abilita Tx + Fare doppio clic sui set di chiamate Abilita Tx - + F7 F7 Tx disabled after sending 73 - Tx disabilitato dopo l'invio 73 + Tx disabilitato dopo l'invio 73 - + Runaway Tx watchdog Watchdog Tx sfuggito Allow multiple instances - Consenti più istanze + Consenti più istanze Tx freq locked to Rx freq - Tx freq bloccato su Rx freq + Tx freq bloccato su Rx freq - + JT65 JT65 - JT9+JT65 - JT9+JT65 + JT9+JT65 Tx messages to Rx Frequency window - Messaggi Tx alla finestra Frequenza Rx + Messaggi Tx alla finestra Frequenza Rx Gray1 - Gray1 + Gray1 Show DXCC entity and worked B4 status - Mostra entità DXCC e stato B4 lavorato + Mostra entità DXCC e stato B4 lavorato - + Astronomical data Dati Astronomici - + List of Type 1 prefixes and suffixes Elenco di prefissi e suffissi di tipo 1 - + Settings... Impostazioni... - + Local User Guide Guida per l'utente locale - + Open log directory Apri il direttorio del Log - + JT4 JT4 - + Message averaging Media dei messaggi - + Enable averaging Abilita Media - + Enable deep search Abilita ricerca profonda - + WSPR WSPR - + Echo Graph Grafico Eco - + F8 F8 - + Echo Eco - + EME Echo mode Modo Eco EME - + ISCAT ISCAT - + Fast Graph Grafico Veloce - + F9 F9 - + &Download Samples ... &Scarica Campioni ... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> <html><head/><body><p>Scarica file audio di esempio che dimostrano le varie modalità.</p></body></html> - + MSK144 MSK144 - + QRA64 QRA64 - + Release Notes Note di rilascio - + Enable AP for DX Call Abilita AP per DX Call - + FreqCal FreqCal - + Measure reference spectrum Misurare lo spettro di riferimento - + Measure phase response Misura la risposta di fase - + Erase reference spectrum Cancella spettro di riferimento - + Execute frequency calibration cycle Eseguire il ciclo di calibrazione della frequenza - + Equalization tools ... Strumenti di equalizzazione ... WSPR-LF - WSPR-LF + WSPR-LF Experimental LF/MF mode - Modo Sperimentale LF/MF + Modo Sperimentale LF/MF - + FT8 FT8 - - + + Enable AP Abilita AP - + Solve for calibration parameters Risolvi per i parametri di calibrazione - + Copyright notice Avviso sul copyright - + Shift+F1 Shift+F1 - + Fox log Fox log - + FT8 DXpedition Mode User Guide Traduzione di PY1ZRJ Marco (In caso di suggerimenti e o correzioni inviare un email per PY1ZRJ@outlook.com) Manuale Utente modo FT8 DXpedition - + Reset Cabrillo log ... Ripristina Cabrillo log ... - + Color highlighting scheme Schema di evidenziazione del colore Contest Log - Log del Contest + Log del Contest - + Export Cabrillo log ... Esporta Log Cabrillo ... Quick-Start Guide to WSJT-X 2.0 - Guida rapida per WSJT-X 2.0 + Guida rapida per WSJT-X 2.0 - + Contest log Log del Contest - + Erase WSPR hashtable Cancella hashtable WSPR - + FT4 FT4 - + Rig Control Error Errore di controllo rig - - - + + + Receiving Ricevente - + Do you want to reconfigure the radio interface? Vuoi riconfigurare l'interfaccia radio? %1 (%2 sec) audio frames dropped - %1 (%2 sec) frames audio perse + %1 (%2 sec) frames audio perse Audio Source - Sorgente Audio + Sorgente Audio Reduce system load - Riduci carico di sistema + Riduci carico di sistema Excessive dropped samples - %1 (%2 sec) audio frames dropped - Eccessivi campioni persi - %1 (%2 sec) frames audio ignorate + Eccessivi campioni persi - %1 (%2 sec) frames audio ignorate - + Error Scanning ADIF Log Errore durante la scansione del registro ADIF - + Scanned ADIF log, %1 worked before records created Log ADIF scansionato,%1 ha funzionato prima della creazione dei record - + Error Loading LotW Users Data Errore durante il caricamento dei dati degli utenti di LotW - + Error Writing WAV File Errore durante la scrittura del file WAV - + Enumerating audio devices Enumerazione dei dispositivi audio - + Configurations... Configurazioni... - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Message Messaggio - + Error Killing jt9.exe Process Errore durante l'uccisione del processo jt9.exe - + KillByName return code: %1 Codice di ritorno KillByName:%1 - + Error removing "%1" Errore durante la rimozione di "%1" - + Click OK to retry Fai clic su OK per riprovare - - + + Improper mode Modalità impropria - - + + File Open Error Errore apertura file - - - - - + + + + + Cannot open "%1" for append: %2 Impossibile aprire "%1" per aggiungere:%2 - + Error saving c2 file Errore salvataggio file c2 - + Error in Sound Input Errore nell'ingresso audio - + Error in Sound Output Errore nell'uscita audio - - - + + + + Single-Period Decodes Decodifiche a periodo singolo - - - + + + + Average Decodes Media Decodifiche - + Change Operator Cambio Operatore - + New operator: Nuovo operatore: - + Status File Error Errore del file di stato - - + + Cannot open "%1" for writing: %2 Impossibile aprire "%1" per la scrittura:%2 - + Subprocess Error Errore sottoprocesso - + Subprocess failed with exit code %1 Il sottoprocesso non è riuscito con il codice di uscita%1 - - + + Running: %1 %2 In esecuzione: %1 %2 - + Subprocess error Errore sottoprocesso - + Reference spectrum saved Spettro di riferimento salvato - + Invalid data in fmt.all at line %1 Dati non validi in fmt.all alla riga%1 - + Good Calibration Solution Buona soluzione di calibrazione - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -4103,46 +4127,52 @@ elenco. L'elenco può essere gestito in Impostazioni (F2). %9%L10 Hz</pre> - + Delete Calibration Measurements Elimina misure di calibrazione - + The "fmt.all" file will be renamed as "fmt.bak" Il file "fmt.all" verrà rinominato come "fmt.bak" - + + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: + +"The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." + + + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." - Se si utilizza in modo equo qualsiasi parte di WSJT-X in base ai termini della GNU General Public License, è necessario visualizzare in modo evidente la seguente nota sul copyright nell'opera derivata: + Se si utilizza in modo equo qualsiasi parte di WSJT-X in base ai termini della GNU General Public License, è necessario visualizzare in modo evidente la seguente nota sul copyright nell'opera derivata: "Gli algoritmi, il codice sorgente, l'aspetto di WSJT-X e dei relativi programmi e le specifiche del protocollo per le modalità FSK441, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, ISCAT, MSK144 sono Copyright (C) 2001-2021 di uno o più dei seguenti autori: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q e altri membri del WSJT Development Group. " - + No data read from disk. Wrong file format? Nessun dato letto dal disco. Formato file errato? - + Confirm Delete Conferma Eliminazione - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? Sei sicuro di voler eliminare tutti i file * .wav e * .c2 in "%1"? - + Keyboard Shortcuts Scorciatoie da tastiera - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4239,7 +4269,7 @@ elenco. L'elenco può essere gestito in Impostazioni (F2). </table> Keyboard shortcuts help window contents Scorciatoie da tastiera contenuto della finestra della guida - <table cellspacing = 1> + <table cellspacing = 1> <tr><td> <b> Esc </b></td> <td> Ferma Tx, interrompi QSO, cancella la coda della chiamata successiva </td> </tr> <tr><td> <b> F1 </b></td> <td> Guida in linea dell'utente (Alt: trasmissione Tx6) </td> </tr> <tr><td> <b> Maiusc + F1 </b></td> <td> Avviso sul copyright </td> </tr> @@ -4286,12 +4316,12 @@ elenco. L'elenco può essere gestito in Impostazioni (F2). </table> - + Special Mouse Commands Comandi speciali mouse - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4358,42 +4388,42 @@ elenco. L'elenco può essere gestito in Impostazioni (F2). </table> - + No more files to open. Niente più file da aprire. - + Spotting to PSK Reporter unavailable Spotting su PSK Reporter non disponibile - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. Scegli un'altra frequenza Tx. WSJT-X non trasmetterà consapevolmente un'altra modalità nella sottobanda WSPR a 30 m. - + WSPR Guard Band Banda di guardia WSPR - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. Scegli un'altra frequenza di composizione. WSJT-X non funzionerà in modalità Fox nelle sottobande FT8 standard. - + Fox Mode warning Avviso modalità Fox - + Last Tx: %1 Ultimo Tx:%1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4404,183 +4434,183 @@ Per fare ciò, selezionare "Attività operativa speciale" e "Contest VHF EU" sulle impostazioni | Scheda Avanzate. - + Should you switch to ARRL Field Day mode? Dovresti passare alla modalità Field Day di ARRL? - + Should you switch to RTTY contest mode? Dovresti passare alla modalità contest RTTY? - - - - + + + + Add to CALL3.TXT Aggiungi a CALL3.TXT - + Please enter a valid grid locator Inserisci un localizzatore di griglia valido - + Cannot open "%1" for read/write: %2 Impossibile aprire "%1" per lettura / scrittura:%2 - + %1 is already in CALL3.TXT, do you wish to replace it? %1 è già in CALL3.TXT, desideri sostituirlo? - + Warning: DX Call field is empty. Avviso: il campo Chiamata DX è vuoto. - + Log file error Errore nel file di registro - + Cannot open "%1" Impossibile aprire "%1" - + Error sending log to N1MM Errore durante l'invio del Log a N1MM - + Write returned "%1" Scrivi ha restituito "%1" - + Stations calling DXpedition %1 Stazioni che chiamano la DXpedition %1 - + Hound (Hound=Cane da caccia) Hound - + Tx Messages Messaggi Tx - - + + Confirm Erase Conferma Cancella - + Are you sure you want to erase file ALL.TXT? Sei sicuro di voler cancellare il file ALL.TXT? - - + + Confirm Reset Conferma Ripristina - + Are you sure you want to erase your contest log? Sei sicuro di voler cancellare il tuo Log del contest? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. In questo modo verranno rimossi tutti i record QSO per il contest corrente. Saranno conservati nel file di registro ADIF ma non saranno disponibili per l'esportazione nel registro Cabrillo. - + Cabrillo Log saved Log Cabrillo salvato - + Are you sure you want to erase file wsjtx_log.adi? Sei sicuro di voler cancellare il file wsjtx_log.adi? - + Are you sure you want to erase the WSPR hashtable? Sei sicuro di voler cancellare la tabella hash WSPR? VHF features warning - VHF presenta un avviso + VHF presenta un avviso - + Tune digital gain Ottimizza il guadagno digitale - + Transmit digital gain Trasmetti Guadagno digitale - + Prefixes Prefissi - + Network Error Errore di Rete - + Error: %1 UDP server %2:%3 Errore:%1 Server UDP%2:%3 - + File Error Errore File - + Phase Training Disabled Fase di Allenamento Disabilitato - + Phase Training Enabled Fase di allenamento abilitato - + WD:%1m WD:%1m - - + + Log File Error Errore file di Log - + Are you sure you want to clear the QSO queues? Sei sicuro di voler cancellare le code QSO? @@ -4602,8 +4632,8 @@ Server UDP%2:%3 Modes - - + + Mode Modo @@ -4649,32 +4679,32 @@ Server UDP%2:%3 &Elimina - + Clone Into Configuration Clona nella Configurazione - + Confirm overwrite of all values for configuration "%1" with values from "%2"? Conferma sovrascrittura di tutti i valori per la configurazione "%1" con i valori da "%2"? - + Reset Configuration Ripristina Configurazione - + Confirm reset to default values for configuration "%1"? Conferma ripristino ai valori predefiniti per la configurazione "%1"? - + Delete Configuration Cancella Configurazione - + Confirm deletion of configuration "%1"? Conferma cancellazione della configurazione "%1"? @@ -4713,24 +4743,22 @@ Server UDP%2:%3 OmniRig: modalità non riconosciuta - + Failed to start OmniRig COM server Impossibile avviare il server COM OmniRig - - + + OmniRig: don't know how to set rig frequency OmniRig: non so come impostare la frequenza del rig - - OmniRig: timeout waiting for update from rig - OmniRig: timeout in attesa di aggiornamento dal rig + OmniRig: timeout in attesa di aggiornamento dal rig - + OmniRig COM/OLE error: %1 at %2: %3 (%4) OmniRig errore.COM/OLE: %1 a %2: %3 (%4) @@ -4747,7 +4775,7 @@ Server UDP%2:%3 QObject User Defined - Definito dall'utente + Definito dall'utente @@ -4910,7 +4938,7 @@ Errore (%2):%3 Check this is you get SSL/TLS errors - Verifica che si ottengano errori SSL / TLS + Verifica che si ottengano errori SSL / TLS @@ -4937,7 +4965,7 @@ Errore (%2):%3 Audio data not being fed to the audio input device fast enough. - I dati audio non vengono inviati al dispositivo di input audio abbastanza velocemente. + I dati audio non vengono inviati al dispositivo di input audio abbastanza velocemente. @@ -5245,60 +5273,65 @@ Errore (%2):%3 Riferimento - + + Q65_Sync + + + + <html><head/><body><p>Frequency at left edge of waterfall</p></body></html> <html><head/><body><p>Frequenza sul bordo sinistro del display a cascata</p></body></html> - + Hz Hz - + Start Inizio - + <html><head/><body><p>Decode JT9 only above this frequency</p></body></html> <html><head/><body><p>Decodifica JT9 solo sopra questa frequenza</p></body></html> - + Hz Hz - + Split Split JT9 - JT9 + JT9 JT65 - JT65 + JT65 - + Number of FFTs averaged (controls waterfall scrolling rate) Numero medio di FFT (controlla la velocità di scorrimento del display a cascata) - + N Avg N Avg - + Waterfall zero Azzeramento Display a cascata - + Spectrum zero Azzeramento Spettro @@ -5541,7 +5574,7 @@ Errore (%2):%3 Enable VHF/UHF/Microwave features - Abilita le funzionalità VHF / UHF / Microonde + Abilita le funzionalità VHF / UHF / Microonde @@ -6380,7 +6413,7 @@ e i campi della Griglia DX quando viene inviato un messaggio di testo libero o 7 decoded signals as spots to the http://pskreporter.info web site. This is used for reverse beacon analysis which is very useful for assessing propagation and system performance. - Il programma può inviare i dettagli della tua stazione e tutto il resto + Il programma può inviare i dettagli della tua stazione e tutto il resto segnali decodificati come spot per il sito Web http://pskreporter.info. Questo è usato per l'analisi del beacon inverso che è molto utile per valutare la propagazione e le prestazioni del sistema. @@ -6422,7 +6455,7 @@ per valutare la propagazione e le prestazioni del sistema. <html><head/><body><p>Enter the service port number of the UDP server that WSJT-X should send updates to. If this is zero no updates will be broadcast.</p></body></html> - <html><head/><body><p>Immettere il numero di porta del servizio del server UDP a cui WSJT-X deve inviare gli aggiornamenti. Se questo è zero, non verranno trasmessi aggiornamenti.</p></body></html> + <html><head/><body><p>Immettere il numero di porta del servizio del server UDP a cui WSJT-X deve inviare gli aggiornamenti. Se questo è zero, non verranno trasmessi aggiornamenti.</p></body></html> @@ -6934,68 +6967,68 @@ Fare clic con il tasto destro per inserire ed eliminare le opzioni.main Fatal error - Errore fatale + Errore fatale Unexpected fatal error - Errore fatale inatteso + Errore fatale inatteso Another instance may be running - Un'altra istanza potrebbe essere in esecuzione + Un'altra istanza potrebbe essere in esecuzione try to remove stale lock file? - Provo a rimuovere il file di blocco non aggiornato? + Provo a rimuovere il file di blocco non aggiornato? - + Failed to create a temporary directory Impossibile creare una directory temporanea - - + + Path: "%1" Percorso: "%1" - + Failed to create a usable temporary directory Impossibile creare una directory temporanea utilizzabile - + Another application may be locking the directory Un'altra applicazione potrebbe bloccare la directory - + Failed to create data directory Impossibile creare la directory dei dati - + path: "%1" percorso: "%1" - + Shared memory error Errore di memoria condivisa - + Unable to create shared memory segment Impossibile creare il segmento di memoria condivisa - + Sub-process error Errore sottoprocesso - + Failed to close orphaned jt9 process Impossibile chiudere il processo jt9 orfano diff --git a/translations/wsjtx_ja.ts b/translations/wsjtx_ja.ts index 09c539d15..e294cb461 100644 --- a/translations/wsjtx_ja.ts +++ b/translations/wsjtx_ja.ts @@ -632,12 +632,12 @@ Format: 無線機へ接続できません - + Rig failure 無線機エラー - + Not found audio device missing 見つかりません @@ -2098,12 +2098,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity バンド状況 @@ -2115,11 +2115,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency 受信周波数 @@ -2259,30 +2259,45 @@ Error(%2): %3 バンドの未交信DXCCまたは未交信局を自動的に応答. - + + Maximum drift rate in units of symbol rate per transmission. + + + + + Max Drift + + + + Percentage of minute sequences devoted to transmitting. 送信に費やされた時間のパーセンテージ. - + Prefer Type 1 messages タイプ1メッセージ優先 - + <html><head/><body><p>Transmit during the next sequence.</p></body></html> <html><head/><body><p>次回送信</p></body></html> - + Quick-Start Guide to Q65 Q65 クイックスタートガイド - + Auto Clear Avg after decode デコード後平均値を自動クリア + + + Quick-Start Guide to WSJT-X 2.5.0 and MAP65 3.0 + + USB dial frequency @@ -2427,15 +2442,15 @@ Yellow when too low - - - + + + Hz Hz - + Rx Rx @@ -2457,7 +2472,7 @@ Yellow when too low - + F Tol F Tol @@ -2514,7 +2529,7 @@ Yellow when too low - + Fast 高速 @@ -2622,7 +2637,7 @@ Not available to nonstandard callsign holders. - + Fox Fox @@ -2692,13 +2707,13 @@ When not checked you can view the calibration results. - + s s - + T/R T/R @@ -2713,7 +2728,7 @@ When not checked you can view the calibration results. - + Tx Tx @@ -2745,121 +2760,121 @@ When not checked you can view the calibration results. 次のコール - + 1 1 - - - + + + Send this message in next Tx interval このメッセージを次回送信する - + Ctrl+2 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>このメッセージを次回送信する</p><p>ダブルクリックしてTx1メッセージとしてQSOを開始のオンオフ(タイプ1複合コールサインでは使えません)</p></body></html> - + Send this message in next Tx interval Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) >このメッセージを次回送信する. ダブルクリックしてTx1メッセージとしてQSOを開始のオンオフ(タイプ1複合コールサインでは使えません) - + Ctrl+1 - - - - + + + + Switch to this Tx message NOW このメッセージを送信 - + Tx &2 - + Alt+2 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders)</p></body></html> <html><head/><body><p>このメッセージをすぐに送信</p><p>ダブルクリックすることでTx1メッセージを使うかどうか選択(タイプ1複合コールサインには使えません)</p></body></html> - + Switch to this Tx message NOW Double click to toggle the use of the Tx1 message to start a QSO with a station (not allowed for type 1 compound call holders) このメッセージをすぐに送信. ダブルクリックすることでTx1メッセージを使うかどうか選択(タイプ1複合コールサインには使えません) - + Tx &1 - + Alt+1 - + Ctrl+6 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>このメッセージを次回送信</p><p>ダブルクリックして標準73メッセージにリセット</p></body></html> - + Send this message in next Tx interval Double-click to reset to the standard 73 message このメッセージを次回送信 ダブルクリックして標準73メッセージにリセット - + Ctrl+5 - + Ctrl+3 - + Tx &3 - + Alt+3 - + <html><head/><body><p>Send this message in next Tx interval</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>このメッセージを次回送信</p><p>ダブルクリックするとTx4でRRRかRR73を送るかを切り替え(タイプ2複合コールサインでは使えません)</p><p>RR73 メッセージは、相手が確実にコピーしたと考えられるときに使ってください</p></body></html> - + Send this message in next Tx interval Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type 2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2868,17 +2883,17 @@ RR73 messages should only be used when you are reasonably confident that no mess RR73 メッセージは、相手が確実にコピーしたと考えられるときに使ってください - + Ctrl+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders)</p><p>RR73 messages should only be used when you are reasonably confident that no message repetitions will be required</p></body></html> <html><head/><body><p>この送信メッセージをすぐに送信</p><p>ダブルクリックしてTx4のRRRとRR73を交互切り替え(タイプ2の複合コールサインでは使えません)</p><p>RR73は、双方ともメッセージを確認し、繰り返しが必要ないと考えうるときにのみ使いましょう</p></body></html> - + Switch to this Tx message NOW Double-click to toggle between RRR and RR73 messages in Tx4 (not allowed for type2 compound call holders) RR73 messages should only be used when you are reasonably confident that no message repetitions will be required @@ -2887,63 +2902,63 @@ RR73 messages should only be used when you are reasonably confident that no mess RR73 メッセージは、相手が確実にコピーしたと考えられるときに使ってください - + Tx &4 - + Alt+4 - + <html><head/><body><p>Switch to this Tx message NOW</p><p>Double-click to reset to the standard 73 message</p></body></html> <html><head/><body><p>このメッセージをすぐに送信</p><p>ダブルクリックして標準73メッセージにリセット</p></body></html> - + Switch to this Tx message NOW Double-click to reset to the standard 73 message このメッセージをすぐに送信. ダブルクリックして標準73メッセージにリセット - + Tx &5 - + Alt+5 - + Now 送信 - + Generate standard messages for minimal QSO 最短QSO用メッセージを生成 - + Generate Std Msgs 標準メッセージ生成 - + Tx &6 - + Alt+6 - + Enter a free text message (maximum 13 characters) or select a predefined macro from the dropdown list. Press ENTER to add the current text to the predefined @@ -2954,47 +2969,47 @@ ENTERを押してテキストを登録リストに追加. リストは設定(F2)で変更可能. - + Queue up the next Tx message 次の送信メッセージを待ち行列に追加 - + Next - + 2 - + Quick-Start Guide to FST4 and FST4W FST4とFST4Wのクイックスタートガイド - + FST4 FST4 - + FST4W FST4W - + Q65 Q65 - + SWL Mode SWLモード - + Hide lower panel controls to maximize deocde windows 下部制御パネルを非表示にしてデコードウィンドウを最大化 @@ -3007,8 +3022,8 @@ ENTERを押してテキストを登録リストに追加. CQメッセージ生成 - - + + CQ CQ @@ -3029,7 +3044,7 @@ ENTERを押してテキストを登録リストに追加. CQに応答するメッセージを生成 - + Grid グリッド @@ -3058,138 +3073,138 @@ ENTERを押してテキストを登録リストに追加. フリーテキスト - + Max dB 最大dB - + CQ AF - + CQ AN - + CQ AS - + CQ EU - + CQ NA - + CQ OC - + CQ SA - + CQ 0 - + CQ 1 - + CQ 2 - + CQ 3 - + CQ 4 - + CQ 5 - + CQ 6 - + CQ 7 - + CQ 8 - + CQ 9 - + Reset リセット - + N List リスト数 - + N Slots スロット数 - - - - - - - + + + + + + + Random ランダム - + Call - + S/N (dB) - + Distance 距離 - + More CQs これは何?チェックすると5回の送信に1回CQを出す @@ -3200,147 +3215,147 @@ ENTERを押してテキストを登録リストに追加. - + % % - + Tx Pct Tx Pct - + Band Hopping バンドホッピング - + Choose bands and times of day for band-hopping. バンドホッピングためのバンドと時間を選択. - + Schedule ... スケジュール .... - + 1/2 1/2 - + 2/2 2/2 - + 1/3 1/3 - + 2/3 2/3 - + 3/3 3/3 - + 1/4 1/4 - + 2/4 2/4 - + 3/4 3/4 - + 4/4 4/4 - + 1/5 1/5 - + 2/5 2/5 - + 3/5 3/5 - + 4/5 4/5 - + 5/5 5/5 - + 1/6 1/6 - + 2/6 2/6 - + 3/6 3/6 - + 4/6 4/6 - + 5/6 5/6 - + 6/6 6/6 - + Upload decoded messages to WSPRnet.org. デコードしたメッセージをWSPRnet.orgへアップロード. - + Upload spots スポットをアップロード - + <html><head/><body><p>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</p></body></html> <html><head/><body><p>6桁のグリッドロケーターは2回のメッセージで送られます, 2回目のメッセージで6桁全部送られますが、コールサインはハッシュになります, 相手局は1回目であなたのコールサインをコピーしていなければなりません.. このオプションをチェックすると4桁のグリッドロケーターしか送らず、6桁のグリッドロケーターを送るための2回のメッセージ送信は行いません.</p></body></html> - + 6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol. 6桁のグリッドロケーターは2回のメッセージで送られます, 2回目のメッセージで6桁全部送られますが、コールサインはハッシュになります, 相手局は1回目であなたのコールサインをコピーしていなければなりません.. このオプションをチェックすると4桁のグリッドロケーターしか送らず、6桁のグリッドロケーターを送るための2回のメッセージ送信は行いません. @@ -3349,7 +3364,7 @@ ENTERを押してテキストを登録リストに追加. タイプ1メッセージを使う - + No own call decodes 自分のコールサインをデコードしない @@ -3358,12 +3373,12 @@ ENTERを押してテキストを登録リストに追加. 次の2分送信シーケンスの間に送信. - + Tx Next 次のTx - + Set Tx power in dBm (dB above 1 mW) as part of your WSPR message. dBm単位の送信出力をWSPRメッセージに入れる. @@ -3373,47 +3388,47 @@ ENTERを押してテキストを登録リストに追加. NB - + File ファイル - + View 表示 - + Decode デコード - + Save 保存 - + Help ヘルプ - + Mode モード - + Configurations コンフィグレーション - + Tools ツール - + Exit 終了 @@ -3422,87 +3437,87 @@ ENTERを押してテキストを登録リストに追加. コンフィグレーション - + About WSJT-X WSJT-Xについて - + Waterfall ウォーターフォール - + Open 開く - + Ctrl+O - + Open next in directory ディレクトリ中の次のファイルを開く - + Decode remaining files in directory ディレクトリ中の残りのファイルをデコード - + Shift+F6 - + Delete all *.wav && *.c2 files in SaveDir SaveDirのすべての*.wavと*.c2ファイルを削除 - + None 無し - + Save all すべて保存 - + Online User Guide オンラインユーザーガイド - + Keyboard shortcuts キーボードショートカット - + Special mouse commands 特別なマウス操作 - + JT9 - + Save decoded デコードしたメッセージを保存 - + Normal 標準 - + Deep ディープ @@ -3511,12 +3526,12 @@ ENTERを押してテキストを登録リストに追加. 起動時モニターオフ - + Erase ALL.TXT ALL.TXTを消去 - + Erase wsjtx_log.adi wsjtx_log.adiを消去 @@ -3549,7 +3564,7 @@ ENTERを押してテキストを登録リストに追加. コールサインをダブルクリックして送信オン - + F7 @@ -3558,7 +3573,7 @@ ENTERを押してテキストを登録リストに追加. 73を送った後送信禁止 - + Runaway Tx watchdog Txウオッチドッグ発令 @@ -3571,7 +3586,7 @@ ENTERを押してテキストを登録リストに追加. 送信周波数を受信周波数にロック - + JT65 @@ -3584,147 +3599,147 @@ ENTERを押してテキストを登録リストに追加. DXCCエンティティと交信済みステータスを表示 - + Astronomical data 天文データ - + List of Type 1 prefixes and suffixes タイプ1プリフィックス、サフィックスのリスト - + Settings... 設定... - + Local User Guide 各国版ユーザーガイド - + Open log directory ログディレクトリを開く - + JT4 - + Message averaging メッセージ平均化 - + Enable averaging 平均化オン - + Enable deep search ディープサーチをオン - + WSPR WSPR - + Echo Graph エコーグラフ - + F8 - + Echo Echo - + EME Echo mode EMEエコーモード - + ISCAT - + Fast Graph 高速グラフ - + F9 - + &Download Samples ... サンプルをダウンロード(&D)... - + <html><head/><body><p>Download sample audio files demonstrating the various modes.</p></body></html> <html><head/><body><p>いろいろなモードのオーディオファイルをダウンロード.</p></body></html> - + MSK144 - + QRA64 - + Release Notes リリースノート - + Enable AP for DX Call DXコールのAPをオン - + FreqCal - + Measure reference spectrum 参照スペクトラムを測定 - + Measure phase response 位相応答を測定 - + Erase reference spectrum 参照スペクトラムを消去 - + Execute frequency calibration cycle 周波数較正実行 - + Equalization tools ... イコライザー... @@ -3737,48 +3752,48 @@ ENTERを押してテキストを登録リストに追加. 実験的LF/MFモード - + FT8 - - + + Enable AP AP使用 - + Solve for calibration parameters 較正パラメータ計算 - + Copyright notice 著作権表示 - + Shift+F1 - + Fox log Foxログ - + FT8 DXpedition Mode User Guide FT8 DXペディションモードユーザーガイド - + Reset Cabrillo log ... Cabrilloログをリセット... - + Color highlighting scheme ハイライト設定 @@ -3787,7 +3802,7 @@ ENTERを押してテキストを登録リストに追加. コンテストログ - + Export Cabrillo log ... Cabrilloログをエクスポート... @@ -3796,29 +3811,29 @@ ENTERを押してテキストを登録リストに追加. WSJT-X 2.0クイックスタートガイド - + Contest log コンテストログ - + Erase WSPR hashtable WSPRハッシュテーブルを消去 - + FT4 - + Rig Control Error 無線機制御エラー - - + + Receiving 受信中 @@ -3868,171 +3883,171 @@ ENTERを押してテキストを登録リストに追加. WAVファイルを書き込みできません - + Enumerating audio devices オーディオデバイスを列挙 - + Configurations... コンフィグレーション... - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + Message メッセージ - + Error Killing jt9.exe Process jt9.exeプロセスを終了できません - + KillByName return code: %1 KillByNameリターンコード: %1 - + Error removing "%1" "%1"を削除できません - + Click OK to retry OKを押して再試行 - - + + Improper mode 不適切なモード - - + + File Open Error ファイルオープンエラー - - - - - + + + + + Cannot open "%1" for append: %2 "%2"を追加する"%1"が開けません - + Error saving c2 file c2ファイルを保存できません - + Error in Sound Input サウンド入力にエラー発生 - + Error in Sound Output サウンド出力にエラー発生 - - - - + + + + Single-Period Decodes シングルパスデコード - - - - + + + + Average Decodes 平均デコード - + Change Operator オペレータ交代 - + New operator: 新オペレータ: - + Status File Error ステータスファイルエラー - - + + Cannot open "%1" for writing: %2 %2を書き込むための"%1"が開けません - + Subprocess Error サブプロセスエラー - + Subprocess failed with exit code %1 サブプロセスエラー 終了コード %1 - - + + Running: %1 %2 実行中: %1 %2 - + Subprocess error サブプロセスエラー - + Reference spectrum saved 参照用スペクトラムを保存しました - + Invalid data in fmt.all at line %1 fmt.allの%1行目に無効なデータ - + Good Calibration Solution 較正良好 - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -4041,17 +4056,17 @@ ENTERを押してテキストを登録リストに追加. - + Delete Calibration Measurements 較正の測定結果を削除 - + The "fmt.all" file will be renamed as "fmt.bak" "fmt.all"は"fmt.bak"に名前が変わります - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -4060,27 +4075,27 @@ ENTERを押してテキストを登録リストに追加. "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." - + No data read from disk. Wrong file format? ディスクからデータが読めません.フォーマットが合っていますか? - + Confirm Delete 削除確認 - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? "%1"のすべての*.wavと*.c2ファイルを削除していいですか? - + Keyboard Shortcuts キーボードショートカット - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4267,12 +4282,12 @@ ENTERを押してテキストを登録リストに追加. </table> - + Special Mouse Commands 特別なマウス操作 - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4338,42 +4353,42 @@ ENTERを押してテキストを登録リストに追加. </table> - + No more files to open. これ以上開くファイルがありません. - + Spotting to PSK Reporter unavailable 現在PSK Reporterにスポットできません - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. 他の送信周波数を使ってください. WSJT-Xは30mバンドのWSPRサブバンド中の他のモードを受信せずに送信してしまいます. - + WSPR Guard Band WSPRガードバンド - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. 他のダイヤル周波数を使ってください. WSJT-XはFT8の標準サブバンドでFoxモードを使えません。 - + Fox Mode warning Foxモード警告 - + Last Tx: %1 最終送信: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4383,19 +4398,19 @@ To do so, check 'Special operating activity' and 設定|詳細タブで設定変更してください. - + Should you switch to ARRL Field Day mode? ARRLフィールドデーモードに切り替えますか? - + Should you switch to RTTY contest mode? RTTYコンテストモードに切り替えますか? - + Add to CALL3.TXT CALL3.TXTへ追加 @@ -4418,85 +4433,85 @@ is already in CALL3.TXT, do you wish to replace it? がすでにCALL3.TXTにセットされています。置き換えますか? - + Warning: DX Call field is empty. 警告 DXコールが空白です. - + Log file error ログファイルエラー - + Cannot open "%1" "%1"を開けません - + Error sending log to N1MM N1MMへログを送れません - + Write returned "%1" 応答"%1"を書き込み - + Stations calling DXpedition %1 DXペディション %1を呼ぶ局 - + Hound Hound - + Tx Messages 送信メッセージ - - - + + + Confirm Erase 消去確認 - + Are you sure you want to erase file ALL.TXT? ALL.TXTファイルを消去してよいですか? - - + + Confirm Reset リセット確認 - + Are you sure you want to erase your contest log? コンテストログを消去していいですか? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. 現在のコンテストのQSO記録をすべて消去します。ADIFログには記録されますがCabrilloログにエクスポートすることはできません. - + Cabrillo Log saved Cabrilloログ保存しました - + Are you sure you want to erase file wsjtx_log.adi? wsjtx_log.adiを消してもよいですか? - + Are you sure you want to erase the WSPR hashtable? WSPRのハッシュテーブルを消してもよいですか? @@ -4505,60 +4520,60 @@ is already in CALL3.TXT, do you wish to replace it? VHF機能警告 - + Tune digital gain チューンのデジタルゲイン - + Transmit digital gain 送信デジタルゲイン - + Prefixes プリフィックス - + Network Error ネットワークエラー - + Error: %1 UDP server %2:%3 エラー %1 UDPサーバー %2:%3 - + File Error ファイルエラー - + Phase Training Disabled 位相調整オフ - + Phase Training Enabled 位相調整オン - + WD:%1m WD:%1m - - + + Log File Error ログファイルエラー - + Are you sure you want to clear the QSO queues? QSO待ち行列をクリアしてもいいですか? @@ -4691,24 +4706,22 @@ UDPサーバー %2:%3 OmniRig: 認識できないモード - + Failed to start OmniRig COM server OmniRig COMサーバーが開始できません - - + + OmniRig: don't know how to set rig frequency OmniRigが無線機周波数をセットできません - - OmniRig: timeout waiting for update from rig - OmniRig: 無線機からの応答タイムアウト + OmniRig: 無線機からの応答タイムアウト - + OmniRig COM/OLE error: %1 at %2: %3 (%4) OmniRig COM/OLEエラー: %1 at %2 %3 (%4) @@ -5297,8 +5310,8 @@ Error(%2): %3 ワイドグラフ - - + + Read Palette パレット読み込み @@ -6963,53 +6976,53 @@ Right click for insert and delete options. 古いロックファイルの削除を試みますか? - + Failed to create a temporary directory 一時的作業ディレクトリーが作成できません - - + + Path: "%1" パス:"%1" - + Failed to create a usable temporary directory 一時的作業ディレクトリが作成できません - + Another application may be locking the directory おそらく他のアプリがディレクトリをロックしています - + Failed to create data directory データ用ディレクトリの作成ができません - + path: "%1" パス: "%1" - + Shared memory error 共有メモリエラー - + Unable to create shared memory segment 共有メモリセグメントが作成できません - + Sub-process error サブプロセスエラー - + Failed to close orphaned jt9 process jt9の孤立したプロセスを終了できません diff --git a/translations/wsjtx_zh.ts b/translations/wsjtx_zh.ts index 24b9943a9..c2b0af6a0 100644 --- a/translations/wsjtx_zh.ts +++ b/translations/wsjtx_zh.ts @@ -2073,12 +2073,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity 波段活动 @@ -2090,11 +2090,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency 接收信息 @@ -2712,7 +2712,7 @@ Not available to nonstandard callsign holders. - + Fox 狐狸 @@ -3190,10 +3190,10 @@ list. The list can be maintained in Settings (F2). - - - - + + + + Random 随机 @@ -3439,7 +3439,7 @@ list. The list can be maintained in Settings (F2). - + Runaway Tx watchdog 运行发射监管计时器 @@ -3675,19 +3675,19 @@ list. The list can be maintained in Settings (F2). WSJT-X 2.5.0和MAP65 3.0快速入门指南 - + Rig Control Error 无线电设备控制错误 - - - + + + Receiving 接收 - + Do you want to reconfigure the radio interface? 是否要重新配置无线电设备接口? @@ -3708,191 +3708,191 @@ list. The list can be maintained in Settings (F2). 样品丢失过多 - %1 (%2 sec) 音频帧在周期开始时丢失 %3 - + Error Scanning ADIF Log 扫描 ADIF 日志错误 - + Scanned ADIF log, %1 worked before records created 扫描 ADIF 日志, %1 创建曾经通联记录 - + Error Loading LotW Users Data 加载 LotW 用户数据错误 - + Error Writing WAV File 写入 WAV 文件时错误 - + Enumerating audio devices 列举音频设备 - + Configurations... 配置文件... - - - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + Message 信息 - + Error Killing jt9.exe Process 错误终止 jt9.exe 进程 - + KillByName return code: %1 按名称终止返回代码: %1 - + Error removing "%1" 删除时错误 "%1" - + Click OK to retry 单击 确定 重试 - - + + Improper mode 模式不正确 - - + + File Open Error 文件打开错误 - - - - - + + + + + Cannot open "%1" for append: %2 无法打开 "%1" 用于附加: %2 - + Error saving c2 file 保存 c2 文件出错误 - + Error in Sound Input 声音输入出错误 - + Error in Sound Output 声音输出错误 - - - - + + + + Single-Period Decodes 单周期解码 - - - - + + + + Average Decodes 平均解码 - + Change Operator 改变操作员 - + New operator: 新操作员: - + Status File Error 状态文件错误 - - + + Cannot open "%1" for writing: %2 无法打开 "%1" 用于写入: %2 - + Subprocess Error 子流程出错误 - + Subprocess failed with exit code %1 子流程失败, 退出代码为 %1 - - + + Running: %1 %2 运行: %1 %2 - + Subprocess error 子进程错误 - + Reference spectrum saved 保存参考频谱 - + Invalid data in fmt.all at line %1 在 %1 行中 fmt.all 的无效数据 - + Good Calibration Solution 良好的校准解决方案 - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3901,12 +3901,12 @@ list. The list can be maintained in Settings (F2). - + Delete Calibration Measurements 删除校准测量值 - + The "fmt.all" file will be renamed as "fmt.bak" "fmt.all" 文件将重命名为 "fmt.bak" @@ -3919,7 +3919,7 @@ list. The list can be maintained in Settings (F2). "WSJT-X和相关程序的算法、源代码、外观和感觉, 以及模式的协议规范 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, ISCAT, MSK144 版权所有(C) 2001-2021是由以下一个或多个作者拥有的: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT发展小组的其他成员." - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -3928,27 +3928,27 @@ list. The list can be maintained in Settings (F2). "WSJT-X和相关程序的算法、源代码、外观和感觉, 以及模式的协议规范 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 版权所有(C) 2001-2021是由以下一个或多个作者拥有的: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT发展小组的其他成员." - + No data read from disk. Wrong file format? 没有从磁盘读取数据. 文件格式出错误? - + Confirm Delete 确认删除 - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? 是否确实要删除所有 *.wav 和 *.c2 文件在 "%1"? - + Keyboard Shortcuts 键盘快捷键 - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4042,12 +4042,12 @@ list. The list can be maintained in Settings (F2). </table> - + Special Mouse Commands 特殊鼠标组合 - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4112,42 +4112,42 @@ list. The list can be maintained in Settings (F2). </table> - + No more files to open. 没有要打开的文件. - + Spotting to PSK Reporter unavailable 发送到 Pskreporter 不可用 - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. 请选择另一个发射频率. WSJT-X 不会故意在 30m 的 WSPR 子频段中传输另一种模式. - + WSPR Guard Band WSPR 守护波段 - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. 请选择另一个频率. WSJT-X在标准的FT8子带中不会以狐狸模式工作. - + Fox Mode warning 狐狸模式警告 - + Last Tx: %1 最后发射: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4158,178 +4158,178 @@ To do so, check 'Special operating activity' and 设置高级选项卡上的 '欧洲 VHF 竞赛'. - + Should you switch to ARRL Field Day mode? 是否应切换到 ARRL Field Day 模式? - + Should you switch to RTTY contest mode? 是否应切换到 RTTY 竞赛模式? - - - - + + + + Add to CALL3.TXT 添加到 CALL3.TXT - + Please enter a valid grid locator 请输入有效的网格定位 - + Cannot open "%1" for read/write: %2 无法打开 "%1" 用于读/写: %2 - + %1 is already in CALL3.TXT, do you wish to replace it? %1 已经在 CALL3.TXT, 你想替换它吗? - + Warning: DX Call field is empty. 警告: DX 呼号字段为空. - + Log file error 日志文件错误 - + Cannot open "%1" 无法打开 "%1" - + Error sending log to N1MM 将日志发送到 N1MM 时发生错误 - + Write returned "%1" 写入返回 "%1" - + Stations calling DXpedition %1 呼叫远征电台 %1 - + Hound 猎犬 - + Tx Messages 发射信息 - - - + + + Confirm Erase 确认擦除 - + Are you sure you want to erase file ALL.TXT? 是否确实要擦除 ALL.TXT 文件? - - + + Confirm Reset 确认重置 - + Are you sure you want to erase your contest log? 是否确实要擦除竞赛日志? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. 执行此操作将删除当前竞赛的所有通联记录. 它们将保留在 ADIF 日志文件中, 但无法导出到您的卡布里略日志中. - + Cabrillo Log saved 卡布里略日志已保存 - + Are you sure you want to erase file wsjtx_log.adi? 是否确实要擦除 wsjtx_log.adi 文件? - + Are you sure you want to erase the WSPR hashtable? 是否确实要擦除 WSPR 哈希表? - + Tune digital gain 调谐数码增益 - + Transmit digital gain 传输数码增益 - + Prefixes 前缀 - + Network Error 网络错误 - + Error: %1 UDP server %2:%3 错误: %1 UDP 服务器 %2:%3 - + File Error 文件错误 - + Phase Training Disabled 已禁用阶段训练 - + Phase Training Enabled 已启用阶段训练 - + WD:%1m - - + + Log File Error 日志文件错误 - + Are you sure you want to clear the QSO queues? 是否确实要清除通联队列? diff --git a/translations/wsjtx_zh_HK.ts b/translations/wsjtx_zh_HK.ts index 0089f94bf..29a7c908a 100644 --- a/translations/wsjtx_zh_HK.ts +++ b/translations/wsjtx_zh_HK.ts @@ -2073,12 +2073,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity 波段活動 @@ -2090,11 +2090,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency 接收信息 @@ -2712,7 +2712,7 @@ Not available to nonstandard callsign holders. - + Fox 狐狸 @@ -3190,10 +3190,10 @@ list. The list can be maintained in Settings (F2). - - - - + + + + Random 隨機 @@ -3439,7 +3439,7 @@ list. The list can be maintained in Settings (F2). - + Runaway Tx watchdog 運行發射監管計時器 @@ -3675,19 +3675,19 @@ list. The list can be maintained in Settings (F2). WSJT-X 2.5.0和MAP65 3.0快速入門指南 - + Rig Control Error 無線電設備控制錯誤 - - - + + + Receiving 接收 - + Do you want to reconfigure the radio interface? 是否要重新配置無線電設備接口? @@ -3708,191 +3708,191 @@ list. The list can be maintained in Settings (F2). 樣品遺失過多 -%1 (%2 sec) 音效的畫面在週期開始時遺失 %3 - + Error Scanning ADIF Log 掃描 ADIF 紀錄錯誤 - + Scanned ADIF log, %1 worked before records created 掃描 ADIF 紀錄, %1 建立曾經通聯紀錄 - + Error Loading LotW Users Data 載入 LotW 使用者資料錯誤 - + Error Writing WAV File 寫入 WAV 檔案時錯誤 - + Enumerating audio devices 列舉音訊設備 - + Configurations... 設定檔案... - - - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + Message 信息 - + Error Killing jt9.exe Process 錯誤終止 jt9.exe 程序 - + KillByName return code: %1 按結束名稱返回代碼: %1 - + Error removing "%1" 刪除時錯誤 "%1" - + Click OK to retry 單擊 確定 重試 - - + + Improper mode 模式不正確 - - + + File Open Error 檔案開啟錯誤 - - - - - + + + + + Cannot open "%1" for append: %2 無法開啟 "%1" 用於附加: %2 - + Error saving c2 file 保存c2檔案錯誤 - + Error in Sound Input 聲音輸入錯誤 - + Error in Sound Output 聲音輸錯誤 - - - - + + + + Single-Period Decodes 單週期解碼 - - - - + + + + Average Decodes 平均解碼 - + Change Operator 變更操作員 - + New operator: 新操作員: - + Status File Error 狀態檔案錯誤 - - + + Cannot open "%1" for writing: %2 無法開啟 "%1" 用於寫入: %2 - + Subprocess Error 子流程錯誤 - + Subprocess failed with exit code %1 子流程失敗, 退出代碼為 %1 - - + + Running: %1 %2 運行: %1 %2 - + Subprocess error 子進程錯誤 - + Reference spectrum saved 儲存參考頻譜 - + Invalid data in fmt.all at line %1 在 %1 行中 fmt.all 的不合法資料 - + Good Calibration Solution 良好的校準解決方案 - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3901,12 +3901,12 @@ list. The list can be maintained in Settings (F2). - + Delete Calibration Measurements 刪除校準測量值 - + The "fmt.all" file will be renamed as "fmt.bak" "fmt.all" 檔案將重新命名為 "fmt.bak" @@ -3919,7 +3919,7 @@ list. The list can be maintained in Settings (F2). "WSJT-X 及相關程式的演算法、原始程式碼、外觀和協定規範 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, ISCAT, MSK144 版權所有 (C) 2001-2021 由以下一個或多個作者提供: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT發展團的其他成員." - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -3928,27 +3928,27 @@ list. The list can be maintained in Settings (F2). "WSJT-X 及相關程式的演算法、原始程式碼、外觀和協定規範 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 版權所有 (C) 2001-2021 由以下一個或多個作者提供: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT發展團的其他成員." - + No data read from disk. Wrong file format? 沒有從磁盤讀取數據. 檔案格式錯誤? - + Confirm Delete 確認刪除 - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? 是否確實要刪除所有 *.wav 和 *.c2 檔案在 "%1"? - + Keyboard Shortcuts 鍵盤快捷鍵 - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4042,12 +4042,12 @@ list. The list can be maintained in Settings (F2). </table> - + Special Mouse Commands 特殊滑鼠組合 - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4113,42 +4113,42 @@ list. The list can be maintained in Settings (F2). </table> - + No more files to open. 沒有要打開的檔. - + Spotting to PSK Reporter unavailable 無法發送至PSK Reporter - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. 請選擇其他發射頻率. WSJT-X 不會故意傳輸另一個模式在 WSPR 30米子波段上. - + WSPR Guard Band WSPR保護波段 - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. 請選擇其他頻率. WSJT-X 不會運行狐狸模式在標準 FT8 波段. - + Fox Mode warning 狐狸模式警告 - + Last Tx: %1 最後發射: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4159,178 +4159,178 @@ To do so, check 'Special operating activity' and 設置高級選項卡上的 '歐洲 VHF 競賽'. - + Should you switch to ARRL Field Day mode? 是否應切換到 ARRL Field Day 模式? - + Should you switch to RTTY contest mode? 是否應切換到 RTTY 競賽模式? - - - - + + + + Add to CALL3.TXT 添加到 CALL3.TXT - + Please enter a valid grid locator 請輸入有效的網格定位 - + Cannot open "%1" for read/write: %2 無法開啟 "%1" 用於讀/寫: %2 - + %1 is already in CALL3.TXT, do you wish to replace it? %1 已經在 CALL3.TXT, 你想替換它嗎? - + Warning: DX Call field is empty. 警告: DX 呼號欄位為空. - + Log file error 日誌檔案錯誤 - + Cannot open "%1" 無法開啟 "%1" - + Error sending log to N1MM 將日誌傳送到 N1MM 時發生錯誤 - + Write returned "%1" 寫入返回 "%1" - + Stations calling DXpedition %1 呼叫遠征電臺 %1 - + Hound 獵犬 - + Tx Messages 發射信息 - - - + + + Confirm Erase 確認擦除 - + Are you sure you want to erase file ALL.TXT? 是否確實要擦除 ALL.Txt 檔案? - - + + Confirm Reset 確認重置 - + Are you sure you want to erase your contest log? 是否確實要擦除競賽日誌? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. 執行此動作將移除目前競賽的所有通聯紀錄. 它們將保留在 ADIF 日誌檔案中, 但無法匯出到您的卡布里略日誌中. - + Cabrillo Log saved 卡布里略日誌已儲存 - + Are you sure you want to erase file wsjtx_log.adi? 是否確實要擦除 wsjtx_log.adi 檔案? - + Are you sure you want to erase the WSPR hashtable? 是否確定要擦除 WSPR 哈希表? - + Tune digital gain 調諧數碼增益 - + Transmit digital gain 傳輸數碼增益 - + Prefixes 前綴 - + Network Error 網路錯誤 - + Error: %1 UDP server %2:%3 錯誤: %1 UDP 服務器 %2:%3 - + File Error 檔案錯誤 - + Phase Training Disabled 關閉階段訓練 - + Phase Training Enabled 開啟階段訓練 - + WD:%1m - - + + Log File Error 日誌檔案錯誤 - + Are you sure you want to clear the QSO queues? 是否要清除通聯佇列? diff --git a/translations/wsjtx_zh_TW.ts b/translations/wsjtx_zh_TW.ts index 7748c5091..15c9131de 100644 --- a/translations/wsjtx_zh_TW.ts +++ b/translations/wsjtx_zh_TW.ts @@ -2073,12 +2073,12 @@ Error(%2): %3 - - - - - - + + + + + + Band Activity 波段內訊息 @@ -2090,11 +2090,11 @@ Error(%2): %3 - - - - - + + + + + Rx Frequency 通聯解碼訊息 @@ -2712,7 +2712,7 @@ Not available to nonstandard callsign holders. - + Fox 狐狸 @@ -3190,10 +3190,10 @@ list. The list can be maintained in Settings (F2). - - - - + + + + Random 隨機 @@ -3439,7 +3439,7 @@ list. The list can be maintained in Settings (F2). - + Runaway Tx watchdog 運行發送監管計時器 @@ -3675,19 +3675,19 @@ list. The list can be maintained in Settings (F2). WSJT-X 2.5.0和MAP65 3.0快速入門指南 - + Rig Control Error 無線電設備控制錯誤 - - - + + + Receiving 接收 - + Do you want to reconfigure the radio interface? 是否要重新配置無線電設備介面? @@ -3708,191 +3708,191 @@ list. The list can be maintained in Settings (F2). 樣品遺失過多 -%1 (%2 sec) 音效的畫面在週期開始時遺失 %3 - + Error Scanning ADIF Log 掃描 ADIF 紀錄錯誤 - + Scanned ADIF log, %1 worked before records created 掃描 ADIF 紀錄, %1 建立曾經通聯紀錄 - + Error Loading LotW Users Data 載入 LotW 使用者資料錯誤 - + Error Writing WAV File 寫入 WAV 檔案時錯誤 - + Enumerating audio devices 列出音訊設備 - + Configurations... 設定檔案... - - - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + Message 訊息 - + Error Killing jt9.exe Process 錯誤終止 jt9.exe 程序 - + KillByName return code: %1 按結束名稱返回代碼: %1 - + Error removing "%1" 刪除時錯誤 "%1" - + Click OK to retry 單擊 確定 重試 - - + + Improper mode 模式不正確 - - + + File Open Error 檔案開啟錯誤 - - - - - + + + + + Cannot open "%1" for append: %2 無法開啟 "%1" 用於附加: %2 - + Error saving c2 file 保存c2檔案錯誤 - + Error in Sound Input 聲音輸入錯誤 - + Error in Sound Output 聲音輸出錯誤 - - - - + + + + Single-Period Decodes 單週期解碼 - - - - + + + + Average Decodes 平均解碼 - + Change Operator 變更操作員 - + New operator: 新操作員: - + Status File Error 狀態檔案錯誤 - - + + Cannot open "%1" for writing: %2 無法開啟 "%1" 用於寫入: %2 - + Subprocess Error 子流程錯誤 - + Subprocess failed with exit code %1 子流程失敗, 退出代碼為 %1 - - + + Running: %1 %2 運行: %1 %2 - + Subprocess error 子進程錯誤 - + Reference spectrum saved 儲存參考頻譜 - + Invalid data in fmt.all at line %1 在 %1 行中 fmt.all 的不合法資料 - + Good Calibration Solution 良好的校準解決方案 - + <pre>%1%L2 ±%L3 ppm %4%L5 ±%L6 Hz @@ -3901,12 +3901,12 @@ list. The list can be maintained in Settings (F2). - + Delete Calibration Measurements 刪除校準測量值 - + The "fmt.all" file will be renamed as "fmt.bak" "fmt.all" 檔案將重新命名為 "fmt.bak" @@ -3919,7 +3919,7 @@ list. The list can be maintained in Settings (F2). "WSJT-X 及相關程式的演算法、原始程式碼、外觀和協定規範 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, ISCAT, MSK144 版權所有 (C) 2001-2021 由以下一個或多個作者提供: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT發展團的其他成員." - + If you make fair use of any part of WSJT-X under terms of the GNU General Public License, you must display the following copyright notice prominently in your derivative work: "The algorithms, source code, look-and-feel of WSJT-X and related programs, and protocol specifications for the modes FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 are Copyright (C) 2001-2021 by one or more of the following authors: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; and other members of the WSJT Development Group." @@ -3928,27 +3928,27 @@ list. The list can be maintained in Settings (F2). "WSJT-X 及相關程式的演算法、原始程式碼、外觀和協定規範 FSK441, FST4, FT8, JT4, JT6M, JT9, JT65, JTMS, QRA64, Q65, MSK144 版權所有 (C) 2001-2021 由以下一個或多個作者提供: Joseph Taylor, K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; Philip Karn, KA9Q; 和WSJT發展團的其他成員." - + No data read from disk. Wrong file format? 沒有資料從磁碟讀取. 檔案格式錯誤? - + Confirm Delete 確認刪除 - + Are you sure you want to delete all *.wav and *.c2 files in "%1"? 是否確認刪除所有 *.wav 和 *.c2 檔案在 "%1"? - + Keyboard Shortcuts 鍵盤快速鍵 - + <table cellspacing=1> <tr><td><b>Esc </b></td><td>Stop Tx, abort QSO, clear next-call queue</td></tr> <tr><td><b>F1 </b></td><td>Online User's Guide (Alt: transmit Tx6)</td></tr> @@ -4042,12 +4042,12 @@ list. The list can be maintained in Settings (F2). </table> - + Special Mouse Commands 特殊滑鼠組合 - + <table cellpadding=5> <tr> <th align="right">Click on</th> @@ -4113,42 +4113,42 @@ list. The list can be maintained in Settings (F2). </table> - + No more files to open. 沒有要開啟的檔案. - + Spotting to PSK Reporter unavailable 無法發送報告至PSK Reporter - + Please choose another Tx frequency. WSJT-X will not knowingly transmit another mode in the WSPR sub-band on 30m. 請選擇其他發送頻率. WSJT-X 不會故意傳輸另一個模式在 WSPR 30米子波段上. - + WSPR Guard Band WSPR護衛頻帶 - + Please choose another dial frequency. WSJT-X will not operate in Fox mode in the standard FT8 sub-bands. 請選擇其他頻率. WSJT-X 不會運行狐狸模式在標準 FT8 波段. - + Fox Mode warning 狐狸模式警告 - + Last Tx: %1 最後發送: %1 - + Should you switch to EU VHF Contest mode? To do so, check 'Special operating activity' and @@ -4159,178 +4159,178 @@ To do so, check 'Special operating activity' and 設定高級選項卡上的 '歐洲 VHF 競賽'. - + Should you switch to ARRL Field Day mode? 是否切換至 ARRL Field Day 模式? - + Should you switch to RTTY contest mode? 是否切換至 RTTY 競賽模式? - - - - + + + + Add to CALL3.TXT 新增到 CALL3.TXT - + Please enter a valid grid locator 請輸入有效的網格定位 - + Cannot open "%1" for read/write: %2 無法開啟 "%1" 用於讀/寫: %2 - + %1 is already in CALL3.TXT, do you wish to replace it? %1 CALL3.TXT已存在, 要替換檔案嗎? - + Warning: DX Call field is empty. 警告: DX 呼號欄位為空. - + Log file error 日誌檔案錯誤 - + Cannot open "%1" 無法開啟 "%1" - + Error sending log to N1MM 將日誌傳送至 N1MM 時發生錯誤 - + Write returned "%1" 寫入返回 "%1" - + Stations calling DXpedition %1 呼叫遠征電臺 %1 - + Hound 獵犬 - + Tx Messages 發送訊息 - - - + + + Confirm Erase 確認清除 - + Are you sure you want to erase file ALL.TXT? 是否確實要清除 ALL.Txt 檔案? - - + + Confirm Reset 確認重置 - + Are you sure you want to erase your contest log? 是否確實要清除競賽日誌? - + Doing this will remove all QSO records for the current contest. They will be kept in the ADIF log file but will not be available for export in your Cabrillo log. 執行此動作將移除目前競賽的所有通聯紀錄. 它們將保留在 ADIF 日誌檔案中, 但無法匯出到您的Cabrillo Log中. - + Cabrillo Log saved Cabrillo Log 已儲存 - + Are you sure you want to erase file wsjtx_log.adi? 是否確定要清除 wsjtx_log.adi 檔案? - + Are you sure you want to erase the WSPR hashtable? 是否確定要清除 WSPR 雜湊表? - + Tune digital gain 調諧數位增益 - + Transmit digital gain 傳輸數位增益 - + Prefixes 前綴 - + Network Error 網路錯誤 - + Error: %1 UDP server %2:%3 錯誤: %1 UDP 伺服器 %2:%3 - + File Error 檔案錯誤 - + Phase Training Disabled 關閉階段訓練 - + Phase Training Enabled 開啟階段訓練 - + WD:%1m - - + + Log File Error 日誌檔案錯誤 - + Are you sure you want to clear the QSO queues? 是否要清除通聯佇列? @@ -6716,6 +6716,6 @@ Right click for insert and delete options. <html><head/><body><p>Double click a color to edit it.</p><p>Right click to insert or delete colors.</p><p>Colors at the top represent weak signals</p><p>and colors at the bottom represent strong</p><p>signals. You can have up to 256 colors.</p></body></html> <html><head/><body><p>雙擊一種顏色進行編輯.</p><p>右鍵單擊可插入或刪除顏色.</p><p>頂部的顏色代表微弱的信號</p><p>底部的顏色代表強烈</p><p>信號. 您最多可以有256種顏色.</p></body></html> - + - \ No newline at end of file + From d0833465972cdde1b536f3a3ec0848af6fa51c0b Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 21 Oct 2021 00:41:49 +0100 Subject: [PATCH 09/11] Add new UI translation to build, Traditional Chinese --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd68784f4..ff8dfba11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1261,6 +1261,7 @@ set (LANGUAGES #sv # Swedish zh # Chinese zh_HK # Chinese per Hong Kong + zh_TW # Chinese traditional it # Italian ) foreach (lang_ ${LANGUAGES}) From d732537b597e6e4f41e32d6bbcbfa9b63c495787 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 21 Oct 2021 00:43:01 +0100 Subject: [PATCH 10/11] Release prep --- CMakeLists.txt | 2 +- widgets/mainwindow.cpp | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff8dfba11..21f073fb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ message (STATUS "******************************************************") include (set_build_type) # RC 0 or omitted is a development build, GA is a General Availability release build -set_build_type (RC 1) +set_build_type (RC GA) set (wsjtx_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}${BUILD_TYPE_REVISION}") # diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index e4ea57587..305d18d13 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -1024,15 +1024,14 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple, void MainWindow::not_GA_warning_message () { - - MessageBox::critical_message (this, - "This is a pre-release version of WSJT-X " + version (false) + " made\n" - "available for testing purposes. By design it will\n" - "be nonfunctional after Nov 30, 2021."); - auto now = QDateTime::currentDateTimeUtc (); - if (now >= QDateTime {{2021, 11, 30}, {23, 59, 59, 999}, Qt::UTC}) { - Q_EMIT finished (); - } + // MessageBox::critical_message (this, + // "This is a pre-release version of WSJT-X " + version (false) + " made\n" + // "available for testing purposes. By design it will\n" + // "be nonfunctional after Nov 30, 2021."); + // auto now = QDateTime::currentDateTimeUtc (); + // if (now >= QDateTime {{2021, 11, 30}, {23, 59, 59, 999}, Qt::UTC}) { + // Q_EMIT finished (); + // } } void MainWindow::initialize_fonts () From 61ceb3f616676da98476b08ad60b9d219c609e9a Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 21 Oct 2021 03:14:32 +0100 Subject: [PATCH 11/11] Release note for 2.5.1 --- NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ Release_Notes.txt | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) diff --git a/NEWS b/NEWS index dd3d305fe..7fffeb807 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,53 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT. + Release: WSJT-X 2.5.1 + Oct 23, 2021 + ---------------------- + +This release mainly contains improvements and defect repairs related +to Q65 and JT65 mode when used with non-standard and compound +calls. Also included is a new feature for microwave aircraft scatter +and a number of defect repairs detected since the 2.5.0 GA release. + + - Support for 10GHz Aircraft Scatter contributed by Rex, VK7MO, and + Roger, W3SZ. See Rex Moncur, VK7MO et al "10 GHz Terrestrial with + Q65" DUBUS Vol 1/2021 page 64. + + - Repair a defect that failed to pre-load the DE and DX calls to the + hash lookup tables in the Q65 decoder. + + - Repair standard message Tx4 and Tx5 generation in Q65 mode when + using a non-standard call. + + - Repair a defect in generation of the standard Tx2 JT65 message in + EME mode when using a compound call. + + - Repair a defect when decoding 77-bit type 4 non-standard call + message. + + - Repair a defect that could cause a crash when switching from Q65 to + JT65 mode and attempting a double-click decode. + + - Enable 'q3' AP decoding in Q65 mode for messages containing a + non-standard call. + + - Repair a defect that required a non-blank DX Grid to achieve Q65 + 'q3' decodes of messages containing a non-standard call. + + - Repair the logic that enables Q65 "Deep" decoding. + + - In Q65 mode, allow 'q2' decodes when MyCall is compound or + non-standard. + + - Repair a long-standing defect that could cause a crash when + reference spectrum correction is enabled. + + - Updated UI translations from Xavi, EA3W, Oba-san, JA7UDE, and a new + translation for Traditional Chinese by Steven, BU2EL. + + - Updated CTY.DAT database, tnx to Jim AD1C + Release: WSJT-X 2.5.0 Sept 27, 2021 ------------------------- diff --git a/Release_Notes.txt b/Release_Notes.txt index 0c1d23b2b..2df7cae57 100644 --- a/Release_Notes.txt +++ b/Release_Notes.txt @@ -12,6 +12,53 @@ Copyright 2001 - 2021 by Joe Taylor, K1JT. + Release: WSJT-X 2.5.1 + Oct 23, 2021 + ---------------------- + +This release mainly contains improvements and defect repairs related +to Q65 and JT65 mode when used with non-standard and compound +calls. Also included is a new feature for microwave aircraft scatter +and a number of defect repairs detected since the 2.5.0 GA release. + + - Support for 10GHz Aircraft Scatter contributed by Rex, VK7MO, and + Roger, W3SZ. See Rex Moncur, VK7MO et al "10 GHz Terrestrial with + Q65" DUBUS Vol 1/2021 page 64. + + - Repair a defect that failed to pre-load the DE and DX calls to the + hash lookup tables in the Q65 decoder. + + - Repair standard message Tx4 and Tx5 generation in Q65 mode when + using a non-standard call. + + - Repair a defect in generation of the standard Tx2 JT65 message in + EME mode when using a compound call. + + - Repair a defect when decoding 77-bit type 4 non-standard call + message. + + - Repair a defect that could cause a crash when switching from Q65 to + JT65 mode and attempting a double-click decode. + + - Enable 'q3' AP decoding in Q65 mode for messages containing a + non-standard call. + + - Repair a defect that required a non-blank DX Grid to achieve Q65 + 'q3' decodes of messages containing a non-standard call. + + - Repair the logic that enables Q65 "Deep" decoding. + + - In Q65 mode, allow 'q2' decodes when MyCall is compound or + non-standard. + + - Repair a long-standing defect that could cause a crash when + reference spectrum correction is enabled. + + - Updated UI translations from Xavi, EA3W, Oba-san, JA7UDE, and a new + translation for Traditional Chinese by Steven, BU2EL. + + - Updated CTY.DAT database, tnx to Jim AD1C + Release: WSJT-X 2.5.0 Sept 27, 2021 -------------------------