mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-26 06:18:17 +01:00
Add some abbreviations
This commit is contained in:
parent
5e81da2267
commit
2d2803ce4e
@ -54,7 +54,27 @@ EFM,Gesellschaft für Enteisen und Flugzeugschleppen
|
||||
ETA,Estimated Time of Arrival
|
||||
ETOPS,Extended Range Twin-engine Aircraft Operations
|
||||
FAA,Federal Aviation Administration (USA)
|
||||
FAR,Fuel Air Ratio
|
||||
FAS,Final Approach Segment
|
||||
FAS,Final Approach Speed
|
||||
FAST,Future Aviation Safety Team
|
||||
FAT,Factory Acceptance Test (see also SAT and RAT)
|
||||
FAT,Final Approach Track
|
||||
FATO,Final Approach and Take-off Area
|
||||
FAWP,Final Approach Waypoint
|
||||
FAWS,Flight Advisory Weather Service
|
||||
FBW,Fly-by-Wire
|
||||
FCA,Final Cruise Altitude
|
||||
FCC,Flight Control Computer
|
||||
FCC,Federal Communications Commission (USA)
|
||||
FCI,Flight Command Indicator
|
||||
FCL,Flight Crew Licensing
|
||||
FCLP,Field Carrier Landing Practice
|
||||
FCLT,Freeze Calculated Landing Time
|
||||
FCLTP,Flight Crew Licensing and Training Panel (ICAO)
|
||||
FCOM,Flight Crew Operating Manual
|
||||
FCOM,Flight Crew Operations Manual
|
||||
FCPC,Flight Control Primary Computer
|
||||
FE,Field Elevation (highest point of an airport’s usable runways and is measured in height above mean sea level)
|
||||
FIA,Flight Information Area
|
||||
FIR,Flight Information Region
|
||||
|
|
@ -37,7 +37,7 @@ try {
|
||||
}
|
||||
}
|
||||
|
||||
if ($FoundOne -eq $false) { Reply "Sorry, no entry found" }
|
||||
if ($FoundOne -eq $false) { Reply "Sorry, no database entry found." }
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
|
||||
|
Loading…
Reference in New Issue
Block a user