diff options
Diffstat (limited to 'i18n/german')
-rw-r--r-- | i18n/german/luasrc/i18n/default.de.lua | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/i18n/german/luasrc/i18n/default.de.lua b/i18n/german/luasrc/i18n/default.de.lua index 16ab66c6a..d69ee51ba 100644 --- a/i18n/german/luasrc/i18n/default.de.lua +++ b/i18n/german/luasrc/i18n/default.de.lua @@ -8,6 +8,7 @@ basicsettings = "Grundeinstellungen" changes = "Ă„nderungen" channel = "Kanal" +cidr6 = "CIDR-Notation: Adresse/Prefix" code = "Code" config = "Konfiguration" configfile = "Konfigurationsdatei" @@ -29,7 +30,8 @@ error = "Fehler" filesystem = "Dateisystem" filter = "Filter" -gateway = "Gateway" +gateway = "IPv4-Gateway" +gateway6 = "IPv6-Gateway" general = "Allgemeines" hostname = "Hostname" @@ -38,7 +40,8 @@ install = "Installieren" installed = "installiert" interface = "Schnittstelle" interfaces = "Schnittstellen" -ipaddress = "IP-Adresse" +ipaddress = "IPv4-Adresse" +ip6address = "IPv6-Adresse" legend = "Legende" library = "Bibliothek" @@ -58,7 +61,7 @@ metric = "Metrik" mode = "Modus" name = "Name" -netmask = "Netzmaske" +netmask = "IPv4-Netzmaske" network = "Netzwerk" networks = "Netzwerke" notinstalled = "nicht installiert" |