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

96 lines
4.7 KiB
Properties

#
# Strings used when building a manifest IN CZECH
#
# 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>Platn\u00fd %1$s</p>
ManifestValidityWithSchedule = <p>Platn\u00fd %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>Pl\u00e1novan\u00e1 obsluha na %1$s</strong></p>
NoScheduledWorkAt = <p><strong>Nepl\u00e1novan\u00e1 obsluha na %1$s</strong></p>
NoScheduledWorkAtWithDepartureTime = <p><strong>Nepl\u00e1novan\u00e1 obsluha na %1$s, \u010das odjezdu %2$s</strong></p>
TrainTerminatesIn = <p><strong>Vlak kon\u010d\u00ed v %1$s</strong></p>
WorkDepartureTime = <p><strong>Pl\u00e1novan\u00e1 obsluha na %1$s, \u010das odjezdu %2$s</strong></p>
WorkArrivalTime = <p><strong>Pl\u00e1novan\u00e1 obsluha na %1$s, \u010das p\u0159\u00edjezdu %2$s</strong></p>
CommentAt = <p>%1$s, %2$s</p>
CommentAtWithDepartureTime = <p>%1$s, %3$s, \u010das odjezdu %2$s</p>
CurrentAndNextLocation = %1$s <small>P\u0159\u00ed\u0161t\u00ed dopravna: %2$s</small>
Terminated = Ukon\u010deno
NoLocation = \u017d\u00e1dn\u00fd
MoveTo = P\u0159esun na %1$s
Terminate = Ukon\u010dit
# %1$s: location name
# %2$s: direction (Eastbound, Westbound, Northbound, Southbound)
# %3$d: length
# %4$s: length units
# %5$d: weight in tons
# %6$d: # of cars / # of loads
# %7$: # of empties
TrainDepartsCars = <p>Vlak odj\u00ed\u017ed\u00ed %1$s %2$s s %6$d vozy, %3$d %4$s, %5$d tun</p>
TrainDepartsLoads = <p>Vlak odj\u00ed\u017ed\u00ed %1$s %2$s s %6$d lo\u017een\u00fdmi, %7$d pr\u00e1zdn\u00fdmi, %3$d %4$s, %5$d tun</p>
HeadingNorth = Vedouc\u00ed na sever
HeadingEast = Vedouc\u00ed na v\u00fdchod
HeadingSouth = Vedouc\u00ed na jih
HeadingWest = Vedouc\u00ed na z\u00e1pad
# 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>P\u0159idat postrk na %1$s</p>
RemoveHelpersAt = <p>Odebrat postrk na %1$s</p>
LocoChangeAt = <p>Lokomotiva zm\u011bna na %1$s</p>
CabooseChangeAt = <p>Slu\u017eebn\u00ed v\u016fz zm\u011bna na %1$s</p>
LocoAndCabooseChangeAt = <p>Lokomotiva a slu\u017eebn\u00ed v\u016fz zm\u011bna na %1$s</p>
FromTrack = z %1$s
FromLocation = z %1$s
FromLocationAndTrack = z %1$s, %2$s
ToLocation = c\u00edlov\u00e1 stanice %1$s
ToTrack = do %1$s
ToLocationAndTrack = c\u00edlov\u00e1 stanice %1$s, %2$s
CarsLocationUnknown = <div class="alert alert-warning">N\u00e1sleduj\u00edc\u00ed vozy jsou aktu\u00e1ln\u011b ztracen\u00e9, pros\u00edm obra\u0165te se na v\u00fdprav\u010d\u00edho zdali je nalezl.<ul>%1$s</ul></div>
ErrorPrintOptions = <div class="alert alert-error">Je po\u017eadov\u00e1n nezn\u00e1m\u00fd atribut kolejov\u00e9ho vozidla. Zmezin\u00e1rodn\u011bn\u00ed z\u0159ejm\u011b nem\u011blo b\u00fdt provedeno zp\u016fsobem, kter\u00fd jsme pou\u017eili.</div>
Attribute = <span class="rs-%2$s">%1$s</span>
# %1$s = destination name
# %2$s = destination track
RWELocationAndTrack = <span class="ops-rwe">Vr\u00e1tit kdy\u017e pr\u00e1zdn\u00fd: %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">(%2$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>