Persoenliche Mediazentrale
ulrich
2021-04-04 14baa3d66139d96ace578e4bb0112f7b412eebf1
commit | author | age
2b6134 1
U 2 # App-Parameter
3 appParamPort=port
4 appParamConf=conf
5 appParamWWWData=www-data
6 appParamCtx=ctx
cfa858 7 appParamUi=ui
2b6134 8
14baa3 9 # HTTP-Endpunkte
2b6134 10 webroot=/
14baa3 11 # uiroot=/ui
U 12 stopServer=/api/server/stop
13 testAblage=/api/test/ablage
14 testStore=/api/test/store
2b6134 15
U 16 slash=/
17 dash=-
18 bytes=bytes
789740 19 notFound=nicht gefunden.
2b6134 20 lmPattern=EEE, dd MMM yyyy HH:mm:ss zzz
U 21 rangePattern=[^\\d-,]
22 welcomeFile=index.html
23
24 # Mitteilungen
789740 25 msgServerStart=Server startet auf Port {0}
2b6134 26 msgParamFehlt=Der Parameter {0} muss angegeben werden.
789740 27 stoppingServer=stoppe Server..
U 28 serverStopped=Server gestoppt.
29 mediazEnd=Mediazentrale beendet.