tags for adif and alerts js files

merge-requests/149/merge^2
Matthew Chambers 2022-08-14 01:37:39 -05:00
rodzic 9c328de842
commit b857ecf91e
1 zmienionych plików z 104 dodań i 1 usunięć

Wyświetl plik

@ -559,5 +559,108 @@
"stats.tabs.ITUZones": "ITU Zones",
"stats.tabs.WASWAC": "WAC / WAS",
"stats.tabs.live": "Live",
"stats.noDecodes": "No decodes yet"
"stats.noDecodes": "No decodes yet",
"COMMENT_adif.js": "",
"adif.TestResult.invalid": "Invalid",
"adif.TestResult.error": "Unknown Error",
"adif.TestResult.passed": "Passed",
"adif.TestResult.response": "Invalid Response",
"adif.TestResult.testing": "Testing",
"adif.NoFiles": "No file(s) selected",
"adif.LoggedN1MM": "Logged to N1MM",
"adif.LoggedLog4OM": "Logged to Log4OM",
"adif.ExceptionInternal": "Exception Internal Log",
"adif.LoggedGTBackup": "Logged to GridTracker backup",
"adif.ExceptionGTBackup": "Exception GridTracker backup",
"adif.ExceptionQRZ": "Exception QRZ Log",
"adif.ExceptionClubLog": "Exception ClubLog Log",
"adif.ExceptionHRDLogNet": "Exception HrdLog.net Log",
"adif.ExceptionCloudLog": "Exception Cloudlog Log",
"adif.LoggedN3FJP": "Logged to N3FJP Log",
"adif.ExceptionN3FJP": "Exception N3FJP Log",
"adif.LoggedDXKeeper": "Logged to DXKeeper",
"adif.ExceptionDXKeeper": "Exception DXKeeper",
"adif.LoggedHRDLogbook": "Logged to HRD Logbook",
"adif.ExceptionHRDLogbook": "Exception HRD Log",
"adif.ExceptionLoTW": "Excpetion LoTW Log",
"adif.ExceptionAlertLog": "Exception Alert Log",
"adif.ExceptionHideLookup": "Expception Hide Lookup",
"adif.BadPassUser": "Bad<br/>Password<br/>or<br/>Nickname",
"adif.UnknownCall": "Unknown<br/>Callsign",
"adif.QTHNickname": "QTH Nickname<br/>Needed",
"adif.UnknownError": "Unknown<br/>Error",
"adif.FaileQSLCreds": "Fail log eQSL.cc (credentials)",
"adif.FaileQSLNick": "Fail log eQSL.cc (nickname)",
"adif.FaileQSLDupe": "Fail log eQSL.cc (dupe)",
"adif.LoggedeQSL": "Logged to eQSL.cc",
"adif.FailedeQSL": "Fail log eQSL.cc (?)",
"adif.Offline": "Currently<br/>offline",
"adif.TestUpload": "Testing Upload",
"adif.ErrorEncountered": "Error encountered",
"adif.InvalidTQSL": "Invalid tqsl executable",
"adif.MissingTQSL": "TrustedQSL not installed",
"adif.TQSLPassword": "TQSL Password missing",
"adif.TQSLStation": "Select Station",
"adif.TQSLFailed": "Fail log to TQSL",
"adif.TQSLLogged": "Logged to TQSL",
"adif.CloudLogAPIKey": "API Key Invalid",
"adif.CloudLogLogged": "Logged to Cloudlog",
"adif.CloudLogFailed": "Fail log to Cloudlog",
"adif.QRZFailedAlert": "Error uploading QSO to QRZ.com",
"adif.QRZFailed": "Fail log to QRZ.com",
"adif.QRZLogged": "Logged to QRZ.com",
"adif.QRZNoResponse": "Error uploading QSO to QRZ.com (No response)",
"adif.ClubLogLogged": "Logged to ClubLog.org",
"adif.HRDLogNetLogged": "Logged to HRDLOG.net",
"adif.HRDLogNetFailed": "Fail log to HRDLOG.net",
"alerts.addNew.Added": "Added",
"alerts.addNew.SelectFile": "Select File!",
"alerts.addNew.InvalidCall": "Invalid Callsign",
"alerts.addnew.Duplicate": "Duplicate!",
"alerts.callsign.speech": "Callsign",
"alerts.callsign.popup": "Seeking",
"alerts.gridsquare.speech": "Grid square",
"alerts.gridsquare.popup": "Gridsquare",
"alerts.QRZ.speech": "Calling",
"alerts.QRZ.popup": "QRZ",
"alerts.AlertPop.Type": "Type",
"alerts.AlertPop.Value": "Value",
"alerts.AlertPop.Notify": "Notify",
"alerts.AlertPop.Repeat": "Repeat",
"alerts.AlertPop.Filename": "Filename",
"alerts.AlertPop.Alerted": "Alerted",
"alerts.AlertPop.LastMessage": "Last Message",
"alerts.AlertPop.When": "When",
"alerts.AlertPop.Yes": "Yes",
"alerts.AlertPop.No": "No",
"alerts.AlertPop.Gathering": "Gathering Alerts",
"alerts.TypesArray.CallExact": "Call (exact)",
"alerts.TypesArray.Grid": "Grid",
"alerts.TypesArray.QRZ": "QRZ",
"alerts.TypesArray.CallPartial": "Call (partial)",
"alerts.TypesArray.CallRegex": "Call (regex)",
"alerts.ValueArray.AudioFile": "Audio File",
"alerts.ValueArray.TextToSpeech": "TTS",
"alerts.ValueArray.PopUp": "PopUp",
"alerts.ValueArray.MapCenter": "Map Center",
"alerts.RepeatArray.No": "No",
"alerts.RepeatArray.Once": "Once",
"alerts.RepeatArray.Inf": "Inf",
"alerts.RepeatArray.Session": "Inf (Session)",
"alerts.Display.Type": "Type",
"alerts.Display.Value": "Value",
"alerts.Display.Notify": "Notify",
"alerts.Display.Repeat": "Repeat",
"alerts.Display.Filename": "Filename",
"alerts.Display.Alerted": "Alerted",
"alerts.Display.LastMessage": "Last Message",
"alerts.Display.When": "When",
"alerts.Display.Reset": "Reset",
"alerts.Display.Delete": "Delete",
"alerts.ClassicWords.callsign": "Call",
"alerts.ClassicWords.grid": "Grid",
"alerts.ClassicWords.DXCC": "DXCC",
"alerts.ClassicWords.CQz": "C-Q Zone",
"alerts.ClassicWords.ITUz": "I-T-U Zone",
"alerts.ClassicWords.State": "State"
}