From: Manuel Munz Date: Sat, 29 Jan 2011 01:22:27 +0000 (+0000) Subject: luci-0.10: Merge 6805 X-Git-Tag: 0.10.0~208 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dfef0f4fa48f659681945db654cd85bc9bdf6dbc;p=oweals%2Fluci.git luci-0.10: Merge 6805 --- diff --git a/modules/freifunk/luasrc/view/freifunk/adminindex.htm b/modules/freifunk/luasrc/view/freifunk/adminindex.htm index 8846b5c87..0188f2e6d 100644 --- a/modules/freifunk/luasrc/view/freifunk/adminindex.htm +++ b/modules/freifunk/luasrc/view/freifunk/adminindex.htm @@ -17,14 +17,15 @@ local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "fr <% if not (hostname and latitude and longitude and location) then%>
- <%:Basic settings are incomplete. Please go to <%:Basic settings%> and fill out all required fields.%>

+ <%:Basic settings are incomplete. Please go to%> <%:and fill out all required fields.%>

<%end%>

<% if not (contact.nickname and contact.name and contact.mail) then%>

- <%:Contact information is incomplete. Please go to <%:Contact%> and fill out all required fields.%>

+ <%:Contact information is incomplete. Please go to%> <%:Contact%> <%:and fill out all required fields.%> +

<%end%> @@ -32,9 +33,10 @@ local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "fr local device = section[".name"] local url = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "network", "wireless") if section.diversity ~= "0" and section.disabled ~= "1" then - print('
Diversity is enabled for device ' .. device .. '. Go to wireless settings to disable it.

') + print('

' .. translate("Diversity is enabled for device") .. ' ' .. device .. '. ' + .. translate("Go to") .. ' ' .. translate("wireless settings") .. ' ' .. + translate(" to disable it.") .. '

') end end) %> - <%+footer%>