diff options
Diffstat (limited to 'applications/luci-ntpc/luasrc/i18n')
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.de.lua | 5 | ||||
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.en.lua | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua new file mode 100644 index 0000000000..4710414adb --- /dev/null +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.de.lua @@ -0,0 +1,5 @@ +ntpc = "Zeitsynchronisation" +ntpc_desc = "Synchronisiert die Systemzeit über Internetzeitserver" +ntpc_timeserver = "Zeitserver" +ntpc_count = "Anzahl der Zeitmessungen" +ntpc_count_desc = "0 = unendlich"
\ No newline at end of file diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua new file mode 100644 index 0000000000..1baf3405d4 --- /dev/null +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.en.lua @@ -0,0 +1,5 @@ +ntpc = "Time Synchronisation" +ntpc_desc = "Synchronizes the system time using internet time servers" +ntpc_timeserver = "Time Server" +ntpc_count = "Count of Time Measurements" +ntpc_count_desc = "0 = infinite"
\ No newline at end of file |