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 | |
parent | 61d6197be8a5fab5c2aec3ec15ae57436a7235c6 (diff) |
luci: add greek translation, thanks Vasilis Tsiligiannis!
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-initmgr/luasrc/i18n/initmgr.el.lua | 5 | ||||
-rw-r--r-- | applications/luci-livestats/luasrc/i18n/livestats.el.lua | 8 | ||||
-rw-r--r-- | applications/luci-ntpc/luasrc/i18n/ntpc.el.lua | 9 |
3 files changed, 22 insertions, 0 deletions
diff --git a/applications/luci-initmgr/luasrc/i18n/initmgr.el.lua b/applications/luci-initmgr/luasrc/i18n/initmgr.el.lua new file mode 100644 index 000000000..c1c7e8cd3 --- /dev/null +++ b/applications/luci-initmgr/luasrc/i18n/initmgr.el.lua @@ -0,0 +1,5 @@ +initmgr = 'Σενάρια Εκκίνησης' +initmgr_desc = 'Μπορείτε να ενεργοποιήσετε ή να απενεργοποιήσετε σενάρια εκκίνησης εδώ. Οι αλλαγές θα εφαρμοστούν αφού επανεκκινήσετε τη συσκευή.<br /><strong>Προειδοποίηση: Αν απενεργοποιήσετε απαραίτητα σενάρια εκκίνησης όπως το "network", η συσκευή σας μπορεί να γίνει μη-προσβάσιμη!</strong>' +initmgr_index = 'Προτεραιότητα εκκίνησης' +initmgr_name = 'Σενάριο εκκίνησης' +initmgr_enabled = 'Ενεργοποίηση/Απενεργοποίηση' diff --git a/applications/luci-livestats/luasrc/i18n/livestats.el.lua b/applications/luci-livestats/luasrc/i18n/livestats.el.lua new file mode 100644 index 000000000..caca926a5 --- /dev/null +++ b/applications/luci-livestats/luasrc/i18n/livestats.el.lua @@ -0,0 +1,8 @@ +livestats_incoming = "εισερχόμενα" +livestats_outgoing = "εξερχόμενα" +livestats_traffic = "κίνηση σε" +livestats_wifi = "σηματοθορυβικός λόγος για" +livestats_loadavg = "μέσος όρος φόρτου" +livestats_stat_wireless = "Στατιστικά Ασύρματου σε Πραγμ. Χρόνο" +livestats_stat_traffic = "Κίνηση Δικτύου σε Πραγμ. Χρόνο" +livestats_stat_loadavg = "Φόρτος Συστήματος σε Πραγμ. Χρόνο"
\ No newline at end of file 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 = 'Τρέχουσα ώρα συστήματος' |