diff options
author | Steven Barth <steven@midlink.org> | 2008-09-02 09:08:11 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-02 09:08:11 +0000 |
commit | 954e61d2a3be5cf919908f8989e5d9c7f3b7884a (patch) | |
tree | 73bfa97cb2d910bfefe2186eb1e6bad3cd9dd6d5 /applications/luci-uvc_streamer | |
parent | 5430a64f05180268249fd3e62611bea0b431c378 (diff) |
Bump i18n-files
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' |