Files
JIMRI/web/servlet/operations/ManifestStrings_en_GB.properties
2026-06-17 14:00:51 +02:00

96 lines
4.2 KiB
Properties

#
# Strings used when building a manifest
#
# Do not add or remove formatters (%#$c) since Manifest servlet is sensitive to
# the number of formatters for any given string
#
# Ideally the date would be a Date object, but it isn't
#ManifestValidity = <p>Valid %1$tr</p>
#ManifestValidityWithSchedule = <p>Valid %1$tr <small>%2$s</small></p>
ManifestValidity = <p>Valid %1$s</p>
ManifestValidityWithSchedule = <p>Valid %1$s <small>%2$s</small></p>
# %1$s = location id
LocationStart = <li id="location-%1$s" class="route-location">
# LocationEnd is always a closing </li>
# %1$s = location name
# %2$s = departure or arrival time
# %3$s = route location comment
ScheduledWorkAt = <p><strong>Scheduled work at %1$s</strong></p>
NoScheduledWorkAt = <p><strong>No scheduled work at %1$s</strong></p>
NoScheduledWorkAtWithDepartureTime = <p><strong>No scheduled work at %1$s, departure time %2$s</strong></p>
TrainTerminatesIn = <p><strong>Train terminates in %1$s</strong></p>
WorkDepartureTime = <p><strong>Scheduled work at %1$s, departure time %2$s</strong></p>
WorkArrivalTime = <p><strong>Scheduled work at %1$s, arrival time %2$s</strong></p>
CommentAt = <p>%1$s, %2$s</p>
CommentAtWithDepartureTime = <p>%1$s, %3$s, departure time %2$s</p>
CurrentAndNextLocation = %1$s <small>Next Location: %2$s</small>
Terminated = Terminated
NoLocation = None
MoveTo = Move to %1$s
Terminate = Terminate
# %1$s: location name
# %2$s: direction (Eastbound, Westbound, Upbound, Downbound)
# %3$d: length
# %4$s: length units
# %5$d: weight in tons
# %6$d: # of wagons / # of loads
# %7$: # of empties
TrainDepartsCars = <p>Train departs %1$s %2$s with %6$d wagons, %3$d %4$s, %5$d tons</p>
TrainDepartsLoads = <p>Train departs %1$s %2$s with %6$d loads, %7$d empties, %3$d %4$s, %5$d tons</p>
HeadingUp = Upbound
HeadingEast = Eastbound
HeadingDown = Downbound
HeadingWest = Westbound
# Locations and RouteLocations are not the same thing, so allow for special formatting of either
LocationComment = <p>%1$s</p>
RouteLocationComment = <p>%1$s</p>
TrackComments = <p>%1$s</p>
AddHelpersAt = <p>Add helpers at %1$s</p>
RemoveHelpersAt = <p>Remove helpers at %1$s</p>
LocoChangeAt = <p>Locomotive change at %1$s</p>
CabooseChangeAt = <p>Break van change at %1$s</p>
LocoAndCabooseChangeAt = <p>Locomotive and break van change at %1$s</p>
FromTrack = from %1$s
FromLocation = from %1$s
FromLocationAndTrack = from %1$s, %2$s
ToLocation = destination %1$s
ToTrack = to %1$s
ToLocationAndTrack = destination %1$s, %2$s
CarsLocationUnknown = <div class="alert alert-warning">The following wagons are currently misplaced, please contact the dispatcher if found.<ul>%1$s</ul></div>
ErrorPrintOptions = <div class="alert alert-error">Unknown rolling stock attribute requested. Perhaps we should not have internationalized the way we did?</div>
Attribute = <span class="rs-%2$s">%1$s</span>
# %1$s = destination name
# %2$s = destination track
RWELocationAndTrack = <span class="ops-rwe">RWE: %1$s, %2$s</span>
FinalDestinationLocation = <span class="ops-dest">-&gt; %1$s</span>
FinalDestinationLocationAndTrack = <span class="ops-dest">-&gt; %1$s, %2$s</span>
FinalDestinationTrack = <span class="ops-dest">%1$s</span>
ConductorPickUpCar = <li class="car pickup"><input class="rs-check" type="checkbox"> %1$s</li>
ConductorDropCar = <li class="car setout"><input class="rs-check" type="checkbox"> %1$s</li>
ConductorLocalCar = <li class="car setout"><input class="rs-check" type="checkbox"> %1$s</li>
ManifestPickUpCar = <li class="car pickup"><input class="rs-check" type="checkbox"> %1$s</li>
ManifestDropCar = <li class="car setout"><input class="rs-check" type="checkbox"> %1$s</li>
ManifestLocalCar = <li class="car setout"><input class="rs-check" type="checkbox"> %1$s</li>
CarsList = <ul class="car list-unstyled">%1$s</ul>
ConductorPickUpEngine = <li class="engine pickup"><input class="rs-check" type="checkbox"> %1$s</li>
ConductorDropEngine = <li class="engine setout"><input class="rs-check" type="checkbox"> %1$s</li>
ManifestPickUpEngine = <li class="engine pickup"><input class="rs-check" type="checkbox"> %1$s</li>
ManifestDropEngine = <li class="engine setout"><input class="rs-check" type="checkbox"> %1$s</li>
EnginesList = <ul class="engine list-unstyled">%1$s</ul>