From 8c7bd091acf83b45a8e0957e4990c4660f3673a2 Mon Sep 17 00:00:00 2001 From: Matthew Chambers Date: Sun, 14 Aug 2022 23:41:29 -0500 Subject: [PATCH] all JS files have been passed through, may need another pass through all files though --- package.nw/i18n/en.json | 92 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 91 insertions(+), 1 deletion(-) diff --git a/package.nw/i18n/en.json b/package.nw/i18n/en.json index fbbc7b5..f87f268 100644 --- a/package.nw/i18n/en.json +++ b/package.nw/i18n/en.json @@ -963,5 +963,95 @@ "gt.crScript.enabled": "Call Roster Script Enabled", "gt.crScript.disabled": "Call Roster Script Disabled", "gt.savedScreenshot": "Saved Screenshot", - "gt.screenshotFailed": "Screenshot write failed" + "gt.screenshotFailed": "Screenshot write failed", + "COMMENT_gtws.js": "", + "gtws.corrupt": "Corrupt message received", + "gtws.awaySent": "Away message", + "COMMENT_roster.js": "", + "roster.process.Decode": "DECODE", + "roster.process.Receive": "RECEIVE", + "roster.process.Transmit": "TRANSMIT", + "roster.award.Select": "Select Award", + "roster.award.name": "Name", + "roster.award.Award": "Award", + "roster.award.Track": "Track", + "roster.award.ToggleTracking": "Toggle Tracking", + "roster.award.Remove": "Remove Tracker", + "roster.award.addName": "Select Award", + "roster.award.addSponsor": "Select Sponsor", + "roster.ignore.clearAll": "Clear All", + "roster.ignore.Callsigns": "Callsigns", + "roster.ignore.none": "none", + "roster.ignore.CQ": "CQ", + "roster.ignore.DXCCs": "DXCCs", + "roster.ignore.CQZones": "CQ Zones", + "roster.ignore.ITUZones": "ITU Zones", + "roster.menu.HideControls": "Hide Controls", + "roster.menu.ShowControls": "Show Controls", + "roster.menu.CompactMode": "Compact Mode", + "roster.menu.RosterMode": "Roster Mode", + "roster.menu.Lookup": "Lookup", + "roster.menu.GenMesg": "Gen Msgs", + "roster.menu.IgnoreCall": "Ignore Call", + "roster.menu.Realtime": "Realtime", + "roster.menu.MoveLeft": "Move Column Left", + "roster.menu.ClearCallIgnore": "Clear Call Ignore", + "roster.menu.ClearIgnore": "Clear Ignore", + "roster.menu.ClearCQFromDXCC": "Clear CQ from DXCC", + "roster.menu.ClearCQFromAll": "Clear CQ from All", + "roster.menu.ClearCQIgnore": "Clear CQ Ignore", + "roster.menu.EditIgnores": "Edit Ignores", + "roster.menu.IgnoreCQZone": "Ignore CQ Zone", + "roster.menu.ClearCQZoneIgnore": "Clear CQ Zone Ignore", + "roster.menu.IgnoreITUZone": "Ignore ITU Zone", + "roster.menu.ClearITUZoneIgnore": "Clear ITU Zone Ignore", + "roster.menu.IgnoreDXCC": "Ignore DXCC", + "roster.menu.ClearDXCCIgnore": "Clear DXCC Ignore", + "roster.AwardTypes.IOTA": "Islands On The Air", + "roster.AwardTypes.call": "Callsign", + "roster.AwardTypes.callarea": "Call Area", + "roster.AwardTypes.calls2dxcc": "Stations per DXCC", + "roster.AwardTypes.cnty": "County", + "roster.AwardTypes.cont": "Countinents", + "roster.AwardTypes.cont5": "5 Continents", + "roster.AwardTypes.cont52band": "5 Continents per Band", + "roster.AwardTypes.cqz": "CQ Zone", + "roster.AwardTypes.dxcc": "DXCC", + "roster.AwardTypes.grids": "Grids", + "roster.AwradTypes.numsfx": "Call Area + Suffix", + "roster.AwardTypes.px": "Prefix", + "roster.AwardTypes.pxa": "Prefixes", + "roster.AwardTypes.pxplus": "Special Calls", + "roster.AwardTypes.sfx": "Suffix", + "roster.AwardTypes.states": "States", + "roster.AwardTypes.cont2band": "Continents per Band", + "roster.AwardTypes.calls2band": "Stations per Band", + "roster.AwardTypes.dxcc2band": "DXCC per Band", + "roster.AwardTypes.states2band": "States per Band", + "COMMENT_stats.js": "", + "stats.Validate.Valid": "Valid!", + "stats.Validate.Invalid": "Invalid!", + "COMMENT_processRosterFiltering.js": "", + "rosterFilter.POTA.Unknown": "Unknown Park", + "COMMENT_rosterColumns.js": "", + "rosterColumns.County.title": "ZIP Code matches multiple counties, click to do a full lookup", + "rosterColumns.LoTW.NoUpdate": "Has not updated a QSO in", + "rosterColumns.LoTW.LastUpdate": "Last Upload ", + "rosterColumns.OAMS.user": "Off-Air Message User", + "rosterColumns.Wanted.cont": "Continent", + "rosterColumns.Wanted.cqz": "CQ Zone", + "rosterColumns.Wanted.ituz": "ITU Zone", + "rosterColumns.Wanted.dxcc": "DXCC", + "rosterColumns.Wanted.dxccMarathon": "Marathon DXCC", + "rosterColumns.Wanted.cqzMarathon": "Marathon CQ Zone", + "rosterColumns.Wanted.state": "State", + "rosterColumns.Wanted.grid": "Grid", + "rosterColumns.Wanted.cnty": "County", + "rosterColumns.Wanted.wpx": "WPX", + "rosterColumns.Wanted.call": "Call", + "rosterColumns.Wanted.oams": "OAMS", + "rosterColumns.Wanted.pota": "POTA", + "COMMENT_sendAlerts.js": "", + "sendAlerts.scriptEnabled": "Script Enabled", + "sendAlerts.scriptDisabled": "Script Disabled" } \ No newline at end of file