Commit 22e35936 authored by Ad Schellevis's avatar Ad Schellevis

Merge branch 'stable/15.7' of github.com:opnsense/core into stable/15.7

parents b0e55cc3 c63becf8
...@@ -14,22 +14,27 @@ umount: force ...@@ -14,22 +14,27 @@ umount: force
/sbin/umount -f "<above>:${.CURDIR}/src" /sbin/umount -f "<above>:${.CURDIR}/src"
install: force install: force
# move all sources to their destination
@mkdir -p ${DESTDIR}/usr/local
@cp -r ${.CURDIR}/src/* ${DESTDIR}/usr/local
# invoke pkg(8) bootstraping
@make -C ${.CURDIR}/pkg install @make -C ${.CURDIR}/pkg install
# invoke translation glue
@make -C ${.CURDIR}/lang install @make -C ${.CURDIR}/lang install
# invoke third-party tools
@make -C ${.CURDIR}/contrib install @make -C ${.CURDIR}/contrib install
# finally pretty-print a list of files present @mkdir -p ${DESTDIR}/usr/local
@(cd ${.CURDIR}/src; find * -type f) | \ @cp -vr ${.CURDIR}/src/* ${DESTDIR}/usr/local
xargs -n1 printf "/usr/local/%s\n"
plist: force
@make -C ${.CURDIR}/pkg plist
@make -C ${.CURDIR}/lang plist
@make -C ${.CURDIR}/contrib plist
@(cd ${.CURDIR}/src; find * -type f) | while read FILE; do \
if [ $${FILE%%.sample} != $${FILE} ]; then \
echo "@sample /usr/local/$${FILE}"; \
else \
echo "/usr/local/$${FILE}"; \
fi; \
done
lint: force lint: force
find ${.CURDIR}/src ${.CURDIR}/lang/dynamic/helpers \ find ${.CURDIR}/src ${.CURDIR}/lang/dynamic/helpers \
! -name "*.xml" ! -name "*.eot" \ ! -name "*.xml" ! -name "*.xml.sample" ! -name "*.eot" \
! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \ ! -name "*.svg" ! -name "*.woff" ! -name "*.woff2" \
! -name "*.otf" ! -name "*.png" ! -name "*.js" \ ! -name "*.otf" ! -name "*.png" ! -name "*.js" \
! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \ ! -name "*.scss" ! -name "*.py" ! -name "*.ttf" \
......
all: all:
install: install:
# bootstrap needed root directories
@mkdir -p ${DESTDIR}/usr/local/share @mkdir -p ${DESTDIR}/usr/local/share
# openvpn client exporter files @cp -vr ${.CURDIR}/openvpn ${DESTDIR}/usr/local/share/
@cp -r ${.CURDIR}/openvpn ${DESTDIR}/usr/local/share/ @cp -vr ${.CURDIR}/mobile-broadband-provider-info \
${DESTDIR}/usr/local/share/
plist:
@(cd ${.CURDIR}/openvpn; find * -type f) | \ @(cd ${.CURDIR}/openvpn; find * -type f) | \
xargs -n1 printf "/usr/local/share/openvpn/%s\n" xargs -n1 printf "/usr/local/share/openvpn/%s\n"
# mobile broadband provider database
@cp -r ${.CURDIR}/mobile-broadband-provider-info \
${DESTDIR}/usr/local/share/
@(cd ${.CURDIR}/mobile-broadband-provider-info; find * -type f) | \ @(cd ${.CURDIR}/mobile-broadband-provider-info; find * -type f) | \
xargs -n1 printf \ xargs -n1 printf \
"/usr/local/share/mobile-broadband-provider-info/%s\n" "/usr/local/share/mobile-broadband-provider-info/%s\n"
.PHONY: install .PHONY: install plist
...@@ -7,13 +7,20 @@ LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES ...@@ -7,13 +7,20 @@ LOCALEDIR= /usr/local/share/locale/%%LANG%%/LC_MESSAGES
LANGUAGES= de_DE es_CO ja_JP zh_CN LANGUAGES= de_DE es_CO ja_JP zh_CN
TEMPLATE= en_US TEMPLATE= en_US
INSTALL=
PLIST=
.for LANG in ${LANGUAGES} .for LANG in ${LANGUAGES}
${LANG}DIR= ${LOCALEDIR:S/%%LANG%%/${LANG}/g} ${LANG}DIR= ${LOCALEDIR:S/%%LANG%%/${LANG}/g}
${LANG}: install-${LANG}:
@mkdir -p ${DESTDIR}${${LANG}DIR} @mkdir -p ${DESTDIR}${${LANG}DIR}
@${MSGFMT} -o ${DESTDIR}${${LANG}DIR}/OPNsense.mo ${LANG}.po ${MSGFMT} -o ${DESTDIR}${${LANG}DIR}/OPNsense.mo ${LANG}.po
plist-${LANG}:
@echo ${${LANG}DIR}/OPNsense.mo @echo ${${LANG}DIR}/OPNsense.mo
INSTALL+= install-${LANG}
PLIST+= plist-${LANG}
.endfor .endfor
${TEMPLATE}: ${TEMPLATE}:
...@@ -21,10 +28,11 @@ ${TEMPLATE}: ...@@ -21,10 +28,11 @@ ${TEMPLATE}:
cd ${.CURDIR}/.. && find src lang/dynamic/helpers | \ cd ${.CURDIR}/.. && find src lang/dynamic/helpers | \
xargs ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot xargs ${XGETTEXT} -j -o ${.CURDIR}/${TEMPLATE}.pot
install: ${LANGUAGES}
template: ${TEMPLATE} template: ${TEMPLATE}
install: ${INSTALL}
plist: ${PLIST}
dynamic: dynamic:
@${.CURDIR}/dynamic/collect.py ${.CURDIR}/.. @${.CURDIR}/dynamic/collect.py ${.CURDIR}/..
.PHONY: ${LANGUAGES} ${TEMPLATE} dynamic .PHONY: ${INSTALL} ${PLIST} ${TEMPLATE} dynamic
...@@ -7,7 +7,7 @@ msgstr "" ...@@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: 15.x releases\n" "Project-Id-Version: 15.x releases\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-06-18 17:41+0200\n" "POT-Creation-Date: 2015-06-18 17:41+0200\n"
"PO-Revision-Date: 2015-07-03 10:07+0100\n" "PO-Revision-Date: 2015-07-15 10:01+0100\n"
"Last-Translator: Fabian\n" "Last-Translator: Fabian\n"
"Language-Team: GERMAN <http://opnsense.org/>\n" "Language-Team: GERMAN <http://opnsense.org/>\n"
"Language: de\n" "Language: de\n"
...@@ -146,7 +146,7 @@ msgstr "Ihr Browser muss Cookies unterstützen um einen Login zu ermöglichen." ...@@ -146,7 +146,7 @@ msgstr "Ihr Browser muss Cookies unterstützen um einen Login zu ermöglichen."
#, php-format #, php-format
msgid "Error: cannot open '%s' in captiveportal_write_elements()%s" msgid "Error: cannot open '%s' in captiveportal_write_elements()%s"
msgstr "" msgstr "Fehler: konnte '%s' in captiveportal_write_elements() nicht öffnen%s"
msgid "No interfaces found!" msgid "No interfaces found!"
msgstr "Keine Interfaces gefunden!" msgstr "Keine Interfaces gefunden!"
...@@ -284,10 +284,8 @@ msgstr "" ...@@ -284,10 +284,8 @@ msgstr ""
msgid "%s made unknown change" msgid "%s made unknown change"
msgstr "%s machte unbekannte Änderungen" msgstr "%s machte unbekannte Änderungen"
#
# File: src/etc/inc/crypt.inc, line: 47
msgid "Failed to encrypt/decrypt data!" msgid "Failed to encrypt/decrypt data!"
msgstr "" msgstr "Konnte Daten nicht ver- bzw. entschlüsseln!"
#, php-format #, php-format
msgid "DynDNS updated IP Address on %s (%s) to %s" msgid "DynDNS updated IP Address on %s (%s) to %s"
...@@ -352,7 +350,7 @@ msgid "Successfully added pass rule!" ...@@ -352,7 +350,7 @@ msgid "Successfully added pass rule!"
msgstr "" msgstr ""
msgid "Failed to add pass rule." msgid "Failed to add pass rule."
msgstr "" msgstr "Das hinzufügen einer Erlaubnisregel ist fehlgeschlagen."
msgid "Missing parameters for pass rule." msgid "Missing parameters for pass rule."
msgstr "" msgstr ""
...@@ -444,7 +442,7 @@ msgid "PPPoE server" ...@@ -444,7 +442,7 @@ msgid "PPPoE server"
msgstr "PPPoE Server" msgstr "PPPoE Server"
msgid "L2TP server" msgid "L2TP server"
msgstr "" msgstr "L2TP Server"
msgid "OpenVPN server" msgid "OpenVPN server"
msgstr "OpenVPN Server" msgstr "OpenVPN Server"
...@@ -632,7 +630,7 @@ msgstr "" ...@@ -632,7 +630,7 @@ msgstr ""
#, php-format #, php-format
msgid "Can't find PPP config for %s in interface_ppps_configure()." msgid "Can't find PPP config for %s in interface_ppps_configure()."
msgstr "" msgstr "Konnte PPP Konfiguration für %s in interface_ppps_configure() nicht finden."
#, php-format #, php-format
msgid "Could not get a PPTP/L2TP Remote IP address from %1$s for %2$s in interfaces_ppps_configure." msgid "Could not get a PPTP/L2TP Remote IP address from %1$s for %2$s in interfaces_ppps_configure."
...@@ -723,7 +721,7 @@ msgid "KeyID tag" ...@@ -723,7 +721,7 @@ msgid "KeyID tag"
msgstr "" msgstr ""
msgid "Dynamic DNS" msgid "Dynamic DNS"
msgstr "Dynamischer DNS" msgstr "Dynamisches DNS"
msgid "Peer IP address" msgid "Peer IP address"
msgstr "" msgstr ""
...@@ -782,7 +780,7 @@ msgstr "es war nicht möglich, Daten an den SMTP Server zu senden" ...@@ -782,7 +780,7 @@ msgstr "es war nicht möglich, Daten an den SMTP Server zu senden"
# #
# File: src/etc/inc/notices.smtp.inc, line: 212 # File: src/etc/inc/notices.smtp.inc, line: 212
msgid "establishing SSL connections requires at least PHP version 4.3.0" msgid "establishing SSL connections requires at least PHP version 4.3.0"
msgstr "" msgstr "der Aufbau von SSL-Verbindungen erfordert PHP in der Version 4.3.0 oder neuer"
# #
# File: src/etc/inc/notices.smtp.inc, line: 215 # File: src/etc/inc/notices.smtp.inc, line: 215
...@@ -879,7 +877,7 @@ msgstr "" ...@@ -879,7 +877,7 @@ msgstr ""
# #
# File: src/etc/inc/notices.smtp.inc, line: 356 # File: src/etc/inc/notices.smtp.inc, line: 356
msgid "connection is already established" msgid "connection is already established"
msgstr "" msgstr "Verbindung besteht bereits"
# #
# File: src/etc/inc/notices.smtp.inc, line: 394 # File: src/etc/inc/notices.smtp.inc, line: 394
...@@ -927,7 +925,7 @@ msgstr "" ...@@ -927,7 +925,7 @@ msgstr ""
# File: src/etc/inc/notices.smtp.inc, line: 454 # File: src/etc/inc/notices.smtp.inc, line: 454
#, php-format #, php-format
msgid "Connected to SMTP server \"%s\"." msgid "Connected to SMTP server \"%s\"."
msgstr "" msgstr "Verbunden mit SMTP Server \"%s\"."
# #
# File: src/etc/inc/notices.smtp.inc, line: 468 # File: src/etc/inc/notices.smtp.inc, line: 468
...@@ -1007,10 +1005,10 @@ msgid "Disabled - No Compression" ...@@ -1007,10 +1005,10 @@ msgid "Disabled - No Compression"
msgstr "Deaktiviert - keine Kompression" msgstr "Deaktiviert - keine Kompression"
msgid "Enabled with Adaptive Compression" msgid "Enabled with Adaptive Compression"
msgstr "" msgstr "Aktiviert mit adaptiver Kompression"
msgid "Enabled without Adaptive Compression" msgid "Enabled without Adaptive Compression"
msgstr "" msgstr "Aktiviert ohne adaptiver Kompression"
msgid "None (No Encryption)" msgid "None (No Encryption)"
msgstr "Keine (Keine Verschlüsselung)" msgstr "Keine (Keine Verschlüsselung)"
...@@ -1273,7 +1271,7 @@ msgstr "" ...@@ -1273,7 +1271,7 @@ msgstr ""
#, php-format #, php-format
msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s" msgid "Error: cannot open dhcpd.conf in services_dhcpdv4_configure().%s"
msgstr "" msgstr "Fehler: konnte dhcpd.conf in services_dhcpdv4_configure() nicht öffnen.%s"
msgid "Could not write Igmpproxy configuration file!" msgid "Could not write Igmpproxy configuration file!"
msgstr "" msgstr ""
...@@ -1361,18 +1359,18 @@ msgstr "" ...@@ -1361,18 +1359,18 @@ msgstr ""
#, php-format #, php-format
msgid "Error: cannot open cert.pem in system_webgui_start().%s" msgid "Error: cannot open cert.pem in system_webgui_start().%s"
msgstr "" msgstr "Fehler: konnte cert.pem in system_webgui_start() nicht öffnen.%s"
#, php-format #, php-format
msgid "Error: cannot open ca.pem in system_webgui_start().%s" msgid "Error: cannot open ca.pem in system_webgui_start().%s"
msgstr "" msgstr "Fehler: konnte ca.pem in system_webgui_start() nicht öffnen.%s"
msgid "ssl configuration" msgid "ssl configuration"
msgstr "SSL Konfiguration" msgstr "SSL Konfiguration"
#, php-format #, php-format
msgid "Error: cannot open %s in system_generate_lighty_config().%s" msgid "Error: cannot open %s in system_generate_lighty_config().%s"
msgstr "" msgstr "Fehler: konnte %s in system_generate_lighty_config() nicht öffnen.%s"
msgid "Setting timezone..." msgid "Setting timezone..."
msgstr "" msgstr ""
...@@ -1447,7 +1445,7 @@ msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)" ...@@ -1447,7 +1445,7 @@ msgid "Randomize the ID field in IP packets (default is 0: sequential IP IDs)"
msgstr "" msgstr ""
msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)" msgid "Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)"
msgstr "" msgstr "Verwerfe SYN-FIN Segmente (widerspricht RFC 1379, diese Kombination tritt jedoch nicht auf)"
msgid "Sending of IPv4 ICMP redirects" msgid "Sending of IPv4 ICMP redirects"
msgstr "" msgstr ""
...@@ -1525,7 +1523,7 @@ msgid "Converted bridged %s" ...@@ -1525,7 +1523,7 @@ msgid "Converted bridged %s"
msgstr "" msgstr ""
msgid "Auto added OpenVPN rule from config upgrade." msgid "Auto added OpenVPN rule from config upgrade."
msgstr "" msgstr "Automatisch hinzugefügte OpenVPN-Regel aus dem Konfigurationsupgrade."
#, php-format #, php-format
msgid "WARNING: Could not mark subsystem: %s dirty" msgid "WARNING: Could not mark subsystem: %s dirty"
...@@ -1555,7 +1553,7 @@ msgid "Access granted for %d Minutes in total." ...@@ -1555,7 +1553,7 @@ msgid "Access granted for %d Minutes in total."
msgstr "Zugriff für %d Minuten in Summe gewährt." msgstr "Zugriff für %d Minuten in Summe gewährt."
msgid "Error: cannot write voucher.cfg" msgid "Error: cannot write voucher.cfg"
msgstr "" msgstr "Fehler: Konnte voucher.cfg nicht schreiben."
# #
# File: src/etc/inc/voucher.inc, line: 378 # File: src/etc/inc/voucher.inc, line: 378
...@@ -1663,7 +1661,7 @@ msgid "XML error: %1$s at line %2$d cannot occur more than once" ...@@ -1663,7 +1661,7 @@ msgid "XML error: %1$s at line %2$d cannot occur more than once"
msgstr "" msgstr ""
msgid "Error: could not open XML input" msgid "Error: could not open XML input"
msgstr "" msgstr "Fehler: konnte XML-Eingabe nicht öffnen"
#, php-format #, php-format
msgid "XML error: %1$s at line %2$d in %3$s" msgid "XML error: %1$s at line %2$d in %3$s"
...@@ -1722,7 +1720,7 @@ msgstr "" ...@@ -1722,7 +1720,7 @@ msgstr ""
#, php-format #, php-format
msgid "Do you want to enable the %s server on %s?" msgid "Do you want to enable the %s server on %s?"
msgstr "" msgstr "Wollen Sie den %s Server auf %s aktivieren?"
#, php-format #, php-format
msgid "Configure %s address %s interface via %s?" msgid "Configure %s address %s interface via %s?"
...@@ -2078,7 +2076,7 @@ msgid "Interfaces" ...@@ -2078,7 +2076,7 @@ msgid "Interfaces"
msgstr "" msgstr ""
msgid "IPSEC" msgid "IPSEC"
msgstr "" msgstr "IPSEC"
msgid "NAT" msgid "NAT"
msgstr "NAT" msgstr "NAT"
...@@ -2174,10 +2172,8 @@ msgstr "" ...@@ -2174,10 +2172,8 @@ msgstr ""
msgid "No version selected." msgid "No version selected."
msgstr "" msgstr ""
#
# File: src/www/diag_backup.php, line: 524
msgid "Google Drive communication failure" msgid "Google Drive communication failure"
msgstr "" msgstr "Kommunikation mit Google Drive fehlgeschlagen"
# #
# File: src/www/diag_backup.php, line: 526 # File: src/www/diag_backup.php, line: 526
...@@ -2273,7 +2269,7 @@ msgid "Folder ID" ...@@ -2273,7 +2269,7 @@ msgid "Folder ID"
msgstr "" msgstr ""
msgid "Backup Count" msgid "Backup Count"
msgstr "Backup Anzahl" msgstr "Anzahl an Backups"
# #
# File: src/www/diag_backup.php, line: 764 # File: src/www/diag_backup.php, line: 764
...@@ -2293,13 +2289,13 @@ msgid "Configuration History" ...@@ -2293,13 +2289,13 @@ msgid "Configuration History"
msgstr "" msgstr ""
msgid "Configuration diff from" msgid "Configuration diff from"
msgstr "" msgstr "Konfigurationsunterschied von"
msgid "to" msgid "to"
msgstr "an" msgstr "an"
msgid "Confirm Action" msgid "Confirm Action"
msgstr "" msgstr "Aktion bestätigen"
msgid "Please confirm the selected action" msgid "Please confirm the selected action"
msgstr "" msgstr ""
...@@ -2352,7 +2348,7 @@ msgid "Size" ...@@ -2352,7 +2348,7 @@ msgid "Size"
msgstr "Größe" msgstr "Größe"
msgid "Configuration Change" msgid "Configuration Change"
msgstr "" msgstr "Konfigurationsänderung"
msgid "Current" msgid "Current"
msgstr "Aktuell" msgstr "Aktuell"
...@@ -2582,7 +2578,7 @@ msgid "Consumer is already present on specified mirror." ...@@ -2582,7 +2578,7 @@ msgid "Consumer is already present on specified mirror."
msgstr "" msgstr ""
msgid "Consumer has no metadata and cannot be reactivated." msgid "Consumer has no metadata and cannot be reactivated."
msgstr "" msgstr "Konsument hat keine Metadaten und kann nicht reaktiviert werden."
msgid "Consumer must be present on the specified mirror." msgid "Consumer must be present on the specified mirror."
msgstr "" msgstr ""
...@@ -2669,7 +2665,7 @@ msgid "Are you sure you want to halt the system?" ...@@ -2669,7 +2665,7 @@ msgid "Are you sure you want to halt the system?"
msgstr "Sind Sie sicher, dass Sie das System herunterfahren möchten?" msgstr "Sind Sie sicher, dass Sie das System herunterfahren möchten?"
msgid "IPsec" msgid "IPsec"
msgstr "" msgstr "IPsec"
msgid "Description" msgid "Description"
msgstr "Beschreibung" msgstr "Beschreibung"
...@@ -3526,7 +3522,7 @@ msgid "Abort tests" ...@@ -3526,7 +3522,7 @@ msgid "Abort tests"
msgstr "Tests abbrechen" msgstr "Tests abbrechen"
msgid "Do you really want to abort the test?" msgid "Do you really want to abort the test?"
msgstr "" msgstr "Wollen Sie diesen Test wirklich abbrechen?"
msgid "Back" msgid "Back"
msgstr "Zurück" msgstr "Zurück"
...@@ -3628,7 +3624,7 @@ msgid "No entries exist in this table." ...@@ -3628,7 +3624,7 @@ msgid "No entries exist in this table."
msgstr "" msgstr ""
msgid "entries in this table." msgid "entries in this table."
msgstr "" msgstr "Einträge in dieser Tabelle."
msgid "Delete" msgid "Delete"
msgstr "Löschen" msgstr "Löschen"
...@@ -3687,7 +3683,7 @@ msgid "No output received, or connection failed. Try with \"Show Remote Text\" u ...@@ -3687,7 +3683,7 @@ msgid "No output received, or connection failed. Try with \"Show Remote Text\" u
msgstr "" msgstr ""
msgid "Connection failed (Refused/Timeout)" msgid "Connection failed (Refused/Timeout)"
msgstr "" msgstr "Verbindung fehlgeschlagen (Abgelehnt/Zeitüberschreitung)"
msgid "ttl" msgid "ttl"
msgstr "" msgstr ""
...@@ -3769,7 +3765,7 @@ msgid "Edit alias" ...@@ -3769,7 +3765,7 @@ msgid "Edit alias"
msgstr "Alias bearbeiten" msgstr "Alias bearbeiten"
msgid "Do you really want to delete this alias? All elements that still use it will become invalid (e.g. filter rules)!" msgid "Do you really want to delete this alias? All elements that still use it will become invalid (e.g. filter rules)!"
msgstr "" msgstr "Wollen Sie diesen Alias wirklich löschen? Alle Elemente die ihn nutzen werden ungültig (z.B. Filterregeln)!"
msgid "" msgid ""
"Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number of changes that have to be made if a host, network or port " "Aliases act as placeholders for real hosts, networks or ports. They can be used to minimize the number of changes that have to be made if a host, network or port "
...@@ -3777,6 +3773,10 @@ msgid "" ...@@ -3777,6 +3773,10 @@ msgid ""
"the list above. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid " "the list above. If an alias cannot be resolved (e.g. because you deleted it), the corresponding element (e.g. filter/NAT/shaper rule) will be considered invalid "
"and skipped." "and skipped."
msgstr "" msgstr ""
"Aliase agieren als Platzhalter für echte Hosts, Netzwerke oder Ports. Diese können dazu verwendet werden, die Anzahl der Änderungen zu minimieren, wenn ein Host, "
"Netzwerk oder Port geändert wird. Sie können den Namen eines Alias anstatt des Hosts, Netzwerks oder Ports in allen Feldern mit einem roten Hintergrund. Falls ein "
"Alias gelöscht wird und dadurch nicht mehr aufgelöst werden kann, wird das entsprechende Element (z.B. Filter/NAT/Traffic Shaper Regel) als ungültig betrachtet und "
"übersprungen."
msgid "Edit" msgid "Edit"
msgstr "Bearbeiten" msgstr "Bearbeiten"
...@@ -3819,7 +3819,7 @@ msgid "URL '%s' is not valid." ...@@ -3819,7 +3819,7 @@ msgid "URL '%s' is not valid."
msgstr "" msgstr ""
msgid "is not a valid port or alias." msgid "is not a valid port or alias."
msgstr "" msgstr "ist kein gültiger Port oder Alias."
#, php-format #, php-format
msgid "%1$s is not a valid %2$s alias." msgid "%1$s is not a valid %2$s alias."
...@@ -3846,7 +3846,7 @@ msgid "Host(s)" ...@@ -3846,7 +3846,7 @@ msgid "Host(s)"
msgstr "Host(s)" msgstr "Host(s)"
msgid "IP or FQDN" msgid "IP or FQDN"
msgstr "" msgstr "IP oder FQDN"
msgid "Port(s)" msgid "Port(s)"
msgstr "Port(s)" msgstr "Port(s)"
...@@ -3908,7 +3908,7 @@ msgid "OpenVPN Users" ...@@ -3908,7 +3908,7 @@ msgid "OpenVPN Users"
msgstr "OpenVPN Benutzer" msgstr "OpenVPN Benutzer"
msgid "Enter as many usernames as you wish." msgid "Enter as many usernames as you wish."
msgstr "" msgstr "Geben Sie so viele Benutzer ein wie Sie wollen."
msgid "Alias Edit" msgid "Alias Edit"
msgstr "Alias Bearbeiten" msgstr "Alias Bearbeiten"
...@@ -4026,7 +4026,7 @@ msgid "delete selected rules" ...@@ -4026,7 +4026,7 @@ msgid "delete selected rules"
msgstr "ausgewählte Regeln löschen" msgstr "ausgewählte Regeln löschen"
msgid "Do you really want to delete the selected rules?" msgid "Do you really want to delete the selected rules?"
msgstr "" msgstr "Wollen Sie die ausgewählten Regeln wirklich löschen?"
msgid "add new rule" msgid "add new rule"
msgstr "Eine neue Regel hinzufügen" msgstr "Eine neue Regel hinzufügen"
...@@ -4177,7 +4177,7 @@ msgid "PPPoE clients" ...@@ -4177,7 +4177,7 @@ msgid "PPPoE clients"
msgstr "" msgstr ""
msgid "L2TP clients" msgid "L2TP clients"
msgstr "" msgstr "L2TP Clients"
msgid "net" msgid "net"
msgstr "Netzwerk" msgstr "Netzwerk"
...@@ -4268,13 +4268,13 @@ msgid "NAT Port Forward" ...@@ -4268,13 +4268,13 @@ msgid "NAT Port Forward"
msgstr "NAT Portweiterleitung" msgstr "NAT Portweiterleitung"
msgid "Edit Redirect entry" msgid "Edit Redirect entry"
msgstr "" msgstr "Weiterleitungseintrag bearbeiten"
msgid "No RDR (NOT)" msgid "No RDR (NOT)"
msgstr "" msgstr ""
msgid "Enabling this option will disable redirection for traffic matching this rule." msgid "Enabling this option will disable redirection for traffic matching this rule."
msgstr "" msgstr "Die Aktivierung dieser Option deaktiviert die Weiterleitung von Datenverkehr der dieser Regel entspricht."
msgid "Hint: this option is rarely needed, don't use this unless you know what you're doing." msgid "Hint: this option is rarely needed, don't use this unless you know what you're doing."
msgstr "" msgstr ""
...@@ -4286,7 +4286,7 @@ msgid "Hint: in most cases, you'll want to use WAN here." ...@@ -4286,7 +4286,7 @@ msgid "Hint: in most cases, you'll want to use WAN here."
msgstr "" msgstr ""
msgid "Choose which IP protocol this rule should match." msgid "Choose which IP protocol this rule should match."
msgstr "" msgstr "Wählen Sie aus, für welches IP Protokoll diese Regel gelten soll."
msgid "Hint: in most cases, you should specify" msgid "Hint: in most cases, you should specify"
msgstr "" msgstr ""
...@@ -4448,7 +4448,7 @@ msgid "Destination IPv6 Prefix" ...@@ -4448,7 +4448,7 @@ msgid "Destination IPv6 Prefix"
msgstr "Ziel IPv6 Präfix" msgstr "Ziel IPv6 Präfix"
msgid "Enter the Global Unicast routable IPv6 prefix here" msgid "Enter the Global Unicast routable IPv6 prefix here"
msgstr "" msgstr "Geben Sie den global routingfähigen Unicast-IPv6-Präfix hier ein"
#, php-format #, php-format
msgid " - %1$s to %2$s" msgid " - %1$s to %2$s"
...@@ -4464,7 +4464,7 @@ msgid "Mode:" ...@@ -4464,7 +4464,7 @@ msgid "Mode:"
msgstr "Modus:" msgstr "Modus:"
msgid "Automatic outbound NAT rule generation" msgid "Automatic outbound NAT rule generation"
msgstr "" msgstr "Automatische ausgehende NAT Regelgenerierung"
msgid "(IPsec passthrough included)" msgid "(IPsec passthrough included)"
msgstr "(IPsec passthrough inkludiert)" msgstr "(IPsec passthrough inkludiert)"
...@@ -4512,7 +4512,7 @@ msgid "edit mapping" ...@@ -4512,7 +4512,7 @@ msgid "edit mapping"
msgstr "Zuweisung bearbeiten" msgstr "Zuweisung bearbeiten"
msgid "add a new NAT based on this one" msgid "add a new NAT based on this one"
msgstr "" msgstr "ein neues NAT basierend auf diesem hinzufügen"
msgid "Automatic rules:" msgid "Automatic rules:"
msgstr "Automatische Regeln:" msgstr "Automatische Regeln:"
...@@ -4558,7 +4558,7 @@ msgid "Negating destination address of \"any\" is invalid." ...@@ -4558,7 +4558,7 @@ msgid "Negating destination address of \"any\" is invalid."
msgstr "" msgstr ""
msgid "A valid target IP address must be specified." msgid "A valid target IP address must be specified."
msgstr "" msgstr "Eine gültige Ziel-IP-Adresse muss angegeben werden."
msgid "A valid target IP must be specified when using the 'Other Subnet' type." msgid "A valid target IP must be specified when using the 'Other Subnet' type."
msgstr "" msgstr ""
...@@ -5042,7 +5042,7 @@ msgid "View the NAT rule" ...@@ -5042,7 +5042,7 @@ msgid "View the NAT rule"
msgstr "" msgstr ""
msgid "Choose on which interface packets must come in to match this rule." msgid "Choose on which interface packets must come in to match this rule."
msgstr "" msgstr "Wählen Sie aus, auf welchem Interface die Pakete ankommen müssen um dieser Regel zu entsprechen."
msgid "TCP/IP Version" msgid "TCP/IP Version"
msgstr "TCP/IP Version" msgstr "TCP/IP Version"
...@@ -5211,7 +5211,7 @@ msgstr "" ...@@ -5211,7 +5211,7 @@ msgstr ""
#, php-format #, php-format
msgid "Cannot delete Schedule. Currently in use by %s" msgid "Cannot delete Schedule. Currently in use by %s"
msgstr "" msgstr "Konnte Planung nicht löschen, da sie gerade von %s verwendet wird."
msgid "Time Range(s)" msgid "Time Range(s)"
msgstr "" msgstr ""
...@@ -5312,7 +5312,7 @@ msgid "Schedule repeat" ...@@ -5312,7 +5312,7 @@ msgid "Schedule repeat"
msgstr "" msgstr ""
msgid "Configured Ranges" msgid "Configured Ranges"
msgstr "" msgstr "Konfigurierte Bereiche"
msgid "Day(s)" msgid "Day(s)"
msgstr "Tag(e)" msgstr "Tag(e)"
...@@ -5342,7 +5342,7 @@ msgid "Virtual IP address" ...@@ -5342,7 +5342,7 @@ msgid "Virtual IP address"
msgstr "Virtuelle IP Adresse" msgstr "Virtuelle IP Adresse"
msgid "Do you really want to delete this entry?" msgid "Do you really want to delete this entry?"
msgstr "" msgstr "Wollen Sie diesen Eintrag wirklich löschen?"
msgid "The virtual IP addresses defined on this page may be used in" msgid "The virtual IP addresses defined on this page may be used in"
msgstr "" msgstr ""
...@@ -5395,7 +5395,7 @@ msgid "Edit Virtual IP" ...@@ -5395,7 +5395,7 @@ msgid "Edit Virtual IP"
msgstr "Virtuelle IP bearbeiten" msgstr "Virtuelle IP bearbeiten"
msgid "IP Alias" msgid "IP Alias"
msgstr "" msgstr "IP Alias"
msgid "Proxy ARP" msgid "Proxy ARP"
msgstr "" msgstr ""
...@@ -5404,7 +5404,7 @@ msgid "Other" ...@@ -5404,7 +5404,7 @@ msgid "Other"
msgstr "Andere(r|s)" msgstr "Andere(r|s)"
msgid "IP Address(es)" msgid "IP Address(es)"
msgstr "" msgstr "IP Adresse(n)"
msgid "Single address" msgid "Single address"
msgstr "Einzelne Adresse" msgstr "Einzelne Adresse"
...@@ -5569,7 +5569,7 @@ msgid "One moment while we start the initial setup wizard." ...@@ -5569,7 +5569,7 @@ msgid "One moment while we start the initial setup wizard."
msgstr "" msgstr ""
msgid "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI." msgid "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal GUI."
msgstr "" msgstr "Nutzer von Embedded-Plattformen: Bitte seien Sie geduldig, der Wizard benötigt etwas länger als das normale GUI."
#, php-format #, php-format
msgid "To bypass the wizard, click on the %s logo on the initial page." msgid "To bypass the wizard, click on the %s logo on the initial page."
...@@ -6536,7 +6536,7 @@ msgid "Setting this option will force the card to use WME (wireless QoS)." ...@@ -6536,7 +6536,7 @@ msgid "Setting this option will force the card to use WME (wireless QoS)."
msgstr "" msgstr ""
msgid "Enable Hide SSID" msgid "Enable Hide SSID"
msgstr "Verstecke SSID" msgstr "SSID verstecken"
msgid "Setting this option will force the card to NOT broadcast its SSID" msgid "Setting this option will force the card to NOT broadcast its SSID"
msgstr "" msgstr ""
...@@ -6713,7 +6713,7 @@ msgid "VLAN %1$s on %2$s" ...@@ -6713,7 +6713,7 @@ msgid "VLAN %1$s on %2$s"
msgstr "" msgstr ""
msgid "lan" msgid "lan"
msgstr "" msgstr "LAN"
msgid "LAN" msgid "LAN"
msgstr "LAN" msgstr "LAN"
...@@ -6781,7 +6781,7 @@ msgid "Bridges" ...@@ -6781,7 +6781,7 @@ msgid "Bridges"
msgstr "Bridges" msgstr "Bridges"
msgid "LAGG" msgid "LAGG"
msgstr "" msgstr "LAGG"
msgid "Network port" msgid "Network port"
msgstr "Netzwerkport" msgstr "Netzwerkport"
...@@ -6793,7 +6793,7 @@ msgid "Do you really want to delete this interface?" ...@@ -6793,7 +6793,7 @@ msgid "Do you really want to delete this interface?"
msgstr "Wollen Sie dieses Interface wirklich löschen?" msgstr "Wollen Sie dieses Interface wirklich löschen?"
msgid "Available network ports:" msgid "Available network ports:"
msgstr "" msgstr "Verfügbare Netzwerkports:"
msgid "add selected interface" msgid "add selected interface"
msgstr "ausgewähltes Interface hinzufügen" msgstr "ausgewähltes Interface hinzufügen"
...@@ -6884,7 +6884,7 @@ msgid "RSTP/STP" ...@@ -6884,7 +6884,7 @@ msgid "RSTP/STP"
msgstr "" msgstr ""
msgid "Enable spanning tree options for this bridge." msgid "Enable spanning tree options for this bridge."
msgstr "" msgstr "Spanning Tree Optionen für diese Bridge aktivieren."
msgid "Protocol used for spanning tree." msgid "Protocol used for spanning tree."
msgstr "" msgstr ""
...@@ -6896,6 +6896,8 @@ msgid "" ...@@ -6896,6 +6896,8 @@ msgid ""
"Enable Spanning Tree Protocol on interface. The if_bridge(4) driver has support for the IEEE 802.1D Spanning Tree Protocol (STP). STP is used to detect and " "Enable Spanning Tree Protocol on interface. The if_bridge(4) driver has support for the IEEE 802.1D Spanning Tree Protocol (STP). STP is used to detect and "
"remove loops in a network topology." "remove loops in a network topology."
msgstr "" msgstr ""
"Spanning Tree auf dem Interface aktivieren. Der if_bridge(4) Treiber unterstützt das IEEE 802.1D Spanning Tree Protokoll (STP). STP wird verwendet um Loops in der "
"Netzwerktopologie zu erkennen und zu entfernen."
msgid "Valid time" msgid "Valid time"
msgstr "" msgstr ""
...@@ -6948,7 +6950,7 @@ msgid "Cache size" ...@@ -6948,7 +6950,7 @@ msgid "Cache size"
msgstr "Cachegröße" msgstr "Cachegröße"
msgid "entries" msgid "entries"
msgstr "" msgstr "Einträge"
# #
# File: src/www/interfaces_bridge_edit.php, line: 437 # File: src/www/interfaces_bridge_edit.php, line: 437
...@@ -7215,7 +7217,7 @@ msgid "LAGG allows for link aggregation, bonding and fault tolerance. Only unass ...@@ -7215,7 +7217,7 @@ msgid "LAGG allows for link aggregation, bonding and fault tolerance. Only unass
msgstr "" msgstr ""
msgid "Lagg protocol" msgid "Lagg protocol"
msgstr "" msgstr "Lagg Protokoll"
msgid "Interface supplied as member is invalid" msgid "Interface supplied as member is invalid"
msgstr "" msgstr ""
...@@ -7405,7 +7407,7 @@ msgid "" ...@@ -7405,7 +7407,7 @@ msgid ""
msgstr "" msgstr ""
msgid "IP Address OR Hostname" msgid "IP Address OR Hostname"
msgstr "" msgstr "IP Adresse ODER Hostname"
msgid "Dial On Demand" msgid "Dial On Demand"
msgstr "Einwählen bei Bedarf" msgstr "Einwählen bei Bedarf"
...@@ -7474,8 +7476,9 @@ msgstr "" ...@@ -7474,8 +7476,9 @@ msgstr ""
msgid "Disable acfcomp (compression) (auto-negotiated by default)." msgid "Disable acfcomp (compression) (auto-negotiated by default)."
msgstr "" msgstr ""
#, fuzzy
msgid "Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame." msgid "Address and control field compression. This option only applies to asynchronous link types. It saves two bytes per frame."
msgstr "" msgstr "Adress- und Control-Feldkomprimierung. Diese Option wird bei asynchronen Verbindungstypen angewandt. Dadurch werden zwei Byte pro Frame gespart."
msgid "ProtoComp" msgid "ProtoComp"
msgstr "" msgstr ""
...@@ -8054,15 +8057,15 @@ msgstr "Captive Portal" ...@@ -8054,15 +8057,15 @@ msgstr "Captive Portal"
#, php-format #, php-format
msgid "Captive Portal: zone %s: Restore default portal page" msgid "Captive Portal: zone %s: Restore default portal page"
msgstr "" msgstr "Captive Portal: Zone %s: Standardportalseite wiederherstellen"
#, php-format #, php-format
msgid "Captive Portal: zone %s: Restore default error page" msgid "Captive Portal: zone %s: Restore default error page"
msgstr "" msgstr "Captive Portal: Zone %s: Standardfehlerseite wiederherstellen"
#, php-format #, php-format
msgid "Captive Portal: zone %s: Restore default logout page" msgid "Captive Portal: zone %s: Restore default logout page"
msgstr "" msgstr "Captive Portal: Zone %s: Standardabmeldeseite wiederherstellen"
msgid "Zone name" msgid "Zone name"
msgstr "Zonenname" msgstr "Zonenname"
...@@ -8173,7 +8176,7 @@ msgid "Waiting period to restore pass-through credits" ...@@ -8173,7 +8176,7 @@ msgid "Waiting period to restore pass-through credits"
msgstr "" msgstr ""
msgid "hours" msgid "hours"
msgstr "" msgstr "Stunden"
msgid "" msgid ""
"Clients will have their available pass-through credits restored to the original count after this amount of time since using the first one. This must be above 0 " "Clients will have their available pass-through credits restored to the original count after this amount of time since using the first one. This must be above 0 "
...@@ -8193,7 +8196,7 @@ msgid "Logout popup window" ...@@ -8193,7 +8196,7 @@ msgid "Logout popup window"
msgstr "" msgstr ""
msgid "Enable logout popup window" msgid "Enable logout popup window"
msgstr "" msgstr "Pop-up Fenster zum Abmelden aktivieren"
msgid "" msgid ""
"If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle " "If enabled, a popup window will appear when clients are allowed through the captive portal. This allows clients to explicitly disconnect themselves before the idle "
...@@ -8238,13 +8241,13 @@ msgid "Per-user bandwidth restriction" ...@@ -8238,13 +8241,13 @@ msgid "Per-user bandwidth restriction"
msgstr "" msgstr ""
msgid "Enable per-user bandwidth restriction" msgid "Enable per-user bandwidth restriction"
msgstr "" msgstr "Bandbreitenbeschränkung per Benutzer aktiveren"
msgid "Default download" msgid "Default download"
msgstr "Standarddownload" msgstr "Standarddownload"
msgid "Kbit/s" msgid "Kbit/s"
msgstr "" msgstr "KBit/s"
msgid "Default upload" msgid "Default upload"
msgstr "Standardupload" msgstr "Standardupload"
...@@ -8486,7 +8489,7 @@ msgid "Example code for the form:" ...@@ -8486,7 +8489,7 @@ msgid "Example code for the form:"
msgstr "Beispielcode für das Formular:" msgstr "Beispielcode für das Formular:"
msgid "error page" msgid "error page"
msgstr "" msgstr "Fehlerseite"
msgid "contents" msgid "contents"
msgstr "Inhalt" msgstr "Inhalt"
...@@ -8517,7 +8520,7 @@ msgstr "" ...@@ -8517,7 +8520,7 @@ msgstr ""
#, php-format #, php-format
msgid "A file with the name '%s' already exists." msgid "A file with the name '%s' already exists."
msgstr "" msgstr "Eine Datei mit dem Namen '%s' existiert bereits."
msgid "The total size of all files uploaded may not exceed " msgid "The total size of all files uploaded may not exceed "
msgstr "" msgstr ""
...@@ -8544,6 +8547,9 @@ msgid "" ...@@ -8544,6 +8547,9 @@ msgid ""
"may reference them directly from your portal page HTML code using relative paths. Example: you've uploaded an image with the name 'captiveportal-test.jpg' using " "may reference them directly from your portal page HTML code using relative paths. Example: you've uploaded an image with the name 'captiveportal-test.jpg' using "
"the file manager. Then you can include it in your portal page like this:" "the file manager. Then you can include it in your portal page like this:"
msgstr "" msgstr ""
"Jede Datei mit den Dateinamenspräfix captiveportal- hochladen wird, wird über das Rootverzeichnis des Captive Portal HTTP(S)-Server zugänglich gemacht. Sie können "
"diese direkt aus dem HTML Code Ihrer Portalseite mit relativen Pfaden referenzieren. Beispiel: Wenn Sie eine Bilddatei mit dem Namen 'captiveportal-test.jpg' mit "
"dem Dateimanager hochgeladen haben, dann können Sie diese folgend in Ihrer Portalseite verwenden:"
msgid "In addition, you can also upload .php files for execution. You can pass the filename to your custom page from the initial page by using text similar to:" msgid "In addition, you can also upload .php files for execution. You can pass the filename to your custom page from the initial page by using text similar to:"
msgstr "" msgstr ""
...@@ -8556,15 +8562,17 @@ msgid "The total size limit for all files is %s." ...@@ -8556,15 +8562,17 @@ msgid "The total size limit for all files is %s."
msgstr "" msgstr ""
msgid "Do you really want to delete this address?" msgid "Do you really want to delete this address?"
msgstr "" msgstr "Wollen sie diese Adresse wirklich löschen?"
msgid "" msgid ""
"Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a " "Adding allowed IP addresses will allow IP access to/from these addresses through the captive portal without being taken to the portal page. This can be used for a "
"web server serving images for the portal page or a DNS server on another network, for example." "web server serving images for the portal page or a DNS server on another network, for example."
msgstr "" msgstr ""
"Das Hinzufügen von erlaubter IP Adressen erlaubt den Zugriff zu/von diesen Adressen ohne zur Portalseite weitergeleitet zu werden. Dies kann zum Beispiel für einen "
"Webserver genutzt werden, die Bilder für die Portalseite ausliefert oder auch für einen DNS Server in einem anderen Netzwerk."
msgid "Edit allowed IP address" msgid "Edit allowed IP address"
msgstr "" msgstr "Erlaubte IP Adresse bearbeiten"
msgid "Allowed IP address" msgid "Allowed IP address"
msgstr "Erlaubte IP Adresse" msgstr "Erlaubte IP Adresse"
...@@ -8573,7 +8581,7 @@ msgid "Subnet mask" ...@@ -8573,7 +8581,7 @@ msgid "Subnet mask"
msgstr "" msgstr ""
msgid "A valid subnet mask must be specified" msgid "A valid subnet mask must be specified"
msgstr "" msgstr "Eine gültige Subnetzmaske muss angegeben werden"
msgid "Upload speed needs to be an integer" msgid "Upload speed needs to be an integer"
msgstr "" msgstr ""
...@@ -8585,19 +8593,19 @@ msgid "already allowed" ...@@ -8585,19 +8593,19 @@ msgid "already allowed"
msgstr "bereits erlaubt" msgstr "bereits erlaubt"
msgid "Edit allowed ip rule" msgid "Edit allowed ip rule"
msgstr "" msgstr "Erlaubte IP Regel bearbeiten"
msgid "IP address and subnet mask. Use /32 for a single IP" msgid "IP address and subnet mask. Use /32 for a single IP"
msgstr "" msgstr ""
msgid "Bandwidth up" msgid "Bandwidth up"
msgstr "" msgstr "Bandbreite Upload"
msgid "Enter a upload limit to be enforced on this IP address in Kbit/s" msgid "Enter a upload limit to be enforced on this IP address in Kbit/s"
msgstr "" msgstr ""
msgid "Bandwidth down" msgid "Bandwidth down"
msgstr "" msgstr "Bandbreite Download"
msgid "Enter a download limit to be enforced on this IP address in Kbit/s" msgid "Enter a download limit to be enforced on this IP address in Kbit/s"
msgstr "" msgstr ""
...@@ -8652,10 +8660,10 @@ msgid "MAC address (6 hex octets separated by colons)" ...@@ -8652,10 +8660,10 @@ msgid "MAC address (6 hex octets separated by colons)"
msgstr "MAC Adresse (6 Hexadezimale Oktette getrennt durch Doppelpunkte)" msgstr "MAC Adresse (6 Hexadezimale Oktette getrennt durch Doppelpunkte)"
msgid "Enter a upload limit to be enforced on this MAC address in Kbit/s" msgid "Enter a upload limit to be enforced on this MAC address in Kbit/s"
msgstr "" msgstr "Geben Sie ein Uploadlimit ein, das für diese MAC Adresse in KBit/s erzwungen wird."
msgid "Enter a download limit to be enforced on this MAC address in Kbit/s" msgid "Enter a download limit to be enforced on this MAC address in Kbit/s"
msgstr "" msgstr "Geben Sie ein Downloadlimit ein, dass für diese MAC Adresse in KBit/s erzwungen wird."
# #
# File: src/www/services_captiveportal_vouchers.php, line: 123 # File: src/www/services_captiveportal_vouchers.php, line: 123
...@@ -8768,7 +8776,7 @@ msgid "Paste an RSA public key (64 Bit or smaller) in PEM format here. This key ...@@ -8768,7 +8776,7 @@ msgid "Paste an RSA public key (64 Bit or smaller) in PEM format here. This key
msgstr "" msgstr ""
msgid "Generate" msgid "Generate"
msgstr "" msgstr "Generieren"
msgid "new key" msgid "new key"
msgstr "neuer Schlüssel" msgstr "neuer Schlüssel"
...@@ -8865,7 +8873,7 @@ msgid "All %1$s vouchers from Roll %2$s marked unused" ...@@ -8865,7 +8873,7 @@ msgid "All %1$s vouchers from Roll %2$s marked unused"
msgstr "Alle %1$s Gutscheine der Rolle %2$s wurden als ungültig markiert" msgstr "Alle %1$s Gutscheine der Rolle %2$s wurden als ungültig markiert"
msgid "Enter the Roll" msgid "Enter the Roll"
msgstr "" msgstr "Geben Sie die Rolle ein"
msgid "found on top of the generated/printed vouchers" msgid "found on top of the generated/printed vouchers"
msgstr "" msgstr ""
...@@ -8877,7 +8885,7 @@ msgid "Defines the time in minutes that a user is allowed access. The clock star ...@@ -8877,7 +8885,7 @@ msgid "Defines the time in minutes that a user is allowed access. The clock star
msgstr "" msgstr ""
msgid "Enter the number of vouchers" msgid "Enter the number of vouchers"
msgstr "" msgstr "Geben Sie die Anzahl an Voucher ein"
msgid "found on top of the generated/printed vouchers. WARNING: Changing this number for an existing Roll will mark all vouchers as unused again" msgid "found on top of the generated/printed vouchers. WARNING: Changing this number for an existing Roll will mark all vouchers as unused again"
msgstr "" msgstr ""
...@@ -9265,13 +9273,13 @@ msgid "Leave blank to disable. Enter a full URI for the LDAP server in the form ...@@ -9265,13 +9273,13 @@ msgid "Leave blank to disable. Enter a full URI for the LDAP server in the form
msgstr "" msgstr ""
msgid "Enable network booting" msgid "Enable network booting"
msgstr "" msgstr "Booten über das Netzwerk aktivieren"
msgid "Show Network booting" msgid "Show Network booting"
msgstr "" msgstr ""
msgid "Enables network booting." msgid "Enables network booting."
msgstr "" msgstr "Aktiviert das Booten über das Netzwerk."
msgid "Enter the IP of the" msgid "Enter the IP of the"
msgstr "" msgstr ""
...@@ -9283,10 +9291,10 @@ msgid "and the default bios filename" ...@@ -9283,10 +9291,10 @@ msgid "and the default bios filename"
msgstr "und der standard BIOS Dateiname" msgstr "und der standard BIOS Dateiname"
msgid "and the UEFI 32bit filename " msgid "and the UEFI 32bit filename "
msgstr "" msgstr "und den UEFI 32 Bit Dateinamen "
msgid "and the UEFI 64bit filename " msgid "and the UEFI 64bit filename "
msgstr "" msgstr "und den UEFI 64 Bit Dateinamen "
msgid "Note: You need both a filename and a boot server configured for this to work!" msgid "Note: You need both a filename and a boot server configured for this to work!"
msgstr "" msgstr ""
...@@ -9356,7 +9364,7 @@ msgid "The hostname cannot end with a hyphen according to RFC952" ...@@ -9356,7 +9364,7 @@ msgid "The hostname cannot end with a hyphen according to RFC952"
msgstr "" msgstr ""
msgid "A valid hostname is specified, but the domain name part should be omitted" msgid "A valid hostname is specified, but the domain name part should be omitted"
msgstr "" msgstr "Ein gültiger Hostname wurde zwar angegeben, aber der Teil des Domainnamens sollte weggelassen werden."
msgid "Static ARP is enabled. You must specify an IP address." msgid "Static ARP is enabled. You must specify an IP address."
msgstr "" msgstr ""
...@@ -9460,7 +9468,7 @@ msgid "A valid IPv6 address or hostname must be specified for the TFTP server." ...@@ -9460,7 +9468,7 @@ msgid "A valid IPv6 address or hostname must be specified for the TFTP server."
msgstr "Eine gültige IPv6 Adresse oder Hostname muss für den TFTP Server spezifiziert werden." msgstr "Eine gültige IPv6 Adresse oder Hostname muss für den TFTP Server spezifiziert werden."
msgid "A valid URL must be specified for the network bootfile." msgid "A valid URL must be specified for the network bootfile."
msgstr "" msgstr "Eine gültige URL muss für die Netzwerkbootdatei angegeben werden."
#, php-format #, php-format
msgid "The subnet range cannot overlap with virtual IPv6 address %s." msgid "The subnet range cannot overlap with virtual IPv6 address %s."
...@@ -9476,7 +9484,7 @@ msgstr "" ...@@ -9476,7 +9484,7 @@ msgstr ""
# File: src/www/services_dhcpv6.php, line: 521 # File: src/www/services_dhcpv6.php, line: 521
#, php-format #, php-format
msgid "Enable DHCPv6 server on %s interface" msgid "Enable DHCPv6 server on %s interface"
msgstr "" msgstr "DHCPv6 Server auf Interface %s aktivieren"
msgid "Subnet Mask" msgid "Subnet Mask"
msgstr "" msgstr ""
...@@ -9518,7 +9526,7 @@ msgid "DHCPv6 Static Mappings for this interface." ...@@ -9518,7 +9526,7 @@ msgid "DHCPv6 Static Mappings for this interface."
msgstr "DHCPv6 statische Zuweisung für dieses Interface" msgstr "DHCPv6 statische Zuweisung für dieses Interface"
msgid "DUID" msgid "DUID"
msgstr "" msgstr "DUID"
msgid "DUID Identifier" msgid "DUID Identifier"
msgstr "" msgstr ""
...@@ -9552,7 +9560,7 @@ msgstr "DHCPv6 Relay Konfiguration" ...@@ -9552,7 +9560,7 @@ msgstr "DHCPv6 Relay Konfiguration"
#, php-format #, php-format
msgid "Enable DHCPv6 relay on interface" msgid "Enable DHCPv6 relay on interface"
msgstr "" msgstr "DHCPv6 Relay auf dem Interface aktivieren"
msgid "Interfaces without an IPv6 address will not be shown." msgid "Interfaces without an IPv6 address will not be shown."
msgstr "" msgstr ""
...@@ -9779,7 +9787,7 @@ msgid "Enter additional names for this host." ...@@ -9779,7 +9787,7 @@ msgid "Enter additional names for this host."
msgstr "Geben Sie zusätzliche Namen für den Host ein." msgstr "Geben Sie zusätzliche Namen für den Host ein."
msgid "Dynamic DNS clients" msgid "Dynamic DNS clients"
msgstr "Dynamische DNS-Clients" msgstr "Clients für dynamische DNS"
msgid "DynDns" msgid "DynDns"
msgstr "DynDns" msgstr "DynDns"
...@@ -9815,7 +9823,7 @@ msgid "The username contains invalid characters." ...@@ -9815,7 +9823,7 @@ msgid "The username contains invalid characters."
msgstr "" msgstr ""
msgid "Dynamic DNS client" msgid "Dynamic DNS client"
msgstr "Dynamischer DNS-Client" msgstr "Client für dynamisches DNS"
msgid "yes" msgid "yes"
msgstr "ja" msgstr "ja"
...@@ -9848,7 +9856,7 @@ msgid "Wildcards" ...@@ -9848,7 +9856,7 @@ msgid "Wildcards"
msgstr "" msgstr ""
msgid "Enable " msgid "Enable "
msgstr "Aktivieren" msgstr "Aktivieren "
msgid "Wildcard" msgid "Wildcard"
msgstr "" msgstr ""
...@@ -9998,7 +10006,7 @@ msgid "Network (s)" ...@@ -9998,7 +10006,7 @@ msgid "Network (s)"
msgstr "Netzwerk(e)" msgstr "Netzwerk(e)"
msgid "Add another Time server" msgid "Add another Time server"
msgstr "" msgstr "Einen weiteren Zeitserver hinzufügen"
msgid "Serial GPS" msgid "Serial GPS"
msgstr "" msgstr ""
...@@ -10045,7 +10053,7 @@ msgid "These options enable additional messages from NTP to be written to the Sy ...@@ -10045,7 +10053,7 @@ msgid "These options enable additional messages from NTP to be written to the Sy
msgstr "" msgstr ""
msgid "Enable logging of peer messages (default: disabled)." msgid "Enable logging of peer messages (default: disabled)."
msgstr "" msgstr "Aktiviere Protokollierung von Peer Nachrichten (Standardwert: Deaktiviert)"
msgid "Enable logging of system messages (default: disabled)." msgid "Enable logging of system messages (default: disabled)."
msgstr "" msgstr ""
...@@ -10102,7 +10110,7 @@ msgid "Normally this is only useful if this server is a stratum 1 time server." ...@@ -10102,7 +10110,7 @@ msgid "Normally this is only useful if this server is a stratum 1 time server."
msgstr "" msgstr ""
msgid "Enter Leap second configuration as text:" msgid "Enter Leap second configuration as text:"
msgstr "" msgstr "Geben Sie die Schaltsekundenkonfiguration als Text ein:"
msgid "Or" msgid "Or"
msgstr "Oder" msgstr "Oder"
...@@ -10142,7 +10150,7 @@ msgid "The perdefined configurations assume your GPS has already been set to NME ...@@ -10142,7 +10150,7 @@ msgid "The perdefined configurations assume your GPS has already been set to NME
msgstr "" msgstr ""
msgid "All serial ports are listed, be sure to pick the port with the GPS attached." msgid "All serial ports are listed, be sure to pick the port with the GPS attached."
msgstr "" msgstr "Alle seriellen Ports sind gelistet; stellen Sie sicher, dass sie den Port auswählen mit dem das GPS verbunden ist."
msgid "Serial port baud rate." msgid "Serial port baud rate."
msgstr "" msgstr ""
...@@ -10218,7 +10226,7 @@ msgid "checksum" ...@@ -10218,7 +10226,7 @@ msgid "checksum"
msgstr "Prüfsumme" msgstr "Prüfsumme"
msgid "Calculate NMEA checksum" msgid "Calculate NMEA checksum"
msgstr "" msgstr "Berechne NMEA Prüfsumme"
msgid "NTP PPS" msgid "NTP PPS"
msgstr "NTP PPS" msgstr "NTP PPS"
...@@ -10244,7 +10252,7 @@ msgid "to reliably supply the time of each PPS pulse." ...@@ -10244,7 +10252,7 @@ msgid "to reliably supply the time of each PPS pulse."
msgstr "" msgstr ""
msgid "All serial ports are listed, be sure to pick the port with the PPS source attached." msgid "All serial ports are listed, be sure to pick the port with the PPS source attached."
msgstr "" msgstr "Alle seriellen Ports sind gelistet; stellen Sie sicher, dass die den Port auswählen, an dem die PPS Quelle angeschlossen ist."
msgid "Fudge time is used to specify the PPS signal offset from the actual second such as the transmission delay between the transmitter and the receiver." msgid "Fudge time is used to specify the PPS signal offset from the actual second such as the transmission delay between the transmitter and the receiver."
msgstr "" msgstr ""
...@@ -10503,7 +10511,7 @@ msgid "The configuration for the DNS Resolver, has been changed" ...@@ -10503,7 +10511,7 @@ msgid "The configuration for the DNS Resolver, has been changed"
msgstr "" msgstr ""
msgid "General settings" msgid "General settings"
msgstr "" msgstr "Allgemeine Einstellungen"
msgid "Advanced settings" msgid "Advanced settings"
msgstr "Erweiterte Einstellungen" msgstr "Erweiterte Einstellungen"
...@@ -10587,7 +10595,7 @@ msgid "The settings for the DNS Resolver have changed. You must apply the config ...@@ -10587,7 +10595,7 @@ msgid "The settings for the DNS Resolver have changed. You must apply the config
msgstr "" msgstr ""
msgid "General Settings" msgid "General Settings"
msgstr "" msgstr "Allgemeine Einstellungen"
#, php-format #, php-format
msgid "%s Access List" msgid "%s Access List"
...@@ -10625,10 +10633,10 @@ msgid "Access List Name" ...@@ -10625,10 +10633,10 @@ msgid "Access List Name"
msgstr "Zugriffslistenname" msgstr "Zugriffslistenname"
msgid "Access Lists to control access to the DNS Resolver can be defined here." msgid "Access Lists to control access to the DNS Resolver can be defined here."
msgstr "" msgstr "Zugriffslisten zur Zugriffssteuerung zum DNS Resolver können hier definiert werden."
msgid "Do you really want to delete this access list?" msgid "Do you really want to delete this access list?"
msgstr "" msgstr "Wollen Sie diese Zugriffsliste wirklich löschen?"
msgid "The configuration of the DNS Resolver, has been changed" msgid "The configuration of the DNS Resolver, has been changed"
msgstr "" msgstr ""
...@@ -10897,7 +10905,7 @@ msgid "Do you really want to disconnect this client?" ...@@ -10897,7 +10905,7 @@ msgid "Do you really want to disconnect this client?"
msgstr "Wollen Sie diese Verbindung wirklich trennen?" msgstr "Wollen Sie diese Verbindung wirklich trennen?"
msgid "Don't show last activity" msgid "Don't show last activity"
msgstr "" msgstr "Neueste Aktivität nicht anzeigen"
msgid "Show last activity" msgid "Show last activity"
msgstr "" msgstr ""
...@@ -10906,7 +10914,7 @@ msgid "Voucher(s)" ...@@ -10906,7 +10914,7 @@ msgid "Voucher(s)"
msgstr "Voucher" msgstr "Voucher"
msgid "Enter multiple vouchers separated by space or newline. All valid vouchers will be marked as expired" msgid "Enter multiple vouchers separated by space or newline. All valid vouchers will be marked as expired"
msgstr "" msgstr "Geben Sie mehrere Voucher durch Leerzeichen oder Zeilenumbruch getrennt ein. Alle gültigen Voucher werden als abgelaufen markiert"
msgid "Enter multiple vouchers separated by space or newline. The remaining time, if valid, will be shown for each voucher" msgid "Enter multiple vouchers separated by space or newline. The remaining time, if valid, will be shown for each voucher"
msgstr "" msgstr ""
...@@ -10996,7 +11004,7 @@ msgid "Hostname/MAC" ...@@ -10996,7 +11004,7 @@ msgid "Hostname/MAC"
msgstr "Hostname/MAC" msgstr "Hostname/MAC"
msgid "IPv6 Prefix" msgid "IPv6 Prefix"
msgstr "" msgstr "IPv6 Präfix"
msgid "Filter Reload Status" msgid "Filter Reload Status"
msgstr "" msgstr ""
...@@ -11129,10 +11137,10 @@ msgid "Media" ...@@ -11129,10 +11137,10 @@ msgid "Media"
msgstr "" msgstr ""
msgid "LAGG Protocol" msgid "LAGG Protocol"
msgstr "" msgstr "LAGG Protokoll"
msgid "LAGG Ports" msgid "LAGG Ports"
msgstr "" msgstr "LAGG Ports"
msgid "BSSID" msgid "BSSID"
msgstr "BSSID" msgstr "BSSID"
...@@ -11196,7 +11204,7 @@ msgid "Offset" ...@@ -11196,7 +11204,7 @@ msgid "Offset"
msgstr "" msgstr ""
msgid "Jitter" msgid "Jitter"
msgstr "" msgstr "Jitter"
msgid "Clock Latitude" msgid "Clock Latitude"
msgstr "" msgstr ""
...@@ -11321,7 +11329,7 @@ msgid "End:" ...@@ -11321,7 +11329,7 @@ msgid "End:"
msgstr "Ende:" msgstr "Ende:"
msgid "Go" msgid "Go"
msgstr "" msgstr "Los"
msgid "Image viewer" msgid "Image viewer"
msgstr "" msgstr ""
...@@ -11344,7 +11352,7 @@ msgid "Quality" ...@@ -11344,7 +11352,7 @@ msgid "Quality"
msgstr "Qualität" msgstr "Qualität"
msgid "Enables the RRD graphing backend." msgid "Enables the RRD graphing backend."
msgstr "" msgstr "Aktiviert das Backend für RRD Graphen"
msgid "Default category" msgid "Default category"
msgstr "Standardkategorie" msgstr "Standardkategorie"
...@@ -11519,7 +11527,7 @@ msgid "Here you can specify alternate hostnames by which the router may be queri ...@@ -11519,7 +11527,7 @@ msgid "Here you can specify alternate hostnames by which the router may be queri
msgstr "" msgstr ""
msgid "Browser HTTP_REFERER enforcement" msgid "Browser HTTP_REFERER enforcement"
msgstr "" msgstr "Browser HTTP_REFERER Erzwingung"
msgid "Disable HTTP_REFERER enforcement check" msgid "Disable HTTP_REFERER enforcement check"
msgstr "HTTP_REFERER Prüfung deaktivieren" msgstr "HTTP_REFERER Prüfung deaktivieren"
...@@ -11578,7 +11586,7 @@ msgstr "Authentifizierungsmethode" ...@@ -11578,7 +11586,7 @@ msgstr "Authentifizierungsmethode"
# #
# File: src/www/system_advanced_admin.php, line: 548 # File: src/www/system_advanced_admin.php, line: 548
msgid "Enable password login for Secure Shell" msgid "Enable password login for Secure Shell"
msgstr "" msgstr "Passwort Login für Secure Shell aktivieren"
# #
# File: src/www/system_advanced_admin.php, line: 550 # File: src/www/system_advanced_admin.php, line: 550
...@@ -11615,7 +11623,7 @@ msgid "Serial Speed" ...@@ -11615,7 +11623,7 @@ msgid "Serial Speed"
msgstr "" msgstr ""
msgid "Allows selection of different speeds for the serial console port." msgid "Allows selection of different speeds for the serial console port."
msgstr "" msgstr "Erlaubt die Auswahl unterschiedlicher Geschwindigkeiten für den seriellen Konsolenport."
msgid "Primary Console" msgid "Primary Console"
msgstr "" msgstr ""
...@@ -11691,7 +11699,7 @@ msgid "IP Do-Not-Fragment compatibility" ...@@ -11691,7 +11699,7 @@ msgid "IP Do-Not-Fragment compatibility"
msgstr "" msgstr ""
msgid "Clear invalid DF bits instead of dropping the packets" msgid "Clear invalid DF bits instead of dropping the packets"
msgstr "" msgstr "Entferne ungültige DF Bits, anstatt die die Pakete zu verwerfen"
# #
# File: src/www/system_advanced_firewall.php, line: 289 # File: src/www/system_advanced_firewall.php, line: 289
...@@ -11718,7 +11726,7 @@ msgid "normal" ...@@ -11718,7 +11726,7 @@ msgid "normal"
msgstr "" msgstr ""
msgid "high-latency" msgid "high-latency"
msgstr "" msgstr "hohe Latenz"
msgid "aggressive" msgid "aggressive"
msgstr "aggressiv" msgstr "aggressiv"
...@@ -11806,7 +11814,7 @@ msgid "" ...@@ -11806,7 +11814,7 @@ msgid ""
msgstr "" msgstr ""
msgid "Disable all auto-added VPN rules." msgid "Disable all auto-added VPN rules."
msgstr "" msgstr "Deaktiviere alle automatisch hinzugefügten VPN-Regeln"
msgid "Note: This disables automatically added rules for IPsec, PPTP." msgid "Note: This disables automatically added rules for IPsec, PPTP."
msgstr "" msgstr ""
...@@ -11898,7 +11906,7 @@ msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode." ...@@ -11898,7 +11906,7 @@ msgid "Note: Only applies to Reflection on port forwards in NAT + proxy mode."
msgstr "" msgstr ""
msgid "Enable NAT Reflection for 1:1 NAT" msgid "Enable NAT Reflection for 1:1 NAT"
msgstr "" msgstr "NAT Reflektion für 1:1 NAT aktivieren"
msgid "Enables the automatic creation of additional NAT redirect rules for access to 1:1 mappings of your external IP addresses from within your internal networks." msgid "Enables the automatic creation of additional NAT redirect rules for access to 1:1 mappings of your external IP addresses from within your internal networks."
msgstr "" msgstr ""
...@@ -12157,7 +12165,7 @@ msgid "Frequency:" ...@@ -12157,7 +12165,7 @@ msgid "Frequency:"
msgstr "Frequenz:" msgstr "Frequenz:"
msgid "hour" msgid "hour"
msgstr "" msgstr "Stunde"
msgid "" msgid ""
"This will periodically backup the RRD data so it can be restored automatically on the next boot. Keep in mind that the more frequent the backup, the more writes " "This will periodically backup the RRD data so it can be restored automatically on the next boot. Keep in mind that the more frequent the backup, the more writes "
...@@ -12194,7 +12202,7 @@ msgid "IPv6 over IPv4 Tunneling" ...@@ -12194,7 +12202,7 @@ msgid "IPv6 over IPv4 Tunneling"
msgstr "" msgstr ""
msgid "Enable IPv4 NAT encapsulation of IPv6 packets" msgid "Enable IPv4 NAT encapsulation of IPv6 packets"
msgstr "" msgstr "IPv4 NAT Kapselung für IPv6 Pakete aktivieren"
msgid "" msgid ""
"This provides an RFC 2893 compatibility mechanism that can be used to tunneling IPv6 packets over IPv4 routing infrastructures. If enabled, don't forget to add a " "This provides an RFC 2893 compatibility mechanism that can be used to tunneling IPv6 packets over IPv4 routing infrastructures. If enabled, don't forget to add a "
...@@ -12372,7 +12380,7 @@ msgid "Startup/Shutdown Sound" ...@@ -12372,7 +12380,7 @@ msgid "Startup/Shutdown Sound"
msgstr "" msgstr ""
msgid "Disable the startup/shutdown beep" msgid "Disable the startup/shutdown beep"
msgstr "" msgstr "Deaktiviere den Piepton beim Starten/Herunterfahren"
msgid "When this is checked, startup and shutdown sounds will no longer play." msgid "When this is checked, startup and shutdown sounds will no longer play."
msgstr "" msgstr ""
...@@ -12578,11 +12586,11 @@ msgid "Create an intermediate Certificate Authority" ...@@ -12578,11 +12586,11 @@ msgid "Create an intermediate Certificate Authority"
msgstr "Erstelle eine Unterzertifizierungsstelle" msgstr "Erstelle eine Unterzertifizierungsstelle"
msgid "Certificate Authority Manager" msgid "Certificate Authority Manager"
msgstr "" msgstr "Zertifizerungsstellenverwaltung"
#, php-format #, php-format
msgid "Certificate Authority %s and its CRLs (if any) successfully deleted" msgid "Certificate Authority %s and its CRLs (if any) successfully deleted"
msgstr "" msgstr "Die Zertifizierungsstelle %s und die zugehörigen CRLs (falls vorhanden) wurden erfolgreich gelöscht"
msgid "Certificate data" msgid "Certificate data"
msgstr "Zertifikatdaten" msgstr "Zertifikatdaten"
...@@ -12633,7 +12641,7 @@ msgid "Method" ...@@ -12633,7 +12641,7 @@ msgid "Method"
msgstr "" msgstr ""
msgid "Existing Certificate Authority" msgid "Existing Certificate Authority"
msgstr "" msgstr "Existierende Zertifizierungsstelle"
msgid "Paste a certificate in X.509 PEM format here." msgid "Paste a certificate in X.509 PEM format here."
msgstr "" msgstr ""
...@@ -12700,7 +12708,7 @@ msgid "internal-ca" ...@@ -12700,7 +12708,7 @@ msgid "internal-ca"
msgstr "" msgstr ""
msgid "Internal" msgid "Internal"
msgstr "Internes" msgstr "Intern"
msgid "Issuer" msgid "Issuer"
msgstr "" msgstr ""
...@@ -12837,7 +12845,7 @@ msgid "Paste the certificate received from your certificate authority here." ...@@ -12837,7 +12845,7 @@ msgid "Paste the certificate received from your certificate authority here."
msgstr "" msgstr ""
msgid "In Use" msgid "In Use"
msgstr "" msgstr "In Verwendung"
msgid "external - signature pending" msgid "external - signature pending"
msgstr "extern - Signatur ausstehend" msgstr "extern - Signatur ausstehend"
...@@ -12899,13 +12907,13 @@ msgstr "Zertifikat %s aus der Zertifikatsrückrufliste %s gelöscht" ...@@ -12899,13 +12907,13 @@ msgstr "Zertifikat %s aus der Zertifikatsrückrufliste %s gelöscht"
#, php-format #, php-format
msgid "Failed to delete Certificate %s from CRL %s" msgid "Failed to delete Certificate %s from CRL %s"
msgstr "" msgstr "Das Löschen des Zertifikats %s von der CRL %s ist fehlgeschlagen"
msgid "Certificate Revocation List data" msgid "Certificate Revocation List data"
msgstr "" msgstr ""
msgid "Existing Certificate Revocation List" msgid "Existing Certificate Revocation List"
msgstr "" msgstr "Existierende Zertifikatsrückrufliste"
msgid "CRL data" msgid "CRL data"
msgstr "CRL Daten" msgstr "CRL Daten"
...@@ -12979,7 +12987,7 @@ msgid "Edit CRL" ...@@ -12979,7 +12987,7 @@ msgid "Edit CRL"
msgstr "CRL bearbeiten" msgstr "CRL bearbeiten"
msgid "Do you really want to delete this Certificate Revocation List?" msgid "Do you really want to delete this Certificate Revocation List?"
msgstr "" msgstr "Wollen Sie diese Zertifikatsrückrufliste wirklich löschen?"
msgid "Delete CRL" msgid "Delete CRL"
msgstr "CRL löschen" msgstr "CRL löschen"
...@@ -13006,7 +13014,7 @@ msgid "Packet Loss" ...@@ -13006,7 +13014,7 @@ msgid "Packet Loss"
msgstr "" msgstr ""
msgid "High Latency" msgid "High Latency"
msgstr "" msgstr "Hohe Latenz"
msgid "Packet Loss or High Latency" msgid "Packet Loss or High Latency"
msgstr "" msgstr ""
...@@ -13026,7 +13034,7 @@ msgstr "Eine Gatewaygruppe mit dem Namen \"%s\" existiert bereits." ...@@ -13026,7 +13034,7 @@ msgstr "Eine Gatewaygruppe mit dem Namen \"%s\" existiert bereits."
#, php-format #, php-format
msgid "A gateway group cannot have the same name with a gateway \"%s\" please choose another name." msgid "A gateway group cannot have the same name with a gateway \"%s\" please choose another name."
msgstr "" msgstr "Eine Gatewaygruppe kann nicht den selben Namen wie ein Gateway \"%s\" haben. Bitte wählen Sie einen anderen Namen."
msgid "No gateway(s) have been selected to be used in this group" msgid "No gateway(s) have been selected to be used in this group"
msgstr "" msgstr ""
...@@ -13035,7 +13043,7 @@ msgid "Edit gateway group" ...@@ -13035,7 +13043,7 @@ msgid "Edit gateway group"
msgstr "Gatewaygruppe bearbeiten" msgstr "Gatewaygruppe bearbeiten"
msgid "Edit gateway group entry" msgid "Edit gateway group entry"
msgstr "" msgstr "Gatewaygruppeneintrag bearbeiten"
msgid "Gateway Priority" msgid "Gateway Priority"
msgstr "Gateway Priorität" msgstr "Gateway Priorität"
...@@ -13111,7 +13119,7 @@ msgid "delete selected items" ...@@ -13111,7 +13119,7 @@ msgid "delete selected items"
msgstr "Ausgewählte Punkte löschen" msgstr "Ausgewählte Punkte löschen"
msgid "Do you really want to delete the selected gateway items?" msgid "Do you really want to delete the selected gateway items?"
msgstr "" msgstr "Wollen Sie die ausgewählten Gatewayeinträge wirklich löschen?"
msgid "A valid gateway IP address must be specified." msgid "A valid gateway IP address must be specified."
msgstr "Eine gültige Gateway-IP-Adresse muss spezifiziert werden." msgstr "Eine gültige Gateway-IP-Adresse muss spezifiziert werden."
...@@ -13235,7 +13243,7 @@ msgid "Choose which interface this gateway applies to." ...@@ -13235,7 +13243,7 @@ msgid "Choose which interface this gateway applies to."
msgstr "" msgstr ""
msgid "Choose the Internet Protocol this gateway uses." msgid "Choose the Internet Protocol this gateway uses."
msgstr "" msgstr "Wählen Sie das Internet Protokoll aus, welches dieses Gateway verwendet."
msgid "Gateway name" msgid "Gateway name"
msgstr "Gateway Name" msgstr "Gateway Name"
...@@ -13250,7 +13258,7 @@ msgid "This will select the above gateway as the default gateway" ...@@ -13250,7 +13258,7 @@ msgid "This will select the above gateway as the default gateway"
msgstr "" msgstr ""
msgid "Disable Gateway Monitoring" msgid "Disable Gateway Monitoring"
msgstr "" msgstr "Deaktiviere Gatewayüberwachung"
msgid "This will consider this gateway as always being up" msgid "This will consider this gateway as always being up"
msgstr "" msgstr ""
...@@ -13427,7 +13435,7 @@ msgid "The group name is longer than 16 characters." ...@@ -13427,7 +13435,7 @@ msgid "The group name is longer than 16 characters."
msgstr "" msgstr ""
msgid "Another entry with the same group name already exists." msgid "Another entry with the same group name already exists."
msgstr "" msgstr "Ein anderer Eintrag mit dem selben Gruppennamen existiert bereits."
# #
# File: src/www/system_groupmanager.php, line: 127 # File: src/www/system_groupmanager.php, line: 127
...@@ -13475,6 +13483,10 @@ msgid "" ...@@ -13475,6 +13483,10 @@ msgid ""
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAn icon that appears grey indicates that it is a system defined object.\n" "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAn icon that appears grey indicates that it is a system defined object.\n"
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSome system object properties can be modified but they cannot be deleted." "\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSome system object properties can be modified but they cannot be deleted."
msgstr "" msgstr ""
"Zusätzliche Webkonfigurator Gruppen können hier hinzugefügt werden.\n"
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tGruppenberechtigungen können zugewiesen werden, welche von Benutzern in der Gruppe geerbt werden.\n"
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tEin graues Icon ist ein Indikator für ein vom System definierten Objekt.\n"
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tManche Eigenschaften von Systemobjekten können verändert aber nicht gelöscht werden."
msgid "Do you really want to delete this group?" msgid "Do you really want to delete this group?"
msgstr "Wollen Sie diese Gruppe wirklich löschen?" msgstr "Wollen Sie diese Gruppe wirklich löschen?"
...@@ -13658,13 +13670,13 @@ msgid "Do you really want to remove this certificate association?" ...@@ -13658,13 +13670,13 @@ msgid "Do you really want to remove this certificate association?"
msgstr "" msgstr ""
msgid "Click to create a user certificate." msgid "Click to create a user certificate."
msgstr "" msgstr "Klicken Sie hier um ein Benutzerzertifikat zu erstellen."
msgid "Authorized keys" msgid "Authorized keys"
msgstr "Autorisierte Schlüssel" msgstr "Autorisierte Schlüssel"
msgid "Click to paste an authorized key." msgid "Click to paste an authorized key."
msgstr "" msgstr "Klicken Sie hier um einen autorisierten Schlüssel einzufügen."
msgid "Paste an authorized keys file here." msgid "Paste an authorized keys file here."
msgstr "" msgstr ""
...@@ -13681,9 +13693,11 @@ msgid "" ...@@ -13681,9 +13693,11 @@ msgid ""
"Additional users can be added here. User permissions for accessing the webConfigurator can be assigned directly or inherited from group memberships. An icon that " "Additional users can be added here. User permissions for accessing the webConfigurator can be assigned directly or inherited from group memberships. An icon that "
"appears grey indicates that it is a system defined object. Some system object properties can be modified but they cannot be deleted." "appears grey indicates that it is a system defined object. Some system object properties can be modified but they cannot be deleted."
msgstr "" msgstr ""
"Zusätzliche Benutzer können hier hinzugefügt werden. Benutzerberechtigungen zum Zugriff zum Webkonfigurator können direkt zugewiesen oder von einer "
"Gruppenmitgliedschaft geerbt werden. Ein graues Icon ist ein Indikator für ein Systemobjekt. Manche Systemobjekte können verändert, jedoch nicht gelöscht werden."
msgid "Accounts created here are also used for other parts of the system such as OpenVPN, IPsec, and Captive Portal." msgid "Accounts created here are also used for other parts of the system such as OpenVPN, IPsec, and Captive Portal."
msgstr "" msgstr "Accounts die hier erstellt werden, werden auch in anderen Teilen des Systems wie OpenVPN, IPsec und Captive Portal verwendet."
msgid "edit user" msgid "edit user"
msgstr "Benutzer bearbeiten" msgstr "Benutzer bearbeiten"
...@@ -13899,7 +13913,7 @@ msgid "A user with this name already exists. Add the key to the user instead." ...@@ -13899,7 +13913,7 @@ msgid "A user with this name already exists. Add the key to the user instead."
msgstr "Ein Benutzer mit dem Namen existiert bereits. Weisen sie den Schlüssel stattdessen diesem Benutzer zu." msgstr "Ein Benutzer mit dem Namen existiert bereits. Weisen sie den Schlüssel stattdessen diesem Benutzer zu."
msgid "Another entry with the same identifier already exists." msgid "Another entry with the same identifier already exists."
msgstr "" msgstr "Ein anderer Eintrag mit dem selben Identifizierer existiert bereits."
msgid "Edited" msgid "Edited"
msgstr "Bearbeited" msgstr "Bearbeited"
...@@ -13923,16 +13937,16 @@ msgid "A valid IP address for 'Virtual Address Pool Network' must be specified." ...@@ -13923,16 +13937,16 @@ msgid "A valid IP address for 'Virtual Address Pool Network' must be specified."
msgstr "" msgstr ""
msgid "A valid value for 'DNS Default Domain' must be specified." msgid "A valid value for 'DNS Default Domain' must be specified."
msgstr "" msgstr "Ein gültiger Wert muss für 'DNS Standarddomain' angegeben werden."
msgid "A valid split DNS domain list must be specified." msgid "A valid split DNS domain list must be specified."
msgstr "" msgstr "Eine gültige Split-DNS Domain muss angegeben werden."
msgid "At least one DNS server must be specified to enable the DNS Server option." msgid "At least one DNS server must be specified to enable the DNS Server option."
msgstr "" msgstr "Mindestens ein DNS Server muss angegeben werden um die DNS Server Option zu aktivieren."
msgid "A valid IP address for 'DNS Server #1' must be specified." msgid "A valid IP address for 'DNS Server #1' must be specified."
msgstr "" msgstr "Es muss eine gültige IP Adresse "
msgid "A valid IP address for 'DNS Server #2' must be specified." msgid "A valid IP address for 'DNS Server #2' must be specified."
msgstr "" msgstr ""
...@@ -14004,7 +14018,7 @@ msgid "Save Xauth Password" ...@@ -14004,7 +14018,7 @@ msgid "Save Xauth Password"
msgstr "" msgstr ""
msgid "Allow clients to save Xauth passwords (Cisco VPN client only)." msgid "Allow clients to save Xauth passwords (Cisco VPN client only)."
msgstr "" msgstr "Erlaube den Clients, Xauth Passwörter zu speichern (nur Cisco VPN Client)."
msgid "NOTE: With iPhone clients, this does not work when deployed via the iPhone configuration utility, only by manual entry." msgid "NOTE: With iPhone clients, this does not work when deployed via the iPhone configuration utility, only by manual entry."
msgstr "" msgstr ""
...@@ -14131,10 +14145,10 @@ msgid "A valid User FQDN in the form of user@my.domain.com for 'Peer identifier' ...@@ -14131,10 +14145,10 @@ msgid "A valid User FQDN in the form of user@my.domain.com for 'Peer identifier'
msgstr "" msgstr ""
msgid "A numeric value must be specified for DPD delay." msgid "A numeric value must be specified for DPD delay."
msgstr "" msgstr "Ein numerischer Wert muss für den DPD Delay angegeben werden."
msgid "A numeric value must be specified for DPD retries." msgid "A numeric value must be specified for DPD retries."
msgstr "" msgstr "Ein numerischer Wert muss für DPD Wiederholungen angegeben werden."
msgid "Valid arguments for IKE type is v1 or v2" msgid "Valid arguments for IKE type is v1 or v2"
msgstr "" msgstr ""
...@@ -14155,10 +14169,10 @@ msgid "Advanced Settings" ...@@ -14155,10 +14169,10 @@ msgid "Advanced Settings"
msgstr "Erweiterte Einstellungen" msgstr "Erweiterte Einstellungen"
msgid "General information" msgid "General information"
msgstr "" msgstr "Allgemeine Information"
msgid "Disable this phase1 entry" msgid "Disable this phase1 entry"
msgstr "" msgstr "Deaktiviere diesen Phase 1 Eintrag"
msgid "Set this option to disable this phase1 without removing it from the list" msgid "Set this option to disable this phase1 without removing it from the list"
msgstr "" msgstr ""
...@@ -14259,7 +14273,7 @@ msgid "Dead Peer Detection" ...@@ -14259,7 +14273,7 @@ msgid "Dead Peer Detection"
msgstr "Dead Peer Detection" msgstr "Dead Peer Detection"
msgid "Enable DPD" msgid "Enable DPD"
msgstr "" msgstr "DPD aktivieren"
msgid "Delay between requesting peer acknowledgement" msgid "Delay between requesting peer acknowledgement"
msgstr "" msgstr ""
...@@ -14295,7 +14309,7 @@ msgid "A valid local network IPv6 address must be specified or you need to chang ...@@ -14295,7 +14309,7 @@ msgid "A valid local network IPv6 address must be specified or you need to chang
msgstr "" msgstr ""
msgid "Invalid Local Network." msgid "Invalid Local Network."
msgstr "" msgstr "Ungültiges lokales Netzwerk."
msgid "has no subnet." msgid "has no subnet."
msgstr "hat kein Subnetz." msgstr "hat kein Subnetz."
...@@ -14334,10 +14348,10 @@ msgid "Phase2 with this Local/Remote networks combination is already defined for ...@@ -14334,10 +14348,10 @@ msgid "Phase2 with this Local/Remote networks combination is already defined for
msgstr "" msgstr ""
msgid "At least one encryption algorithm must be selected." msgid "At least one encryption algorithm must be selected."
msgstr "" msgstr "Mindestens ein Verschlüsselungsalgorithmus muss ausgewählt werden."
msgid "At least one hashing algorithm needs to be selected." msgid "At least one hashing algorithm needs to be selected."
msgstr "" msgstr "Mindestens ein Hashalgorithmus muss ausgewählt werden."
msgid "The P2 lifetime must be an integer." msgid "The P2 lifetime must be an integer."
msgstr "" msgstr ""
...@@ -14346,7 +14360,7 @@ msgid "Edit Phase 2" ...@@ -14346,7 +14360,7 @@ msgid "Edit Phase 2"
msgstr "Phase 2 bearbeiten" msgstr "Phase 2 bearbeiten"
msgid "Disable this phase2 entry" msgid "Disable this phase2 entry"
msgstr "" msgstr "Deaktiviere diesen Phase 2 Eintrag"
msgid "Set this option to disable this phase2 entry without removing it from the list" msgid "Set this option to disable this phase2 entry without removing it from the list"
msgstr "" msgstr ""
...@@ -14368,7 +14382,7 @@ msgid "Phase 2 proposal (SA/Key Exchange)" ...@@ -14368,7 +14382,7 @@ msgid "Phase 2 proposal (SA/Key Exchange)"
msgstr "" msgstr ""
msgid "ESP is encryption, AH is authentication only" msgid "ESP is encryption, AH is authentication only"
msgstr "" msgstr "ESP ist Verschlüsselung, AH ist nur Authentifizierung"
msgid "Encryption algorithms" msgid "Encryption algorithms"
msgstr "Verschlüsselungsalgorithmen" msgstr "Verschlüsselungsalgorithmen"
...@@ -14389,7 +14403,7 @@ msgid "Automatically ping host" ...@@ -14389,7 +14403,7 @@ msgid "Automatically ping host"
msgstr "Automatisch Host pingen" msgstr "Automatisch Host pingen"
msgid "IPSec Advanced Settings" msgid "IPSec Advanced Settings"
msgstr "" msgstr "Erweiterte IPSec Einstellungen"
msgid "LAN security associsations" msgid "LAN security associsations"
msgstr "" msgstr ""
...@@ -14546,7 +14560,7 @@ msgid "RADIUS Server" ...@@ -14546,7 +14560,7 @@ msgid "RADIUS Server"
msgstr "RADIUS Server" msgstr "RADIUS Server"
msgid "Enter the IP address of the RADIUS server." msgid "Enter the IP address of the RADIUS server."
msgstr "" msgstr "Geben Sie die IP Adresse des RADIUS Servers ein."
msgid "RADIUS Shared Secret" msgid "RADIUS Shared Secret"
msgstr "" msgstr ""
...@@ -14720,10 +14734,10 @@ msgid "TLS Authentication" ...@@ -14720,10 +14734,10 @@ msgid "TLS Authentication"
msgstr "" msgstr ""
msgid "Enable authentication of TLS packets" msgid "Enable authentication of TLS packets"
msgstr "" msgstr "Authentifizierung von TLS Paketen aktivieren"
msgid "Automatically generate a shared TLS authentication key" msgid "Automatically generate a shared TLS authentication key"
msgstr "" msgstr "Automatisch gemeinsamen Authentifizierungsschlüssel generieren"
msgid "Paste your shared key here" msgid "Paste your shared key here"
msgstr "" msgstr ""
...@@ -14750,7 +14764,7 @@ msgid "Tunnel Settings" ...@@ -14750,7 +14764,7 @@ msgid "Tunnel Settings"
msgstr "" msgstr ""
msgid "IPv4 Tunnel Network" msgid "IPv4 Tunnel Network"
msgstr "" msgstr "IPv4 Tunnelnetzwerk"
msgid "" msgid ""
"This is the virtual network used for private communications between this client and the server expressed using CIDR (eg. 10.0.8.0/24). The first network address is " "This is the virtual network used for private communications between this client and the server expressed using CIDR (eg. 10.0.8.0/24). The first network address is "
...@@ -14758,7 +14772,7 @@ msgid "" ...@@ -14758,7 +14772,7 @@ msgid ""
msgstr "" msgstr ""
msgid "IPv6 Tunnel Network" msgid "IPv6 Tunnel Network"
msgstr "" msgstr "IPv6 Tunnelnetzwerk"
msgid "" msgid ""
"This is the IPv6 virtual network used for private communications between this client and the server expressed using CIDR (eg. fe80::/64). The first network address " "This is the IPv6 virtual network used for private communications between this client and the server expressed using CIDR (eg. fe80::/64). The first network address "
...@@ -14766,7 +14780,7 @@ msgid "" ...@@ -14766,7 +14780,7 @@ msgid ""
msgstr "" msgstr ""
msgid "IPv4 Remote Network/s" msgid "IPv4 Remote Network/s"
msgstr "" msgstr "Ferne IPv4 Netzwerke"
msgid "" msgid ""
"These are the IPv4 networks that will be routed through the tunnel, so that a site-to-site VPN can be established without manually changing the routing tables. " "These are the IPv4 networks that will be routed through the tunnel, so that a site-to-site VPN can be established without manually changing the routing tables. "
...@@ -14775,7 +14789,7 @@ msgid "" ...@@ -14775,7 +14789,7 @@ msgid ""
msgstr "" msgstr ""
msgid "IPv6 Remote Network/s" msgid "IPv6 Remote Network/s"
msgstr "" msgstr "Ferne IPv6 Netzwerke"
msgid "" msgid ""
"These are the IPv6 networks that will be routed through the tunnel, so that a site-to-site VPN can be established without manually changing the routing tables. " "These are the IPv6 networks that will be routed through the tunnel, so that a site-to-site VPN can be established without manually changing the routing tables. "
...@@ -14818,7 +14832,7 @@ msgid "script using environmental variables" ...@@ -14818,7 +14832,7 @@ msgid "script using environmental variables"
msgstr "" msgstr ""
msgid "Don't add/remove routes" msgid "Don't add/remove routes"
msgstr "" msgstr "Routen nicht hinzufügen oder entfernen"
msgid "" msgid ""
"This option effectively bars the server from adding routes to the client's routing table, however note that this option still allows the server to set the TCP/IP " "This option effectively bars the server from adding routes to the client's routing table, however note that this option still allows the server to set the TCP/IP "
...@@ -14895,7 +14909,7 @@ msgid "The field 'NetBIOS Data Distribution Server #1' must contain a valid IP a ...@@ -14895,7 +14909,7 @@ msgid "The field 'NetBIOS Data Distribution Server #1' must contain a valid IP a
msgstr "" msgstr ""
msgid "add csc" msgid "add csc"
msgstr "" msgstr "CSC hinzufügen"
msgid "Disable this override" msgid "Disable this override"
msgstr "" msgstr ""
...@@ -14912,8 +14926,10 @@ msgstr "" ...@@ -14912,8 +14926,10 @@ msgstr ""
msgid "Connection blocking" msgid "Connection blocking"
msgstr "Verbindungsblockierung" msgstr "Verbindungsblockierung"
# Formulierung
#, fuzzy
msgid "Block this client connection based on its common name" msgid "Block this client connection based on its common name"
msgstr "" msgstr "Blockiere diese Client-Verbindung basierend auf dem Common Name"
msgid "Don't use this option to permanently disable a client due to a compromised key or password. Use a CRL (certificate revocation list) instead" msgid "Don't use this option to permanently disable a client due to a compromised key or password. Use a CRL (certificate revocation list) instead"
msgstr "" msgstr ""
...@@ -14922,7 +14938,7 @@ msgid "Tunnel Network" ...@@ -14922,7 +14938,7 @@ msgid "Tunnel Network"
msgstr "" msgstr ""
msgid "IPv4 Local Network/s" msgid "IPv4 Local Network/s"
msgstr "" msgstr "Lokale IPv4 Netzwerke"
msgid "These are the IPv4 networks that will be accessible from this particular client. Expressed as a comma-separated list of one or more CIDR ranges." msgid "These are the IPv4 networks that will be accessible from this particular client. Expressed as a comma-separated list of one or more CIDR ranges."
msgstr "" msgstr ""
...@@ -14977,7 +14993,7 @@ msgid "NetBIOS Options" ...@@ -14977,7 +14993,7 @@ msgid "NetBIOS Options"
msgstr "NetBIOS Optionen" msgstr "NetBIOS Optionen"
msgid "Enable NetBIOS over TCP/IP" msgid "Enable NetBIOS over TCP/IP"
msgstr "" msgstr "NetBIOS über TCP/IP aktivieren"
msgid "If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled" msgid "If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled"
msgstr "" msgstr ""
...@@ -15059,7 +15075,7 @@ msgstr "" ...@@ -15059,7 +15075,7 @@ msgstr ""
# #
# File: src/www/vpn_openvpn_export.php, line: 956 # File: src/www/vpn_openvpn_export.php, line: 956
msgid "Binaries for Windows, Source for other platforms. Packaged above in the Windows Installers" msgid "Binaries for Windows, Source for other platforms. Packaged above in the Windows Installers"
msgstr "" msgstr "Binärdateien für Windows, Quelldateien für andere Plattformen. Paketiert in den Windows Installern."
# #
# File: src/www/vpn_openvpn_export.php, line: 956 # File: src/www/vpn_openvpn_export.php, line: 956
...@@ -15119,7 +15135,7 @@ msgstr "" ...@@ -15119,7 +15135,7 @@ msgstr ""
# #
# File: src/www/vpn_openvpn_export.php, line: 961 # File: src/www/vpn_openvpn_export.php, line: 961
msgid "Free client for OSX" msgid "Free client for OSX"
msgstr "" msgstr "Freier Client für OSX"
# #
# File: src/www/vpn_openvpn_export.php, line: 961 # File: src/www/vpn_openvpn_export.php, line: 961
...@@ -15129,7 +15145,7 @@ msgstr "" ...@@ -15129,7 +15145,7 @@ msgstr ""
# #
# File: src/www/vpn_openvpn_export_shared.php, line: 474 # File: src/www/vpn_openvpn_export_shared.php, line: 474
msgid "Client Type" msgid "Client Type"
msgstr "" msgstr "Client-Typ"
# #
# File: src/www/vpn_openvpn_export_shared.php, line: 481 # File: src/www/vpn_openvpn_export_shared.php, line: 481
...@@ -15221,8 +15237,9 @@ msgstr "" ...@@ -15221,8 +15237,9 @@ msgstr ""
msgid "Bridge DHCP" msgid "Bridge DHCP"
msgstr "Bridge DHCP" msgstr "Bridge DHCP"
#, fuzzy
msgid "Allow clients on the bridge to obtain DHCP." msgid "Allow clients on the bridge to obtain DHCP."
msgstr "" msgstr "Erlaube den Clients an der Bridge DHCP Nachrichten zu erhalten."
msgid "Bridge Interface" msgid "Bridge Interface"
msgstr "Bridge Interface" msgstr "Bridge Interface"
...@@ -15281,7 +15298,7 @@ msgid "Inter-client communication" ...@@ -15281,7 +15298,7 @@ msgid "Inter-client communication"
msgstr "" msgstr ""
msgid "Allow communication between clients connected to this server" msgid "Allow communication between clients connected to this server"
msgstr "" msgstr "Kommunikation zwischen den Clients, die mit diesem Server verbunden sind, erlauben"
msgid "Duplicate Connections" msgid "Duplicate Connections"
msgstr "" msgstr ""
...@@ -15294,7 +15311,7 @@ msgid "Dynamic IP" ...@@ -15294,7 +15311,7 @@ msgid "Dynamic IP"
msgstr "Dynamische IP" msgstr "Dynamische IP"
msgid "Allow connected clients to retain their connections if their IP address changes" msgid "Allow connected clients to retain their connections if their IP address changes"
msgstr "" msgstr "Erlaube den Verbundenen Clients, deren Verbindung aufrecht zu erhalten falls sich deren IP Adresse ändert"
msgid "Address Pool" msgid "Address Pool"
msgstr "Adresspool" msgstr "Adresspool"
...@@ -15350,7 +15367,7 @@ msgid "delete server" ...@@ -15350,7 +15367,7 @@ msgid "delete server"
msgstr "Server löschen" msgstr "Server löschen"
msgid "add a new pppoe instance" msgid "add a new pppoe instance"
msgstr "" msgstr "Eine neue PPPoE Instanz hinzufügen"
msgid "The PPPoE entry list has been changed" msgid "The PPPoE entry list has been changed"
msgstr "" msgstr ""
...@@ -15362,10 +15379,10 @@ msgid "edit pppoe instance" ...@@ -15362,10 +15379,10 @@ msgid "edit pppoe instance"
msgstr "PPPoE Instanz bearbeiten" msgstr "PPPoE Instanz bearbeiten"
msgid "Do you really want to delete this entry? All elements that still use it will become invalid (e.g. filter rules)!" msgid "Do you really want to delete this entry? All elements that still use it will become invalid (e.g. filter rules)!"
msgstr "" msgstr "Wollen Sie diesen Eintrag wirklich löschen? Alle Elemente die ihn noch verwenden werden ungültig (z.B. Filterregeln)!"
msgid "delete pppoe instance" msgid "delete pppoe instance"
msgstr "Lösche PPPOE Instanz" msgstr "Lösche PPPoE Instanz"
msgid "The specified server address is equal to an interface ip address." msgid "The specified server address is equal to an interface ip address."
msgstr "" msgstr ""
...@@ -15460,7 +15477,7 @@ msgid "RADIUS primary shared secret" ...@@ -15460,7 +15477,7 @@ msgid "RADIUS primary shared secret"
msgstr "" msgstr ""
msgid "Enter the shared secret that will be used to authenticate to the RADIUS server" msgid "Enter the shared secret that will be used to authenticate to the RADIUS server"
msgstr "" msgstr "Geben Sie den gemeinsamen Schlüssel ein, der zur Authentifizierung am RADIUS-Server benutzt wird"
msgid "RADIUS server Secondary" msgid "RADIUS server Secondary"
msgstr "" msgstr ""
...@@ -15481,7 +15498,7 @@ msgid "PPTP redirection target address" ...@@ -15481,7 +15498,7 @@ msgid "PPTP redirection target address"
msgstr "" msgstr ""
msgid "A valid target address must be specified." msgid "A valid target address must be specified."
msgstr "" msgstr "Eine gültige Zieladresse muss angegeben werden."
msgid "VPN PPTP" msgid "VPN PPTP"
msgstr "VPN PPTP" msgstr "VPN PPTP"
...@@ -15600,7 +15617,7 @@ msgid "Active Tunnels" ...@@ -15600,7 +15617,7 @@ msgid "Active Tunnels"
msgstr "Aktive Tunnel" msgstr "Aktive Tunnel"
msgid "Inactive Tunnels" msgid "Inactive Tunnels"
msgstr "" msgstr "Inaktive Tunnel"
msgid "Mobile Users" msgid "Mobile Users"
msgstr "mobile Benutzer" msgstr "mobile Benutzer"
...@@ -15609,7 +15626,7 @@ msgid "IF" ...@@ -15609,7 +15626,7 @@ msgid "IF"
msgstr "FALLS" msgstr "FALLS"
msgid "Drive" msgid "Drive"
msgstr "" msgstr "Festplatte"
msgid "Ident" msgid "Ident"
msgstr "Ident" msgstr "Ident"
...@@ -15655,10 +15672,10 @@ msgstr "" ...@@ -15655,10 +15672,10 @@ msgstr ""
# #
# File: src/www/widgets/widgets/system_information.widget.php, line: 112 # File: src/www/widgets/widgets/system_information.widget.php, line: 112
msgid "Click to check for updates" msgid "Click to check for updates"
msgstr "" msgstr "Klicken Sie hier um mach Aktualisierungen zu suchen"
msgid "CPU Type" msgid "CPU Type"
msgstr "CPU Typ" msgstr "CPU-Typ"
msgid "Hardware crypto" msgid "Hardware crypto"
msgstr "Hardwarekryptografie" msgstr "Hardwarekryptografie"
...@@ -15691,7 +15708,7 @@ msgid "Load average" ...@@ -15691,7 +15708,7 @@ msgid "Load average"
msgstr "" msgstr ""
msgid "CPU usage" msgid "CPU usage"
msgstr "CPU Verwendung" msgstr "CPU-Auslastung"
msgid "Memory usage" msgid "Memory usage"
msgstr "" msgstr ""
...@@ -15719,7 +15736,7 @@ msgstr "" ...@@ -15719,7 +15736,7 @@ msgstr ""
#, php-format #, php-format
msgid "ERROR: Could not open %s." msgid "ERROR: Could not open %s."
msgstr "" msgstr "FEHLER: Konnte %s nicht öffnen."
#, php-format #, php-format
msgid "ERROR: Could not parse /usr/local/www/wizards/%s file." msgid "ERROR: Could not parse /usr/local/www/wizards/%s file."
......
all: all:
install: install:
# main pkg(8) glue @mkdir -p ${DESTDIR}
@cp ${.CURDIR}/+PRE_DEINSTALL ${DESTDIR} @cp -v ${.CURDIR}/+PRE_DEINSTALL ${DESTDIR}
@cp ${.CURDIR}/+POST_INSTALL ${DESTDIR} @cp -v ${.CURDIR}/+POST_INSTALL ${DESTDIR}
@cp ${.CURDIR}/+MANIFEST ${DESTDIR} @cp -v ${.CURDIR}/+MANIFEST ${DESTDIR}
# config.xml factory reset file
@cp ${.CURDIR}/config.xml.sample ${DESTDIR}/usr/local/etc
@echo "@sample /usr/local/etc/config.xml.sample"
# create needed root direction
@mkdir -p ${DESTDIR}/usr/local/etc/pkg @mkdir -p ${DESTDIR}/usr/local/etc/pkg
# available repository configurations @cp -vr ${.CURDIR}/repos ${DESTDIR}/usr/local/etc/pkg/
@cp -r ${.CURDIR}/repos ${DESTDIR}/usr/local/etc/pkg/ @cp -vr ${.CURDIR}/fingerprints ${DESTDIR}/usr/local/etc/pkg/
plist:
@(cd ${.CURDIR}/repos; find * -type f) | \ @(cd ${.CURDIR}/repos; find * -type f) | \
xargs -n1 printf "/usr/local/etc/pkg/repos/%s\n" xargs -n1 printf "/usr/local/etc/pkg/repos/%s\n"
# available fingerprints
@cp -r ${.CURDIR}/fingerprints ${DESTDIR}/usr/local/etc/pkg/
@(cd ${.CURDIR}/fingerprints; find * -type f) | \ @(cd ${.CURDIR}/fingerprints; find * -type f) | \
xargs -n1 printf "/usr/local/etc/pkg/fingerprints/%s\n" xargs -n1 printf "/usr/local/etc/pkg/fingerprints/%s\n"
# XXX CONSERVATIVE_UPGRADE is not very helpful
@cp ${.CURDIR}/pkg.conf ${DESTDIR}/usr/local/etc
@echo /usr/local/etc/pkg.conf
.PHONY: install .PHONY: install plist
conservative_upgrade: yes
AX Aland Islands
AD Andorra
AE United Arab Emirates
AF Afghanistan
AG Antigua and Barbuda
AI Anguilla
AL Albania
AM Armenia
AN Netherlands Antilles
AO Angola
AQ Antarctica
AR Argentina
AS American Samoa
AT Austria
AU Australia
AW Aruba
AZ Azerbaijan
BA Bosnia and Herzegovina
BB Barbados
BD Bangladesh
BE Belgium
BF Burkina Faso
BG Bulgaria
BH Bahrain
BI Burundi
BJ Benin
BM Bermuda
BN Brunei Darussalam
BO Bolivia
BR Brazil
BS Bahamas
BT Bhutan
BV Bouvet Island
BW Botswana
BZ Belize
CA Canada
CC Cocos (Keeling) Islands
CF Central African Republic
CH Switzerland
CI Cote D'Ivoire (Ivory Coast)
CK Cook Islands
CL Chile
CM Cameroon
CN China
CO Colombia
CR Costa Rica
CS Czechoslovakia (former)
CV Cape Verde
CX Christmas Island
CY Cyprus
CZ Czech Republic
DE Germany
DJ Djibouti
DK Denmark
DM Dominica
DO Dominican Republic
DZ Algeria
EC Ecuador
EE Estonia
EG Egypt
EH Western Sahara
ER Eritrea
ES Spain
ET Ethiopia
FI Finland
FJ Fiji
FK Falkland Islands (Malvinas)
FM Micronesia
FO Faroe Islands
FR France
FX France, Metropolitan
GA Gabon
GB Great Britain (UK)
GD Grenada
GE Georgia
GF French Guiana
GG Guernsey
GH Ghana
GI Gibraltar
GL Greenland
GM Gambia
GN Guinea
GP Guadeloupe
GQ Equatorial Guinea
GR Greece
GS S. Georgia and S. Sandwich Isls.
GT Guatemala
GU Guam
GW Guinea-Bissau
GY Guyana
HK Hong Kong
HM Heard and McDonald Islands
HN Honduras
HR Croatia (Hrvatska)
HT Haiti
HU Hungary
ID Indonesia
IE Ireland
IL Israel
IM Isle of Man
IN India
IO British Indian Ocean Territory
IS Iceland
IT Italy
JE Jersey
JM Jamaica
JO Jordan
JP Japan
KE Kenya
KG Kyrgyzstan
KH Cambodia
KI Kiribati
KM Comoros
KN Saint Kitts and Nevis
KR Korea (South)
KW Kuwait
KY Cayman Islands
KZ Kazakhstan
LA Laos
LC Saint Lucia
LI Liechtenstein
LK Sri Lanka
LS Lesotho
LT Lithuania
LU Luxembourg
LV Latvia
LY Libya
MA Morocco
MC Monaco
MD Moldova
ME Montenegro
MG Madagascar
MH Marshall Islands
MK Macedonia
ML Mali
MM Myanmar
MN Mongolia
MO Macau
MP Northern Mariana Islands
MQ Martinique
MR Mauritania
MS Montserrat
MT Malta
MU Mauritius
MV Maldives
MW Malawi
MX Mexico
MY Malaysia
MZ Mozambique
NA Namibia
NC New Caledonia
NE Niger
NF Norfolk Island
NG Nigeria
NI Nicaragua
NL Netherlands
NO Norway
NP Nepal
NR Nauru
NT Neutral Zone
NU Niue
NZ New Zealand (Aotearoa)
OM Oman
PA Panama
PE Peru
PF French Polynesia
PG Papua New Guinea
PH Philippines
PK Pakistan
PL Poland
PM St. Pierre and Miquelon
PN Pitcairn
PR Puerto Rico
PS Palestinian Territory
PT Portugal
PW Palau
PY Paraguay
QA Qatar
RE Reunion
RO Romania
RS Serbia
RU Russian Federation
RW Rwanda
SA Saudi Arabia
SB Solomon Islands
SC Seychelles
SE Sweden
SG Singapore
SH St. Helena
SI Slovenia
SJ Svalbard and Jan Mayen Islands
SK Slovak Republic
SL Sierra Leone
SM San Marino
SN Senegal
SR Suriname
ST Sao Tome and Principe
SU USSR (former)
SV El Salvador
SZ Swaziland
TC Turks and Caicos Islands
TD Chad
TF French Southern Territories
TG Togo
TH Thailand
TJ Tajikistan
TK Tokelau
TM Turkmenistan
TN Tunisia
TO Tonga
TP East Timor
TR Turkey
TT Trinidad and Tobago
TV Tuvalu
TW Taiwan
TZ Tanzania
UA Ukraine
UG Uganda
UM US Minor Outlying Islands
US United States
UY Uruguay
UZ Uzbekistan
VA Vatican City State (Holy See)
VC Saint Vincent and the Grenadines
VE Venezuela
VG Virgin Islands (British)
VI Virgin Islands (U.S.)
VN Viet Nam
VU Vanuatu
WF Wallis and Futuna Islands
WS Samoa
YE Yemen
YT Mayotte
ZA South Africa
ZM Zambia
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment