summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-mjpg-streamer
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-10-12 18:09:25 +0300
committerGitHub <noreply@github.com>2018-10-12 18:09:25 +0300
commit1544e10f918a168e8e7860da5e22fb5f294479e5 (patch)
tree61a77a8b04451805f7698011a64eec10f28dd5d3 /applications/luci-app-mjpg-streamer
parent896892f9afd2180094ca12faa8a0b5a9f2193207 (diff)
parent282aa6856d5f1029443df4229b10a82e0ca04fb6 (diff)
Merge pull request #2221 from yangfl/master
treewide: Fix typos in UI strings
Diffstat (limited to 'applications/luci-app-mjpg-streamer')
-rw-r--r--applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua4
-rw-r--r--applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po6
-rw-r--r--applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po6
-rw-r--r--applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po6
-rw-r--r--applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot6
-rw-r--r--applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po6
-rw-r--r--applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po6
7 files changed, 20 insertions, 20 deletions
diff --git a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
index d89ab27c29..ad77a9022c 100644
--- a/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
+++ b/applications/luci-app-mjpg-streamer/luasrc/model/cbi/mjpg-streamer.lua
@@ -74,7 +74,7 @@ quality = s:taboption(this_tab, Value, "quality", translate("JPEG compression qu
minimum_size = s:taboption(this_tab, Value, "minimum_size", translate("Drop frames smaller then this limit"),translate("Set the minimum size if the webcam produces small-sized garbage frames. May happen under low light conditions"))
minimum_size.datatype = "uinteger"
-no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initalize dynctrls"), translate("Do not initalize dynctrls of Linux-UVC driver"))
+no_dynctrl = s:taboption(this_tab, Flag, "no_dynctrl", translate("Don't initialize dynctrls"), translate("Do not initialize dynctrls of Linux-UVC driver"))
led = s:taboption(this_tab, ListValue, "led", translate("Led control"))
led:value("on", translate("On"))
@@ -206,7 +206,7 @@ folder=s:taboption(this_tab, Value, "folder", translate("Folder"), translate("Se
--mjpeg=s:taboption(this_tab, Value, "mjpeg", translate("Mjpeg output"), translate("Check to save the stream to an mjpeg file"))
-delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the inteval in millisecond"))
+delay=s:taboption(this_tab, Value, "delay", translate("Interval between saving pictures"), translate("Set the interval in millisecond"))
delay.placeholder="5000"
delay.datatype = "uinteger"
diff --git a/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po
index 7da3444613..907a792987 100644
--- a/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po
+++ b/applications/luci-app-mjpg-streamer/po/ja/mjpg-streamer.po
@@ -38,10 +38,10 @@ msgstr "実行するコマンド"
msgid "Device"
msgstr "デバイス"
-msgid "Do not initalize dynctrls of Linux-UVC driver"
+msgid "Do not initialize dynctrls of Linux-UVC driver"
msgstr "Linux-UVCドライバのdynctrlsを初期化しません。"
-msgid "Don't initalize dynctrls"
+msgid "Don't initialize dynctrls"
msgstr "dynctrlsを初期化しない"
msgid "Drop frames smaller then this limit"
@@ -135,7 +135,7 @@ msgstr "リングバッファー サイズ"
msgid "Set folder to save pictures"
msgstr "画像を保存するフォルダーを設定します。"
-msgid "Set the inteval in millisecond"
+msgid "Set the interval in millisecond"
msgstr "間隔をミリ秒で設定します。"
msgid ""
diff --git a/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po
index 28bfa186b0..d53202109d 100644
--- a/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po
+++ b/applications/luci-app-mjpg-streamer/po/pt-br/mjpg-streamer.po
@@ -39,10 +39,10 @@ msgstr "Comando para executar:"
msgid "Device"
msgstr "Dispositivo"
-msgid "Do not initalize dynctrls of Linux-UVC driver"
+msgid "Do not initialize dynctrls of Linux-UVC driver"
msgstr "Não inicie o dynctrls do driver do Linux-UVC"
-msgid "Don't initalize dynctrls"
+msgid "Don't initialize dynctrls"
msgstr "Não inicia o dynctrls"
msgid "Drop frames smaller then this limit"
@@ -136,7 +136,7 @@ msgstr "Tamanho do buffer em anel"
msgid "Set folder to save pictures"
msgstr "Definir pasta para salvas as imagens"
-msgid "Set the inteval in millisecond"
+msgid "Set the interval in millisecond"
msgstr "Defina o intervalo em milisegundos"
msgid ""
diff --git a/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po
index 6ba8664518..b71bb3c71b 100644
--- a/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po
+++ b/applications/luci-app-mjpg-streamer/po/ru/mjpg-streamer.po
@@ -43,10 +43,10 @@ msgstr "Введите команду"
msgid "Device"
msgstr "Устройство"
-msgid "Do not initalize dynctrls of Linux-UVC driver"
+msgid "Do not initialize dynctrls of Linux-UVC driver"
msgstr "Не задействует dynctrls драйвера Linux-UVC."
-msgid "Don't initalize dynctrls"
+msgid "Don't initialize dynctrls"
msgstr "Отключить dynctrls"
msgid "Drop frames smaller then this limit"
@@ -140,7 +140,7 @@ msgstr "Задать размер буфера"
msgid "Set folder to save pictures"
msgstr "Задать папку для сохранения снимков."
-msgid "Set the inteval in millisecond"
+msgid "Set the interval in millisecond"
msgstr "Задать интервал в миллисекундах."
msgid ""
diff --git a/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot b/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot
index ecb374d7f3..27eb99987c 100644
--- a/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot
+++ b/applications/luci-app-mjpg-streamer/po/templates/mjpg-streamer.pot
@@ -28,10 +28,10 @@ msgstr ""
msgid "Device"
msgstr ""
-msgid "Do not initalize dynctrls of Linux-UVC driver"
+msgid "Do not initialize dynctrls of Linux-UVC driver"
msgstr ""
-msgid "Don't initalize dynctrls"
+msgid "Don't initialize dynctrls"
msgstr ""
msgid "Drop frames smaller then this limit"
@@ -123,7 +123,7 @@ msgstr ""
msgid "Set folder to save pictures"
msgstr ""
-msgid "Set the inteval in millisecond"
+msgid "Set the interval in millisecond"
msgstr ""
msgid ""
diff --git a/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po
index cfb2981b15..b2e916884f 100644
--- a/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po
+++ b/applications/luci-app-mjpg-streamer/po/zh-cn/mjpg-streamer.po
@@ -44,10 +44,10 @@ msgstr "运行的命令"
msgid "Device"
msgstr "设备"
-msgid "Do not initalize dynctrls of Linux-UVC driver"
+msgid "Do not initialize dynctrls of Linux-UVC driver"
msgstr "不要初始化 Linux-UVC 驱动的 dynctrls"
-msgid "Don't initalize dynctrls"
+msgid "Don't initialize dynctrls"
msgstr "不要初始化 dynctrls"
msgid "Drop frames smaller then this limit"
@@ -139,7 +139,7 @@ msgstr "环形缓冲区大小"
msgid "Set folder to save pictures"
msgstr "图片保存位置"
-msgid "Set the inteval in millisecond"
+msgid "Set the interval in millisecond"
msgstr "设置时间间隔(毫秒)"
msgid ""
diff --git a/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po b/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po
index d7b969c841..d3b3455e9f 100644
--- a/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po
+++ b/applications/luci-app-mjpg-streamer/po/zh-tw/mjpg-streamer.po
@@ -44,10 +44,10 @@ msgstr "執行的指令"
msgid "Device"
msgstr "裝置"
-msgid "Do not initalize dynctrls of Linux-UVC driver"
+msgid "Do not initialize dynctrls of Linux-UVC driver"
msgstr "不要初始化 Linux-UVC 驅動的 dynctrls"
-msgid "Don't initalize dynctrls"
+msgid "Don't initialize dynctrls"
msgstr "不要初始化 dynctrls"
msgid "Drop frames smaller then this limit"
@@ -139,7 +139,7 @@ msgstr "環形緩衝區大小"
msgid "Set folder to save pictures"
msgstr "圖片儲存位置"
-msgid "Set the inteval in millisecond"
+msgid "Set the interval in millisecond"
msgstr "設定時間間隔(毫秒)"
msgid ""