* Added support for timezone setting
authorSteven Barth <steven@midlink.org>
Wed, 11 Jun 2008 20:58:15 +0000 (20:58 +0000)
committerSteven Barth <steven@midlink.org>
Wed, 11 Jun 2008 20:58:15 +0000 (20:58 +0000)
i18n/english/luasrc/i18n/admin-core.en.lua
i18n/english/luasrc/i18n/default.en.lua
i18n/german/luasrc/i18n/admin-core.de.lua
i18n/german/luasrc/i18n/default.de.lua
modules/admin-core/luasrc/controller/admin/system.lua
modules/admin-core/luasrc/model/cbi/admin_system/hostname.lua [deleted file]
modules/admin-core/luasrc/model/cbi/admin_system/system.lua [new file with mode: 0644]

index d85376e510b6f34d5a1a2b4211fb45ab447c70ae..0ad12d4be97c4a427d9c9998ce4f4a0fc84cdec3 100644 (file)
@@ -76,8 +76,6 @@ a_s_changepw_nomatch = "Error: Passwords do not match"
 
 a_s_sshkeys1 = "Here you can paste public SSH-Keys (one per line) for SSH public-key authentication."
 
-a_s_hostname1 = "Defines the router's hostname. The hostname is a unique name in your local network used to identify the device" 
-
 a_s_fstab_mountpoints = "Mount Points"
 a_s_fstab_mountpoints1 = "Mount Points define at which point a memory device will be attached to the filesystem"
 
index fb88e97e9cd1b9aa160dca977743079181b03ea6..92ee1625f32033718fc6e9eca52f1597c09b7978 100644 (file)
@@ -82,6 +82,7 @@ syslog = "System Log"
 system = "System"
 
 target = "Target"
+timezone = "Timezone"
 type = "Type"
 
 username = "Username"
index 8108dc5aaffddf0a3d1b15bbc06b36450ccc5a86..918a4e1dd4dae3a60890d7a1a6dc5062e8116695 100644 (file)
@@ -69,8 +69,6 @@ a_s_fstab_swap1 = [[Falls der Arbeitsspeicher des Routers nicht ausreicht,
 kann dieser nicht benutzte Daten zeitweise auf einem SWAP-Laufwerk auslagern um so die
 effektive Größe des Arbeitsspeichers zu erhöhen. Die Auslagerung der Daten ist natürlich bedeutend langsamer
 als direkte Arbeitsspeicherzugriffe.]]
-a_s_hostname1 = [[Definiert den Hostnamen des Routers.
-Der Hostname ist eine im Netzwerk eindeutige Kennung, die dieses Gerät identifiziert.]]
 a_s_i_system1 = [[Hier finden sich Einstellungen, die das System selbst, dessen Kennung,
 installierte Software und Hardware, Authentifizierung oder eingehängte Speicher betreffen.]]
 a_s_i_system2 = [[Diese Einstellungen definieren die Grundlage des Systems, auf dem die
index 094dca40bc91eecaabcbca0e3e95e229a5004124..8fd96d5b2502ff7a4f5e9121a8abd0a85dbac6e8 100644 (file)
@@ -82,6 +82,7 @@ syslog = "Systemprotokoll"
 system = "System"
 
 target = "Ziel"
+timezone = "Zeitzone"
 type = "Typ"
 
 username = "Benutzername"
index ef4e303fb5277582795829885b5c54824deb88a1..862a741cded4d150cb8f977d717aaa83d040fe88 100644 (file)
@@ -22,7 +22,7 @@ function index()
        entry({"admin", "system", "packages", "ipkg"}, call("action_ipkg"), i18n("a_s_p_ipkg", "IPKG-Konfiguration"))
        entry({"admin", "system", "passwd"}, call("action_passwd"), i18n("a_s_changepw", "Passwort ändern"), 20)
        entry({"admin", "system", "sshkeys"}, call("action_sshkeys"), i18n("a_s_sshkeys", "SSH-Schlüssel"), 30)
-       entry({"admin", "system", "hostname"}, cbi("admin_system/hostname"), i18n("hostname", "Hostname"), 40)
+       entry({"admin", "system", "system"}, cbi("admin_system/system"), i18n("system", "System"), 40)
        entry({"admin", "system", "fstab"}, cbi("admin_system/fstab"), i18n("a_s_fstab", "Einhängepunkte"), 50)
        entry({"admin", "system", "upgrade"}, call("action_upgrade"), i18n("a_s_flash", "Firmwareupgrade"), 60)
        entry({"admin", "system", "reboot"}, call("action_reboot"), i18n("reboot", "Neu starten"), 70)
diff --git a/modules/admin-core/luasrc/model/cbi/admin_system/hostname.lua b/modules/admin-core/luasrc/model/cbi/admin_system/hostname.lua
deleted file mode 100644 (file)
index 1c74d90..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
---[[
-LuCI - Lua Configuration Interface
-
-Copyright 2008 Steven Barth <steven@midlink.org>
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-$Id$
-]]--
-m = Map("system", translate("hostname"), translate("a_s_hostname1"))
-
-s = m:section(TypedSection, "system", "")
-s.anonymous = true
-
-s:option(Value, "hostname", translate("hostname"))
-
-return m
\ No newline at end of file
diff --git a/modules/admin-core/luasrc/model/cbi/admin_system/system.lua b/modules/admin-core/luasrc/model/cbi/admin_system/system.lua
new file mode 100644 (file)
index 0000000..dd59d8c
--- /dev/null
@@ -0,0 +1,22 @@
+--[[
+LuCI - Lua Configuration Interface
+
+Copyright 2008 Steven Barth <steven@midlink.org>
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+$Id$
+]]--
+m = Map("system", translate("system"))
+
+s = m:section(TypedSection, "system", "")
+s.anonymous = true
+
+s:option(Value, "hostname", translate("hostname"))
+s:option(Value, "timezone", translate("timezone"))
+
+return m
\ No newline at end of file