diff options
author | Steven Barth <steven@midlink.org> | 2008-08-14 23:10:41 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-14 23:10:41 +0000 |
commit | 5aa6c0bb68201ea5133c52eb509e94912e443bff (patch) | |
tree | 215eb746f56ecdcc3be6c634d46e98339922052b /i18n/english | |
parent | 4bd74d0a981dfc537f0f88ed281c661fa61a1fb7 (diff) |
modules/admin-full: Added list of mounted file systems to fstab configuration page
Diffstat (limited to 'i18n/english')
-rw-r--r-- | i18n/english/luasrc/i18n/admin-core.en.lua | 4 | ||||
-rw-r--r-- | i18n/english/luasrc/i18n/default.en.lua | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/i18n/english/luasrc/i18n/admin-core.en.lua b/i18n/english/luasrc/i18n/admin-core.en.lua index 2ed262110..26e203914 100644 --- a/i18n/english/luasrc/i18n/admin-core.en.lua +++ b/i18n/english/luasrc/i18n/admin-core.en.lua @@ -80,6 +80,10 @@ a_s_sshkeys1 = "Here you can paste public SSH-Keys (one per line) for SSH public 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" +a_s_fstab_active = "Mounted file systems" +a_s_fstab_used = "Used" +a_s_fstab_avail = "Available" + a_s_fstab_mountpoint = "Mount Point" a_s_fstab_device1 = "The device file of the memory or partition (e.g. /dev/sda1)" a_s_fstab_fs1 = "The filesystem that was used to format the memory (e.g. ext3)" diff --git a/i18n/english/luasrc/i18n/default.en.lua b/i18n/english/luasrc/i18n/default.en.lua index 81c5c25ea..64a9b5502 100644 --- a/i18n/english/luasrc/i18n/default.en.lua +++ b/i18n/english/luasrc/i18n/default.en.lua @@ -90,6 +90,7 @@ saveapply = "Save & Apply" service = "Service" services = "Services" settings = "Settings" +size = "Size" start = "Start" static = "static" status = "Status" |