diff options
Diffstat (limited to 'applications/luci-uvc_streamer')
-rw-r--r-- | applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua | 8 | ||||
-rw-r--r-- | applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua index 184eb798f..c928e91a1 100644 --- a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.de.lua @@ -1,4 +1,4 @@ -framespersecond = [[Bilder pro Sekunde]] -resolution = [[Auflösung]] -settings = [[Konfiguration]] -uvc_streamer = [[Webcam Stream]] +framespersecond = 'Bilder pro Sekunde' +resolution = 'Auflösung' +settings = 'Konfiguration' +uvc_streamer = 'Webcam Stream' diff --git a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua index 059bac70c..3c5c82099 100644 --- a/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua +++ b/applications/luci-uvc_streamer/luasrc/i18n/uvc_streamer.en.lua @@ -1,4 +1,4 @@ -framespersecond = [[Frames per second]] -resolution = [[Resolution]] -settings = [[Settings]] -uvc_streamer = [[Webcam streaming]] +framespersecond = 'Frames per second' +resolution = 'Resolution' +settings = 'Settings' +uvc_streamer = 'Webcam streaming' |