X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=l10n%2Fmessages.properties;h=f58be3d554c968d4c3f0035c6df6896d29a26567;hb=3cf305a033d347380020d857e82ff1ddd6a4ef41;hp=7fbef9311487685a99a4b71ed515c3adff242dcd;hpb=5982ddf74dd82e4f53981483d86165791b2b3ca4;p=debian%2Fopenrocket diff --git a/l10n/messages.properties b/l10n/messages.properties index 7fbef931..f58be3d5 100644 --- a/l10n/messages.properties +++ b/l10n/messages.properties @@ -351,8 +351,8 @@ simedtdlg.IntensityDesc.High = High simedtdlg.IntensityDesc.Veryhigh = Very high simedtdlg.IntensityDesc.Extreme = Extreme -GeodeticComputationStrategy.none.name = None -GeodeticComputationStrategy.none.desc = Perform no geodetic computations. +GeodeticComputationStrategy.flat.name = Flat Earth +GeodeticComputationStrategy.flat.desc = Perform computations with a flat Earth approximation. Sufficient for low-altitude flights. GeodeticComputationStrategy.spherical.name = Spherical approximation GeodeticComputationStrategy.spherical.desc = Perform geodetic computations assuming a spherical Earth.
This is sufficiently accurate for almost all purposes. GeodeticComputationStrategy.wgs84.name = WGS84 ellipsoid @@ -1501,3 +1501,20 @@ LandingDistanceParameter.name = Landing distance TotalFlightTimeParameter.name = Total flight time DeploymentVelocityParameter.name = Velocity at parachute deployment + +! Compass directions drawn on a compass rose. +CompassRose.lbl.north = N +CompassRose.lbl.east = E +CompassRose.lbl.south = S +CompassRose.lbl.west = W + +! Compass directions with subdirections. These might not be localized even if the directions on the compass rose are. +CompassSelectionButton.lbl.N = N +CompassSelectionButton.lbl.NE = NE +CompassSelectionButton.lbl.E = E +CompassSelectionButton.lbl.SE = SE +CompassSelectionButton.lbl.S = S +CompassSelectionButton.lbl.SW = SW +CompassSelectionButton.lbl.W = W +CompassSelectionButton.lbl.NW = NW +