diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 19:35:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-20 19:35:54 +0000 |
commit | c7c262471364730d8eb0af5fc1a2765f842488b8 (patch) | |
tree | 0113e13f834b5a9c759aac47aaa9edcc6ba0d975 /applications/luci-ntpc | |
parent | 3fdccc976e75d32f0fb11cbc413498bfd2d6c041 (diff) |
* luci/i18n: updated translation files, xhtml fixes in openwrt.org theme
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 6d067ad7e..20d19af9d 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"
\ No newline at end of file +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 58bf7b3ea..412fa7333 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"
\ No newline at end of file +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]] |