diff options
author | Steven Barth <steven@midlink.org> | 2008-09-02 09:08:11 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-09-02 09:08:11 +0000 |
commit | 954e61d2a3be5cf919908f8989e5d9c7f3b7884a (patch) | |
tree | 73bfa97cb2d910bfefe2186eb1e6bad3cd9dd6d5 /applications/luci-ntpc | |
parent | 5430a64f05180268249fd3e62611bea0b431c378 (diff) |
Bump i18n-files
Diffstat (limited to 'applications/luci-ntpc')
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.de.lua | 18 | ||||
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.en.lua | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua index 20d19af9d..42ca43407 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua @@ -1,9 +1,9 @@ -ntpc = [[Zeitsynchronisation]] -ntpc_desc = [[Synchronisiert die Systemzeit]] -ntpc_timeserver = [[Zeitserver]] -ntpc_interval = [[Aktualisierungsintervall (in s)]] -ntpc_count = [[Anzahl der Zeitmessungen]] -ntpc_count_desc = [[leer = unendlich]] -ntpc_drift = [[Zeitgeberjustierung]] -ntpc_drift_freq = [[Frequenzabweichung]] -ntpc_current = [[Aktuelle Systemzeit]] +ntpc = 'Zeitsynchronisation' +ntpc_desc = 'Synchronisiert die Systemzeit' +ntpc_timeserver = 'Zeitserver' +ntpc_interval = 'Aktualisierungsintervall (in s)' +ntpc_count = 'Anzahl der Zeitmessungen' +ntpc_count_desc = 'leer = unendlich' +ntpc_drift = 'Zeitgeberjustierung' +ntpc_drift_freq = 'Frequenzabweichung' +ntpc_current = 'Aktuelle Systemzeit' diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua index 412fa7333..35e39044d 100644 --- a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua @@ -1,9 +1,9 @@ -ntpc = [[Time Synchronisation]] -ntpc_desc = [[Synchronizes the system time]] -ntpc_timeserver = [[Time Server]] -ntpc_interval = [[Update Interval (in s)]] -ntpc_count = [[Count of Time Measurements]] -ntpc_count_desc = [[empty = infinite]] -ntpc_drift = [[Clock Adjustment]] -ntpc_drift_freq = [[Offset Frequency]] -ntpc_current = [[Current system time]] +ntpc = 'Time Synchronisation' +ntpc_desc = 'Synchronizes the system time' +ntpc_timeserver = 'Time Server' +ntpc_interval = 'Update Interval (in s)' +ntpc_count = 'Count of Time Measurements' +ntpc_count_desc = 'empty = infinite' +ntpc_drift = 'Clock Adjustment' +ntpc_drift_freq = 'Offset Frequency' +ntpc_current = 'Current system time' |