diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-02 13:52:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-02 13:52:28 +0000 |
commit | 3f372dd416348af57905e8f3ef72aefe0012a250 (patch) | |
tree | 2a597d2e8b1f10d55ec9de3a0d0efb5e29fbbcab /applications/luci-hd_idle/luasrc/i18n | |
parent | b5de7f81384b38737fbdecfe6179fe5905fa73d8 (diff) |
* luci/applications: add hd-idle application, thanks Yanira
Diffstat (limited to 'applications/luci-hd_idle/luasrc/i18n')
4 files changed, 40 insertions, 0 deletions
diff --git a/applications/luci-hd_idle/luasrc/i18n/hd_idle.de.lua b/applications/luci-hd_idle/luasrc/i18n/hd_idle.de.lua new file mode 100644 index 0000000000..ca276ab4f0 --- /dev/null +++ b/applications/luci-hd_idle/luasrc/i18n/hd_idle.de.lua @@ -0,0 +1,7 @@ +disk = 'Festplatte' +enable_debug = 'Debug-Ausgaben aktivieren' +hd_idle = 'hd-idle' +hd_idle_desc = 'hd-idle ist ein Hilfsprogramm um externe Festplatten nach einer festgelegten Leerlaufzeit herunter zu fahren.' +idle_time_interval = 'Leerlaufzeit' +idle_time_unit = 'Leerlaufzeiteinheit' +settings = 'Einstellungen' diff --git a/applications/luci-hd_idle/luasrc/i18n/hd_idle.de.xml b/applications/luci-hd_idle/luasrc/i18n/hd_idle.de.xml new file mode 100644 index 0000000000..398df00742 --- /dev/null +++ b/applications/luci-hd_idle/luasrc/i18n/hd_idle.de.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> + +<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml"> + +<i18n:msg xml:id="disk">Festplatte</i18n:msg> +<i18n:msg xml:id="enable_debug">Debug-Ausgaben aktivieren</i18n:msg> +<i18n:msg xml:id="hd_idle">hd-idle</i18n:msg> +<i18n:msg xml:id="hd_idle_desc">hd-idle ist ein Hilfsprogramm um externe Festplatten nach einer festgelegten Leerlaufzeit herunter zu fahren.</i18n:msg> +<i18n:msg xml:id="idle_time_interval">Leerlaufzeit</i18n:msg> +<i18n:msg xml:id="idle_time_unit">Leerlaufzeiteinheit</i18n:msg> +<i18n:msg xml:id="settings">Einstellungen</i18n:msg> + +</i18n:msgs> diff --git a/applications/luci-hd_idle/luasrc/i18n/hd_idle.en.lua b/applications/luci-hd_idle/luasrc/i18n/hd_idle.en.lua new file mode 100644 index 0000000000..2ec778002d --- /dev/null +++ b/applications/luci-hd_idle/luasrc/i18n/hd_idle.en.lua @@ -0,0 +1,7 @@ +disk = 'Disk' +enable_debug = 'Enable debug' +hd_idle = 'hd-idle' +hd_idle_desc = 'hd-idle is a utility program for spinning-down external disks after a period of idle time.' +idle_time_interval = 'Idle-Time' +idle_time_unit = 'Idle-Time unit' +settings = 'Settings' diff --git a/applications/luci-hd_idle/luasrc/i18n/hd_idle.en.xml b/applications/luci-hd_idle/luasrc/i18n/hd_idle.en.xml new file mode 100644 index 0000000000..7802a78260 --- /dev/null +++ b/applications/luci-hd_idle/luasrc/i18n/hd_idle.en.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> + +<i18n:msgs xmlns:i18n="http://luci.freifunk-halle.net/2008/i18n#" xmlns="http://www.w3.org/1999/xhtml"> + +<i18n:msg xml:id="disk">Disk</i18n:msg> +<i18n:msg xml:id="enable_debug">Enable debug</i18n:msg> +<i18n:msg xml:id="hd_idle">hd-idle</i18n:msg> +<i18n:msg xml:id="hd_idle_desc">hd-idle is a utility program for spinning-down external disks after a period of idle time.</i18n:msg> +<i18n:msg xml:id="idle_time_interval">Idle-Time</i18n:msg> +<i18n:msg xml:id="idle_time_unit">Idle-Time unit</i18n:msg> +<i18n:msg xml:id="settings">Settings</i18n:msg> + +</i18n:msgs> |