diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 21:36:41 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-04-27 21:36:41 +0000 |
commit | 76a6ffc9cfd69181d3fe664c9c421462a6c4883d (patch) | |
tree | 4330c6509179cfe7b1b0ac6402bb286a747a231a /applications/luci-ntpc | |
parent | 61d6197be8a5fab5c2aec3ec15ae57436a7235c6 (diff) |
luci: add greek translation, thanks Vasilis Tsiligiannis!
Diffstat (limited to 'applications/luci-ntpc')
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.el.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applications/luci-ntpc/luasrc/i18n/ntpc.el.lua b/applications/luci-ntpc/luasrc/i18n/ntpc.el.lua new file mode 100644 index 000000000..894cda9c2 --- /dev/null +++ b/applications/luci-ntpc/luasrc/i18n/ntpc.el.lua @@ -0,0 +1,9 @@ +ntpc = 'Συγχρονισμός Ώρας' +ntpc_desc = 'Συγχρονίζει την ώρα του συστήματος' +ntpc_timeserver = 'Εξυπηρετητής Ώρας' +ntpc_interval = 'Περίοδος Ενημέρωσης (σε s)' +ntpc_count = 'Αριθμός Μετρήσεων Ώρας' +ntpc_count_desc = 'άδειο = άπειρος' +ntpc_drift = 'Ρύθμιση Ρολογιού' +ntpc_drift_freq = 'Συχνότητα Μετάθεσης' +ntpc_current = 'Τρέχουσα ώρα συστήματος' |