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