From 77475804e0ae65eb6924b64094c77c31911c7bb3 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Fri, 28 Jan 2011 23:31:10 +0000 Subject: modules/freifunk: i18n --- modules/freifunk/luasrc/view/freifunk/adminindex.htm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'modules/freifunk/luasrc/view') diff --git a/modules/freifunk/luasrc/view/freifunk/adminindex.htm b/modules/freifunk/luasrc/view/freifunk/adminindex.htm index 57f6bddbaa..8846b5c876 100644 --- a/modules/freifunk/luasrc/view/freifunk/adminindex.htm +++ b/modules/freifunk/luasrc/view/freifunk/adminindex.htm @@ -17,16 +17,14 @@ 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 missing. Please go to this page and fill all required fields: %> - <%:Basic settings%> + <%:Basic settings are incomplete. Please go to <%:Basic settings%> and fill out all required fields.%>

<%end%>

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

- <%:Contact information missing. Please go to this page and fill all required fields: %> - <%:Contact%>

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

<%end%> @@ -34,7 +32,7 @@ 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 change that.

') + print('

Diversity is enabled for device ' .. device .. '. Go to wireless settings to disable it.

') end end) %> -- cgit v1.2.3