Browse Source

ffho-luci-ap-timer: fix naming

Karsten Böddeker 7 years ago
parent
commit
54d89b88f7

+ 0 - 3
ffho/ffho-luci-ap-timer/i18n/de.po

@@ -4,8 +4,5 @@ msgstr "Content-Type: text/plain; charset=UTF-8"
 msgid "You can setup the AP Timer here"
 msgstr "Hier kannst du den AP-Timer konfigurieren"
 
-msgid "per day"
-msgstr "nach Tag"
-
 msgid "Daily"
 msgstr "Täglich"

+ 0 - 3
ffho/ffho-luci-ap-timer/i18n/ffho-luci-ap-timer.pot

@@ -4,8 +4,5 @@ msgstr "Content-Type: text/plain; charset=UTF-8"
 msgid "You can setup the AP Timer here"
 msgstr ""
 
-msgid "per day"
-msgstr ""
-
 msgid "Daily"
 msgstr ""

+ 2 - 2
ffho/ffho-luci-ap-timer/luasrc/usr/lib/lua/luci/model/cbi/admin/ap-timer.lua

@@ -12,9 +12,9 @@ o.rmempty = false
 
 o = s:option(ListValue, 'type', translate('Type'))
 o.default = 'day'
-o:value('day', translate('per Day'))
+o:value('day', translate('Daily'))
 
-s = m:section(NamedSection, 'all', 'day', 'Daily')
+s = m:section(NamedSection, 'all', 'day', translate('Daily'))
 s.addremove = false
 s.anonymous = true