diff options
author | Steven Barth <steven@midlink.org> | 2008-06-11 20:58:15 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-11 20:58:15 +0000 |
commit | 72019e300a1942f08981d38fefc9b21a7a40a21f (patch) | |
tree | ba5e5db65dc61fe3d4460d5da8031669347c455e /i18n/english/luasrc | |
parent | 92a919d8eec152aa1803e328aff68a3b3c283e77 (diff) |
* Added support for timezone setting
Diffstat (limited to 'i18n/english/luasrc')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 2 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/default.en.lua | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index d85376e51..0ad12d4be 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -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" diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua index fb88e97e9..92ee1625f 100644 --- a/i18n/english/luasrc/i18n/default.en.lua +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -82,6 +82,7 @@ syslog = "System Log" system = "System" target = "Target" +timezone = "Timezone" type = "Type" username = "Username" |