mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
19 lines
567 B
Text
19 lines
567 B
Text
#if LANGUAGE == LNG_CZECH
|
|
|
|
txt(DlgHttpServerTitle, "Internetový server")
|
|
txt(DlgHttpServerFormatMinSec, "%d min, %d s")
|
|
txt(DlgHttpServerFormatHourMinSec, "%2d:%02d:%02d")
|
|
txt(DlgHttpServerFormatResponse, " ms / dotaz")
|
|
txt(DlgHttpServerFormatLaggingResponse, " ms / dotaz")
|
|
|
|
#endif
|
|
|
|
#if LANGUAGE == LNG_ENGLISH
|
|
|
|
txt(DlgHttpServerTitle, "Web server")
|
|
txt(DlgHttpServerFormatMinSec, "%d min, %d sec")
|
|
txt(DlgHttpServerFormatHourMinSec, "%2d:%02d:%02d")
|
|
txt(DlgHttpServerFormatResponse, " msec / query")
|
|
txt(DlgHttpServerFormatLaggingResponse, " msec / query")
|
|
|
|
#endif
|