diff options
author | Steven Barth <steven@midlink.org> | 2008-07-09 07:46:18 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-09 07:46:18 +0000 |
commit | 12c01f8ae47d99d6486cd9512547b80ceb9e1ff1 (patch) | |
tree | dc29be351b7aeb4db787ff0e60dd399694eb5f1b /applications/luci-olsr/luasrc/i18n/olsr.de.lua | |
parent | 68349d5e2f3ecfa4769a0bdebef5151928bd0685 (diff) |
applications/luci-olsr: Update CBI model for upstream compatibility with 0.5.6-rc7
Diffstat (limited to 'applications/luci-olsr/luasrc/i18n/olsr.de.lua')
-rw-r--r-- | applications/luci-olsr/luasrc/i18n/olsr.de.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/applications/luci-olsr/luasrc/i18n/olsr.de.lua b/applications/luci-olsr/luasrc/i18n/olsr.de.lua index 1357f64cc..5ab77c64f 100644 --- a/applications/luci-olsr/luasrc/i18n/olsr.de.lua +++ b/applications/luci-olsr/luasrc/i18n/olsr.de.lua @@ -23,12 +23,22 @@ olsr_general_tcredundancy_1 = "MPR-Selektoren und MPR" olsr_general_tcredundancy_2 = "Alle Nachbarn" olsr_general_mprcoverage = "MPR-Erfassung" olsr_general_linkqualitylevel = "VQ-Level" +olsr_general_linkqualityaging = "VQ-Alterung" +olsr_general_linkqualityalgorithm = "VQ-Algorithmus" +olsr_etx_fpm = "Festkomma" +olsr_etx_float = "Gleitkomma" +olsr_etx_ff = "Freifunk" olsr_general_linkqualitylevel_1 = "MPR-Auswahl" olsr_general_linkqualitylevel_2 = "MPR-Auswahl und Routing" olsr_general_linkqualityfisheye = "VQ-Fisheye" olsr_general_linkqualitywinsize = "VQ-Fenstergröße" olsr_general_linkqualitydijkstralimit = "VQ-Dijkstralimit" olsr_general_usehysteresis = "Hysterese aktivieren" +olsr_general_fibmetric = "FIB-Metrik" +olsr_general_clearscreen = "Ansicht zurücksetzen" +olsr_general_willingness = "Bereitschaft" + +olsr_interface_ip4broadcast = "IPv4 Broadcast" olsr_interface_hellointerval = "Hello-Intervall" olsr_interface_hellovaliditytime = "Hello-Gültigkeit" olsr_interface_tcinterval = "TC-Intervall" |