kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Minor fixes
rodzic
c869364627
commit
e033cbbee8
|
@ -205,12 +205,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="checkbox" id="huntCont" onchange="wantedChanged(this);" />
|
<input type="checkbox" id="huntCont" onchange="wantedChanged(this);" />
|
||||||
<label data-i18n="roster.secondary.wanted.cont" for="huntCont" title="Continent">Cont</label>
|
<label data-i18n="roster.secondary.wanted.cont" for="huntCont" title="Continent">Continent</label>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label title="Callsign Regular Expression">
|
<input type="checkbox" id="huntRegex" onchange="wantedChanged(this);" />
|
||||||
<input type="checkbox" id="huntRegex" onchange="wantedChanged(this);" /> Regex
|
<label data-i18n="roster.secondary.wanted.regex" title="Callsign Regular Expression">Regex</label>
|
||||||
</label>
|
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
@ -524,10 +524,11 @@
|
||||||
"roster.secondary.wanted.OAMS": "OAMS",
|
"roster.secondary.wanted.OAMS": "OAMS",
|
||||||
"roster.secondary.wanted.cqzone": "CQz",
|
"roster.secondary.wanted.cqzone": "CQz",
|
||||||
"roster.secondary.wanted.ituzone": "ITUz",
|
"roster.secondary.wanted.ituzone": "ITUz",
|
||||||
|
"roster.secondary.wanted.regex": "Regex",
|
||||||
"roster.secondary.wanted.state": "State",
|
"roster.secondary.wanted.state": "State",
|
||||||
"roster.secondary.wanted.marathon": "Marathon",
|
"roster.secondary.wanted.marathon": "Marathon",
|
||||||
"roster.secondary.wanted.county": "County",
|
"roster.secondary.wanted.county": "County",
|
||||||
"roster.secondary.wanted cont": "Cont",
|
"roster.secondary.wanted.cont": "Continent",
|
||||||
"roster.secondary.exceptions.label": "Exceptions",
|
"roster.secondary.exceptions.label": "Exceptions",
|
||||||
"roster.secondary.exceptions.cqOnly": "CQ Only",
|
"roster.secondary.exceptions.cqOnly": "CQ Only",
|
||||||
"roster.secondary.exceptions.hasGrid": "Has Grid",
|
"roster.secondary.exceptions.hasGrid": "Has Grid",
|
||||||
|
@ -537,8 +538,8 @@
|
||||||
"roster.secondary.exceptions.maxFreq": "Max Freq",
|
"roster.secondary.exceptions.maxFreq": "Max Freq",
|
||||||
"roster.secondary.exceptions.usesLoTW": "Uses LoTW",
|
"roster.secondary.exceptions.usesLoTW": "Uses LoTW",
|
||||||
"roster.secondary.exceptions.spottedMe": "Spotted Me",
|
"roster.secondary.exceptions.spottedMe": "Spotted Me",
|
||||||
"roster.secondary.execptions.noMyDXCC": "Not My Dxcc",
|
"roster.secondary.exceptions.noMyDXCC": "Not My Dxcc",
|
||||||
"roster.secondary.execptions.onlyMyDXCC": "Only My DXCC",
|
"roster.secondary.exceptions.onlyMyDXCC": "Only My DXCC",
|
||||||
"roster.secondary.exceptions.useseQSL":" Uses eQSL",
|
"roster.secondary.exceptions.useseQSL":" Uses eQSL",
|
||||||
"roster.secondary.exceptions.usesOQRS": "Uses OQRS",
|
"roster.secondary.exceptions.usesOQRS": "Uses OQRS",
|
||||||
"roster.secondary.exceptions.wantRRCQ": "RR73 as CQ",
|
"roster.secondary.exceptions.wantRRCQ": "RR73 as CQ",
|
||||||
|
@ -547,7 +548,7 @@
|
||||||
"roster.secondary.exceptions.noMsg.hover": "No Decodes Containing...",
|
"roster.secondary.exceptions.noMsg.hover": "No Decodes Containing...",
|
||||||
"roster.secondary.exceptions.onlyMsg.label": "Only",
|
"roster.secondary.exceptions.onlyMsg.label": "Only",
|
||||||
"roster.secondary.exceptions.onlyMsg.hover": "Only Decodes Containing...",
|
"roster.secondary.exceptions.onlyMsg.hover": "Only Decodes Containing...",
|
||||||
"roster.secondary.excpetions.regex.label": "Regex",
|
"roster.secondary.exceptions.regex.label": "Regex",
|
||||||
"roster.secondary.exceptions.regex.hover": "Callsign Regular Expression",
|
"roster.secondary.exceptions.regex.hover": "Callsign Regular Expression",
|
||||||
"roster.secondary.instances.label": "Instances",
|
"roster.secondary.instances.label": "Instances",
|
||||||
"roster.ignoresTable.title": "Callsign, CQ and DXCC Ignores",
|
"roster.ignoresTable.title": "Callsign, CQ and DXCC Ignores",
|
||||||
|
@ -1050,6 +1051,7 @@
|
||||||
"rosterColumns.Wanted.grid": "Grid",
|
"rosterColumns.Wanted.grid": "Grid",
|
||||||
"rosterColumns.Wanted.cnty": "County",
|
"rosterColumns.Wanted.cnty": "County",
|
||||||
"rosterColumns.Wanted.wpx": "WPX",
|
"rosterColumns.Wanted.wpx": "WPX",
|
||||||
|
"rosterColumns.Wanted.regex": "Regex",
|
||||||
"rosterColumns.Wanted.call": "Call",
|
"rosterColumns.Wanted.call": "Call",
|
||||||
"rosterColumns.Wanted.oams": "OAMS",
|
"rosterColumns.Wanted.oams": "OAMS",
|
||||||
"rosterColumns.Wanted.pota": "POTA",
|
"rosterColumns.Wanted.pota": "POTA",
|
||||||
|
|
|
@ -1615,6 +1615,7 @@ function addControls()
|
||||||
cnty: $.i18n("rosterColumns.Wanted.cnty"),
|
cnty: $.i18n("rosterColumns.Wanted.cnty"),
|
||||||
wpx: $.i18n("rosterColumns.Wanted.wpx"),
|
wpx: $.i18n("rosterColumns.Wanted.wpx"),
|
||||||
call: $.i18n("rosterColumns.Wanted.call"),
|
call: $.i18n("rosterColumns.Wanted.call"),
|
||||||
|
regex: $.i18n("rosterColumns.Wanted.regex"),
|
||||||
oams: $.i18n("rosterColumns.Wanted.oams"),
|
oams: $.i18n("rosterColumns.Wanted.oams"),
|
||||||
pota: $.i18n("rosterColumns.Wanted.pota")
|
pota: $.i18n("rosterColumns.Wanted.pota")
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue