diff options
author | Steven Barth <steven@midlink.org> | 2008-08-16 21:50:09 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-16 21:50:09 +0000 |
commit | 32f2f12438f29ab2b0423d434f08e7bd2d1c755f (patch) | |
tree | 48b7357386e709657c315af5c5577077ec643423 /applications/luci-ntpc/luasrc/i18n/ntpc.de.lua | |
parent | 8b2e83f2d5650acfe2b15a44cb125e28867beb98 (diff) |
applications/luci-ntpc: Display current system time
Diffstat (limited to 'applications/luci-ntpc/luasrc/i18n/ntpc.de.lua')
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.de.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua index 89a8ba1ff..6d067ad7e 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua @@ -5,4 +5,5 @@ ntpc_interval = "Aktualisierungsintervall (in s)" ntpc_count = "Anzahl der Zeitmessungen" ntpc_count_desc = "leer = unendlich" ntpc_drift = "Zeitgeberjustierung" -ntpc_drift_freq = "Frequenzabweichung"
\ No newline at end of file +ntpc_drift_freq = "Frequenzabweichung" +ntpc_current = "Aktuelle Systemzeit"
\ No newline at end of file |