* luci/application/uvc_streame: apply translation enhancements
This commit is contained in:
parent
1f2289b41e
commit
5187eb8896
3 changed files with 3 additions and 1 deletions
|
@ -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.'
|
||||
|
|
|
@ -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/'
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue