summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wifischedule
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-wifischedule')
-rw-r--r--applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua2
-rw-r--r--applications/luci-app-wifischedule/po/it/wifischedule.po2
-rw-r--r--applications/luci-app-wifischedule/po/ja/wifischedule.po2
-rw-r--r--applications/luci-app-wifischedule/po/pt-br/wifischedule.po2
-rw-r--r--applications/luci-app-wifischedule/po/ru/wifischedule.po2
-rw-r--r--applications/luci-app-wifischedule/po/sv/wifischedule.po2
-rw-r--r--applications/luci-app-wifischedule/po/templates/wifischedule.pot2
-rw-r--r--applications/luci-app-wifischedule/po/zh-cn/wifischedule.po2
-rw-r--r--applications/luci-app-wifischedule/po/zh-tw/wifischedule.po2
9 files changed, 9 insertions, 9 deletions
diff --git a/applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua b/applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua
index 07730225b0..61a94ca5dc 100644
--- a/applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua
+++ b/applications/luci-app-wifischedule/luasrc/model/cbi/wifischedule/wifi_schedule.lua
@@ -239,7 +239,7 @@ function force_wifi.validate(self, value, d)
if fs.access("/usr/bin/iwinfo") then
return value
else
- return nil, translate("Could not find required programm /usr/bin/iwinfo")
+ return nil, translate("Could not find required program /usr/bin/iwinfo")
end
else
return "1"
diff --git a/applications/luci-app-wifischedule/po/it/wifischedule.po b/applications/luci-app-wifischedule/po/it/wifischedule.po
index 18a9dce23a..e7126ced84 100644
--- a/applications/luci-app-wifischedule/po/it/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/it/wifischedule.po
@@ -7,7 +7,7 @@ msgstr "Attiva wifi"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr "Impossibile trovare /usr/bin/wifi_schedule.sh o /sbin/wifi"
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr "Impossibile trovare il programma /usr/bin/iwinfo"
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/ja/wifischedule.po b/applications/luci-app-wifischedule/po/ja/wifischedule.po
index 3bc7864ad7..8842d6d3c3 100644
--- a/applications/luci-app-wifischedule/po/ja/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/ja/wifischedule.po
@@ -18,7 +18,7 @@ msgstr "WiFiのアクティブ化"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr "必須の /usr/bin/wifi_schedule.sh または /sbin/wifi が見つかりませんでした。"
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr "必須のプログラム /usr/bin/iwinfo が見つかりませんでした。"
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/pt-br/wifischedule.po b/applications/luci-app-wifischedule/po/pt-br/wifischedule.po
index 19e31b54ca..b4eb8f60e5 100644
--- a/applications/luci-app-wifischedule/po/pt-br/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/pt-br/wifischedule.po
@@ -20,7 +20,7 @@ msgstr ""
"Não foi possível localizar os programas necessários '/usr/bin/wifi_schedule."
"sh' ou '/sbin/wifi'."
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr "Não foi possível localizar o programa necessário '/usr/bin/iwinfo'"
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/ru/wifischedule.po b/applications/luci-app-wifischedule/po/ru/wifischedule.po
index 8eb3966297..b983552d14 100644
--- a/applications/luci-app-wifischedule/po/ru/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/ru/wifischedule.po
@@ -21,7 +21,7 @@ msgstr "Включить Wi-Fi"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr "Не удалось найти файл /usr/bin/wifi_schedule.sh или /sbin/wifi"
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr "Не удалось найти требуемую программу /usr/bin/iwinfo"
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/sv/wifischedule.po b/applications/luci-app-wifischedule/po/sv/wifischedule.po
index 50953aa285..9ec1ec94c8 100644
--- a/applications/luci-app-wifischedule/po/sv/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/sv/wifischedule.po
@@ -7,7 +7,7 @@ msgstr "Aktivera wifi"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr ""
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr ""
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/templates/wifischedule.pot b/applications/luci-app-wifischedule/po/templates/wifischedule.pot
index 639c432e5e..9386ee115f 100644
--- a/applications/luci-app-wifischedule/po/templates/wifischedule.pot
+++ b/applications/luci-app-wifischedule/po/templates/wifischedule.pot
@@ -7,7 +7,7 @@ msgstr ""
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr ""
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr ""
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/zh-cn/wifischedule.po b/applications/luci-app-wifischedule/po/zh-cn/wifischedule.po
index ab3a8d0bf3..f8a3c3efa4 100644
--- a/applications/luci-app-wifischedule/po/zh-cn/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/zh-cn/wifischedule.po
@@ -7,7 +7,7 @@ msgstr "激活 WiFi"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr "无法找到必需的 /usr/bin/wifi_schedule.sh 或 /sbin/wifi"
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr "无法找到必需程序:/usr/bin/iwinfo"
msgid "Cron Jobs"
diff --git a/applications/luci-app-wifischedule/po/zh-tw/wifischedule.po b/applications/luci-app-wifischedule/po/zh-tw/wifischedule.po
index ad605e1d06..51de1afb4e 100644
--- a/applications/luci-app-wifischedule/po/zh-tw/wifischedule.po
+++ b/applications/luci-app-wifischedule/po/zh-tw/wifischedule.po
@@ -7,7 +7,7 @@ msgstr "啟用 WiFi"
msgid "Could not find required /usr/bin/wifi_schedule.sh or /sbin/wifi"
msgstr "無法找到必需的 /usr/bin/wifi_schedule.sh 或 /sbin/wifi"
-msgid "Could not find required programm /usr/bin/iwinfo"
+msgid "Could not find required program /usr/bin/iwinfo"
msgstr "無法找到必需程式:/usr/bin/iwinfo"
msgid "Cron Jobs"