diff options
author | Hsing-Wang Liao <kuoruan@gmail.com> | 2017-01-02 12:53:47 +0800 |
---|---|---|
committer | Hsing-Wang Liao <kuoruan@gmail.com> | 2017-01-02 12:53:58 +0800 |
commit | 2f42138ef4452a8a1a184f608c52351d01e2e078 (patch) | |
tree | fc9a09145118b95bd616bfb5a2d562353d32f338 /applications/luci-app-wifischedule/luasrc/controller | |
parent | df0d765deba0178f98940d4e8f1c2d76780bf1c3 (diff) |
luci-app-wifischedule: Add more translation
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Diffstat (limited to 'applications/luci-app-wifischedule/luasrc/controller')
-rw-r--r-- | applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua b/applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua index a33c7aab9..4743453a1 100644 --- a/applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua +++ b/applications/luci-app-wifischedule/luasrc/controller/wifischedule/wifi_schedule.lua @@ -15,10 +15,10 @@ module("luci.controller.wifischedule.wifi_schedule", package.seeall) function index() - entry({"admin", "wifi_schedule"}, firstchild(), "Wifi Schedule", 60).dependent=false - entry({"admin", "wifi_schedule", "tab_from_cbi"}, cbi("wifischedule/wifi_schedule"), "Schedule", 1) - entry({"admin", "wifi_schedule", "wifi_schedule"}, call("wifi_schedule_log"), "View Logfile", 2) - entry({"admin", "wifi_schedule", "cronjob"}, call("view_crontab"), "View Cron Jobs", 3) + entry({"admin", "wifi_schedule"}, firstchild(), _("Wifi Schedule"), 60).dependent=false + entry({"admin", "wifi_schedule", "tab_from_cbi"}, cbi("wifischedule/wifi_schedule"), _("Schedule"), 1) + entry({"admin", "wifi_schedule", "wifi_schedule"}, call("wifi_schedule_log"), _("View Logfile"), 2) + entry({"admin", "wifi_schedule", "cronjob"}, call("view_crontab"), _("View Cron Jobs"), 3) end function wifi_schedule_log() |