* luci/application/uvc_streame: apply translation enhancements

This commit is contained in:
Jo-Philipp Wich 2008-09-04 11:07:19 +00:00
parent 1f2289b41e
commit 5187eb8896
3 changed files with 3 additions and 1 deletions

View file

@ -2,3 +2,4 @@ framespersecond = 'Bilder pro Sekunde'
resolution = 'Auflösung'
settings = 'Konfiguration'
uvc_streamer = 'Webcam Stream'
uvc_streamer_desc = 'Linux-UVC Webcam Konfiguration. Im Browser z.B. http://192.168.1.1:8080/ laden.'

View file

@ -2,3 +2,4 @@ framespersecond = 'Frames per second'
resolution = 'Resolution'
settings = 'Settings'
uvc_streamer = 'Webcam streaming'
uvc_streamer_desc = 'Configure your Linux-UVC compatible webcam. Point your browser to e.g. http://192.168.1.1:8080/'

View file

@ -1,4 +1,4 @@
m = Map("uvc-streamer", translate("uvc_streamer"))
m = Map("uvc-streamer", translate("uvc_streamer"), translate("uvc_streamer_desc"))
s = m:section(TypedSection, "uvc-streamer", translate("settings"))
s.addremove = false