From 7c765875884d6866c53b63757731b079bace2e9b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 31 Oct 2009 15:54:11 +0000 Subject: all: change most translate statements to new format, some need manual cleanup --- modules/admin-mini/luasrc/view/mini/applyreboot.htm | 6 +++--- modules/admin-mini/luasrc/view/mini/backup.htm | 14 +++++++------- modules/admin-mini/luasrc/view/mini/index.htm | 14 +++++++------- modules/admin-mini/luasrc/view/mini/reboot.htm | 12 ++++++------ modules/admin-mini/luasrc/view/mini/upgrade.htm | 3 +-- 5 files changed, 24 insertions(+), 25 deletions(-) (limited to 'modules/admin-mini/luasrc/view') diff --git a/modules/admin-mini/luasrc/view/mini/applyreboot.htm b/modules/admin-mini/luasrc/view/mini/applyreboot.htm index 1a1a24bb0..8ff7118c7 100644 --- a/modules/admin-mini/luasrc/view/mini/applyreboot.htm +++ b/modules/admin-mini/luasrc/view/mini/applyreboot.htm @@ -13,9 +13,9 @@ $Id$ -%> <%+header%> -

<%:system%>

+

<%:System%>


-

<% if msg then %><%=msg%><% else %><%:a_s_applyreboot1%><% end %>

-

<%:a_s_reboot_running%>

+

<% if msg then %><%=msg%><% else %><%:Changes applied.%><% end %>

+

<%:Please wait: Device rebooting...%>

<%+footer%> \ No newline at end of file diff --git a/modules/admin-mini/luasrc/view/mini/backup.htm b/modules/admin-mini/luasrc/view/mini/backup.htm index 2db044ddd..a28d2b806 100644 --- a/modules/admin-mini/luasrc/view/mini/backup.htm +++ b/modules/admin-mini/luasrc/view/mini/backup.htm @@ -13,15 +13,15 @@ $Id$ -%> <%+header%> -

<%:system%>

-

<%:a_s_backup%>

-

<%:a_s_backup1%>

+

<%:System%>

+

<%:Backup / Restore%>

+

<%:Here you can backup and restore your router configuration and - if possible - reset the router to the default settings.%>


@@ -29,12 +29,12 @@ $Id$
-
<%:a_s_backup_archive%>:
+
<%:Backup Archive%>:
- +
<%+footer%> \ No newline at end of file diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm index 622ab38e1..87ecc0957 100644 --- a/modules/admin-mini/luasrc/view/mini/index.htm +++ b/modules/admin-mini/luasrc/view/mini/index.htm @@ -12,10 +12,10 @@ You may obtain a copy of the License at $Id$ -%> -

<%:a_i_i_hello%>

-

<%:a_i_i_admin1%>

-

<%:a_i_i_admin2%>
-<%:a_i_i_admin3%>

-

<%:a_i_i_admin5%>

-

<%:a_i_i_admin6%>

-

<%:a_i_i_team%>

+

<%:Hello!%>

+

<%:This is the administration area of LuCI.%>

+

<%:LuCI is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%>
+<%:On the following pages you can adjust all important settings of your router.%>

+

<%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%>

+

<%:And now have fun with your router!%>

+

<%:The LuCI Team%>

diff --git a/modules/admin-mini/luasrc/view/mini/reboot.htm b/modules/admin-mini/luasrc/view/mini/reboot.htm index 724e0179a..9e57d89f9 100644 --- a/modules/admin-mini/luasrc/view/mini/reboot.htm +++ b/modules/admin-mini/luasrc/view/mini/reboot.htm @@ -13,21 +13,21 @@ $Id$ -%> <%+header%> -

<%:system%>

-

<%:reboot%>

-

<%:a_s_reboot1%>

+

<%:System%>

+

<%:Reboot%>

+

<%:Reboots the operating system of your device%>

<%- local c = require("luci.model.uci").cursor():changes() if c and next(c) then -%> -

<%:a_s_reboot_u%>

+

<%:Warning: There are unsaved changes that will be lost while rebooting!%>

<%- end if not reboot then -%> -

<%:a_s_reboot_do%>

+

<%:Perform reboot%>

<%- else -%> -

<%:a_s_reboot_running%>

+

<%:Please wait: Device rebooting...%>

<%- end -%> <%+footer%> \ No newline at end of file diff --git a/modules/admin-mini/luasrc/view/mini/upgrade.htm b/modules/admin-mini/luasrc/view/mini/upgrade.htm index 425113e62..510a51b15 100644 --- a/modules/admin-mini/luasrc/view/mini/upgrade.htm +++ b/modules/admin-mini/luasrc/view/mini/upgrade.htm @@ -15,7 +15,7 @@ $Id$ <%+header%> -

<%:system%>

+

<%:System%>

<%:admin_upgrade Flash Firmware%>

<% if step == 1 then %> @@ -73,7 +73,6 @@ $Id$ if flashsize > 0 then write(luci.i18n.translatef( - "admin_upgrade_spaceavail", " (%s available)", w.byte_format(flashsize) )) -- cgit v1.2.3