ultimatepp/uppsrc/Web/ctrl/DlgHttpServer.lng
mdelfede 263ff5f895 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

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